diff --git a/.gitignore b/.gitignore index 5a888e9..c63ae3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ productold.php test.php find_undeclared_vars.php.php +GTM_DataLayer_Triggers.md diff --git a/admin/language.php b/admin/language.php index 13e0140..98cffaa 100644 --- a/admin/language.php +++ b/admin/language.php @@ -4,7 +4,7 @@ defined('admin') or exit; //------------------------------------------ // Languages supported //------------------------------------------ -$supportedLanguages = ['US', 'NL', 'DE', 'ES','FR', 'IT']; +$supportedLanguages = ['US', 'NL', 'DE', 'ES','FR']; if(isset($_POST['generatefile'])){ diff --git a/api_check_payment_status.php b/api_check_payment_status.php new file mode 100644 index 0000000..4942b77 --- /dev/null +++ b/api_check_payment_status.php @@ -0,0 +1,70 @@ += ($_SESSION['api_token_expires'] - $token_refresh_buffer)) { + $data = json_encode(array("clientID" => clientID, "clientsecret" => clientsecret), JSON_UNESCAPED_UNICODE); + $responses = ioAPIv2('/v2/authorization', $data,''); + if (!empty($responses)){$responses = json_decode($responses,true);}else{$responses = '400';} + + if (isset($responses['token']) && isset($responses['token_valid'])) { + $_SESSION['api_token'] = $responses['token']; + $_SESSION['api_token_expires'] = strtotime($responses['token_valid']); + $clientsecret = $responses['token']; + } else { + $clientsecret = $responses['token'] ?? ''; + } +} else { + $clientsecret = $_SESSION['api_token']; +} + +// Set JSON header +header('Content-Type: application/json'); + +// Get order ID from request +$order_id = $_GET['order_id'] ?? null; + +if (!$order_id) { + echo json_encode(['error' => 'No order ID provided']); + exit; +} + +// Check transaction status +$transaction_data = ioAPIv2('/v2/transactions/txn_id='.$order_id,'',$clientsecret); +$transaction = json_decode($transaction_data, true); + +if ($transaction && isset($transaction[0])) { + $payment_status_code = $transaction[0]['payment_status'] ?? 0; + + // Map payment status codes: 1 = Paid, 101 = Pending, 102 = Failed, 103 = Expired, 999 = Cancelled + if ($payment_status_code == 1) { + $payment_status = 'success'; + } elseif ($payment_status_code == 101) { + $payment_status = 'pending'; + } elseif (in_array($payment_status_code, [102, 103, 999])) { + $payment_status = 'failed'; + } else { + $payment_status = 'processing'; + } + + echo json_encode([ + 'status' => $payment_status, + 'payment_status_code' => $payment_status_code + ]); +} else { + echo json_encode([ + 'status' => 'processing', + 'payment_status_code' => 101 + ]); +} +?> diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/cache/catalog.json b/cache/catalog.json new file mode 100644 index 0000000..3699ca7 --- /dev/null +++ b/cache/catalog.json @@ -0,0 +1,1376 @@ +[ + { + "rowID": 57, + "productcode": "MWTH1NB", + "productname": "Thomas-I Navy Blue", + "productdescription": "MWTH1NB_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasI_navy_blue", + "product_media": 54, + "full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Blue-Steel-Date normaal.png", + "price": "749.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "71", + "config_setting": "GRP000006", + "main_option_for_display": "ATTR000044", + "configurations": [ + { + "rowID": 11, + "productrowid": 57, + "assignment": "GRP000006", + "measurement": "ATTR000044", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 40, + "group_id": 6, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Navy Blue", + "attribute_id": "ATTR000040", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 50, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Blue-Black-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Blue-Black-Date normaal.png" + }, + { + "rowID": 41, + "group_id": 6, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Navy Blue", + "attribute_id": "ATTR000041", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 53, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Blue-DarkBlue-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Blue-DarkBlue-Date normaal.png" + }, + { + "rowID": 42, + "group_id": 6, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Navy Blue", + "attribute_id": "ATTR000042", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 51, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Blue-Brown-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Blue-Brown-Date normaal.png" + }, + { + "rowID": 43, + "group_id": 6, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Navy Blue", + "attribute_id": "ATTR000043", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 52, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Blue-Calf-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Blue-Calf-Date normaal.png" + }, + { + "rowID": 44, + "group_id": 6, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Navy Blue", + "attribute_id": "ATTR000044", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 54, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Blue-Steel-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Blue-Steel-Date normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 60, + "productcode": "MWTH2NB", + "productname": "Thomas-II Navy Blue", + "productdescription": "MWTH2NB_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasII_navy_blue", + "product_media": 77, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Blue-Steel normaal.png", + "price": "899.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "73", + "config_setting": "GRP000007", + "main_option_for_display": "ATTR000049", + "configurations": [ + { + "rowID": 12, + "productrowid": 60, + "assignment": "GRP000007", + "measurement": "ATTR000049", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 45, + "group_id": 7, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Navy Blue", + "attribute_id": "ATTR000045", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 69, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-Blue-Black normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Blue-Black normaal.png" + }, + { + "rowID": 46, + "group_id": 7, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Navy Blue", + "attribute_id": "ATTR000046", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 75, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "Morval-Watches2024-V1-Blue-DarkBlue normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Blue-DarkBlue normaal.png" + }, + { + "rowID": 47, + "group_id": 7, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Navy Blue", + "attribute_id": "ATTR000047", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 71, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Blue-Brown normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Blue-Brown normaal.png" + }, + { + "rowID": 48, + "group_id": 7, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Navy Blue", + "attribute_id": "ATTR000048", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 73, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Blue-Calf normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Blue-Calf normaal.png" + }, + { + "rowID": 49, + "group_id": 7, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Navy Blue", + "attribute_id": "ATTR000049", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 77, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-V1-Blue-Steel normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Blue-Steel normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 61, + "productcode": "MWTH2IB", + "productname": "Thomas-II Ice Blue", + "productdescription": "MWTH2IB_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasII_ice_blue", + "product_media": 62, + "full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-LightBlue-DarkBlue normaal.png", + "price": "899.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "74", + "config_setting": "GRP000008", + "main_option_for_display": "ATTR000051", + "configurations": [ + { + "rowID": 13, + "productrowid": 61, + "assignment": "GRP000008", + "measurement": "ATTR000051", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 50, + "group_id": 8, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Ice Blue", + "attribute_id": "ATTR000050", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 104, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-LightBlue-Black normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-LightBlue-Black normaal.png" + }, + { + "rowID": 51, + "group_id": 8, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Ice Blue", + "attribute_id": "ATTR000051", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 62, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "1-Morval-Watches2024-V1-LightBlue-DarkBlue normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-LightBlue-DarkBlue normaal.png" + }, + { + "rowID": 52, + "group_id": 8, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Ice Blue", + "attribute_id": "ATTR000052", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 129, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-_0017_Blue-Brown normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0017_Blue-Brown normaal.png" + }, + { + "rowID": 53, + "group_id": 8, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Ice Blue", + "attribute_id": "ATTR000053", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 128, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-_0016_Blue-Calf normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0016_Blue-Calf normaal.png" + }, + { + "rowID": 54, + "group_id": 8, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Ice Blue", + "attribute_id": "ATTR000054", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 126, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-_0015_Blue-Steel normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0015_Blue-Steel normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 62, + "productcode": "MWTH2RG", + "productname": "Thomas-II Racing Green", + "productdescription": "MWTH2RG_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasII_racing_green", + "product_media": 124, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-_0022_Green-Brown normaal.png", + "price": "899.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "75", + "config_setting": "GRP000009", + "main_option_for_display": "ATTR000057", + "configurations": [ + { + "rowID": 14, + "productrowid": 62, + "assignment": "GRP000009", + "measurement": "ATTR000057", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 55, + "group_id": 9, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Racing Green", + "attribute_id": "ATTR000055", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 89, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-Black normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-Black normaal.png" + }, + { + "rowID": 56, + "group_id": 9, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Racing Green", + "attribute_id": "ATTR000056", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 93, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-DarkBlue normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-DarkBlue normaal.png" + }, + { + "rowID": 57, + "group_id": 9, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Racing Green", + "attribute_id": "ATTR000057", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 124, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-_0022_Green-Brown normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0022_Green-Brown normaal.png" + }, + { + "rowID": 58, + "group_id": 9, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Racing Green", + "attribute_id": "ATTR000058", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 131, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-_0021_Green-Calf normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0021_Green-Calf normaal.png" + }, + { + "rowID": 59, + "group_id": 9, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Racing Green", + "attribute_id": "ATTR000059", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 130, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-_0020_Green-Steel normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0020_Green-Steel normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 63, + "productcode": "MWTH2DG", + "productname": "Thomas-II Dolphin Gray", + "productdescription": "MWTH2DG_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasII_dolphin_gray", + "product_media": 125, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-_0011_Grey-Calf normaal.png", + "price": "899.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "76", + "config_setting": "GRP000010", + "main_option_for_display": "ATTR000063", + "configurations": [ + { + "rowID": 15, + "productrowid": 63, + "assignment": "GRP000010", + "measurement": "ATTR000063", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 60, + "group_id": 10, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Dolphin Gray", + "attribute_id": "ATTR000060", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 96, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-Black normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-Black normaal.png" + }, + { + "rowID": 61, + "group_id": 10, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Dolphin Gray", + "attribute_id": "ATTR000061", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 100, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-DarkBlue normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-DarkBlue normaal.png" + }, + { + "rowID": 62, + "group_id": 10, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Dolphin Gray", + "attribute_id": "ATTR000062", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 127, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-_0012_Grey-Brown normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0012_Grey-Brown normaal.png" + }, + { + "rowID": 63, + "group_id": 10, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Dolphin Gray", + "attribute_id": "ATTR000063", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 125, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-_0011_Grey-Calf normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0011_Grey-Calf normaal.png" + }, + { + "rowID": 64, + "group_id": 10, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Dolphin Gray", + "attribute_id": "ATTR000064", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 132, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-_0010_Grey-Steel normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-_0010_Grey-Steel normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 64, + "productcode": "MWTH2G", + "productname": "Thomas-II Graphite", + "productdescription": "MWTH2G_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasII_graphite", + "product_media": 56, + "full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-DarkGrey-Black-Soft normaal.png", + "price": "899.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "77", + "config_setting": "GRP000011", + "main_option_for_display": "ATTR000065", + "configurations": [ + { + "rowID": 16, + "productrowid": 64, + "assignment": "GRP000011", + "measurement": "ATTR000065", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 65, + "group_id": 11, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Graphite", + "attribute_id": "ATTR000065", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 56, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "1-Morval-Watches2024-V1-DarkGrey-Black-Soft normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-DarkGrey-Black-Soft normaal.png" + }, + { + "rowID": 66, + "group_id": 11, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Graphite", + "attribute_id": "ATTR000066", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 59, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Darkgrey-DarkBlue normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Darkgrey-DarkBlue normaal.png" + }, + { + "rowID": 67, + "group_id": 11, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Graphite", + "attribute_id": "ATTR000067", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 81, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-DarkGrey-Brown normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-DarkGrey-Brown normaal.png" + }, + { + "rowID": 68, + "group_id": 11, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Graphite", + "attribute_id": "ATTR000068", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 83, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-DarkGrey-Calf normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-DarkGrey-Calf normaal.png" + }, + { + "rowID": 69, + "group_id": 11, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-II Graphite", + "attribute_id": "ATTR000069", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 87, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-V1-DarkGrey-Steel normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-DarkGrey-Steel normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 65, + "productcode": "MWABRB1", + "productname": "Bracelet Handmade Italian Calf leather - Black", + "productdescription": "MWABRB1_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "bracelet_black", + "product_media": 111, + "full_path": "\/assets\/images\/media\/Band_0001_Layer-2-copy normaal.png", + "price": "45.00", + "rrp": "0.00", + "price_modifier": 1 + }, + { + "rowID": 66, + "productcode": "MWABRDB1", + "productname": "Bracelet Handmade Italian Calf leather - dark brown", + "productdescription": "MWABRDB1_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "bracelet_dark_brown", + "product_media": 112, + "full_path": "\/assets\/images\/media\/Band_0002_Layer-3-copy normaal.png", + "price": "45.00", + "rrp": "0.00", + "price_modifier": 1 + }, + { + "rowID": 67, + "productcode": "MWABRLB1", + "productname": "Bracelet Handmade Italian Calf leather - light brown", + "productdescription": "MWABRLB1_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "bracelet_light_brown", + "product_media": 113, + "full_path": "\/assets\/images\/media\/Band_0003_Layer-4-copy normaal.png", + "price": "45.00", + "rrp": "0.00", + "price_modifier": 1 + }, + { + "rowID": 68, + "productcode": "MWABRBL1", + "productname": "Bracelet Handmade Italian Calf leather - blue", + "productdescription": "MWABRBL1_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "bracelet_blue", + "product_media": 110, + "full_path": "\/assets\/images\/media\/Band_0000_Layer-1-copy normaal.png", + "price": "45.00", + "rrp": "0.00", + "price_modifier": 1 + }, + { + "rowID": 69, + "productcode": "MWTH1IB", + "productname": "Thomas-I Ice Blue", + "productdescription": "MWTH1IB_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasI_ice_blue", + "product_media": 109, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-LightBlue-DarkBlue-Date normaal.png", + "price": "749.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "78", + "config_setting": "GRP000016", + "main_option_for_display": "ATTR000091", + "configurations": [ + { + "rowID": 17, + "productrowid": 69, + "assignment": "GRP000016", + "measurement": "ATTR000091", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 90, + "group_id": 16, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Ice Blue", + "attribute_id": "ATTR000090", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 105, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-Lightblue-Black-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Lightblue-Black-Date normaal.png" + }, + { + "rowID": 91, + "group_id": 16, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Ice Blue", + "attribute_id": "ATTR000091", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 109, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "Morval-Watches2024-V1-LightBlue-DarkBlue-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-LightBlue-DarkBlue-Date normaal.png" + }, + { + "rowID": 92, + "group_id": 16, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Ice Blue", + "attribute_id": "ATTR000092", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 106, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Lightblue-Brown-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Lightblue-Brown-Date normaal.png" + }, + { + "rowID": 93, + "group_id": 16, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Ice Blue", + "attribute_id": "ATTR000093", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 107, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-LightBlue-Calf-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-LightBlue-Calf-Date normaal.png" + }, + { + "rowID": 94, + "group_id": 16, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Ice Blue", + "attribute_id": "ATTR000094", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 103, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-V1-LighBlue-Steel-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-LighBlue-Steel-Date normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 70, + "productcode": "MWTH1RG", + "productname": "Thomas-I Racing Green", + "productdescription": "MWTH1RG_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasI_racing_green", + "product_media": 91, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-Brown-Date normaal.png", + "price": "749.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "79", + "config_setting": "GRP000017", + "main_option_for_display": "ATTR000097", + "configurations": [ + { + "rowID": 18, + "productrowid": 70, + "assignment": "GRP000017", + "measurement": "ATTR000097", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 95, + "group_id": 17, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Racing Green", + "attribute_id": "ATTR000095", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 90, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-Black-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-Black-Date normaal.png" + }, + { + "rowID": 96, + "group_id": 17, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Racing Green", + "attribute_id": "ATTR000096", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 94, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-DarkBlue-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-DarkBlue-Date normaal.png" + }, + { + "rowID": 97, + "group_id": 17, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Racing Green", + "attribute_id": "ATTR000097", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 91, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-Brown-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-Brown-Date normaal.png" + }, + { + "rowID": 98, + "group_id": 17, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Racing Green", + "attribute_id": "ATTR000098", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 92, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-Calf-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-Calf-Date normaal.png" + }, + { + "rowID": 99, + "group_id": 17, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Racing Green", + "attribute_id": "ATTR000099", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 95, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-V1-Green-Steel-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Green-Steel-Date normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 71, + "productcode": "MWTH1DG", + "productname": "Thomas-I Dolphin Gray", + "productdescription": "MWTH1DG_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasI_dolphin_gray", + "product_media": 99, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-Calf-Date normaal.png", + "price": "749.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "80", + "config_setting": "GRP000018", + "main_option_for_display": "ATTR000103", + "configurations": [ + { + "rowID": 19, + "productrowid": 71, + "assignment": "GRP000018", + "measurement": "ATTR000103", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 100, + "group_id": 18, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Dolphin Gray", + "attribute_id": "ATTR000100", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 97, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-Black-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-Black-Date normaal.png" + }, + { + "rowID": 101, + "group_id": 18, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Dolphin Gray", + "attribute_id": "ATTR000101", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 101, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-DarkBlue-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-DarkBlue-Date normaal.png" + }, + { + "rowID": 102, + "group_id": 18, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Dolphin Gray", + "attribute_id": "ATTR000102", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 98, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-Brown-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-Brown-Date normaal.png" + }, + { + "rowID": 103, + "group_id": 18, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Dolphin Gray", + "attribute_id": "ATTR000103", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 99, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-Calf-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-Calf-Date normaal.png" + }, + { + "rowID": 104, + "group_id": 18, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Dolphin Gray", + "attribute_id": "ATTR000104", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 102, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-V1-Grey-Steel-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Grey-Steel-Date normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + }, + { + "rowID": 72, + "productcode": "MWTH1G", + "productname": "Thomas-I Graphite", + "productdescription": "MWTH1G_description", + "parttype": "1", + "quantity": 1, + "product_category": 3, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "url_slug": "thomasI_graphite", + "product_media": 79, + "full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Darkgrey-Black-Date normaal.png", + "price": "749.00", + "rrp": "0.00", + "price_modifier": 1, + "version_id": "81", + "config_setting": "GRP000019", + "main_option_for_display": "ATTR000105", + "configurations": [ + { + "rowID": 20, + "productrowid": 72, + "assignment": "GRP000019", + "measurement": "ATTR000105", + "group_mandatory": 1, + "group_type": 0, + "assignment_name": "Bracelet", + "type": "group", + "attributes": [ + { + "rowID": 105, + "group_id": 19, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Graphite", + "attribute_id": "ATTR000105", + "item_name": "bracelet_dark", + "item_quantity": 1, + "item_position": 1, + "item_media": 119, + "alternative_media": 55, + "title": "band_black.png", + "full_path": "\/assets\/images\/media\/band_black.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Darkgrey-Black-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Darkgrey-Black-Date normaal.png" + }, + { + "rowID": 106, + "group_id": 19, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Graphite", + "attribute_id": "ATTR000106", + "item_name": "bracelet_blue", + "item_quantity": 1, + "item_position": 2, + "item_media": 120, + "alternative_media": 60, + "title": "band_blue.png", + "full_path": "\/assets\/images\/media\/band_blue.png", + "alternative_media_title": "1-Morval-Watches2024-V1-Darkgrey-DarkBlue-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-Darkgrey-DarkBlue-Date normaal.png" + }, + { + "rowID": 107, + "group_id": 19, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Graphite", + "attribute_id": "ATTR000107", + "item_name": "bracelet_dark_brown", + "item_quantity": 1, + "item_position": 3, + "item_media": 121, + "alternative_media": 57, + "title": "band_dark_brown.png", + "full_path": "\/assets\/images\/media\/band_dark_brown.png", + "alternative_media_title": "1-Morval-Watches2024-V1-DarkGrey-Brown-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-DarkGrey-Brown-Date normaal.png" + }, + { + "rowID": 108, + "group_id": 19, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Graphite", + "attribute_id": "ATTR000108", + "item_name": "bracelet_light_brown", + "item_quantity": 1, + "item_position": 4, + "item_media": 122, + "alternative_media": 58, + "title": "band_light_brown.png", + "full_path": "\/assets\/images\/media\/band_light_brown.png", + "alternative_media_title": "1-Morval-Watches2024-V1-DarkGrey-Calf-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/1-Morval-Watches2024-V1-DarkGrey-Calf-Date normaal.png" + }, + { + "rowID": 109, + "group_id": 19, + "group_name": "Bracelet", + "group_mandatory": 1, + "group_type": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "group_name_internal": "Bracelet - Thomas-I Graphite", + "attribute_id": "ATTR000109", + "item_name": "bracelet_steel", + "item_quantity": 1, + "item_position": 5, + "item_media": 123, + "alternative_media": 88, + "title": "band_steel.png", + "full_path": "\/assets\/images\/media\/band_steel.png", + "alternative_media_title": "Morval-Watches2024-V1-Darkgrey-Steel-Date normaal.png", + "alternative_media_full_path": "\/assets\/images\/media\/Morval-Watches2024-V1-Darkgrey-Steel-Date normaal.png", + "price": "100.00", + "rrp": "0.00", + "price_modifier": 1 + } + ] + } + ] + } +] \ No newline at end of file diff --git a/cache/categories.json b/cache/categories.json new file mode 100644 index 0000000..f7510d1 --- /dev/null +++ b/cache/categories.json @@ -0,0 +1,496 @@ +[ + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 57 + }, + { + "rowID": 18, + "name": "Thomas-I Date", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:20", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:46", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 57 + }, + { + "rowID": 21, + "name": "fp_carrousel_1", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:13", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:13", + "updatedby": null, + "filter": 0, + "product_id": 57 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 60 + }, + { + "rowID": 19, + "name": "Thomas-II Open Heart", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:37", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:39", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 60 + }, + { + "rowID": 22, + "name": "fp_carrousel_2", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:22", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:22", + "updatedby": null, + "filter": 0, + "product_id": 60 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 61 + }, + { + "rowID": 19, + "name": "Thomas-II Open Heart", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:37", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:39", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 61 + }, + { + "rowID": 22, + "name": "fp_carrousel_2", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:22", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:22", + "updatedby": null, + "filter": 0, + "product_id": 61 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 62 + }, + { + "rowID": 19, + "name": "Thomas-II Open Heart", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:37", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:39", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 62 + }, + { + "rowID": 22, + "name": "fp_carrousel_2", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:22", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:22", + "updatedby": null, + "filter": 0, + "product_id": 62 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 63 + }, + { + "rowID": 19, + "name": "Thomas-II Open Heart", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:37", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:39", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 63 + }, + { + "rowID": 22, + "name": "fp_carrousel_2", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:22", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:22", + "updatedby": null, + "filter": 0, + "product_id": 63 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 64 + }, + { + "rowID": 19, + "name": "Thomas-II Open Heart", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:37", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:39", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 64 + }, + { + "rowID": 22, + "name": "fp_carrousel_2", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:22", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:22", + "updatedby": null, + "filter": 0, + "product_id": 64 + }, + { + "rowID": 20, + "name": "Accessories", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:55", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:19:24", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 65 + }, + { + "rowID": 23, + "name": "Bracelets", + "parent_id": 20, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-25 13:20:01", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:20:01", + "updatedby": null, + "filter": 1, + "product_id": 65 + }, + { + "rowID": 20, + "name": "Accessories", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:55", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:19:24", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 66 + }, + { + "rowID": 23, + "name": "Bracelets", + "parent_id": 20, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-25 13:20:01", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:20:01", + "updatedby": null, + "filter": 1, + "product_id": 66 + }, + { + "rowID": 20, + "name": "Accessories", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:55", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:19:24", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 67 + }, + { + "rowID": 23, + "name": "Bracelets", + "parent_id": 20, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-25 13:20:01", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:20:01", + "updatedby": null, + "filter": 1, + "product_id": 67 + }, + { + "rowID": 20, + "name": "Accessories", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:55", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:19:24", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 68 + }, + { + "rowID": 23, + "name": "Bracelets", + "parent_id": 20, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-25 13:20:01", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:20:01", + "updatedby": null, + "filter": 1, + "product_id": 68 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 69 + }, + { + "rowID": 18, + "name": "Thomas-I Date", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:20", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:46", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 69 + }, + { + "rowID": 21, + "name": "fp_carrousel_1", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:13", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:13", + "updatedby": null, + "filter": 0, + "product_id": 69 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 70 + }, + { + "rowID": 18, + "name": "Thomas-I Date", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:20", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:46", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 70 + }, + { + "rowID": 21, + "name": "fp_carrousel_1", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:13", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:13", + "updatedby": null, + "filter": 0, + "product_id": 70 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 71 + }, + { + "rowID": 18, + "name": "Thomas-I Date", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:20", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:46", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 71 + }, + { + "rowID": 21, + "name": "fp_carrousel_1", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:13", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:13", + "updatedby": null, + "filter": 0, + "product_id": 71 + }, + { + "rowID": 17, + "name": "Watches", + "parent_id": 0, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:56:56", + "createdby": "MorvalWatches", + "updated": "2025-02-25 13:18:55", + "updatedby": "MorvalWatches", + "filter": 1, + "product_id": 72 + }, + { + "rowID": 18, + "name": "Thomas-I Date", + "parent_id": 17, + "status": 1, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:57:20", + "createdby": "MorvalWatches", + "updated": "2025-05-27 13:34:46", + "updatedby": "paul@veliti.nl", + "filter": 1, + "product_id": 72 + }, + { + "rowID": 21, + "name": "fp_carrousel_1", + "parent_id": 0, + "status": 0, + "accounthierarchy": "{\"salesid\":\"148-MorvalWatches\",\"soldto\":\"\"}", + "created": "2025-02-24 18:58:13", + "createdby": "MorvalWatches", + "updated": "2025-02-24 18:58:13", + "updatedby": null, + "filter": 0, + "product_id": 72 + } +] \ No newline at end of file diff --git a/cart.php b/cart.php index 761948e..a59908b 100644 --- a/cart.php +++ b/cart.php @@ -207,7 +207,7 @@ $view .= '
- +
'; diff --git a/checkout.php b/checkout.php index 3373996..bd9fcf5 100644 --- a/checkout.php +++ b/checkout.php @@ -118,8 +118,9 @@ if ($products_in_cart) { //Place order //------------------------------- // Make sure when the user submits the form all data was submitted and shopping cart is not empty -if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['address_street'], $_POST['address_city'], $_POST['address_state'], $_POST['address_zip'], $_POST['address_country'], $_POST['address_phone'], $_SESSION['cart']) && !isset($_POST['update'])) { +if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['address_street'], $_POST['address_city'], $_POST['address_state'], $_POST['address_zip'], $_POST['address_country'], $_SESSION['cart']) && !isset($_POST['update'])) { $account_id = null; + // If the user is already logged in if (isset($_SESSION['account_loggedin'])) { // Account logged-in, update the user's details @@ -127,13 +128,13 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a array( "language" => $_SESSION['country_code'], "first_name" => $_POST['first_name'], - "last_name" => $_POST['last_name'], - "address_street" => $_POST['address_street'], - "address_city" => $_POST['address_city'], - "address_state" => $_POST['address_state'], - "address_zip" => $_POST['address_zip'], - "address_country" => $_POST['address_country'], - "address_phone" => $_POST['address_phone'], + "last_name" => $_POST['last_name'], + "address_street" => $_POST['address_street'], + "address_city" => $_POST['address_city'], + "address_state" => $_POST['address_state'], + "address_zip" => $_POST['address_zip'], + "address_country" => $_POST['address_country'], + "address_phone" => $_POST['address_phone'] ?? '', "userkey" => $_SESSION['account_id']), JSON_UNESCAPED_UNICODE); $account_update = ioAPIv2('/v2/identity/',$payload,$clientsecret); $account_update = json_decode($account_update,true); @@ -166,23 +167,23 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a "password" => $_POST['password'], "language" => $_SESSION['country_code'], "first_name" => $_POST['first_name'], - "last_name" => $_POST['last_name'], - "address_street" => $_POST['address_street'], - "address_city" => $_POST['address_city'], - "address_state" => $_POST['address_state'], - "address_zip" => $_POST['address_zip'], - "address_country" => $_POST['address_country'], - "address_phone" => $_POST['address_phone']), JSON_UNESCAPED_UNICODE); - + "last_name" => $_POST['last_name'], + "address_street" => $_POST['address_street'], + "address_city" => $_POST['address_city'], + "address_state" => $_POST['address_state'], + "address_zip" => $_POST['address_zip'], + "address_country" => $_POST['address_country'], + "address_phone" => $_POST['address_phone'] ?? ''), JSON_UNESCAPED_UNICODE); + $account = ioAPIv2('/v2/identity/',$payload,$clientsecret); $account= json_decode($account,true); $account_id = $account['account_id'] = $account['accountID']; - + if ($account && isset($account['accountID'])) { //SEND VERIFICATION EMAIL include dirname(__FILE__).'/custom/email/email_template_register.php'; $register_mail = $message; - + send_mail_by_PHPMailer($account['identity'], $subject, $register_mail,'', ''); $register_error = 'Email send to verify your account'; } @@ -203,39 +204,65 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a $payload = json_encode(array("cart" => $_SESSION['cart'], "checkout_input" => $checkout_input, "customer_details" => $account), JSON_UNESCAPED_UNICODE); $place_order = ioAPIv2('/v2/placeorder/',$payload,$clientsecret); $place_order = json_decode($place_order,true); - + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //Check if transaction is succesfull and send order confirmation to customer // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ if ($place_order['error'] == '' && $place_order['id'] != ''){ - - //SEND CONFIRMATION TO CUSTOMER - send_order_details_email( - $account['email'], - $place_order['products_checked-out'], - $account['first_name'], - $account['last_name'], - $account['address_street'], - $account['address_city'], - $account['address_state'], - $account['address_zip'], - $account['address_country'], - $place_order['subtotal'], - $place_order['discounttotal'], - $place_order['shippingtotal'], - $place_order['taxtotal'], - $place_order['payment_amount'], - $place_order['transaction_id'] - ); - + + // Push purchase event to dataLayer + if (isset($place_order['products_checked-out']) && is_array($place_order['products_checked-out'])) { + $productIds = []; + $totalQuantity = 0; + $products = []; + + foreach ($place_order['products_checked-out'] as $p) { + if (is_array($p)) { + $productIds[] = $p['id'] ?? ''; + $totalQuantity += $p['quantity'] ?? 0; + $products[] = [ + 'id' => $p['id'] ?? '', + 'name' => $p['meta']['name'] ?? '', + 'price' => $p['options_price'] ?? 0, + 'quantity' => $p['quantity'] ?? 0 + ]; + } + } + + echo ""; + } + + // Email will be sent by webhook after successful payment + //Disable giftcard if (isset($_SESSION['discount'])){ if (preg_match("/[#][0-9]/", $_SESSION['discount']) == 1){ useGiftCart($pdo, $_SESSION['discount']); } } - + // Authenticate the user if ($account_id != null) { // Log the user in with the details provided @@ -249,11 +276,11 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a //Pay on delivery = 2 // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - if (pay_on_delivery_enabled && $place_order['payment_method'] == 2){ + if (pay_on_delivery_enabled && $place_order['payment_method'] == 2){ header('Location: ' . url('index.php?page=placeorder')); exit; } - + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // Mollie = 3 ++++++++++++++++++++++++++++++++++++++++++++++++++ // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -267,24 +294,24 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a * See: https://www.mollie.com/dashboard/developers/api-keys */ require "initialize.php"; - + /* * Generate a unique order id for this example. It is important to include this unique attribute * in the redirectUrl (below) so a proper return page can be shown to the customer. */ $orderId = $place_order['transaction_id']; $value = number_format($place_order['payment_amount'],2,'.',''); - + /* * Determine the url parts to these example files. */ $protocol = isset($_SERVER['HTTPS']) && strcasecmp('off', $_SERVER['HTTPS']) !== 0 ? "https" : "http"; $hostname = $_SERVER['HTTP_HOST']; $path = dirname($_SERVER['REQUEST_URI'] ?? $_SERVER['PHP_SELF']); - + /* * Payment parameters: - * amount Amount in EUROs. + * amount Amount in EUROs. * description Description of the payment. * redirectUrl Redirect location. The customer will be redirected there after the payment. * webhookUrl Webhook location, used to report when the payment changes state. @@ -296,7 +323,7 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a }else{ $redirectURL = $protocol.'://'.$hostname.$path.'index.php?page=placeorder&order_id='.$orderId; } - + $payment = $mollie->payments->create([ "amount" => [ "currency" => "EUR", @@ -328,19 +355,19 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ if (paypal_enabled && $_POST['method'] == 1) { - + //Process Payment require_once __DIR__."/lib/paypal/paypal.php"; $base = PAYPAL_URL; $id = PAYPAL_CLIENT_ID; $secret = PAYPAL_CLIENT_SECRET; - + //init input $order = $place_order['transaction_id']; $price = number_format($place_order['payment_amount'],2,'.',''); $currency = "EUR"; - + //make payment $paypal = new paypalCurl(); $paypal->init($id,$secret,$base); @@ -366,200 +393,385 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a //------------------------------- // END PLACE ORDER //------------------------------- - $terms_link = url('index.php?page=termsandconditions'); $privacy_link = url('index.php?page=privacy'); $view = template_header(($checkout_header ?? 'Checkout'),''); $view .= ' -
+
-

'.$h1_checkout.'

'; - - if (!empty($errors) || count($errors) > 0){ +

'.($h1_Checkout ?? 'Checkout').'

- $view .= '

'.implode('
', $errors).'

'; - } - if (!isset($_SESSION['account_loggedin'])){ -$view .= '

'.$account_available.' '.$account_log_in.'

'; + +
+
+
1
+
'.($step_contact ?? 'Contact').'
+
+
+
2
+
'.($step_payment ?? 'Payment').'
+
+
+
3
+
'.($step_shipping ?? 'Shipping').'
+
+
+
4
+
'.($step_review ?? 'Review').'
+
+
'; + + if ($errors) { + foreach($errors as $error) { + $view .= '

'.$error.'

'; + } } - $view .= ' -
+$view .= ' +
-
-
-

'.$payment_method.'

- -
'; - if (mollie_enabled){ - $view .= ' - '; - - $view .= ' - '; - - } - - if (paypal_enabled){ -$view .= ' - '; - } - - if (pay_on_delivery_enabled){ -$view .= ' - '; - } - -$view .= '
'; - - if (!isset($_SESSION['account_loggedin'])){ +
-$view .= ' -

'.$account_create_email.'

- - - -

'.$account_create.((!account_required) ? $account_create_optional : '').'

- - - - - '; - } -$view .= ' -

'.$h2_Shipping_details.'

- -
- - -
- -
- - -
- - - - - - - -
- - -
- -
- - -
- - - - - - - - -
- -
+ +
+
+
+
1
+

'.($step_contact ?? 'Contact Information').'

+
+
'.($edit_text ?? 'Edit').'
+
-

'.$h2_shoppingcart.'

- - '; - foreach($products_in_cart['cart_details']['products'] as $product){ - - $view .= ' - - - - '; - } -$view .= '
'.$product['meta']['name'].''.$product['quantity'].' x '.$product['meta']['name'].''.currency_code.''.number_format($product['options_price'] * $product['quantity'],2).'
- -
- - '; - if (isset($_SESSION['discount'], $products_in_cart['totals']['discounttotal'])){ - $view .= $products_in_cart['totals']['discount_message']; - } -$view .= ' -
-
'; +
'; - if (isset($shipping_methods) && count($shipping_methods) > 0){ - $view .= '
-

'.$h3_shipping_method.'

'; - - foreach($shipping_methods as $method){ - $view .= '
- - -
'; - } - $view .= '
'; + if (!isset($_SESSION['account_loggedin'])) { +$view .= ' + + - } -$view .= '
-
-
- '.$total_subtotal.' - '.currency_code.''.number_format($subtotal,2).' +
+ +
+ + + + + +
+
'; + } else { +$view .= ' + + + '; + } + +$view .= ' +
+ +
+
+
+ + +
+
+
+
2
+

'.$payment_method.'

+
+
'.($edit_text ?? 'Edit').'
+
+ +
+
'; + if (mollie_enabled){ +$view .= '
+ + +
+ +
+ + +
'; + } + + if (paypal_enabled){ +$view .= '
+ + +
'; + } + + if (pay_on_delivery_enabled){ +$view .= '
+ + +
'; + } + +$view .= '
+ +
+ + +
+
+
+ + +
+
+
+
3
+

'.$h2_Shipping_details.'

+
+
'.($edit_text ?? 'Edit').'
+
+ +
+
+
+ + +
+
+ + +
+
+ + + + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ + + + +
+ + +
+
+
+ + +
+
+
+
4
+

'.($step_review ?? 'Review Order').'

+
+
'.($edit_text ?? 'Edit').'
-
+
+ +

'.$h2_shoppingcart.'

+ + '; + foreach($products_in_cart['cart_details']['products'] as $product){ + $view .= ' + + + + '; + } +$view .= '
'.$product['meta']['name'].''.$product['quantity'].' × '.$product['meta']['name'].''.currency_code.''.number_format($product['options_price'] * $product['quantity'],2).'
+ +
+ +
+
+ +
+ '; + if (isset($_SESSION['discount'], $products_in_cart['totals']['discounttotal'])){ + $view .= $products_in_cart['totals']['discount_message']; + } +$view .= ' +
+
+ +
'; + + if (isset($shipping_methods) && count($shipping_methods) > 0){ +$view .= '

'.$h3_shipping_method.' *

+
'; + + foreach($shipping_methods as $method){ +$view .= ' '; + } +$view .= '
'; + + } +$view .= '
+ +
+
+ '.$total_subtotal.' + '.currency_code.''.number_format($subtotal,2).' +
+ +
'.$total_shipping.' - '.currency_code.''.number_format($shippingtotal,2).' + '.currency_code.''.number_format($shippingtotal,2).'
'; if ($discounttotal > 0){ - $view .= '
- '.$total_discount.' - -'.currency_code.''.number_format(round($discounttotal, 1),2).' -
'; +$view .= '
+ '.$total_discount.' + -'.currency_code.''.number_format(round($discounttotal, 1),2).' +
'; } if ($taxtotal > 0){ - $view .= '
- '.($tax_text ?? 'VAT').' ('.$tax_rate.') - '.currency_code.''.number_format($taxtotal,2).' -
'; +$view .= '
+ '.($tax_text ?? 'VAT').' ('.$tax_rate.') + '.currency_code.''.number_format($taxtotal,2).' +
'; } - $view .= '
-
- '.$total_total.' '.$total_total_note.''.currency_code.''.number_format($total,2).' +$view .= '
+ +
+ '.$total_total.' '.$total_total_note.' + '.currency_code.''.number_format($total,2).'
-
-
- - '.$order_consent_1.' - -
-
- - '.$order_consent_2.' '.$order_consent_3.' '.$order_consent_4.' '.$order_consent_5.' - -
+ + -
- + + +
+ +
+ +
@@ -568,7 +780,314 @@ $view .= '
-
'; +
+'; + +echo ' + + +'; $view .= template_footer(); diff --git a/custom/assets/favicon/apple-touch-icon.png b/custom/assets/favicon/apple-touch-icon.png new file mode 100644 index 0000000..f5e5398 Binary files /dev/null and b/custom/assets/favicon/apple-touch-icon.png differ diff --git a/custom/assets/favicon/favicon-96x96.png b/custom/assets/favicon/favicon-96x96.png new file mode 100644 index 0000000..2c89e1d Binary files /dev/null and b/custom/assets/favicon/favicon-96x96.png differ diff --git a/custom/assets/favicon/favicon.ico b/custom/assets/favicon/favicon.ico new file mode 100644 index 0000000..a55222f Binary files /dev/null and b/custom/assets/favicon/favicon.ico differ diff --git a/custom/assets/favicon/favicon.svg b/custom/assets/favicon/favicon.svg new file mode 100644 index 0000000..042f52b --- /dev/null +++ b/custom/assets/favicon/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/custom/assets/favicon/site.webmanifest b/custom/assets/favicon/site.webmanifest new file mode 100644 index 0000000..ccf313a --- /dev/null +++ b/custom/assets/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/custom/assets/favicon/web-app-manifest-192x192.png b/custom/assets/favicon/web-app-manifest-192x192.png new file mode 100644 index 0000000..7e503cd Binary files /dev/null and b/custom/assets/favicon/web-app-manifest-192x192.png differ diff --git a/custom/assets/favicon/web-app-manifest-512x512.png b/custom/assets/favicon/web-app-manifest-512x512.png new file mode 100644 index 0000000..ca55fe1 Binary files /dev/null and b/custom/assets/favicon/web-app-manifest-512x512.png differ diff --git a/custom/assets/wero.svg b/custom/assets/wero.svg new file mode 100644 index 0000000..e63842d --- /dev/null +++ b/custom/assets/wero.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/custom/css/main.css b/custom/css/main.css index c08346a..420e527 100644 --- a/custom/css/main.css +++ b/custom/css/main.css @@ -165,7 +165,7 @@ nav { /* Hero Section */ .hero { - background-image: url('../../custom/assets/header.jpg'); + background-image: url('../../custom/assets/comp2.png'); background-size: cover; background-position: center; height: 60vh; @@ -322,6 +322,23 @@ nav { } } +/* Hide top info bar and products hero on mobile (<993px) */ +@media (max-width: 992px) { + .top-info-bar, + .info-bar, + .hero-products { + display: none !important; + } + + /* Full width containers on mobile */ + .container, + .content-wrapper { + max-width: 100% !important; + padding-left: 0 !important; + padding-right: 0 !important; + } +} + @media (max-width: 768px) { .top-info-bar { justify-content: center; @@ -380,6 +397,12 @@ nav { .store-description p { font-size: 16px; } + + .footer-links { + display: flex; + gap: 20px; + flex-direction: column; + } } /* Language Selector */ @@ -666,7 +689,7 @@ nav { .top-section { position: relative; height: 400px; - background-image: url('../../custom/assets/comp2.png'); + background-image: url('../../custom/assets/header.jpg'); background-size: cover; background-position: center; display: flex; @@ -1199,7 +1222,7 @@ nav { .filter-button { display: none; - width: 100%; + width: 90%; padding: 10px; background-color: var(--color-heading); color: var(--color-white); @@ -1207,6 +1230,7 @@ nav { border-radius: 3px; margin-bottom: 20px; cursor: pointer; + margin:auto; } @media (max-width: 768px) { @@ -1311,7 +1335,12 @@ nav { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); border-radius: 8px; } - + + /* Mobile Header - Hidden on desktop */ + .product-mobile-header { + display: none; + } + /* Product Images Section */ .product-imgs { position: relative; @@ -1566,49 +1595,64 @@ nav { /* Responsive Design */ @media (max-width: 992px) { .product.content-wrapper { - grid-template-columns: 1fr; + display: flex; + flex-direction: column; gap: 1rem; } - + + .product-imgs, + .carousel-container { + order: 1; + width: 100%; + } + + .carousel-main, .product-img-large { max-height: 500px; } - } - - @media (max-width: 768px) { - h1.name { - font-size: 2rem; + + .product-wrapper { + order: 2; } - - .price { - font-size: 1.75rem; - } - + + .carousel-thumbnails, .product-small-imgs { + display: flex; + flex-wrap: nowrap; justify-content: center; - } - - .product-img-small { - width: calc(20% - 0.75rem); + overflow-x: auto; + gap: 10px; } } + /* Note: Product page tablet/mobile styles (< 993px) are handled in product.php inline styles */ @media (max-width: 576px) { .product.content-wrapper { - margin: 1rem; + margin: 0; + padding: 0; + padding-bottom: 70px; + } + + .product-imgs { + padding: 0; + } + + .product-wrapper { padding: 1rem; } - - .product-imgs, .product-wrapper { - padding: 1rem 0; - } - + .radio-checkbox { justify-content: center; } - + .product-img-small { - width: calc(33.33% - 0.75rem); + flex-shrink: 0; + width: 50px; + height: 50px; + } + + h1.name { + font-size: 1.25rem; } } @@ -2116,7 +2160,116 @@ nav { padding: 1rem; } } - + +/* Mobile compact accessories section (<993px) - horizontal scroll */ +@media (max-width: 992px) { + .add_products { + padding: 1rem; + margin-bottom: 1rem; + display: block; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + scrollbar-width: thin; + white-space: nowrap; + } + + .add_products h2 { + font-size: 1rem; + margin-bottom: 0.75rem; + display: block; + width: 100%; + white-space: normal; + } + + .add_products h2:after { + width: 30px; + height: 2px; + margin-top: 0.4rem; + } + + .add_products::before, + .add_products::after { + display: none; + } + + .add_product { + float: none; + display: inline-flex; + flex-direction: column; + align-items: center; + text-align: center; + width: 90px; + min-width: 90px; + max-width: 90px; + padding: 0.5rem; + margin: 0 0.4rem 0 0; + vertical-align: top; + white-space: normal; + } + + .add_product:hover { + transform: none; + } + + .add_product img { + width: 45px; + height: 45px; + min-width: 45px; + margin-right: 0; + margin-bottom: 0.3rem; + } + + .add_product .product { + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + } + + .add_product .name { + font-size: 0.65rem; + line-height: 1.2; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-bottom: 0.1rem; + max-width: 100%; + } + + .add_product .price { + font-size: 0.6rem; + margin-bottom: 0.3rem; + } + + .add_product form { + margin: 0; + width: 100%; + display: flex; + justify-content: center; + } + + .add_product input[type="submit"] { + width: 22px; + height: 22px; + font-size: 11px; + } + + /* Hide scrollbar on webkit browsers but keep functionality */ + .add_products::-webkit-scrollbar { + height: 4px; + } + + .add_products::-webkit-scrollbar-track { + background: var(--color-lighter-gray); + } + + .add_products::-webkit-scrollbar-thumb { + background: var(--color-light-gray); + border-radius: 2px; + } +} + /* Cart Totals */ .cart .total { border-top: 2px solid var(--color-dark-text); @@ -2342,22 +2495,49 @@ nav { } } +/* Sticky checkout button on mobile (<993px) */ +@media (max-width: 992px) { + .cart .buttons { + position: relative; + padding-bottom: 70px; + } + + .cart .btn-checkout-sticky { + position: fixed !important; + left: 0 !important; + right: 0 !important; + bottom: 0 !important; + width: 100% !important; + z-index: 1000 !important; + border-radius: 0 !important; + margin: 0 !important; + padding: 1rem !important; + box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15) !important; + font-size: 1rem !important; + background-color: green !important; + color: white !important; + border: none !important; + } +} + /* Checkout Page Modernization */ .checkout { font-family: 'Inter', 'Helvetica Neue', sans-serif; color: var(--color-text-dark); - max-width: 90%; margin: 0 auto; - padding: 2rem 1rem; + padding: 1rem 1rem; } .checkout h1 { color: var(--color-heading); - font-size: 2rem; + font-size: 2.0rem; font-weight: 600; - margin-bottom: 1.5rem; + margin-top: 1rem; + margin-bottom: 2.5rem; + padding-bottom: 1rem; position: relative; + border-bottom: 3px solid var(--color-primary); } .checkout h1::after { @@ -2365,7 +2545,7 @@ nav { position: absolute; bottom: -10px; left: 0; - width: 60px; + width: 0; height: 3px; background-color: var(--color-primary); } @@ -2452,23 +2632,39 @@ nav { padding-right: 2.5rem; } -/* Row layout for side-by-side fields */ -.row1, .row2 { - width: 100%; +/* Inline field rows - use flexbox for better control */ +.inline-fields { + display: flex; + gap: 0.75rem; } -@media (min-width: 576px) { +.inline-fields > div { + flex: 1; + min-width: 0; +} + +/* Legacy row1/row2 support - desktop side-by-side */ +@media (min-width: 601px) { .row1, .row2 { display: inline-block; - width: calc(50% - 0.5rem); + width: calc(50% - 0.4rem); + vertical-align: top; } - - .row1 { - margin-right: 0.5rem; + .row1 { margin-right: 0.4rem; } + .row2 { margin-left: 0.4rem; } +} + +/* Mobile: stack all fields */ +@media (max-width: 600px) { + .row1, .row2 { + display: block; + width: 100%; + margin: 0; } - - .row2 { - margin-left: 0.5rem; + + .inline-fields { + flex-direction: column; + gap: 0; } } @@ -2629,6 +2825,267 @@ nav { } } +/* Compact checkout on mobile (<993px) */ +@media (max-width: 992px) { + .checkout { + padding: 0.5rem; + padding-bottom: 90px; /* Space for sticky button */ + } + + .checkout h1 { + font-size: 1.3rem; + margin-bottom: 0.75rem; + text-align: center; + } + + .checkout h1::after { + display: none; + } + + .checkout > p { + text-align: center; + margin-bottom: 0.5rem; + font-size: 0.85rem; + } + + .checkout h2 { + font-size: 0.95rem; + margin: 0.75rem 0 0.5rem; + padding-bottom: 0.25rem; + border-bottom: 1px solid #eee; + } + + .checkout .form-field { + padding: 0.75rem; + margin-bottom: 0.5rem; + font-size: 16px; /* Prevents iOS zoom */ + border-radius: 6px; + } + + .checkout label { + font-size: 0.8rem; + margin-bottom: 0.2rem; + display: block; + } + + .checkout .container { + display: flex; + flex-direction: column; + gap: 0.75rem; + } + + .shipping-details { + padding: 0.75rem; + border-radius: 8px; + background: #fff; + box-shadow: 0 1px 4px rgba(0,0,0,0.08); + } + + .cart-details { + position: static; + padding: 0.75rem; + border-radius: 8px; + background: #f9f9f9; + } + + .cart-details h2 { + margin-top: 0; + } + + .cart-details table { + font-size: 0.85rem; + } + + .cart-details table td { + padding: 0.4rem 0; + } + + .cart-details table td img { + width: 35px !important; + height: 35px !important; + border-radius: 4px; + } + + .cart-details table td:last-child { + text-align: right; + white-space: nowrap; + } + + .discount-code { + margin: 0.5rem 0; + } + + .discount-code input { + padding: 0.6rem; + font-size: 0.9rem; + } + + .shipping-methods-container { + margin: 0.5rem 0; + } + + .shipping-methods h3 { + font-size: 0.85rem; + margin-bottom: 0.4rem; + } + + .shipping-method { + padding: 0.4rem 0; + font-size: 0.85rem; + } + + .summary { + border-top: 1px solid #eee; + padding-top: 0.5rem; + margin-top: 0.5rem; + } + + .summary > div { + display: flex; + justify-content: space-between; + padding: 0.25rem 0; + font-size: 0.85rem; + } + + .total { + display: flex; + justify-content: space-between; + padding: 0.6rem 0; + margin: 0.5rem 0; + font-size: 1.05rem; + font-weight: 600; + border-top: 2px solid var(--color-primary); + } + + /* Consent checkboxes */ + .checkout .summary .subtotal { + font-size: 0.75rem; + line-height: 1.4; + } + + .checkout .summary .subtotal input[type="checkbox"] { + margin-right: 0.4rem; + vertical-align: middle; + } + + /* Payment methods compact grid */ + .checkout .payment-methods { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 0.5rem; + margin-bottom: 0.5rem; + } + + .checkout .payment-methods label { + height: 45px; + width: 100%; + margin: 0; + font-size: 0.75rem; + padding: 0.25rem; + } + + .checkout .payment-methods label img { + max-height: 25px; + width: auto; + } + + /* Sticky checkout button */ + .checkout .buttons { + position: fixed; + bottom: 0; + left: 0; + right: 0; + margin: 0; + padding: 0.75rem; + background: #fff; + box-shadow: 0 -2px 10px rgba(0,0,0,0.1); + z-index: 1000; + } + + .checkout .checkout_btn { + width: 100%; + padding: 0.9rem; + font-size: 1rem; + font-weight: 600; + border-radius: 8px; + } + + .checkout .error { + padding: 0.5rem; + margin-bottom: 0.5rem; + font-size: 0.8rem; + border-radius: 6px; + } + + /* Hide account creation section initially - less overwhelming */ + #password-section { + background: #f5f5f5; + padding: 0.75rem; + border-radius: 6px; + margin-top: 0.5rem; + } +} + +/* Extra compact for small phones (<480px) */ +@media (max-width: 480px) { + .checkout { + padding: 0.35rem; + padding-bottom: 85px; + } + + .checkout h1 { + font-size: 1.15rem; + } + + .checkout h2 { + font-size: 0.9rem; + } + + .checkout .form-field { + padding: 0.65rem; + } + + .checkout label { + font-size: 0.75rem; + } + + .shipping-details, + .cart-details { + padding: 0.5rem; + } + + .cart-details table td img { + width: 30px !important; + height: 30px !important; + } + + .checkout .payment-methods { + grid-template-columns: repeat(2, 1fr); + gap: 0.35rem; + } + + .checkout .payment-methods label { + height: 40px; + } + + .checkout .payment-methods label img { + max-height: 20px; + } + + .checkout .buttons { + padding: 0.5rem; + } + + .checkout .checkout_btn { + padding: 0.75rem; + font-size: 0.95rem; + } + + .checkout .summary .subtotal { + font-size: 0.7rem; + } +} + .checkout .payment-methods { display: flex; flex-flow: wrap; @@ -2676,12 +3133,6 @@ nav { border: 2px solid var(--color-primary); } - .shipping-method input[type="radio"], -.shipping-method label { - display: inline-block; - vertical-align: middle; -} - .order-confirmation { width: 100%; max-width: 800px; @@ -2826,116 +3277,153 @@ nav { padding: 0 1.5rem; } +/* Login/Register page layout */ .login-register { display: flex; flex-direction: column; - gap: 2.5rem; + gap: 3rem; + max-width: 1100px; + margin: 3rem auto; + padding: 0 2rem; } @media (min-width: 768px) { .login-register { flex-direction: row; + gap: 4rem; } - + .login, .register { flex: 1; } } +/* Login and register cards */ .login, .register { - background-color: var(--color-white); - border-radius: var(--form-border-radius); - box-shadow: var(--form-box-shadow); - padding: 2rem; - transition: transform 0.3s ease, box-shadow 0.3s ease; + background-color: white; + border-radius: 4px; + box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); + padding: 3rem 2.5rem; + border: 2px solid #e5e7eb; + transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; } .login:hover, .register:hover { - transform: translateY(-5px); - box-shadow: 0 6px 18px var(--color-shadow); + transform: translateY(-4px); + box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); + border-color: var(--color-primary); } +/* Headings */ .login h1, .register h1 { - color: var(--color-heading); - font-size: 1.75rem; - font-weight: 600; - margin-bottom: 1.5rem; - padding-bottom: 0.75rem; - border-bottom: 2px solid var(--color-primary); + color: var(--color-dark-text); + font-size: 2rem; + font-weight: 700; + margin-bottom: 2rem; + padding-bottom: 1rem; + border-bottom: 3px solid var(--color-primary); position: relative; } +/* Form styling */ .login form, .register form { display: flex; flex-direction: column; - gap: 1rem; + gap: 1.5rem; } .form-label { display: block; - font-weight: 500; + font-weight: 600; margin-bottom: 0.5rem; - color: var(--color-text-dark); - font-size: 0.9rem; + color: var(--color-dark-text); + font-size: 0.95rem; } .form-field { width: 100%; - padding: 0.75rem 1rem; - border: 1px solid var(--color-gray); - border-radius: var(--input-border-radius); - background-color: var(--color-off-white); + padding: 1rem 1.25rem; + border: 2px solid #e5e7eb; + border-radius: 8px; + background-color: #f9fafb; font-size: 1rem; - transition: border-color 0.3s ease, box-shadow 0.3s ease; - box-shadow: var(--input-box-shadow); + transition: all 0.3s ease; + font-family: inherit; +} + +.form-field:hover { + border-color: #d1d5db; } .form-field:focus { outline: none; border-color: var(--color-primary); - box-shadow: var(--input-focus-shadow); - background-color: var(--color-white); + box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.1); + background-color: white; } .form-field::placeholder { - color: var(--color-dark-gray); - opacity: 0.7; + color: #9ca3af; + opacity: 1; } -/* Modern form enhancements */ -@media (prefers-reduced-motion: no-preference) { - .form-field { - transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; - } - - .form-field:focus { - transform: scale(1.01); - } +/* Button in login form */ +.login .btn, .register .btn { + margin-top: 0.5rem; + width: 100%; + padding: 1.125rem; + background: var(--color-primary); + color: white; + border: none; + border-radius: 8px; + font-size: 1.05rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 0.5px; + cursor: pointer; + transition: all 0.3s ease; } -/* Fix for duplicate IDs */ -.register #email { - border-left: 3px solid var(--color-accent); +.login .btn:hover, .register .btn:hover { + background: var(--color-primary-dark); + transform: translateY(-2px); + box-shadow: 0 6px 20px rgba(255, 111, 0, 0.3); } -.register #password { - border-left: 3px solid var(--color-accent); +.login .btn:active, .register .btn:active { + transform: translateY(0); +} + +/* Error messages */ +.login .error, .register .error { + margin-top: 1rem; + padding: 1rem; + background: #fee2e2; + border: 1px solid #fca5a5; + border-radius: 8px; + color: #dc2626; + font-size: 0.95rem; } /* Password field styling */ input[type="password"] { - letter-spacing: 0.2em; + letter-spacing: 0.15em; } /* Responsive adjustments */ @media (max-width: 767px) { - .btn { - width: 100%; - align-self: stretch; + .login-register { + margin: 2rem auto; + padding: 0 1rem; + gap: 2rem; } - + .login, .register { - padding: 1.5rem; + padding: 2rem 1.5rem; + } + + .login h1, .register h1 { + font-size: 1.75rem; } } @@ -3753,4 +4241,1280 @@ input[type="password"] { .review-item p::after { font-size: 2.5rem; } +} + +/* Mobile styles for watch ad section */ +@media (max-width: 768px) { + .watch-ad-section { + max-width: 95%; + } + + .top-section { + flex-direction: column; + justify-content: center; + align-items: center; + height: 300px; + padding: 20px; + } + + .watch-image { + display: none; + } + + .top-content { + width: 90%; + max-width: 90%; + text-align: center; + margin: 0 auto; + } + + .top-content h2 { + font-size: 1.6rem; + line-height: 1.3; + word-wrap: break-word; + overflow-wrap: break-word; + } + + .bottom-section { + flex-direction: column; + justify-content: center; + align-items: center; + height: 300px; + padding: 20px; + } + + .bottom-content { + width: 90%; + max-width: 90%; + text-align: center; + margin: 0 auto; + } + + .bottom-content h2 { + font-size: 1.6rem; + line-height: 1.3; + word-wrap: break-word; + overflow-wrap: break-word; + } +} + +/* ============================================ + STEP-BY-STEP CHECKOUT WIZARD + ============================================ */ + +/* Progress Steps Indicator */ +.progress-steps { + display: flex; + justify-content: space-between; + align-items: center; + max-width: 600px; + margin: 2rem auto 3rem; + position: relative; + padding: 0 1rem; +} + +.progress-steps::before { + content: ''; + position: absolute; + top: 20px; + left: 15%; + right: 15%; + height: 2px; + background: #e5e7eb; + z-index: 0; +} + +.progress-step { + display: flex; + flex-direction: column; + align-items: center; + gap: 0.5rem; + position: relative; + z-index: 1; + flex: 1; +} + +.step-number { + width: 40px; + height: 40px; + border-radius: 50%; + background: #e5e7eb; + color: #9ca3af; + display: flex; + align-items: center; + justify-content: center; + font-weight: 700; + font-size: 1.125rem; + transition: all 0.3s ease; +} + +.step-label { + font-size: 0.875rem; + color: #6b7280; + font-weight: 500; + text-align: center; + transition: color 0.3s ease; +} + +.progress-step.active .step-number { + background: #2c4b7c; + color: white; + box-shadow: 0 0 0 4px rgba(44, 75, 124, 0.2); +} + +.progress-step.active .step-label { + color: #2c4b7c; + font-weight: 600; +} + +.progress-step.completed .step-number { + background:var(--color-primary); + color: white; +} + +.progress-step.completed .step-label { + color: #10b981; +} + +/* Checkout Steps Container */ +.checkout-wizard .container { + display: grid; + grid-template-columns: 1fr; + gap: 2rem; + margin-top: 2rem; + max-width: 800px; + margin-left: auto; + margin-right: auto; +} + +.checkout-steps { + display: flex; + flex-direction: column; + gap: 1.5rem; +} + +/* Step Sections */ +.step-section { + background: white; + border: 2px solid #e5e7eb; + border-radius: 4px; + overflow: hidden; + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); +} + +.step-section.active { + border-color: #2c4b7c; + box-shadow: 0 4px 12px rgba(44, 75, 124, 0.15); +} + +.step-section.completed { + border-color: var(--color-primary); +} + +.step-section.completed .step-header { + cursor: pointer; +} + +.step-section.completed .step-header:hover { + background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%); +} + +/* Step Header */ +.step-header { + display: flex; + align-items: center; + justify-content: space-between; + padding: 1.5rem; + background: #f9fafb; + transition: background 0.3s ease; +} + +.step-section.active .step-header { + background: linear-gradient(135deg, rgba(44, 75, 124, 0.1) 0%, rgba(44, 75, 124, 0.05) 100%); +} + +.step-header-content { + display: flex; + align-items: center; + gap: 1rem; +} + +.step-badge { + width: 32px; + height: 32px; + border-radius: 50%; + background: #d1d5db; + color: #6b7280; + display: flex; + align-items: center; + justify-content: center; + font-weight: 700; + font-size: 1rem; + transition: all 0.3s ease; +} + +.step-section.active .step-badge { + background: #2c4b7c; + color: white; +} + +.step-section.completed .step-badge { + background: var(--color-primary); + color: white; +} + +.step-title { + margin: 0; + font-size: 1.25rem; + font-weight: 600; + color: #1f2937; +} + +.step-edit { + color: #2c4b7c; + font-size: 0.9rem; + font-weight: 500; + opacity: 0; + transition: opacity 0.3s ease; +} + +.step-section.completed .step-edit { + opacity: 1; +} + +.step-section.completed:hover .step-edit { + text-decoration: underline; +} + +/* Step Content */ +.step-content { + padding: 2rem; + max-height: 0; + overflow: hidden; + opacity: 0; + padding-top: 0; + padding-bottom: 0; + transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out; +} + +.step-section.active .step-content { + max-height: 5000px; + opacity: 1; + padding-top: 2rem; + padding-bottom: 2rem; + animation: slideDown 0.3s ease-out; +} + +@keyframes slideDown { + from { + opacity: 0; + transform: translateY(-10px); + } + to { + opacity: 1; + transform: translateY(0); + } +} + +/* Step Summary (shown when completed) */ +.step-summary { + background: #f3f4f6; + border-radius: 4px; + padding: 1rem; + margin-top: 1rem; +} + +.step-section.completed .step-content { + max-height: 0; + opacity: 0; + padding-top: 0; + padding-bottom: 0; + overflow: hidden; +} + +.step-section.completed .step-summary { + display: block !important; + padding: 1.5rem; +} + +.summary-item { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0.5rem 0; +} + +.summary-label { + font-weight: 500; + color: #6b7280; +} + +.summary-value { + font-weight: 600; + color: #1f2937; +} + +/* Step Buttons */ +.step-buttons { + display: flex; + gap: 1rem; + margin-top: 2rem; +} + +.btn-continue, +.btn-back { + display: inline-flex; + align-items: center; + justify-content: center; + gap: 0.5rem; + padding: 1rem 2rem; + border: none; + border-radius: 4px; + font-size: 1rem; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; +} + +.btn-continue { + flex: 1; + background: linear-gradient(135deg, #ff6f00 0%, #e56200 100%); + color: white; + box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3); +} + +.btn-continue:hover { + background: linear-gradient(135deg, #e56200 0%, #d35400 100%); + box-shadow: 0 6px 16px rgba(255, 111, 0, 0.4); + transform: translateY(-2px); +} + +.btn-back { + background: white; + color: #6b7280; + border: 2px solid #e5e7eb; +} + +.btn-back:hover { + background: #f9fafb; + border-color: #d1d5db; +} + +/* Existing styles from previous checkout */ +.payment-methods-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); + gap: 1rem; + margin-bottom: 1.5rem; +} + +.payment-option { + position: relative; +} + +.payment-option input[type="radio"] { + position: absolute; + opacity: 0; + width: 0; + height: 0; +} + +.payment-card { + display: block; + position: relative; + padding: 1.25rem; + border: 2px solid #e5e7eb; + border-radius: 10px; + background: white; + cursor: pointer; + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); + min-height: 130px; +} + +.payment-card:hover { + border-color: #2c4b7c; + box-shadow: 0 6px 12px rgba(44, 75, 124, 0.12); + transform: translateY(-2px); +} + +.payment-option input[type="radio"]:checked + .payment-card { + border-color: #2c4b7c; + background: linear-gradient(135deg, rgba(44, 75, 124, 0.05) 0%, rgba(44, 75, 124, 0.02) 100%); + box-shadow: 0 6px 16px rgba(44, 75, 124, 0.2), 0 0 0 1px #2c4b7c; +} + +.payment-card-content { + display: flex; + flex-direction: column; + align-items: center; + gap: 0.875rem; + text-align: center; +} + +.payment-logos { + display: flex; + align-items: center; + justify-content: center; + gap: 0.5rem; + min-height: 45px; + flex-wrap: wrap; +} + +.payment-logo { + max-height: 40px; + max-width: 65px; + width: auto; + height: auto; + object-fit: contain; +} + +.payment-icon { + color: #2c4b7c; + opacity: 0.8; +} + +.payment-name { + font-size: 0.95rem; + font-weight: 600; + color: #1f2937; + line-height: 1.2; +} + +.payment-check { + position: absolute; + top: 10px; + right: 10px; + width: 26px; + height: 26px; + background: #2c4b7c; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + color: white; + font-weight: bold; + font-size: 14px; + opacity: 0; + transform: scale(0); + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); +} + +.payment-option input[type="radio"]:checked + .payment-card .payment-check { + opacity: 1; + transform: scale(1); +} + +/* Form Fields */ +.form-row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 1rem; + margin-bottom: 1rem; +} + +.form-col { + display: flex; + flex-direction: column; +} + +.form-col .form-field { + margin-bottom: 0; +} + +/* Collapsible Sections */ +.collapsible-section { + margin-bottom: 1.5rem; +} + +.collapsible-header { + display: flex; + align-items: center; + justify-content: space-between; + background: none; + border: none; + cursor: pointer; + font-size: 0.5rem; + color: #1f3d6b; + transition: all 0.3s ease; + text-align: left; +} + +.collapsible-header:hover { + color: #2c4b7c; + border-bottom-color: #2c4b7c; +} + +.collapsible-icon { + transition: transform 0.3s ease; + flex-shrink: 0; +} + +.collapsible-content { + max-height: 0; + overflow: hidden; + transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); +} + +.collapsible-section.active .collapsible-content { + padding-top: 1rem; +} + +/* Cart Table */ +.cart-table { + width: 100%; + border-collapse: separate; + border-spacing: 0; + margin-bottom: 1.5rem; +} + +.cart-table tr { + border-bottom: 1px solid #f3f4f6; +} + +.cart-table tr:last-child { + border-bottom: none; +} + +.cart-table td { + padding: 1rem 0; +} + +.cart-img { + width: 50px; +} + +.cart-img img { + border-radius: 8px; + object-fit: cover; + border: 1px solid #e5e7eb; +} + +.cart-info { + font-size: 0.9rem; + color: #374151; +} + +.cart-price { + text-align: right; + font-weight: 600; + color: #1f2937; + white-space: nowrap; +} + +/* Discount Section */ +.discount-section { + margin-top: 1.5rem; + padding-top: 1.5rem; + border-top: 1px solid #e5e7eb; +} + +.discount-header { + font-size: 0.95rem; + padding: 0.75rem 0; +} + +.discount-input-wrapper { + margin-bottom: 0.5rem; +} + +.discount-result { + display: block; + font-size: 0.875rem; + color: #10b981; + font-weight: 500; + min-height: 1.5rem; + margin-top: 0.5rem; +} + +/* Shipping Methods */ +.shipping-methods-wrapper { + margin: 1.5rem 0; +} + +.shipping-title { + font-size: 1rem; + font-weight: 600; + color: #1f3d6b; + margin-bottom: 1rem; +} + +.shipping-methods { + display: flex; + flex-direction: column; + gap: 0.75rem; +} + +.shipping-method { + position: relative; + display: flex !important; + flex-direction: row !important; + align-items: center !important; + gap: 1rem; + padding: 1rem 1.25rem; + border: 2px solid #e5e7eb; + border-radius: 8px; + cursor: pointer; + transition: all 0.3s ease; + background: white; + flex-wrap: nowrap !important; +} + +.shipping-method:hover { + border-color: #2c4b7c; + box-shadow: 0 2px 8px rgba(44, 75, 124, 0.1); +} + +.shipping-method input[type="radio"] { + position: absolute; + opacity: 0; +} + +.shipping-method input[type="radio"]:checked ~ .shipping-info { + color: #2c4b7c; +} + +.shipping-method input[type="radio"]:checked ~ .shipping-radio::after { + opacity: 1; + transform: scale(1); +} + +.shipping-info { + display: flex; + align-items: center; + justify-content: space-between; + flex: 1; + gap: 1rem; +} + +.shipping-name { + font-weight: 500; + color: #374151; + transition: color 0.3s ease; +} + +.shipping-price { + font-weight: 600; + color: #1f2937; +} + +.shipping-radio { + position: relative; + width: 20px; + height: 20px; + border: 2px solid #d1d5db; + border-radius: 50%; + flex-shrink: 0; + transition: all 0.3s ease; +} + +.shipping-method:hover .shipping-radio { + border-color: #2c4b7c; +} + +.shipping-method input[type="radio"]:checked ~ .shipping-radio { + border-color: #2c4b7c; +} + +.shipping-radio::after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) scale(0); + width: 10px; + height: 10px; + background: #2c4b7c; + border-radius: 50%; + opacity: 0; + transition: all 0.3s ease; +} + +/* Order Summary */ +.order-summary { + margin: 1.5rem 0; + padding: 1.25rem 0; + border-top: 1px solid #e5e7eb; +} + +.summary-row { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0.75rem 0; + font-size: 0.95rem; + color: #4b5563; +} + +.summary-value { + font-weight: 600; + color: #1f2937; +} + +.discount-row { + color: #10b981; +} + +.discount-row .summary-value { + color: #10b981; +} + +.tax-rate { + font-size: 0.8rem; + font-weight: normal; + color: #6b7280; +} + +/* Order Total */ +.order-total { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1.25rem 0; + margin: 1rem 0; + border-top: 2px solid #e5e7eb; + border-bottom: 2px solid #e5e7eb; +} + +.total-label { + font-size: 1.1rem; + font-weight: 600; + color: #1f2937; +} + +.total-note { + font-size: 0.8rem; + font-weight: normal; + color: #6b7280; +} + +.total-amount { + font-size: 1.5rem; + font-weight: 700; + color: #1f2937; +} + +/* Consent Section */ +.consent-section { + margin: 1.5rem 0; +} + +.consent-checkbox { + display: flex; + align-items: flex-start; + gap: 0.75rem; + margin-bottom: 1rem; + cursor: pointer; + line-height: 1.6; +} + +.consent-checkbox input[type="checkbox"] { + margin-top: 3px; + width: 18px; + height: 18px; + cursor: pointer; + accent-color: #2c4b7c; + flex-shrink: 0; +} + +.consent-text { + font-size: 0.875rem; + color: #4b5563; +} + +.consent-text a { + color: #2c4b7c; + text-decoration: underline; +} + +/* Final Checkout Button */ +.checkout-btn { + width: 100%; + display: flex; + align-items: center; + justify-content: center; + gap: 0.75rem; + padding: 1.25rem 2rem; + background: linear-gradient(135deg, #ff6f00 0%, #e56200 100%); + color: white; + border: none; + border-radius: 10px; + font-size: 1.125rem; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + box-shadow: 0 4px 14px rgba(255, 111, 0, 0.35); + margin-top: 1.5rem; +} + +.checkout-btn:hover { + background: linear-gradient(135deg, #e56200 0%, #d35400 100%); + box-shadow: 0 6px 20px rgba(255, 111, 0, 0.45); + transform: translateY(-2px); +} + +.checkout-btn:active { + transform: translateY(0); +} + +.checkout-btn svg { + transition: transform 0.3s ease; +} + +.checkout-btn:hover svg { + transform: translateX(4px); +} + +/* Step 4 cart/order details styling */ +#step-4 .cart-table { + width: 100%; + border-collapse: collapse; + margin-bottom: 1.5rem; +} + +#step-4 .cart-table td { + padding: 0.75rem 0; + border-bottom: 1px solid var(--color-gray); +} + +#step-4 .cart-table .cart-img img { + border-radius: 4px; + object-fit: cover; + border: 1px solid var(--color-light-gray); +} + +#step-4 .cart-table .cart-price { + font-weight: 600; + text-align: right; + color: var(--color-dark-text); +} + +#step-4 .order-summary { + border-top: 2px solid var(--color-gray); + padding-top: 1rem; + margin: 1.5rem 0; +} + +#step-4 .summary-row { + display: flex; + justify-content: space-between; + padding: 0.5rem 0; + font-size: 0.95rem; +} + +#step-4 .order-total { + display: flex; + justify-content: space-between; + padding: 1rem 0; + font-size: 1.25rem; + font-weight: 700; + border-top: 2px solid var(--color-dark-text); + margin-top: 1rem; +} + +#step-4 .total-note { + font-size: 0.75rem; + font-weight: 400; + color: var(--color-text); +} + +#step-4 .consent-section { + margin: 1.5rem 0; +} + +#step-4 .consent-checkbox { + display: flex; + align-items: flex-start; + gap: 0.5rem; + margin-bottom: 1rem; + cursor: pointer; +} + +#step-4 .consent-checkbox input[type="checkbox"] { + margin-top: 0.25rem; + accent-color: var(--color-primary); +} + +#step-4 .consent-text { + font-size: 0.9rem; + line-height: 1.5; +} + +#step-4 .shipping-methods-wrapper { + margin: 1.5rem 0; +} + +#step-4 .shipping-title { + font-size: 1rem; + font-weight: 600; + margin-bottom: 1rem; + color: var(--color-dark-text); +} + +#step-4 .shipping-methods { + display: flex; + flex-direction: column; + gap: 0.75rem; +} + +#step-4 .shipping-method { + display: flex; + align-items: center; + justify-content: space-between; + padding: 1rem; + border: 2px solid var(--color-gray); + border-radius: 8px; + cursor: pointer; + transition: all 0.2s ease; +} + +#step-4 .shipping-method:hover { + border-color: var(--color-primary); + background-color: rgba(255, 111, 0, 0.05); +} + +#step-4 .shipping-method input[type="radio"] { + margin-right: 1rem; + accent-color: var(--color-primary); +} + +#step-4 .shipping-method input[type="radio"]:checked ~ .shipping-info { + font-weight: 600; +} + +#step-4 .shipping-info { + display: flex; + justify-content: space-between; + align-items: center; + flex: 1; + gap: 1rem; +} + +#step-4 .shipping-name { + flex: 1; +} + +#step-4 .shipping-price { + font-weight: 600; + color: var(--color-primary); +} + +/* Error highlighting for mandatory fields */ +.error-highlight { + border-color: #e74c3c !important; + background-color: rgba(231, 76, 60, 0.05) !important; + animation: shake 0.3s ease-in-out; +} + +@keyframes shake { + 0%, 100% { transform: translateX(0); } + 25% { transform: translateX(-5px); } + 75% { transform: translateX(5px); } +} + +.error-highlight:focus { + border-color: #e74c3c !important; + box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2) !important; +} + +/* ============================================ + Place Order / Order Status Page Styling + ============================================ */ + +.status-container { + max-width: 700px; + margin: 4rem auto; + padding: 0 2rem; +} + +.status-card { + background: white; + border-radius: 4px; + padding: 4rem 3rem; + text-align: center; + box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); + border: 2px solid #e5e7eb; + margin: 2rem 0; +} + +.status-card.success { + border-color: var(--color-primary); +} + +.status-card.pending { + border-color: #f59e0b; +} + +.status-card.processing { + border-color: var(--color-accent); +} + +.status-card.failed { + border-color: #ef4444; +} + +.status-icon { + margin: 0 auto 1.5rem; + display: flex; + justify-content: center; + align-items: center; +} + +.status-icon svg { + filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1)); +} + +.status-title { + font-size: 2rem; + font-weight: 700; + margin-bottom: 1rem; + color: var(--color-dark-text); +} + +.success-title { + color: #10b981; +} + +.pending-title { + color: var(--color-primary); +} + +.processing-title { + color: var(--color-accent); +} + +.failed-title { + color: #ef4444; +} + +.status-message { + font-size: 1.1rem; + line-height: 1.6; + color: #6b7280; + margin-bottom: 2rem; +} + +.order-number { + background: #f3f4f6; + padding: 1rem; + border-radius: 8px; + font-size: 1.1rem; + margin: 2rem 0; + color: var(--color-dark-text); +} + +.order-number strong { + color: var(--color-primary); + font-weight: 700; +} + +.status-actions { + display: flex; + gap: 1rem; + justify-content: center; + flex-wrap: wrap; + margin-top: 2rem; +} + +.btn { + display: inline-flex; + align-items: center; + gap: 0.5rem; + padding: 1rem 2rem; + border-radius: 8px; + font-weight: 600; + font-size: 1rem; + text-decoration: none; + transition: all 0.3s ease; + cursor: pointer; + border: 2px solid transparent; +} + +.btn-primary { + background: var(--color-primary); + color: white; + border-color: var(--color-primary); +} + +.btn-primary:hover { + background: var(--color-primary-dark); + border-color: var(--color-primary-dark); + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3); +} + +.btn-secondary { + background: white; + color: var(--color-dark-text); + border-color: #d1d5db; +} + +.btn-secondary:hover { + background: #f9fafb; + border-color: #9ca3af; + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); +} + +/* Processing spinner animation */ +.spinner { + animation: spin 1s linear infinite; +} + +@keyframes spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} + +/* Progress bar for processing state */ +.progress-bar { + width: 100%; + height: 8px; + background: #e5e7eb; + border-radius: 4px; + overflow: hidden; + margin-top: 2rem; +} + +.progress-fill { + height: 100%; + background: linear-gradient(90deg, #3b82f6, #60a5fa); + animation: progress 2s ease-in-out infinite; +} + +@keyframes progress { + 0% { + width: 0%; + } + 50% { + width: 70%; + } + 100% { + width: 100%; + } +} + +/* Mobile responsive */ +@media (max-width: 768px) { + .status-container { + margin: 2rem auto; + padding: 0 1rem; + } + + .status-card { + padding: 2.5rem 1.5rem; + margin: 1rem 0; + } + + .status-title { + font-size: 1.5rem; + } + + .status-message { + font-size: 1rem; + } + + .status-actions { + flex-direction: column; + } + + .btn { + width: 100%; + justify-content: center; + } + + .status-icon svg { + width: 60px; + height: 60px; + } +} + +/* Mobile Responsive */ +@media (max-width: 991px) { + .checkout-wizard .container { + max-width: 100%; + } +} + +@media (max-width: 768px) { + .progress-steps { + padding: 0; + } + + .step-label { + font-size: 0.75rem; + } + + .step-number { + width: 36px; + height: 36px; + font-size: 1rem; + } + + .form-row { + grid-template-columns: 1fr; + gap: 0; + } + + .payment-methods-grid { + grid-template-columns: 1fr; + } + + .step-content { + padding: 1.5rem; + } + + /* Add padding to checkout-steps to prevent content from being hidden under sticky button */ + .checkout-steps { + padding-bottom: 150px; + } + + /* Make step buttons sticky on mobile via JavaScript class */ + .step-buttons.mobile-sticky { + position: fixed !important; + bottom: 0 !important; + left: 0 !important; + right: 0 !important; + z-index: 1000 !important; + background: white !important; + padding: 1rem !important; + margin: 0 !important; + box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1) !important; + border-top: 2px solid #e5e7eb !important; + flex-direction: column-reverse; + } + + .step-buttons.mobile-sticky .btn-continue, + .step-buttons.mobile-sticky .btn-back { + width: 100%; + margin: 0 !important; + } + + .total-amount { + font-size: 1.25rem; + } +} + +@media (max-width: 600px) { + .progress-steps::before { + left: 10%; + right: 10%; + } + + .step-label { + display: none; + } + + .payment-card { + padding: 1rem; + min-height: 110px; + } + + .payment-logo { + max-height: 32px; + max-width: 55px; + } } \ No newline at end of file diff --git a/custom/customfunctions.php b/custom/customfunctions.php index b344175..dbb2cb6 100644 --- a/custom/customfunctions.php +++ b/custom/customfunctions.php @@ -39,14 +39,14 @@ function template_header($title,$head) { if (maintenanceMode){$maintenanceMode = maintenanceMode();} else {$maintenanceMode = '';} $veliti_analytics = ''; -if (veliti_analytics && $_COOKIE['cookie_consent'] == 'accepted'){ - $veliti_analytics = ''; +if (veliti_analytics && (!isset($_COOKIE['cookie_consent']) || (isset($_COOKIE['cookie_consent']) && $_COOKIE['cookie_consent'] != 'declined'))){ + $veliti_analytics = ''; } $tag_manager_header = ''; $tag_manager_body = ''; -if (isset($_COOKIE['cookie_consent']) && $_COOKIE['cookie_consent'] == 'accepted') { +if (!isset($_COOKIE['cookie_consent']) || (isset($_COOKIE['cookie_consent']) && $_COOKIE['cookie_consent'] != 'declined')) { $tag_manager_header = " '; diff --git a/custom/pages/returns.php b/custom/pages/returns.php index 33200e3..5303bc6 100644 --- a/custom/pages/returns.php +++ b/custom/pages/returns.php @@ -112,6 +112,77 @@ defined(security_key) or exit; color: var(--color-dark-blue); } +/* Return Request Section Styling */ +.return-request-section { + background-color: var(--color-lighter-gray); + border: 2px solid var(--color-primary); + border-radius: 8px; + padding: 30px; + margin: 40px 0; +} + +.copy-btn-container { + display: flex; + align-items: center; + gap: 10px; +} + +.copy-btn { + background-color: var(--color-primary); + color: var(--color-white); + padding: 10px 24px; + border: none; + border-radius: 4px; + font-weight: 600; + font-size: 14px; + cursor: pointer; + transition: background-color 0.3s ease, transform 0.2s ease; + box-shadow: 0 2px 4px rgba(255, 111, 0, 0.25); +} + +.copy-btn:hover { + background-color: var(--color-primary-dark); + transform: translateY(-2px); + box-shadow: 0 4px 8px rgba(255, 111, 0, 0.35); +} + +.copy-btn:active { + transform: translateY(0); + background-color: var(--color-primary-darker); +} + +.copy-success { + color: var(--color-green); + font-size: 14px; + font-weight: 600; + opacity: 0; + transition: opacity 0.3s ease; +} + +.copy-success.show { + opacity: 1; +} + +.template-textarea { + width: 100%; + min-height: 350px; + padding: 15px; + border: 2px solid var(--color-gray); + border-radius: 4px; + font-family: 'Courier New', monospace; + font-size: 14px; + line-height: 1.6; + resize: vertical; + background-color: var(--color-white); + color: var(--color-text-dark); + box-sizing: border-box; +} + +.template-textarea:focus { + outline: none; + border-color: var(--color-primary); +} + @media (max-width: 768px) { .content-section { padding: 40px 0; @@ -157,6 +228,31 @@ defined(security_key) or exit; .content-section h2 + ul { margin-left: 25px; } + + .return-request-section { + padding: 20px; + margin: 30px 0; + } + + .template-header { + flex-direction: column; + align-items: flex-start; + gap: 15px; + } + + .copy-btn-container { + width: 100%; + justify-content: space-between; + } + + .copy-btn { + flex: 1; + } + + .template-textarea { + min-height: 300px; + font-size: 13px; + } } @media (max-width: 576px) { @@ -207,6 +303,22 @@ defined(security_key) or exit; .content-section h2 + ul { margin-left: 15px; } + + .return-request-section { + padding: 15px; + margin: 20px 0; + } + + .copy-btn { + padding: 10px 20px; + font-size: 13px; + } + + .template-textarea { + min-height: 280px; + font-size: 12px; + padding: 12px; + } } @@ -223,7 +335,86 @@ defined(security_key) or exit;

Register a Return

To exercise this right, you can contact us via info@morvalwatches.com. We will then refund the order amount within 14 days after registering your return, provided the product has been received back in good condition.

+ +

Making a Return

+

Use the template below to register your return. Click the "Copy Template" button, insert in your email client, fill in your details and send it to info@morvalwatches.com.

+ + +
+ +
+
+
+ + ✓ Copied! +
+
+ +

Returnadres

+

+
+
+
+ +

+ + diff --git a/custom/translations/translations_DE.php b/custom/translations/translations_DE.php index 1c1d5fc..b14059f 100644 --- a/custom/translations/translations_DE.php +++ b/custom/translations/translations_DE.php @@ -232,4 +232,43 @@ $cookie_text = 'Cookies'; $contact_text = 'Kontakt'; $returns_text = 'Rückgaberecht'; $complaint_text = 'Beschwerden'; + +// Payment Status Messages +$payment_success_title = "Zahlung erfolgreich!"; +$payment_success_message = "Ihre Bestellung wurde bestätigt und eine E-Mail-Bestätigung wurde an Ihre E-Mail-Adresse gesendet."; + +$payment_pending_title = "Zahlung ausstehend"; +$payment_pending_message = "Ihre Bestellung ist eingegangen und wartet auf Zahlungsbestätigung. Sie erhalten eine E-Mail, sobald die Zahlung bestätigt wurde."; + +$payment_processing_title = "Zahlung wird verarbeitet..."; +$payment_processing_message = "Bitte warten Sie, während wir Ihre Zahlung bestätigen. Dies kann einige Momente dauern."; + +$payment_failed_title = "Zahlung nicht erfolgreich"; +$payment_failed_message = "Leider konnte Ihre Zahlung nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode."; + +// Button Labels +$order_number_label = "Bestellnummer"; +$continue_shopping_btn = "Weiter einkaufen"; +$return_to_checkout_btn = "Zurück zur Kasse"; +$view_cart_btn = "Warenkorb ansehen"; + +// Checkout Step Labels +$step_contact = "Kontakt"; +$step_payment = "Zahlung"; +$step_shipping = "Versand"; +$step_review = "Überprüfung"; + +// Checkout Button Text +$continue_text = "Weiter"; +$back_text = "Zurück"; +$edit_text = "Bearbeiten"; + +// Checkout Additional Labels +$contact_information = "Kontaktinformationen"; +$customer_email = "E-Mail"; +$account_optional = "(Optional)"; +$select_payment = "Bitte wählen Sie eine Zahlungsmethode"; +$ship_to = "Versand nach"; +$bank_transfer = "Banküberweisung"; +$card_payment = "Kredit-/Debitkarte"; ?> \ No newline at end of file diff --git a/custom/translations/translations_ES.php b/custom/translations/translations_ES.php index 4c3d58d..880ea6a 100644 --- a/custom/translations/translations_ES.php +++ b/custom/translations/translations_ES.php @@ -232,4 +232,43 @@ $cookie_text = 'Cookies'; $contact_text = 'Contacto'; $returns_text = 'Política de Devoluciones'; $complaint_text = 'Quejas'; + +// Payment Status Messages +$payment_success_title = "¡Pago exitoso!"; +$payment_success_message = "Su pedido ha sido confirmado y se ha enviado un correo electrónico de confirmación a su dirección de correo electrónico."; + +$payment_pending_title = "Pago pendiente"; +$payment_pending_message = "Su pedido ha sido recibido y está esperando la confirmación del pago. Recibirá un correo electrónico una vez que se confirme el pago."; + +$payment_processing_title = "Procesando pago..."; +$payment_processing_message = "Por favor espere mientras confirmamos su pago. Esto puede tardar unos momentos."; + +$payment_failed_title = "Pago no exitoso"; +$payment_failed_message = "Desafortunadamente, su pago no pudo ser procesado. Por favor intente nuevamente o elija un método de pago diferente."; + +// Button Labels +$order_number_label = "Número de pedido"; +$continue_shopping_btn = "Continuar comprando"; +$return_to_checkout_btn = "Volver al pago"; +$view_cart_btn = "Ver carrito"; + +// Checkout Step Labels +$step_contact = "Contacto"; +$step_payment = "Pago"; +$step_shipping = "Envío"; +$step_review = "Revisar"; + +// Checkout Button Text +$continue_text = "Continuar"; +$back_text = "Atrás"; +$edit_text = "Editar"; + +// Checkout Additional Labels +$contact_information = "Información de Contacto"; +$customer_email = "Correo electrónico"; +$account_optional = "(Opcional)"; +$select_payment = "Por favor seleccione un método de pago"; +$ship_to = "Enviar a"; +$bank_transfer = "Transferencia Bancaria"; +$card_payment = "Tarjeta de Crédito / Débito"; ?> \ No newline at end of file diff --git a/custom/translations/translations_FR.php b/custom/translations/translations_FR.php index e704d06..454bad9 100644 --- a/custom/translations/translations_FR.php +++ b/custom/translations/translations_FR.php @@ -231,4 +231,43 @@ $cookie_text = 'Cookies'; $contact_text = 'Contact'; $returns_text = 'Politique de Retour'; $complaint_text = 'Réclamations'; + +// Payment Status Messages +$payment_success_title = "Paiement réussi !"; +$payment_success_message = "Votre commande a été confirmée et un e-mail de confirmation a été envoyé à votre adresse e-mail."; + +$payment_pending_title = "Paiement en attente"; +$payment_pending_message = "Votre commande a été reçue et attend la confirmation du paiement. Vous recevrez un e-mail une fois le paiement confirmé."; + +$payment_processing_title = "Traitement du paiement..."; +$payment_processing_message = "Veuillez patienter pendant que nous confirmons votre paiement. Cela peut prendre quelques instants."; + +$payment_failed_title = "Paiement non réussi"; +$payment_failed_message = "Malheureusement, votre paiement n'a pas pu être traité. Veuillez réessayer ou choisir un autre moyen de paiement."; + +// Button Labels +$order_number_label = "Numéro de commande"; +$continue_shopping_btn = "Continuer les achats"; +$return_to_checkout_btn = "Retour au paiement"; +$view_cart_btn = "Voir le panier"; + +// Checkout Step Labels +$step_contact = "Contact"; +$step_payment = "Paiement"; +$step_shipping = "Livraison"; +$step_review = "Révision"; + +// Checkout Button Text +$continue_text = "Continuer"; +$back_text = "Retour"; +$edit_text = "Modifier"; + +// Checkout Additional Labels +$contact_information = "Informations de Contact"; +$customer_email = "Email"; +$account_optional = "(Facultatif)"; +$select_payment = "Veuillez sélectionner un mode de paiement"; +$ship_to = "Expédier à"; +$bank_transfer = "Virement Bancaire"; +$card_payment = "Carte de Crédit / Débit"; ?> \ No newline at end of file diff --git a/custom/translations/translations_IT.php b/custom/translations/translations_IT.php index 5422fb2..d1fa06f 100644 --- a/custom/translations/translations_IT.php +++ b/custom/translations/translations_IT.php @@ -19,4 +19,43 @@ $order_consent_3 = 'Termini e condizioni'; $order_consent_4 = 'e la'; $order_consent_5 = 'Informativa sulla privacy'; $btn_place_order = 'Acquista'; + +// Payment Status Messages +$payment_success_title = "Pagamento riuscito!"; +$payment_success_message = "Il tuo ordine è stato confermato ed è stata inviata un'email di conferma al tuo indirizzo email."; + +$payment_pending_title = "Pagamento in sospeso"; +$payment_pending_message = "Il tuo ordine è stato ricevuto ed è in attesa di conferma del pagamento. Riceverai un'email una volta confermato il pagamento."; + +$payment_processing_title = "Elaborazione pagamento..."; +$payment_processing_message = "Attendi mentre confermiamo il tuo pagamento. Potrebbero essere necessari alcuni istanti."; + +$payment_failed_title = "Pagamento non riuscito"; +$payment_failed_message = "Purtroppo il tuo pagamento non è stato elaborato. Riprova o scegli un metodo di pagamento diverso."; + +// Button Labels +$order_number_label = "Numero d'ordine"; +$continue_shopping_btn = "Continua gli acquisti"; +$return_to_checkout_btn = "Torna al checkout"; +$view_cart_btn = "Visualizza carrello"; + +// Checkout Step Labels +$step_contact = "Contatto"; +$step_payment = "Pagamento"; +$step_shipping = "Spedizione"; +$step_review = "Revisione"; + +// Checkout Button Text +$continue_text = "Continua"; +$back_text = "Indietro"; +$edit_text = "Modifica"; + +// Checkout Additional Labels +$contact_information = "Informazioni di Contatto"; +$customer_email = "Email"; +$account_optional = "(Facoltativo)"; +$select_payment = "Seleziona un metodo di pagamento"; +$ship_to = "Spedire a"; +$bank_transfer = "Bonifico Bancario"; +$card_payment = "Carta di Credito / Debito"; ?> \ No newline at end of file diff --git a/custom/translations/translations_NL.php b/custom/translations/translations_NL.php index 73afb3e..c94b738 100644 --- a/custom/translations/translations_NL.php +++ b/custom/translations/translations_NL.php @@ -242,4 +242,43 @@ $cookie_text = 'Cookies'; $contact_text = 'Contact'; $returns_text = 'Retourbeleid'; $complaint_text = 'Klachten'; + +// Payment Status Messages +$payment_success_title = "Betaling geslaagd!"; +$payment_success_message = "Uw bestelling is bevestigd en een bevestigingsmail is verzonden naar uw e-mailadres."; + +$payment_pending_title = "Betaling in behandeling"; +$payment_pending_message = "Uw bestelling is ontvangen en wacht op betalingsbevestiging. U ontvangt een e-mail zodra de betaling is bevestigd."; + +$payment_processing_title = "Betaling verwerken..."; +$payment_processing_message = "Een moment geduld terwijl we uw betaling bevestigen. Dit kan enkele ogenblikken duren."; + +$payment_failed_title = "Betaling niet geslaagd"; +$payment_failed_message = "Helaas kon uw betaling niet worden verwerkt. Probeer het opnieuw of kies een andere betaalmethode."; + +// Button Labels +$order_number_label = "Bestelnummer"; +$continue_shopping_btn = "Verder winkelen"; +$return_to_checkout_btn = "Terug naar afrekenen"; +$view_cart_btn = "Bekijk winkelwagen"; + +// Checkout Step Labels +$step_contact = "Contact"; +$step_payment = "Betaling"; +$step_shipping = "Verzending"; +$step_review = "Beoordeling"; + +// Checkout Button Text +$continue_text = "Doorgaan"; +$back_text = "Terug"; +$edit_text = "Bewerken"; + +// Checkout Additional Labels +$contact_information = "Contactinformatie"; +$customer_email = "E-mail"; +$account_optional = "(Optioneel)"; +$select_payment = "Selecteer een betaalmethode"; +$ship_to = "Verzenden naar"; +$bank_transfer = "Bankoverschrijving"; +$card_payment = "Credit- / Debetkaart"; ?> \ No newline at end of file diff --git a/custom/translations/translations_US.php b/custom/translations/translations_US.php index d05efab..65af7fa 100644 --- a/custom/translations/translations_US.php +++ b/custom/translations/translations_US.php @@ -243,4 +243,43 @@ $cookie_text = 'Cookies'; $contact_text = 'Contact'; $returns_text = 'Return Policy'; $complaint_text = 'Complaints'; + +// Payment Status Messages +$payment_success_title = "Payment Successful!"; +$payment_success_message = "Your order has been confirmed and an email confirmation has been sent to your email address."; + +$payment_pending_title = "Payment Pending"; +$payment_pending_message = "Your order has been received and is awaiting payment confirmation. You will receive an email once the payment is confirmed."; + +$payment_processing_title = "Processing Payment..."; +$payment_processing_message = "Please wait while we confirm your payment. This may take a few moments."; + +$payment_failed_title = "Payment Not Successful"; +$payment_failed_message = "Unfortunately, your payment could not be processed. Please try again or choose a different payment method."; + +// Button Labels +$order_number_label = "Order number"; +$continue_shopping_btn = "Continue Shopping"; +$return_to_checkout_btn = "Return to Checkout"; +$view_cart_btn = "View Cart"; + +// Checkout Step Labels +$step_contact = "Contact"; +$step_payment = "Payment"; +$step_shipping = "Shipping"; +$step_review = "Review"; + +// Checkout Button Text +$continue_text = "Continue"; +$back_text = "Back"; +$edit_text = "Edit"; + +// Checkout Additional Labels +$contact_information = "Contact Information"; +$customer_email = "Email"; +$account_optional = "(Optional)"; +$select_payment = "Please select a payment method"; +$ship_to = "Ship to"; +$bank_transfer = "Bank Transfer"; +$card_payment = "Credit / Debit Card"; ?> \ No newline at end of file diff --git a/functions.php b/functions.php index 8b7b1a2..5b382e3 100644 --- a/functions.php +++ b/functions.php @@ -42,38 +42,51 @@ require dirname(__FILE__).'/lib/mail/Exception.php'; // +++++++++++++++++++++++++++++++++++++++++++++++++++++++ function send_mail_by_PHPMailer($to, $subject, $message, $attachment, $attachment_name){ - // SEND MAIL by PHP MAILER - $mail = new PHPMailer(true); - $mail->isSMTP(); // Use SMTP - $mail->CharSet = 'UTF-8'; - $mail->Host = email_host_name; // Specify SMTP server - $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Use TLS encryption - $mail->SMTPAuth = true; // Auth. SMTP - //$mail->SMTPDebug = 3; // To view debug output - $mail->Username = email; // Mail who send by PHPMailer - $mail->Password = email_outgoing_pw; // your pass mail box - $mail->SMTPSecure = email_outgoing_security; // Accept SSL - $mail->Port = email_outgoing_port; // port of your out server - $mail->setFrom(email, mail_from); // Mail to send at - $mail->addAddress($to); // Add sender - $mail->addReplyTo(email_reply_to); // Adress to reply - $mail->isHTML(true); // use HTML message - $mail->Subject = $subject; - $mail->Body = $message; - if (!empty($attachment) || $attachment != ''){ - $mail->AddStringAttachment($attachment, $attachment_name, 'base64', 'application/pdf'); - } + // Log email attempt + debuglog("Attempting to send email to: $to, subject: $subject"); - // SEND - if( !$mail->send() ){ - // render error if it is - $tab = array('error' => 'Mailer Error: '.$mail->ErrorInfo ); - debuglog(json_encode($tab)); - exit; - } - else{ - // return true if message is send - return true; + try { + // SEND MAIL by PHP MAILER + $mail = new PHPMailer(true); + $mail->isSMTP(); // Use SMTP + $mail->CharSet = 'UTF-8'; + $mail->Host = email_host_name; // Specify SMTP server + $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Use TLS encryption + $mail->SMTPAuth = true; // Auth. SMTP + //$mail->SMTPDebug = 3; // To view debug output + $mail->Username = email; // Mail who send by PHPMailer + $mail->Password = email_outgoing_pw; // your pass mail box + $mail->SMTPSecure = email_outgoing_security; // Accept SSL + $mail->Port = email_outgoing_port; // port of your out server + + debuglog("SMTP Config - Host: " . email_host_name . ", Port: " . email_outgoing_port . ", Security: " . email_outgoing_security); + + $mail->setFrom(email, mail_from); // Mail to send at + $mail->addAddress($to); // Add sender + $mail->addReplyTo(email_reply_to); // Adress to reply + $mail->isHTML(true); // use HTML message + $mail->Subject = $subject; + $mail->Body = $message; + if (!empty($attachment) || $attachment != ''){ + $mail->AddStringAttachment($attachment, $attachment_name, 'base64', 'application/pdf'); + debuglog("Attachment added: $attachment_name"); + } + + // SEND + if( !$mail->send() ){ + // render error if it is + $tab = array('error' => 'Mailer Error: '.$mail->ErrorInfo ); + debuglog("Email send failed: " . json_encode($tab)); + return false; + } + else{ + // return true if message is send + debuglog("Email sent successfully to: $to"); + return true; + } + } catch (Exception $e) { + debuglog("PHPMailer Exception: " . $e->getMessage()); + return false; } } @@ -479,13 +492,13 @@ function removeGiftCart($pdo, $orderID){ function generateInvoice($invoice_cust,$orderID,$user_language){ //Variables - $customer_email = htmlspecialchars($invoice_cust['customer']['email'] ?? '', ENT_QUOTES); + $invoice_customer_email = htmlspecialchars($invoice_cust['customer']['email'] ?? '', ENT_QUOTES); //Generate invoice ob_start(); include dirname(__FILE__).'/custom/email/order-invoice-template.php'; $order_invoice_template = ob_get_clean(); - return array($order_invoice_template,$customer_email,$orderId); + return array($order_invoice_template,$invoice_customer_email,$orderID); } function freeShipment($price, $type){ @@ -613,13 +626,23 @@ function sortProducts(array $products, string $field, string $direction = 'asc') return $products; } -function highlightedProducts($clientsecret,$categoryID,$range, $subtitle){ +function highlightedProducts($categoryID, $range, $subtitle, $catalog, $categories){ include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; - //GET CATALOG DATA - $products = ioAPIv2('/v2/catalog/category='.$categoryID,'',$clientsecret); - $products = json_decode($products,true); + //GET CATALOG DATA FROM CACHE + // Build product IDs that belong to this category + $product_ids_in_category = []; + foreach ($categories as $cat) { + if ($cat['rowID'] == $categoryID && isset($cat['product_id'])) { + $product_ids_in_category[] = $cat['product_id']; + } + } + + // Filter products by category + $products = array_filter($catalog, function($product) use ($product_ids_in_category) { + return in_array($product['rowID'], $product_ids_in_category); + }); //RANDOM SORT $products = sortProducts($products, 'random'); @@ -664,13 +687,23 @@ function highlightedProducts($clientsecret,$categoryID,$range, $subtitle){ return $section ; } -function highlightedProducts2($clientsecret,$categoryID,$range, $subtitle){ +function highlightedProducts2($categoryID, $range, $subtitle, $catalog, $categories){ include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; - //GET CATALOG DATA - $products = ioAPIv2('/v2/catalog/category='.$categoryID,'',$clientsecret); - $products = json_decode($products,true); + //GET CATALOG DATA FROM CACHE + // Build product IDs that belong to this category + $product_ids_in_category = []; + foreach ($categories as $cat) { + if ($cat['rowID'] == $categoryID && isset($cat['product_id'])) { + $product_ids_in_category[] = $cat['product_id']; + } + } + + // Filter products by category + $products = array_filter($catalog, function($product) use ($product_ids_in_category) { + return in_array($product['rowID'], $product_ids_in_category); + }); //RANDOM SORT $products = sortProducts($products, 'random'); @@ -730,6 +763,74 @@ function debuglog($error){ error_log($test, 3, $filelocation); } +//------------------------------------------ +// Get Cached Data from File (24-hour refresh) +//------------------------------------------ +function getCachedData($api_endpoint, $cache_filename, $token){ + $cache_file = './cache/' . $cache_filename; + $cache_age_limit = 24 * 60 * 60; // 24 hours in seconds + + // Check if cache file exists and is fresh (less than 24 hours old) + if (file_exists($cache_file) && (time() - filemtime($cache_file)) < $cache_age_limit) { + // Return cached data from JSON file + $json_data = file_get_contents($cache_file); + return json_decode($json_data, true); + } + + // Cache is stale or doesn't exist - attempt to refresh + try { + $response = ioAPIv2($api_endpoint, '', $token); + $data = json_decode($response, true); + + if (!empty($data) && is_array($data)) { + // Successfully fetched new data - write to cache file as JSON + $cache_content = json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE); + + // Ensure cache directory exists + if (!is_dir('./cache')) { + mkdir('./cache', 0755, true); + } + + // Attempt to write cache file + if (@file_put_contents($cache_file, $cache_content, LOCK_EX) === false) { + // Write failed - log error and fall back to existing cache + debuglog('Cache write failed for ' . $cache_filename . ' - using existing cache'); + + if (file_exists($cache_file)) { + $json_data = file_get_contents($cache_file); + return json_decode($json_data, true); + } + + // No existing cache - return fresh data anyway + return $data; + } + + return $data; + } else { + // API call failed - log error and fall back to existing cache + debuglog('API call failed for ' . $api_endpoint . ' - using existing cache'); + + if (file_exists($cache_file)) { + $json_data = file_get_contents($cache_file); + return json_decode($json_data, true); + } + + // No existing cache and API failed - return empty array + return []; + } + } catch (Exception $e) { + // Exception occurred - log and fall back to existing cache + debuglog('Exception in getCachedData for ' . $cache_filename . ': ' . $e->getMessage()); + + if (file_exists($cache_file)) { + $json_data = file_get_contents($cache_file); + return json_decode($json_data, true); + } + + return []; + } +} + //------------------------------------------ // Retrieve all $_GET from URL //------------------------------------------ diff --git a/home.php b/home.php index cd2267e..434edb8 100644 --- a/home.php +++ b/home.php @@ -27,9 +27,9 @@ $view .= ' // ++++++++++++++++++++++++++++++ // Include highlighted Products // ++++++++++++++++++++++++++++++ -$view .= highlightedProducts2($clientsecret,category_id_highlighted_products_1, ($highlight_2 ?? 'highlight 2'),''); +$view .= highlightedProducts2(category_id_highlighted_products_1, ($highlight_2 ?? 'highlight 2'), '', $GLOBALS['cached_catalog'], $GLOBALS['cached_categories']); -$view .= highlightedProducts($clientsecret,category_id_highlighted_products_2, ($highlight_2 ?? 'highlight 2'),''); +$view .= highlightedProducts(category_id_highlighted_products_2, ($highlight_2 ?? 'highlight 2'), '', $GLOBALS['cached_catalog'], $GLOBALS['cached_categories']); $view .= ' diff --git a/index.php b/index.php index 24e40de..c725dd2 100644 --- a/index.php +++ b/index.php @@ -19,44 +19,98 @@ include './custom/settings/config.php'; include './custom/settings/settings.php'; include 'functions.php'; -//TRANSLATION FILE LOCATION -if (isset($_GET['language']) && $_GET['language'] !=''){ - //INCLUDE LANGUAGE FILE - $file_language = './custom/translations/translations_'.strtoupper($_GET['language']).'.php'; - if (file_exists($file_language)){ - include $file_language; //Include the code - //DEFINE LANGUAGE - $_SESSION['country_code'] = trim($_GET['language']); - } - else { - include './custom/translations/translations_NL.php'; - //DEFINE LANGUAGE - $_SESSION['country_code'] = language_code; +//+++++++++++++++++++++++++++++++++++++++++++++++++++++ +// Debug functions +//+++++++++++++++++++++++++++++++++++++++++++++++++++++ +if (debug){ + set_error_handler(function($errno, $errstr, $errfile, $errline) { + debuglog("PHP ERROR [$errno]: $errstr in $errfile on line $errline"); + return false; + }); + + set_exception_handler(function($exception) { + debuglog("PHP EXCEPTION: " . $exception->getMessage() . " in " . $exception->getFile() . " on line " . $exception->getLine()); + }); +} + +//------------------------------------------ +// Languages supported +//------------------------------------------ +$supportedLanguages = ['US', 'NL', 'DE', 'ES','FR']; + +//------------------------------------------ +// Determine language to use +//------------------------------------------ +// Session language expires after 30 days (adjust as needed) +$session_expiry_days = 30; + +// Check if language session has expired +if (isset($_SESSION['country_code_timestamp'])) { + $days_passed = (time() - $_SESSION['country_code_timestamp']) / (60 * 60 * 24); + if ($days_passed > $session_expiry_days) { + unset($_SESSION['country_code']); + unset($_SESSION['country_code_timestamp']); } } -elseif(isset($_SESSION['country_code'])){ - $file_language = './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; - if (file_exists($file_language)){ - include $file_language; //Include the code - } - else { - include './custom/translations/translations_NL.php'; - } + +// Detect browser language first +$browser_lang = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? strtoupper(substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2)) : country_default; + +if (isset($_GET['language']) && $_GET['language'] != '') { + $selected_lang = strtoupper(trim($_GET['language'])); +} elseif (isset($_SESSION['country_code'])) { + $selected_lang = strtoupper($_SESSION['country_code']); } else { - include './custom/translations/translations_NL.php'; - //DEFINE LANGUAGE - $_SESSION['country_code'] = language_code; + $selected_lang = in_array($browser_lang, $supportedLanguages) ? $browser_lang : country_default; +} + +// Load translation file +$file_language = './custom/translations/translations_'.$selected_lang.'.php'; +if (file_exists($file_language)) { + include $file_language; + $_SESSION['country_code'] = $selected_lang; + $_SESSION['country_code_timestamp'] = time(); // Store timestamp when language is set +} else { + include './custom/translations/translations_'.strtoupper(country_default).'.php'; + $_SESSION['country_code'] = country_default; + $_SESSION['country_code_timestamp'] = time(); } $pdo = pdo_connect_mysql(); //+++++++++++++++++++++++++++++++++++++++++++++++++++++ //LOGIN TO API //+++++++++++++++++++++++++++++++++++++++++++++++++++++ -$data = json_encode(array("clientID" => clientID, "clientsecret" => clientsecret), JSON_UNESCAPED_UNICODE); -$responses = ioAPIv2('/v2/authorization', $data,''); -//Decode Payload -if (!empty($responses)){$responses = json_decode($responses,true);}else{$responses = '400';} -$clientsecret = $responses['token']; +// Token refresh buffer: refresh token 5 minutes (300 seconds) before expiry +$token_refresh_buffer = 300; + +// Check if API token exists and is still valid +if (!isset($_SESSION['api_token']) || !isset($_SESSION['api_token_expires']) || time() >= ($_SESSION['api_token_expires'] - $token_refresh_buffer)) { + // Token missing, expired, or about to expire - get new token + $data = json_encode(array("clientID" => clientID, "clientsecret" => clientsecret), JSON_UNESCAPED_UNICODE); + $responses = ioAPIv2('/v2/authorization', $data,''); + //Decode Payload + if (!empty($responses)){$responses = json_decode($responses,true);}else{$responses = '400';} + + if (isset($responses['token']) && isset($responses['token_valid'])) { + // Store token and expiry timestamp in session + $_SESSION['api_token'] = $responses['token']; + $_SESSION['api_token_expires'] = strtotime($responses['token_valid']); + $clientsecret = $responses['token']; + } else { + // Fallback for backwards compatibility + $clientsecret = $responses['token'] ?? ''; + } +} else { + // Use cached token + $clientsecret = $_SESSION['api_token']; +} + +//+++++++++++++++++++++++++++++++++++++++++++++++++++++ +//LOAD CACHED CATALOG AND CATEGORIES DATA +//+++++++++++++++++++++++++++++++++++++++++++++++++++++ +// Load catalog and categories from cache files (refreshes once per 24 hours) +$GLOBALS['cached_catalog'] = getCachedData('/v2/catalog/', 'catalog.json', $clientsecret); +$GLOBALS['cached_categories'] = getCachedData('/v2/products_categories/', 'categories.json', $clientsecret); // Output error variable $error = ''; diff --git a/log/.DS_Store b/log/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/log/.DS_Store differ diff --git a/log/checkout_old_working.php b/log/checkout_old_working.php new file mode 100644 index 0000000..357f4e6 --- /dev/null +++ b/log/checkout_old_working.php @@ -0,0 +1,672 @@ + $_SESSION['account_id'] ?? '', + 'email' => $_POST['email'] ?? '', + 'first_name' => $_POST['first_name'] ?? '', + 'last_name' => $_POST['last_name'] ?? '', + 'address_street' => $_POST['address_street'] ?? '', + 'address_city' => $_POST['address_city'] ?? '', + 'address_state' => $_POST['address_state'] ?? '', + 'address_zip' => $_POST['address_zip'] ?? '', + 'address_country' => $_POST['address_country'] ?? '', + 'address_phone' => $_POST['address_phone'] ?? '' +]; + +$products_in_cart = isset($_SESSION['cart']) ? $_SESSION['cart'] : []; +$subtotal = 0.00; +$total = 0.00; +$shippingtotal = 0.00; +$discounttotal = 0.00; +$taxtotal = 0.00; +$tax_rate = ''; +$weighttotal = 0; +$shipping_methods = []; + +$checkout_input = [ + "selected_country" => isset($_POST['address_country']) ? $_POST['address_country'] : (isset($account['address_country']) ? $account['address_country'] : 21) , + "selected_shipment_method" => isset($_POST['shipping_method']) ? $_POST['shipping_method'] : '', + "business_type" => 'b2c', + "discount_code" => isset($_SESSION['discount']) ? $_SESSION['discount'] : '' +]; + +// Error array, output errors on the form +$errors = []; + +// --------------------------------------------- +// End defaults -------------------------------- +// --------------------------------------------- + +// Redirect the user if the shopping cart is empty +if (empty($_SESSION['cart'])) { + header('Location: ' . url('index.php?page=cart')); + exit; +} + +// Check if user is logged in +if (isset($_SESSION['account_loggedin'])) { + $api_url = '/v2/identity/userkey='.$_SESSION['account_id']; + $account = ioAPIv2($api_url,'',$clientsecret); + if (!empty($account)){$account = json_decode($account,true);} + $account = $account[0]; + //RESET ACCOUNT_ID + $account['account_id'] = $account['userkey']; +} + +// Update discount code +if (isset($_POST['discount_code']) && !empty($_POST['discount_code'])) { + $_SESSION['discount'] = $_POST['discount_code']; +} else if (isset($_POST['discount_code']) && empty($_POST['discount_code']) && isset($_SESSION['discount'])) { + unset($_SESSION['discount']); +} +//------------------------------- +// If there are products in cart handle the checkout +//------------------------------- +if ($products_in_cart) { + + // First, calculate cart to get initial totals (without shipping) + $initial_payload = json_encode(array("cart" => $products_in_cart, "checkout_input" => $checkout_input), JSON_UNESCAPED_UNICODE); + $initial_cart = ioAPIv2('/v2/checkout/',$initial_payload,$clientsecret); + $initial_cart = json_decode($initial_cart,true); + + // Get initial totals for shipping method calculation + $initial_subtotal = $initial_cart['totals']['subtotal'] ?? 0; + $initial_weighttotal = $initial_cart['totals']['weighttotal'] ?? 0; + + // Now retrieve shipping methods with correct totals + $shipping_methods = ioAPIv2('/v2/shipping/list=methods&country='.$checkout_input['selected_country'].'&price_total='.$initial_subtotal.'&weight_total='.$initial_weighttotal,'',$clientsecret); + $shipping_methods = json_decode($shipping_methods,true); + + // If no shipping method is selected and shipping methods are available, select the first one as default + if (empty($checkout_input['selected_shipment_method']) && !empty($shipping_methods) && count($shipping_methods) > 0) { + $checkout_input['selected_shipment_method'] = $shipping_methods[0]['id']; + } + + // Recalculate shopping_cart with selected shipping method + $payload = json_encode(array("cart" => $products_in_cart, "checkout_input" => $checkout_input), JSON_UNESCAPED_UNICODE); + $products_in_cart = ioAPIv2('/v2/checkout/',$payload,$clientsecret); + $products_in_cart = json_decode($products_in_cart,true); + + //GET SPECIFIC TOTALS FROM API RESULTS + $subtotal = $products_in_cart['totals']['subtotal']; + $shippingtotal = $products_in_cart['totals']['shippingtotal']; + $discounttotal = $products_in_cart['totals']['discounttotal']; + $taxtotal = $products_in_cart['totals']['taxtotal']; + $tax_rate = $products_in_cart['totals']['tax_rate']; + $weighttotal = $products_in_cart['totals']['weighttotal']; + $total = $products_in_cart['totals']['total']; + + // Redirect the user if the shopping cart is empty + if (empty($products_in_cart)) { + header('Location: ' . url('index.php?page=cart')); + exit; + } + + +//------------------------------- +// END Checkout handler +//------------------------------- +} + + +//------------------------------- +//Place order +//------------------------------- +// Make sure when the user submits the form all data was submitted and shopping cart is not empty +if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['address_street'], $_POST['address_city'], $_POST['address_state'], $_POST['address_zip'], $_POST['address_country'], $_POST['address_phone'], $_SESSION['cart']) && !isset($_POST['update'])) { + $account_id = null; + // If the user is already logged in + if (isset($_SESSION['account_loggedin'])) { + // Account logged-in, update the user's details + $payload = json_encode( + array( + "language" => $_SESSION['country_code'], + "first_name" => $_POST['first_name'], + "last_name" => $_POST['last_name'], + "address_street" => $_POST['address_street'], + "address_city" => $_POST['address_city'], + "address_state" => $_POST['address_state'], + "address_zip" => $_POST['address_zip'], + "address_country" => $_POST['address_country'], + "address_phone" => $_POST['address_phone'], + "userkey" => $_SESSION['account_id']), JSON_UNESCAPED_UNICODE); + $account_update = ioAPIv2('/v2/identity/',$payload,$clientsecret); + $account_update = json_decode($account_update,true); + $account_id = $account['account_id'] = $_SESSION['account_id']; + + } else if (isset($_POST['email'], $_POST['password'], $_POST['cpassword']) && filter_var($_POST['email'], FILTER_VALIDATE_EMAIL) && !empty($_POST['password']) && !empty($_POST['cpassword'])) { + // User is not logged in, check if the account already exists with the email they submitted + // Check if the account exists + $account = ioAPIv2('/v2/identity/email='.$_POST['email'],'',$clientsecret); + $account = json_decode($account,true); + + + if ($account) { + // Email exists, user should login instead... + $errors[] = $error_account_name; + } + if (strlen($_POST['password']) > 20 || strlen($_POST['password']) < 5) { + // Password must be between 5 and 20 characters long. + $errors[] = $error_account_password_rules; + } + if ($_POST['password'] != $_POST['cpassword']) { + // Password and confirm password fields do not match... + $errors[] = $error_account_password_match; + } + if (!$errors) { + // Account doesnt exist, create new account + $payload = json_encode( + array( + "email" => $_POST['email'], + "password" => $_POST['password'], + "language" => $_SESSION['country_code'], + "first_name" => $_POST['first_name'], + "last_name" => $_POST['last_name'], + "address_street" => $_POST['address_street'], + "address_city" => $_POST['address_city'], + "address_state" => $_POST['address_state'], + "address_zip" => $_POST['address_zip'], + "address_country" => $_POST['address_country'], + "address_phone" => $_POST['address_phone']), JSON_UNESCAPED_UNICODE); + + $account = ioAPIv2('/v2/identity/',$payload,$clientsecret); + $account= json_decode($account,true); + $account_id = $account['account_id'] = $account['accountID']; + + if ($account && isset($account['accountID'])) { + //SEND VERIFICATION EMAIL + include dirname(__FILE__).'/custom/email/email_template_register.php'; + $register_mail = $message; + + send_mail_by_PHPMailer($account['identity'], $subject, $register_mail,'', ''); + $register_error = 'Email send to verify your account'; + } + } + } else if (account_required) { + $errors[] = $error_account; + } + if (!$errors && $products_in_cart) { + + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + //Process checkout => add payment_method to checkout_input array + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + $checkout_input['payment_method'] = $_POST['method']; + + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + // Calculate shopping_cart based on session + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + $payload = json_encode(array("cart" => $_SESSION['cart'], "checkout_input" => $checkout_input, "customer_details" => $account), JSON_UNESCAPED_UNICODE); + $place_order = ioAPIv2('/v2/placeorder/',$payload,$clientsecret); + $place_order = json_decode($place_order,true); + + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + //Check if transaction is succesfull and send order confirmation to customer + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + if ($place_order['error'] == '' && $place_order['id'] != ''){ + + // Push purchase event to dataLayer + if (isset($place_order['products_checked-out']) && is_array($place_order['products_checked-out'])) { + $productIds = []; + $totalQuantity = 0; + $products = []; + + foreach ($place_order['products_checked-out'] as $p) { + if (is_array($p)) { + $productIds[] = $p['id'] ?? ''; + $totalQuantity += $p['quantity'] ?? 0; + $products[] = [ + 'id' => $p['id'] ?? '', + 'name' => $p['meta']['name'] ?? '', + 'price' => $p['options_price'] ?? 0, + 'quantity' => $p['quantity'] ?? 0 + ]; + } + } + + echo ""; + } + + //SEND CONFIRMATION TO CUSTOMER + send_order_details_email( + $account['email'], + $place_order['products_checked-out'], + $account['first_name'], + $account['last_name'], + $account['address_street'], + $account['address_city'], + $account['address_state'], + $account['address_zip'], + $account['address_country'], + $place_order['subtotal'], + $place_order['discounttotal'], + $place_order['shippingtotal'], + $place_order['taxtotal'], + $place_order['payment_amount'], + $place_order['transaction_id'] + ); + + //Disable giftcard + if (isset($_SESSION['discount'])){ + if (preg_match("/[#][0-9]/", $_SESSION['discount']) == 1){ + useGiftCart($pdo, $_SESSION['discount']); + } + } + + // Authenticate the user + if ($account_id != null) { + // Log the user in with the details provided + session_regenerate_id(); + $_SESSION['account_loggedin'] = TRUE; + $_SESSION['account_id'] = $account_id; + $_SESSION['account_role'] = $account ? $account['profile'] : 0; + } + + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + //Pay on delivery = 2 + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + if (pay_on_delivery_enabled && $place_order['payment_method'] == 2){ + header('Location: ' . url('index.php?page=placeorder')); + exit; + } + + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + // Mollie = 3 ++++++++++++++++++++++++++++++++++++++++++++++++++ + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + if (mollie_enabled && $_POST['method'] == 3) { + + try { + /* + * Initialize the Mollie API library with your API key. + * + * See: https://www.mollie.com/dashboard/developers/api-keys + */ + require "initialize.php"; + + /* + * Generate a unique order id for this example. It is important to include this unique attribute + * in the redirectUrl (below) so a proper return page can be shown to the customer. + */ + $orderId = $place_order['transaction_id']; + $value = number_format($place_order['payment_amount'],2,'.',''); + + /* + * Determine the url parts to these example files. + */ + $protocol = isset($_SERVER['HTTPS']) && strcasecmp('off', $_SERVER['HTTPS']) !== 0 ? "https" : "http"; + $hostname = $_SERVER['HTTP_HOST']; + $path = dirname($_SERVER['REQUEST_URI'] ?? $_SERVER['PHP_SELF']); + + /* + * Payment parameters: + * amount Amount in EUROs. + * description Description of the payment. + * redirectUrl Redirect location. The customer will be redirected there after the payment. + * webhookUrl Webhook location, used to report when the payment changes state. + * metadata Custom metadata that is stored with the payment. + */ + + if (rewrite_url){ + $redirectURL = $protocol.'://'.$hostname.$path.'placeorder/'.$orderId; + }else{ + $redirectURL = $protocol.'://'.$hostname.$path.'index.php?page=placeorder&order_id='.$orderId; + } + + $payment = $mollie->payments->create([ + "amount" => [ + "currency" => "EUR", + "value" => "{$value}", // You must send the correct number of decimals, thus we enforce the use of strings + ], + "description" => "Order #{$orderId}", + "redirectUrl" => "$redirectURL", + "webhookUrl" => "{$protocol}://{$hostname}{$path}webhook.php", + "metadata" => [ + "order_id" => $orderId, + ], + ]); + /* + * Send the customer off to complete the payment. + * This request should always be a GET, thus we enforce 303 http response code + */ + + // Send customer to checkout + header("Location: " . $payment->getCheckoutUrl(), true, 303); + + } catch (\Mollie\Api\Exceptions\ApiException $e) { + echo "API call failed: " . htmlspecialchars($e->getMessage()); + } + exit; + } + + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + // PayPal Payment = 1 +++++++++++++++++++++++++++++++++++++++++ + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + if (paypal_enabled && $_POST['method'] == 1) { + + //Process Payment + require_once __DIR__."/lib/paypal/paypal.php"; + + $base = PAYPAL_URL; + $id = PAYPAL_CLIENT_ID; + $secret = PAYPAL_CLIENT_SECRET; + + //init input + $order = $place_order['transaction_id']; + $price = number_format($place_order['payment_amount'],2,'.',''); + $currency = "EUR"; + + //make payment + $paypal = new paypalCurl(); + $paypal->init($id,$secret,$base); + $result = $paypal->makePaymentURL($order,$price,$currency); + + if ($result->status === true) { + header("location:". $result->url); + die; + } + else { //raise error + echo $result->msg; + die; + } + } + } else { + foreach ($place_order['error'] as $error){ + $errors[] = $error; + } + } + } +} + +//------------------------------- +// END PLACE ORDER +//------------------------------- + +$terms_link = url('index.php?page=termsandconditions'); +$privacy_link = url('index.php?page=privacy'); + +$view = template_header(($checkout_header ?? 'Checkout'),''); + +// Push initiateCheckout event to dataLayer +if (isset($products_in_cart['cart_details']['products']) && is_array($products_in_cart['cart_details']['products']) && count($products_in_cart['cart_details']['products']) > 0) { + $productIds = array_map(function($p) { return $p['id']; }, $products_in_cart['cart_details']['products']); + $totalQuantity = array_sum(array_map(function($p) { return $p['quantity']; }, $products_in_cart['cart_details']['products'])); + + $view .= ''; +} + +$view .= ' +
+ +

'.$h1_checkout.'

'; + + if (!empty($errors) || count($errors) > 0){ + + $view .= '

'.implode('
', $errors).'

'; + } + if (!isset($_SESSION['account_loggedin'])){ +$view .= '

'.$account_available.' '.$account_log_in.'

'; + } + + $view .= ' +
+ +
+ +
x +
+

'.$payment_method.'

+ +
'; + if (mollie_enabled){ + $view .= ' + '; + + $view .= ' + '; + + } + + if (paypal_enabled){ +$view .= ' + '; + } + + if (pay_on_delivery_enabled){ +$view .= ' + '; + } + +$view .= '
'; + + if (!isset($_SESSION['account_loggedin'])){ + +$view .= ' +

'.$account_create_email.'

+ + + +

'.$account_create.((!account_required) ? $account_create_optional : '').'

+ + '; + } +$view .= ' +

'.$h2_Shipping_details.'

+ +
+ + +
+ +
+ + +
+ + + + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+ +
+ +

'.$h2_shoppingcart.'

+ + '; + foreach($products_in_cart['cart_details']['products'] as $product){ + + $view .= ' + + + + '; + } +$view .= '
'.$product['meta']['name'].''.$product['quantity'].' x '.$product['meta']['name'].''.currency_code.''.number_format($product['options_price'] * $product['quantity'],2).'
+ +
+ + '; + if (isset($_SESSION['discount'], $products_in_cart['totals']['discounttotal'])){ + $view .= $products_in_cart['totals']['discount_message']; + } +$view .= ' +
+
'; + + if (isset($shipping_methods) && count($shipping_methods) > 0){ + $view .= '
+

'.$h3_shipping_method.' *

'; + + foreach($shipping_methods as $method){ + $view .= '
+ + +
'; + } + $view .= '
'; + + } +$view .= '
+
+
+ '.$total_subtotal.' + '.currency_code.''.number_format($subtotal,2).' +
+ +
+ '.$total_shipping.' + '.currency_code.''.number_format($shippingtotal,2).' +
'; + + if ($discounttotal > 0){ + $view .= '
+ '.$total_discount.' + -'.currency_code.''.number_format(round($discounttotal, 1),2).' +
'; + } + + if ($taxtotal > 0){ + $view .= '
+ '.($tax_text ?? 'VAT').' ('.$tax_rate.') + '.currency_code.''.number_format($taxtotal,2).' +
'; + } + $view .= '
+
+ '.$total_total.' '.$total_total_note.''.currency_code.''.number_format($total,2).' +
+
+
+ + '.$order_consent_1.' + +
+
+ + '.$order_consent_2.' * '.$order_consent_3.' '.$order_consent_4.' '.$order_consent_5.' + +
+
+ +
+ +
+ +
+ +
+ +
+ +
+'; + +echo ' +'; + +$view .= template_footer(); + +//OUTPUT +echo $view; + +?> \ No newline at end of file diff --git a/log/log_02.txt b/log/log_02.txt deleted file mode 100644 index 4e261a6..0000000 --- a/log/log_02.txt +++ /dev/null @@ -1,5660 +0,0 @@ -2025-02-12 14:55:13;/v2/authorization -2025-02-12 14:55:13;/v2/categories/ -2025-02-12 14:55:13;/v2/catalog/category=2 -2025-02-12 14:55:13;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 14:55:15;/v2/authorization -2025-02-12 14:55:15;/v2/catalog/product_id=28 -2025-02-12 14:55:15;/v2/products_media/product_id=28 -2025-02-12 14:55:16;/v2/authorization -2025-02-12 14:55:16;/v2/catalog/product_id=28 -2025-02-12 14:55:16;/v2/products_media/product_id=28 -2025-02-12 14:55:16;/v2/shopping_cart/ -2025-02-12 14:55:16;/v2/authorization -2025-02-12 14:55:18;/v2/authorization -2025-02-12 14:55:18;/v2/authorization -2025-02-12 14:55:18;/v2/checkout/ -2025-02-12 14:55:19;/v2/authorization -2025-02-12 14:55:19;/v2/checkout/ -2025-02-12 14:55:29;/v2/authorization -2025-02-12 14:55:29;/v2/checkout/ -2025-02-12 14:55:29;/v2/placeorder/ -2025-02-12 15:01:58;/v2/authorization -2025-02-12 15:01:58;/v2/checkout/ -2025-02-12 15:02:06;/v2/authorization -2025-02-12 15:02:06;/v2/checkout/ -2025-02-12 15:02:06;/v2/placeorder/ -2025-02-12 15:04:47;/v2/authorization -2025-02-12 15:04:47;/v2/checkout/ -2025-02-12 15:04:47;/v2/placeorder/ -2025-02-12 15:05:20;/v2/authorization -2025-02-12 15:05:20;/v2/checkout/ -2025-02-12 15:05:20;/v2/placeorder/ -2025-02-12 15:05:31;/v2/authorization -2025-02-12 15:05:31;/v2/checkout/ -2025-02-12 15:05:31;/v2/placeorder/ -2025-02-12 15:09:33;/v2/authorization -2025-02-12 15:09:35;/v2/authorization -2025-02-12 15:09:35;/v2/authorization -2025-02-12 15:09:35;/v2/checkout/ -2025-02-12 15:10:04;/v2/authorization -2025-02-12 15:10:04;/v2/checkout/ -2025-02-12 15:10:04;/v2/placeorder/ -2025-02-12 15:10:42;/v2/authorization -2025-02-12 15:10:42;/v2/checkout/ -2025-02-12 15:10:47;/v2/authorization -2025-02-12 15:10:47;/v2/checkout/ -2025-02-12 15:10:47;/v2/placeorder/ -2025-02-12 15:13:31;/v2/authorization -2025-02-12 15:13:31;/v2/checkout/ -2025-02-12 15:13:31;/v2/placeorder/ -2025-02-12 15:14:56;/v2/authorization -2025-02-12 15:14:56;/v2/checkout/ -2025-02-12 15:14:56;/v2/placeorder/ -2025-02-12 15:15:24;/v2/authorization -2025-02-12 15:15:24;/v2/checkout/ -2025-02-12 15:15:24;/v2/placeorder/ -2025-02-12 15:17:10;/v2/authorization -2025-02-12 15:17:10;/v2/checkout/ -2025-02-12 15:17:10;/v2/placeorder/ -2025-02-12 15:17:14;/v2/authorization -2025-02-12 15:17:14;/v2/checkout/ -2025-02-12 15:19:54;/v2/authorization -2025-02-12 15:19:54;/v2/checkout/ -2025-02-12 15:20:00;/v2/authorization -2025-02-12 15:20:00;/v2/checkout/ -2025-02-12 15:20:00;/v2/placeorder/ -{"error":"Mailer Error: SMTP connect() failed. https:\/\/github.com\/PHPMailer\/PHPMailer\/wiki\/TroubleshootingSMTP server error: Failed to connect to server"} -2025-02-12 15:20:44;/v2/authorization -2025-02-12 15:20:44;/v2/checkout/ -2025-02-12 15:21:22;/v2/authorization -2025-02-12 15:21:22;/v2/checkout/ -2025-02-12 15:21:25;/v2/authorization -2025-02-12 15:21:25;/v2/checkout/ -2025-02-12 15:21:25;/v2/placeorder/ -{"error":"Mailer Error: SMTP connect() failed. https:\/\/github.com\/PHPMailer\/PHPMailer\/wiki\/TroubleshootingSMTP server error: Failed to connect to server"} -2025-02-12 15:21:45;/v2/authorization -2025-02-12 15:21:45;/v2/checkout/ -2025-02-12 15:21:47;/v2/authorization -2025-02-12 15:21:47;/v2/checkout/ -2025-02-12 15:21:47;/v2/placeorder/ -2025-02-12 15:41:48;/v2/authorization -2025-02-12 15:41:49;/v2/authorization -2025-02-12 15:41:51;/v2/authorization -2025-02-12 15:41:51;/v2/authorization -2025-02-12 15:41:51;/v2/checkout/ -2025-02-12 15:41:58;/v2/authorization -2025-02-12 15:41:58;/v2/checkout/ -2025-02-12 15:41:58;/v2/placeorder/ -2025-02-12 15:53:48;/v2/authorization -2025-02-12 15:53:48;/v2/checkout/ -2025-02-12 15:53:48;/v2/placeorder/ -2025-02-12 15:58:58;/v2/authorization -2025-02-12 15:58:58;/v2/checkout/ -2025-02-12 15:58:58;/v2/placeorder/ -{"error":"Mailer Error: SMTP connect() failed. https:\/\/github.com\/PHPMailer\/PHPMailer\/wiki\/TroubleshootingSMTP server error: Failed to connect to server"} -2025-02-12 16:04:09;/v2/authorization -2025-02-12 16:04:09;/v2/checkout/ -2025-02-12 16:04:17;/v2/authorization -2025-02-12 16:04:17;/v2/checkout/ -2025-02-12 16:04:17;/v2/placeorder/ -2025-02-12 16:04:40;/v2/authorization -2025-02-12 16:04:40;/v2/checkout/ -2025-02-12 16:04:40;/v2/placeorder/ -2025-02-12 16:04:46;/v2/authorization -2025-02-12 16:04:46;/v2/checkout/ -2025-02-12 16:04:46;/v2/placeorder/ -2025-02-12 16:15:53;/v2/authorization -2025-02-12 16:15:53;/v2/checkout/ -2025-02-12 16:15:57;/v2/authorization -2025-02-12 16:15:57;/v2/checkout/ -2025-02-12 16:15:57;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n\n\n\n \n \n MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACBB2DA25A32B54C<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"mail","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"587","Helo":"","SMTPSecure":"ssl","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":0,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 16:26:01;/v2/authorization -2025-02-12 16:26:01;/v2/checkout/ -2025-02-12 16:26:01;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width,minimum-scale=1\">\n <title>MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACBD893E901B064B<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"mail","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"465","Helo":"","SMTPSecure":"tls","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":0,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 16:26:06;/v2/authorization -2025-02-12 16:26:06;/v2/checkout/ -2025-02-12 16:26:06;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width,minimum-scale=1\">\n <title>MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACBD8E3E7097E1D4<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"mail","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"465","Helo":"","SMTPSecure":"tls","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":0,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 16:28:57;/v2/authorization -2025-02-12 16:28:57;/v2/checkout/ -2025-02-12 16:28:57;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width,minimum-scale=1\">\n <title>MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACBE399CC4DD939B<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"mail","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"465","Helo":"","SMTPSecure":"ssl","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":0,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 16:35:59;/v2/authorization -2025-02-12 16:35:59;/v2/checkout/ -2025-02-12 16:35:59;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width,minimum-scale=1\">\n <title>MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACBFDFB4EDDA588F<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"mail","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"587","Helo":"","SMTPSecure":"ssl","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":2,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 16:38:29;/v2/authorization -2025-02-12 16:38:30;/v2/checkout/ -2025-02-12 16:38:30;/v2/placeorder/ -2025-02-12 16:41:41;/v2/authorization -2025-02-12 16:41:41;/v2/checkout/ -2025-02-12 16:41:41;/v2/placeorder/ -2025-02-12 16:42:55;/v2/authorization -2025-02-12 16:42:55;/v2/checkout/ -2025-02-12 16:42:59;/v2/authorization -2025-02-12 16:42:59;/v2/checkout/ -2025-02-12 16:42:59;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width,minimum-scale=1\">\n <title>MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACC18312BD50AAFB<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"smtp","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"465","Helo":"","SMTPSecure":"ssl","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":2,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 16:44:13;/v2/authorization -2025-02-12 16:44:13;/v2/checkout/ -2025-02-12 16:44:13;/v2/placeorder/ -{"Priority":null,"CharSet":"UTF-8","ContentType":"text\/html","Encoding":"7bit","ErrorInfo":"","From":"info@gewoonlekkerspaans.nl","FromName":"Name","Sender":"info@gewoonlekkerspaans.nl","Subject":"MorvalWatches - Order Details","Body":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width,minimum-scale=1\">\n <title>MorvalWatches<\/title>\n <style>\n * {\n box-sizing: border-box;\n font-family: -apple-system, BlinkMacSystemFont, \"segoe ui\", roboto, oxygen, ubuntu, cantarell, \"fira sans\", \"droid sans\", \"helvetica neue\", Arial, sans-serif;\n font-size: 12px;\n }\n\n .content-wrapper {\n width:90%;\n margin: auto;\n padding-bottom: 40px;\n }\n \n header {\n position: relative;\n }\n \n header img {\n padding: 24px 0;\n }\n\n .container {\n position: relative;\n text-align: center;\n color: white;\n }\n \n .emailfooter{\n margin: 50px;\n text-align: center;\n border-top: 1px solid #EEEEEE;\n }\n \n .emailfooter a {\n text-decoration: none;\n color: #555555;\n cursor: pointer;\n font-family: inherit;\n }\n \n main .order-table {\n margin: 0;\n }\n\n main .order-table .item-list-end {\n border-bottom: 1px solid #0e0f10;\n }\n\n main .order-table .subtotal {\n padding-top: 20px;\n }\n\n main .order-table .subtotal, main .order-table .shipping, main .order-table .tax , main .order-table .total {\n text-align: right;\n font-weight: 500;\n font-size: 12px;\n }\n\n main .order-table .num {\n text-align: right;\n }\n\n main .manage-order-table input, main .manage-order-table select {\n border: 0;\n padding: 5px 0;\n height: 40px;\n background: transparent;\n width: 90%;\n border-bottom: 1px solid #dedfe1;\n }\n\n main .manage-order-table .add-item {\n display: inline-block;\n text-decoration: none;\n color: #676d72;\n padding: 25px 0;\n }\n\n main .manage-order-table .add-item i {\n padding-right: 5px;\n }\n\n main .manage-order-table .add-item:hover {\n color: #4f5357;\n }\n\n main .manage-order-table .delete-item {\n cursor: pointer;\n color: #676d72;\n }\n\n main .manage-order-table .delete-item:hover {\n color: #b44a4a;\n }\n\n .table table {\n width: 100%;\n border-collapse: collapse;\n }\n\n .table table thead td {\n font-weight: 600;\n font-size: 12px;\n padding: 15px 0;\n }\n\n .table table thead td a {\n font-weight: inherit;\n font-size: inherit;\n color: inherit;\n text-decoration: none;\n }\n\n .table table thead td i {\n padding-left: 5px;\n }\n\n .table table thead tr {\n border-bottom: 1px solid #0e0f10;\n }\n\n .table table tbody tr:first-child td {\n padding-top: 10px;\n }\n\n .table table tbody td {\n padding: 5px 0;\n }\n\n .table table tbody .img {\n padding: 1px 0;\n }\n\n .table table tbody .rrp {\n color: #e26060;\n }\n\n .table table tbody .status {\n padding: 4px 7px;\n border-radius: 4px;\n background-color: #81848a;\n font-weight: 500;\n font-size: 12px;\n color: #fff;\n }\n\n .table table tbody .status.completed, .table table tbody .status.shipped {\n background-color: #13b368;\n }\n\n .table table tbody .status.pending {\n background-color: #eb8a0d;\n }\n\n .table table tbody .status.refunded, .table table tbody .status.failed, .table table tbody .status.cancelled, .table table tbody .status.reversed {\n background-color: #bd4141;\n }\n <\/style>\n<\/head>\n<body>\n <header>\n <div class=\"content-wrapper\"> \n <table style=\"border-collapse:collapse;width:100%;\">\n <tr>\n <td width=\"75%\"> \n <a href=\"https:\/\/dev.vanbeers.tv\/\" style=\"color:inherit;text-decoration:inherit;\">\n <img src=\"https:\/\/dev.vanbeers.tv\/custom\/assets\/Morval_Logo_invoice.jpg\" alt=\"MorvalWatches\" width=\"50%\" \/>\n <\/a>\n <\/td>\n <td width=\"25%\">\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Bank: <br>\n KvK: \n <\/td> \n <\/tr><\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n Paul van Beers<br>\n Groenstraat 84<br>\n\t\t\t\t\t\t\t5071ED, Udenhout<br>\n\t\t\t\t\t\t\tDenmark <\/td>\n <\/tr>\n <tr><td><br><\/td><\/tr>\n <tr>\n <td>\n\t\t\t\t\t\t<h1>Thank you for your order<\/h1>\n\t\t\t\t\t\t<p>Your order has been received and is currently being processed. The details for your order are below.<\/p><\/td>\n <td>\n\t\t\t\t\t<p>Order: SC67ACC1CD338F758192<\/p>\t\n\t\t\t\t\t<p>Date: 2025-02-12<\/p><\/td>\n <\/tr>\n <\/table> \n <\/div>\n <\/header>\n <main>\n <div class=\"content-wrapper\">\n\t<div class=\"table order-table\">\n <table>\n <thead>\n <tr>\n <td>Product<\/td>\n\t\t\t\t\t<td>Opties<\/td>\n\t\t\t\t\t<td>Quantity<\/td>\n <td>Price<\/td>\n <td style=\"text-align:right;\">Total<\/td>\n <\/tr>\n <\/thead>\n <tbody>\n\t\t\t\t <tr>\n <td>ServiceTool<\/td>\n\t\t\t\t\t<td><\/td>\n <td>1<\/td>\n <td>€4,000.00<\/td>\n <td style=\"text-align:right;\">4,000.00<\/td>\n <\/tr>\n\t\t\t\t <tr>\n <td colspan=\"5\" class=\"item-list-end\"><\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"subtotal\">Subtotal<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n\t\t\t\t<tr>\n <td colspan=\"4\" class=\"subtotal\">Discount<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"shipping\">Shipping<\/td>\n <td class=\"num\">€0.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"tax\">VAT<\/td>\n <td class=\"num\" style=\"border-bottom: 1px solid #0e0f10;\">€1,000.00<\/td>\n <\/tr>\n <tr>\n <td colspan=\"4\" class=\"total\">Total<\/td>\n <td class=\"num\">€4,000.00<\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n\t<\/div>\n <\/div>\n\n \n <div class=\"emailfooter\">\n <a href=\"https:\/\/dev.vanbeers.tv\/products\/2\">Collection<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/myaccount\">Account<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/privacy\">Privacy<\/a> - <a href=\"https:\/\/dev.vanbeers.tv\/termsandconditions\">Terms and Conditions<\/a>\n <\/div>\n <\/main>\n <\/body>\n<\/html>","AltBody":"","Ical":"","WordWrap":0,"Mailer":"smtp","Sendmail":"\/usr\/sbin\/sendmail","UseSendmailOptions":true,"ConfirmReadingTo":"","Hostname":"","MessageID":"","MessageDate":"","Host":"gewoonlekkerspaans.nl","Port":"465","Helo":"","SMTPSecure":"ssl","SMTPAutoTLS":true,"SMTPAuth":true,"SMTPOptions":[],"Username":"info@gewoonlekkerspaans.nl","Password":"o7f4t3E*5","AuthType":"","Timeout":300,"dsn":"","SMTPDebug":3,"Debugoutput":"html","SMTPKeepAlive":false,"SingleTo":false,"do_verp":false,"AllowEmpty":false,"DKIM_selector":"","DKIM_identity":"","DKIM_passphrase":"","DKIM_domain":"","DKIM_copyHeaderFields":true,"DKIM_extraHeaders":[],"DKIM_private":"","DKIM_private_string":"","action_function":"","XMailer":""} -2025-02-12 17:00:06;/v2/authorization -2025-02-12 17:00:07;/v2/categories/ -2025-02-12 17:00:07;/v2/catalog/category=2 -2025-02-12 17:00:07;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 17:00:10;/v2/authorization -2025-02-12 17:00:13;/v2/authorization -2025-02-12 17:00:13;/v2/categories/ -2025-02-12 17:00:13;/v2/catalog/category=2 -2025-02-12 17:00:13;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 17:00:16;/v2/authorization -2025-02-12 17:00:16;/v2/categories/ -2025-02-12 17:00:16;/v2/catalog/category=9 -2025-02-12 17:00:16;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 17:00:20;/v2/authorization -2025-02-12 17:00:20;/v2/catalog/product_id=test_slug -2025-02-12 17:00:20;/v2/products_media/product_id=1 -2025-02-12 17:00:22;/v2/authorization -2025-02-12 17:00:22;/v2/catalog/product_id=test_slug -2025-02-12 17:00:22;/v2/products_media/product_id=1 -2025-02-12 17:00:23;/v2/shopping_cart/ -2025-02-12 17:00:23;/v2/authorization -2025-02-12 17:00:27;/v2/authorization -2025-02-12 17:00:27;/v2/authorization -2025-02-12 17:00:27;/v2/checkout/ -2025-02-12 17:00:32;/v2/authorization -2025-02-12 17:00:32;/v2/checkout/ -2025-02-12 17:00:32;/v2/placeorder/ -2025-02-12 17:01:34;/v2/authorization -2025-02-12 17:01:34;/v2/checkout/ -2025-02-12 17:01:34;/v2/placeorder/ -2025-02-12 17:01:37;/v2/authorization -2025-02-12 17:02:08;/v2/authorization -2025-02-12 17:02:15;/v2/authorization -2025-02-12 17:02:15;/v2/authorization -2025-02-12 17:10:55;/v2/authorization -2025-02-12 17:10:55;/v2/categories/ -2025-02-12 17:10:55;/v2/catalog/category=2 -2025-02-12 17:10:55;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 17:11:00;/v2/authorization -2025-02-12 17:11:00;/v2/catalog/product_id=28 -2025-02-12 17:11:00;/v2/products_media/product_id=28 -2025-02-12 17:11:16;/v2/authorization -2025-02-12 17:11:16;/v2/categories/ -2025-02-12 17:11:16;/v2/catalog/category=2 -2025-02-12 17:11:16;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 19:31:10;/v2/authorization -2025-02-12 19:31:10;/v2/categories/ -2025-02-12 19:31:10;/v2/catalog/category=9 -2025-02-12 19:31:11;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 19:31:12;/v2/authorization -2025-02-12 19:31:12;/v2/catalog/product_id=test_slug -2025-02-12 19:31:12;/v2/products_media/product_id=1 -2025-02-12 19:34:27;/v2/authorization -2025-02-12 19:34:27;/v2/catalog/product_id=test_slug -2025-02-12 19:34:27;/v2/products_media/product_id=1 -2025-02-12 19:37:37;/v2/authorization -2025-02-12 19:37:37;/v2/categories/ -2025-02-12 19:37:37;/v2/catalog/category=9 -2025-02-12 19:37:37;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 19:39:30;/v2/authorization -2025-02-12 19:39:30;/v2/categories/ -2025-02-12 19:39:30;/v2/catalog/category=9 -2025-02-12 19:39:30;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 19:41:40;/v2/authorization -2025-02-12 19:41:41;/v2/authorization -2025-02-12 19:41:41;/v2/categories/ -2025-02-12 19:41:41;/v2/catalog/category=2 -2025-02-12 19:41:41;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:32:17;/v2/authorization -2025-02-12 22:32:26;/v2/authorization -2025-02-12 22:32:26;/v2/categories/ -2025-02-12 22:32:26;/v2/catalog/category=2 -2025-02-12 22:32:26;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:32:50;/v2/authorization -2025-02-12 22:32:50;/v2/categories/ -2025-02-12 22:32:50;/v2/catalog/category=9 -2025-02-12 22:32:50;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:33:04;/v2/authorization -2025-02-12 22:33:05;/v2/catalog/product_id=test_slug -2025-02-12 22:33:05;/v2/products_media/product_id=1 -2025-02-12 22:33:24;/v2/authorization -2025-02-12 22:33:24;/v2/catalog/product_id=test_slug -2025-02-12 22:33:24;/v2/products_media/product_id=1 -2025-02-12 22:33:24;/v2/shopping_cart/ -2025-02-12 22:33:24;/v2/authorization -2025-02-12 22:33:31;/v2/authorization -2025-02-12 22:33:31;/v2/authorization -2025-02-12 22:33:31;/v2/checkout/ -2025-02-12 22:50:09;/v2/authorization -2025-02-12 22:50:09;/v2/authorization -2025-02-12 22:50:18;/v2/authorization -2025-02-12 22:50:21;/v2/authorization -2025-02-12 22:50:28;/v2/authorization -2025-02-12 22:50:28;/v2/categories/ -2025-02-12 22:50:28;/v2/catalog/category=2 -2025-02-12 22:50:28;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:50:31;/v2/authorization -2025-02-12 22:50:31;/v2/categories/ -2025-02-12 22:50:31;/v2/catalog/category=2,8 -2025-02-12 22:50:31;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:50:37;/v2/authorization -2025-02-12 22:50:37;/v2/categories/ -2025-02-12 22:50:37;/v2/catalog/category=2,13 -2025-02-12 22:50:37;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:50:47;/v2/authorization -2025-02-12 22:50:47;/v2/categories/ -2025-02-12 22:50:47;/v2/catalog/category=2,13 -2025-02-12 22:50:47;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:50:50;/v2/authorization -2025-02-12 22:50:50;/v2/categories/ -2025-02-12 22:50:50;/v2/catalog/category=2,13 -2025-02-12 22:50:50;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-12 22:51:00;/v2/authorization -2025-02-12 22:51:00;/v2/categories/ -2025-02-12 22:51:00;/v2/catalog/category=9 -2025-02-12 22:51:00;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:05;/v2/authorization -2025-02-12 22:51:05;/v2/categories/ -2025-02-12 22:51:05;/v2/catalog/category=9,14 -2025-02-12 22:51:05;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:19;/v2/authorization -2025-02-12 22:51:19;/v2/categories/ -2025-02-12 22:51:19;/v2/catalog/category=9,16 -2025-02-12 22:51:19;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:30;/v2/authorization -2025-02-12 22:51:30;/v2/categories/ -2025-02-12 22:51:30;/v2/catalog/category=9,13 -2025-02-12 22:51:30;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:39;/v2/authorization -2025-02-12 22:51:39;/v2/categories/ -2025-02-12 22:51:39;/v2/catalog/category=9,14 -2025-02-12 22:51:39;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:43;/v2/authorization -2025-02-12 22:51:43;/v2/categories/ -2025-02-12 22:51:43;/v2/catalog/category=9,13 -2025-02-12 22:51:43;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:51;/v2/authorization -2025-02-12 22:51:51;/v2/categories/ -2025-02-12 22:51:51;/v2/catalog/category=9,8 -2025-02-12 22:51:51;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:51:56;/v2/authorization -2025-02-12 22:51:56;/v2/categories/ -2025-02-12 22:51:56;/v2/catalog/category=9,16 -2025-02-12 22:51:56;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:52:27;/v2/authorization -2025-02-12 22:52:27;/v2/categories/ -2025-02-12 22:52:28;/v2/catalog/category=9,13 -2025-02-12 22:52:28;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-12 22:52:36;/v2/authorization -2025-02-12 22:52:36;/v2/catalog/product_id=test_slug -2025-02-12 22:52:36;/v2/products_media/product_id=1 -2025-02-13 06:52:11;/v2/authorization -2025-02-13 06:52:11;/v2/authorization -2025-02-13 06:52:12;/v2/authorization -2025-02-13 06:52:12;/v2/authorization -2025-02-13 08:08:09;/v2/authorization -2025-02-13 08:08:09;/v2/categories/ -2025-02-13 08:08:09;/v2/catalog/category=9 -2025-02-13 08:08:09;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:03:59;/v2/authorization -2025-02-13 09:03:59;/v2/categories/ -2025-02-13 09:03:59;/v2/catalog/category=2 -2025-02-13 09:03:59;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:06:23;/v2/authorization -2025-02-13 09:06:23;/v2/categories/ -2025-02-13 09:06:23;/v2/catalog/category=9 -2025-02-13 09:06:23;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:07:29;/v2/authorization -2025-02-13 09:07:29;/v2/categories/ -2025-02-13 09:07:29;/v2/catalog/category=9 -2025-02-13 09:07:29;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:09:55;/v2/authorization -2025-02-13 09:09:55;/v2/categories/ -2025-02-13 09:09:55;/v2/catalog/category=9 -2025-02-13 09:09:55;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:10:32;/v2/authorization -2025-02-13 09:10:32;/v2/categories/ -2025-02-13 09:10:32;/v2/catalog/category=9 -2025-02-13 09:10:32;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:10:47;/v2/authorization -2025-02-13 09:10:47;/v2/catalog/product_id=test_slug -2025-02-13 09:10:47;/v2/products_media/product_id=1 -2025-02-13 09:10:57;/v2/authorization -2025-02-13 09:10:57;/v2/categories/ -2025-02-13 09:10:57;/v2/catalog/category=2 -2025-02-13 09:10:57;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:11:49;/v2/authorization -2025-02-13 09:11:49;/v2/categories/ -2025-02-13 09:11:49;/v2/catalog/category=2 -2025-02-13 09:11:49;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:13:23;/v2/authorization -2025-02-13 09:13:23;/v2/categories/ -2025-02-13 09:13:24;/v2/catalog/category=2 -2025-02-13 09:13:24;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:14:21;/v2/authorization -2025-02-13 09:14:21;/v2/categories/ -2025-02-13 09:14:21;/v2/catalog/category=2 -2025-02-13 09:14:21;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:14:49;/v2/authorization -2025-02-13 09:14:49;/v2/categories/ -2025-02-13 09:14:49;/v2/catalog/category=2 -2025-02-13 09:14:49;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:16:04;/v2/authorization -2025-02-13 09:16:04;/v2/categories/ -2025-02-13 09:16:05;/v2/catalog/category=9 -2025-02-13 09:16:05;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:17:57;/v2/authorization -2025-02-13 09:17:57;/v2/catalog/product_id=test_slug -2025-02-13 09:17:57;/v2/products_media/product_id=1 -2025-02-13 09:19:24;/v2/authorization -2025-02-13 09:19:25;/v2/authorization -2025-02-13 09:19:25;/v2/categories/ -2025-02-13 09:19:26;/v2/catalog/category=2 -2025-02-13 09:19:26;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 09:19:30;/v2/authorization -2025-02-13 09:19:30;/v2/categories/ -2025-02-13 09:19:30;/v2/catalog/category=9 -2025-02-13 09:19:30;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 09:19:32;/v2/authorization -2025-02-13 09:19:32;/v2/catalog/product_id=test_slug -2025-02-13 09:19:32;/v2/products_media/product_id=1 -2025-02-13 09:24:32;/v2/authorization -2025-02-13 09:24:32;/v2/catalog/product_id=test_slug -2025-02-13 09:24:32;/v2/products_media/product_id=1 -2025-02-13 09:24:55;/v2/authorization -2025-02-13 09:24:55;/v2/catalog/product_id=test_slug -2025-02-13 09:24:55;/v2/products_media/product_id=1 -2025-02-13 09:27:56;/v2/authorization -2025-02-13 09:27:57;/v2/catalog/product_id=test_slug -2025-02-13 09:27:57;/v2/products_media/product_id=1 -2025-02-13 10:25:43;/v2/authorization -2025-02-13 10:25:43;/v2/catalog/product_id=test_slug -2025-02-13 10:25:43;/v2/products_media/product_id=1 -2025-02-13 10:27:00;/v2/authorization -2025-02-13 10:27:00;/v2/categories/ -2025-02-13 10:27:00;/v2/catalog/category=2 -2025-02-13 10:27:00;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 10:29:53;/v2/authorization -2025-02-13 10:29:53;/v2/categories/ -2025-02-13 10:29:53;/v2/catalog/category=9 -2025-02-13 10:29:53;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 10:29:55;/v2/authorization -2025-02-13 10:29:56;/v2/catalog/product_id=test_slug -2025-02-13 10:29:56;/v2/products_media/product_id=1 -2025-02-13 10:31:20;/v2/authorization -2025-02-13 10:31:20;/v2/catalog/product_id=test_slug -2025-02-13 10:31:20;/v2/products_media/product_id=1 -2025-02-13 10:31:23;/v2/authorization -2025-02-13 10:31:23;/v2/catalog/product_id=test_slug -2025-02-13 10:31:23;/v2/products_media/product_id=1 -2025-02-13 10:31:32;/v2/authorization -2025-02-13 10:31:32;/v2/categories/ -2025-02-13 10:31:32;/v2/catalog/category=2 -2025-02-13 10:31:32;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 10:31:42;/v2/authorization -2025-02-13 10:31:42;/v2/categories/ -2025-02-13 10:31:42;/v2/catalog/category=9 -2025-02-13 10:31:42;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 10:31:55;/v2/authorization -2025-02-13 10:31:55;/v2/categories/ -2025-02-13 10:31:55;/v2/catalog/category=2 -2025-02-13 10:31:55;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 10:32:07;/v2/authorization -2025-02-13 10:32:07;/v2/categories/ -2025-02-13 10:32:08;/v2/catalog/category=9 -2025-02-13 10:32:08;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 10:32:09;/v2/authorization -2025-02-13 10:32:09;/v2/catalog/product_id=test_slug -2025-02-13 10:32:09;/v2/products_media/product_id=1 -2025-02-13 10:32:18;/v2/authorization -2025-02-13 10:32:19;/v2/catalog/product_id=test_slug -2025-02-13 10:32:19;/v2/products_media/product_id=1 -2025-02-13 10:32:19;/v2/shopping_cart/ -2025-02-13 10:32:19;/v2/authorization -2025-02-13 10:32:31;/v2/authorization -2025-02-13 10:32:31;/v2/authorization -2025-02-13 10:32:31;/v2/authorization -2025-02-13 10:32:32;/v2/authorization -2025-02-13 10:32:32;/v2/categories/ -2025-02-13 10:32:32;/v2/catalog/category=2 -2025-02-13 10:32:32;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 10:33:41;/v2/authorization -2025-02-13 10:33:41;/v2/categories/ -2025-02-13 10:33:41;/v2/catalog/category=9 -2025-02-13 10:33:41;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 10:41:27;/v2/authorization -2025-02-13 10:41:27;/v2/categories/ -2025-02-13 10:41:28;/v2/catalog/category=9 -2025-02-13 10:41:28;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 10:41:46;/v2/authorization -2025-02-13 10:41:46;/v2/catalog/product_id=test_slug -2025-02-13 10:41:46;/v2/products_media/product_id=1 -2025-02-13 10:42:15;/v2/authorization -2025-02-13 10:42:15;/v2/catalog/product_id=test_slug -2025-02-13 10:42:15;/v2/products_media/product_id=1 -2025-02-13 10:42:15;/v2/shopping_cart/ -2025-02-13 10:42:15;/v2/authorization -2025-02-13 10:42:23;/v2/authorization -2025-02-13 10:53:12;/v2/authorization -2025-02-13 10:54:25;/v2/authorization -2025-02-13 10:54:30;/v2/authorization -2025-02-13 10:54:31;/v2/authorization -2025-02-13 10:54:34;/v2/authorization -2025-02-13 10:54:59;/v2/authorization -2025-02-13 11:01:18;/v2/authorization -2025-02-13 11:01:18;/v2/categories/ -2025-02-13 11:01:18;/v2/catalog/category=2 -2025-02-13 11:01:18;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 11:01:21;/v2/authorization -2025-02-13 11:01:21;/v2/catalog/product_id=28 -2025-02-13 11:01:21;/v2/products_media/product_id=28 -2025-02-13 11:01:23;/v2/authorization -2025-02-13 11:01:23;/v2/catalog/product_id=28 -2025-02-13 11:01:23;/v2/products_media/product_id=28 -2025-02-13 11:01:23;/v2/shopping_cart/ -2025-02-13 11:01:23;/v2/authorization -2025-02-13 11:01:31;/v2/authorization -2025-02-13 11:01:31;/v2/catalog/product_id=28 -2025-02-13 11:01:31;/v2/products_media/product_id=28 -2025-02-13 11:01:32;/v2/authorization -2025-02-13 11:01:33;/v2/categories/ -2025-02-13 11:01:33;/v2/catalog/category=2 -2025-02-13 11:01:33;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 11:01:35;/v2/authorization -2025-02-13 11:08:24;/v2/authorization -2025-02-13 11:11:52;/v2/authorization -2025-02-13 11:14:37;/v2/authorization -2025-02-13 11:15:28;/v2/authorization -2025-02-13 11:15:31;/v2/authorization -2025-02-13 11:17:19;/v2/authorization -2025-02-13 11:17:19;/v2/catalog/category=6 -2025-02-13 11:17:19;/v2/catalog/category=7 -2025-02-13 11:18:16;/v2/authorization -2025-02-13 11:18:16;/v2/catalog/category=6 -2025-02-13 11:18:16;/v2/catalog/category=7 -2025-02-13 11:18:46;/v2/authorization -2025-02-13 11:18:47;/v2/catalog/category=6 -2025-02-13 11:18:47;/v2/catalog/category=7 -2025-02-13 11:18:47;/v2/authorization -2025-02-13 11:18:47;/v2/authorization -2025-02-13 11:18:47;/v2/authorization -2025-02-13 11:18:47;/v2/authorization -2025-02-13 11:18:47;/v2/catalog/category=6 -2025-02-13 11:18:47;/v2/catalog/category=7 -2025-02-13 11:18:47;/v2/authorization -2025-02-13 11:18:47;/v2/catalog/category=6 -2025-02-13 11:18:47;/v2/catalog/category=7 -2025-02-13 11:18:47;/v2/authorization -2025-02-13 11:18:47;/v2/catalog/category=6 -2025-02-13 11:18:47;/v2/catalog/category=7 -2025-02-13 11:20:24;/v2/authorization -2025-02-13 11:20:44;/v2/authorization -2025-02-13 11:20:44;/v2/catalog/category=6 -2025-02-13 11:20:44;/v2/catalog/category=7 -2025-02-13 11:23:39;/v2/authorization -2025-02-13 11:23:39;/v2/catalog/category=6 -2025-02-13 11:23:39;/v2/catalog/category=7 -2025-02-13 11:23:46;/v2/authorization -2025-02-13 11:23:46;/v2/catalog/product_id=28 -2025-02-13 11:23:46;/v2/products_media/product_id=28 -2025-02-13 11:23:53;/v2/authorization -2025-02-13 11:23:53;/v2/categories/ -2025-02-13 11:23:53;/v2/catalog/category=2 -2025-02-13 11:23:53;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 11:23:55;/v2/authorization -2025-02-13 11:23:55;/v2/categories/ -2025-02-13 11:23:55;/v2/catalog/category=9 -2025-02-13 11:23:55;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 11:23:57;/v2/authorization -2025-02-13 11:23:57;/v2/catalog/product_id=test_slug -2025-02-13 11:23:57;/v2/products_media/product_id=1 -2025-02-13 11:24:11;/v2/authorization -2025-02-13 11:24:11;/v2/catalog/category=6 -2025-02-13 11:24:11;/v2/catalog/category=7 -2025-02-13 11:24:36;/v2/authorization -2025-02-13 11:24:36;/v2/categories/ -2025-02-13 11:24:36;/v2/catalog/category=2 -2025-02-13 11:24:36;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 11:24:38;/v2/authorization -2025-02-13 11:24:38;/v2/catalog/product_id=28 -2025-02-13 11:24:38;/v2/products_media/product_id=28 -2025-02-13 11:24:40;/v2/authorization -2025-02-13 11:24:40;/v2/catalog/product_id=28 -2025-02-13 11:24:40;/v2/products_media/product_id=28 -2025-02-13 11:24:40;/v2/shopping_cart/ -2025-02-13 11:24:40;/v2/authorization -2025-02-13 11:26:10;/v2/authorization -2025-02-13 11:26:10;/v2/catalog/category=3 -2025-02-13 11:28:16;/v2/authorization -2025-02-13 11:28:16;/v2/catalog/category=3 -2025-02-13 11:28:26;/v2/authorization -2025-02-13 11:28:28;/v2/authorization -2025-02-13 11:28:28;/v2/authorization -2025-02-13 11:28:28;/v2/checkout/ -2025-02-13 11:31:31;/v2/authorization -2025-02-13 11:31:31;/v2/checkout/ -2025-02-13 11:31:33;/v2/authorization -2025-02-13 11:31:33;/v2/catalog/category=7 -2025-02-13 11:31:33;/v2/catalog/category=7 -2025-02-13 11:33:34;/v2/authorization -2025-02-13 11:33:34;/v2/catalog/category=7 -2025-02-13 11:33:34;/v2/catalog/category=7 -2025-02-13 11:35:23;/v2/authorization -2025-02-13 11:35:23;/v2/catalog/category=7 -2025-02-13 11:35:23;/v2/catalog/category=7 -2025-02-13 11:37:24;/v2/authorization -2025-02-13 11:37:25;/v2/catalog/category=7 -2025-02-13 11:37:25;/v2/catalog/category=7 -2025-02-13 11:39:02;/v2/authorization -2025-02-13 11:39:02;/v2/catalog/category=7 -2025-02-13 11:39:02;/v2/catalog/category=7 -2025-02-13 11:40:38;/v2/authorization -2025-02-13 11:40:38;/v2/catalog/product_id=test_slug -2025-02-13 11:40:38;/v2/products_media/product_id=1 -2025-02-13 11:40:43;/v2/authorization -2025-02-13 11:40:43;/v2/catalog/product_id=test_slug -2025-02-13 11:40:43;/v2/products_media/product_id=1 -2025-02-13 11:40:43;/v2/shopping_cart/ -2025-02-13 11:40:43;/v2/authorization -2025-02-13 11:40:43;/v2/catalog/category=7 -2025-02-13 11:40:43;/v2/catalog/category=7 -2025-02-13 11:41:32;/v2/authorization -2025-02-13 11:41:32;/v2/catalog/category=7 -2025-02-13 11:41:32;/v2/catalog/category=7 -2025-02-13 11:43:15;/v2/authorization -2025-02-13 11:43:15;/v2/catalog/category=7 -2025-02-13 11:43:15;/v2/catalog/category=7 -2025-02-13 11:45:27;/v2/authorization -2025-02-13 11:45:27;/v2/catalog/category=7 -2025-02-13 11:45:27;/v2/catalog/category=7 -2025-02-13 11:48:00;/v2/authorization -2025-02-13 11:48:00;/v2/catalog/category=7 -2025-02-13 11:48:00;/v2/catalog/category=7 -2025-02-13 11:52:08;/v2/authorization -2025-02-13 11:52:08;/v2/catalog/category=7 -2025-02-13 11:52:08;/v2/catalog/category=7 -2025-02-13 11:54:00;/v2/authorization -2025-02-13 11:54:00;/v2/catalog/category=7 -2025-02-13 11:54:00;/v2/catalog/category=7 -2025-02-13 11:55:38;/v2/authorization -2025-02-13 11:55:38;/v2/catalog/category=7 -2025-02-13 11:55:38;/v2/catalog/category=7 -2025-02-13 11:57:13;/v2/authorization -2025-02-13 11:57:13;/v2/catalog/category=7 -2025-02-13 11:57:13;/v2/catalog/category=7 -2025-02-13 12:00:08;/v2/authorization -2025-02-13 12:00:08;/v2/catalog/category=7 -2025-02-13 12:00:08;/v2/catalog/category=7 -2025-02-13 12:02:01;/v2/authorization -2025-02-13 12:02:01;/v2/categories/ -2025-02-13 12:02:01;/v2/catalog/category=2 -2025-02-13 12:02:01;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 12:02:12;/v2/authorization -2025-02-13 12:02:12;/v2/catalog/product_id=38 -2025-02-13 12:02:12;/v2/products_media/product_id=38 -2025-02-13 12:02:18;/v2/authorization -2025-02-13 12:02:18;/v2/categories/ -2025-02-13 12:02:18;/v2/catalog/category=2 -2025-02-13 12:02:18;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 12:12:34;/v2/authorization -2025-02-13 12:12:34;/v2/catalog/category=7 -2025-02-13 12:12:34;/v2/catalog/category=7 -2025-02-13 12:12:40;/v2/authorization -2025-02-13 12:12:40;/v2/authorization -2025-02-13 12:12:40;/v2/checkout/ -2025-02-13 12:14:17;/v2/authorization -2025-02-13 12:14:17;/v2/checkout/ -2025-02-13 12:30:55;/v2/authorization -2025-02-13 12:30:55;/v2/checkout/ -2025-02-13 12:31:10;/v2/authorization -2025-02-13 12:31:10;/v2/checkout/ -2025-02-13 12:31:10;/v2/placeorder/ -2025-02-13 12:44:12;/v2/authorization -2025-02-13 12:44:12;/v2/checkout/ -2025-02-13 12:44:12;/v2/placeorder/ -2025-02-13 13:56:36;/v2/authorization -2025-02-13 13:56:36;/v2/checkout/ -2025-02-13 13:56:39;/v2/authorization -2025-02-13 13:56:39;/v2/catalog/category=7 -2025-02-13 13:56:39;/v2/catalog/category=7 -2025-02-13 13:56:41;/v2/authorization -2025-02-13 13:56:41;/v2/categories/ -2025-02-13 13:56:41;/v2/catalog/category=2 -2025-02-13 13:56:41;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 13:58:34;/v2/authorization -2025-02-13 13:58:34;/v2/categories/ -2025-02-13 13:58:34;/v2/catalog/category=2 -2025-02-13 13:58:34;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 17:46:48;/v2/authorization -2025-02-13 17:46:49;/v2/categories/ -2025-02-13 17:46:49;/v2/catalog/category=9 -2025-02-13 17:46:49;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-13 17:46:54;/v2/authorization -2025-02-13 17:46:54;/v2/catalog/category=6 -2025-02-13 17:46:54;/v2/catalog/category=7 -2025-02-13 17:46:57;/v2/authorization -2025-02-13 17:46:57;/v2/catalog/category=6 -2025-02-13 17:46:57;/v2/catalog/category=7 -2025-02-13 17:47:40;/v2/authorization -2025-02-13 17:47:40;/v2/catalog/category=6 -2025-02-13 17:47:40;/v2/catalog/category=7 -2025-02-13 17:47:43;/v2/authorization -2025-02-13 17:47:43;/v2/catalog/category=6 -2025-02-13 17:47:43;/v2/catalog/category=7 -2025-02-13 17:47:52;/v2/authorization -2025-02-13 17:47:52;/v2/catalog/product_id=28 -2025-02-13 17:47:52;/v2/products_media/product_id=28 -2025-02-13 17:47:54;/v2/authorization -2025-02-13 17:47:54;/v2/catalog/product_id=28 -2025-02-13 17:47:54;/v2/products_media/product_id=28 -2025-02-13 17:47:55;/v2/authorization -2025-02-13 17:47:55;/v2/catalog/product_id=28 -2025-02-13 17:47:55;/v2/products_media/product_id=28 -2025-02-13 17:47:58;/v2/authorization -2025-02-13 17:47:58;/v2/catalog/category=6 -2025-02-13 17:47:58;/v2/catalog/category=7 -2025-02-13 17:48:02;/v2/authorization -2025-02-13 17:48:02;/v2/categories/ -2025-02-13 17:48:02;/v2/catalog/category=2 -2025-02-13 17:48:02;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 17:48:06;/v2/authorization -2025-02-13 17:48:06;/v2/categories/ -2025-02-13 17:48:06;/v2/catalog/category=2 -2025-02-13 17:48:06;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 17:48:13;/v2/authorization -2025-02-13 17:48:13;/v2/categories/ -2025-02-13 17:48:13;/v2/catalog/category=2 -2025-02-13 17:48:13;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 17:48:19;/v2/authorization -2025-02-13 17:48:19;/v2/catalog/category=6 -2025-02-13 17:48:19;/v2/catalog/category=7 -2025-02-13 17:48:41;/v2/authorization -2025-02-13 17:48:41;/v2/catalog/category=6 -2025-02-13 17:48:42;/v2/catalog/category=7 -2025-02-13 17:48:59;/v2/authorization -2025-02-13 17:48:59;/v2/categories/ -2025-02-13 17:48:59;/v2/catalog/category=2 -2025-02-13 17:48:59;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 17:53:09;/v2/authorization -2025-02-13 17:53:09;/v2/catalog/category=6 -2025-02-13 17:53:09;/v2/catalog/category=7 -2025-02-13 17:55:48;/v2/authorization -2025-02-13 17:55:48;/v2/catalog/category=6 -2025-02-13 17:55:48;/v2/catalog/category=7 -2025-02-13 17:55:53;/v2/authorization -2025-02-13 17:55:53;/v2/categories/ -2025-02-13 17:55:53;/v2/catalog/category=2 -2025-02-13 17:55:53;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-13 17:55:58;/v2/authorization -2025-02-13 17:55:58;/v2/authorization -2025-02-13 17:55:58;/v2/authorization -2025-02-13 17:55:58;/v2/catalog/category=6 -2025-02-13 17:55:58;/v2/catalog/category=7 -2025-02-13 19:26:59;/v2/authorization -2025-02-13 19:26:59;/v2/catalog/category=6 -2025-02-13 19:26:59;/v2/catalog/category=7 -2025-02-13 21:24:47;/v2/authorization -2025-02-13 21:24:47;/v2/catalog/category=6 -2025-02-13 21:24:47;/v2/catalog/category=7 -2025-02-13 22:00:31;/v2/authorization -2025-02-13 22:00:31;/v2/catalog/category=6 -2025-02-13 22:00:31;/v2/catalog/category=7 -2025-02-14 08:30:30;/v2/authorization -2025-02-14 08:30:30;/v2/catalog/category=6 -2025-02-14 08:30:30;/v2/catalog/category=7 -2025-02-14 08:30:34;/v2/authorization -2025-02-14 08:30:34;/v2/authorization -2025-02-14 08:30:34;/v2/catalog/category=6 -2025-02-14 08:30:34;/v2/catalog/category=7 -2025-02-14 11:56:50;/v2/authorization -2025-02-14 11:56:50;/v2/catalog/category=6 -2025-02-14 11:56:50;/v2/catalog/category=7 -2025-02-14 11:56:52;/v2/authorization -2025-02-14 11:56:52;/v2/categories/ -2025-02-14 11:56:52;/v2/catalog/category=2 -2025-02-14 11:56:52;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 11:56:57;/v2/authorization -2025-02-14 11:56:57;/v2/categories/ -2025-02-14 11:56:57;/v2/catalog/category=2 -2025-02-14 11:56:58;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 11:56:59;/v2/authorization -2025-02-14 11:56:59;/v2/categories/ -2025-02-14 11:56:59;/v2/catalog/category=2 -2025-02-14 11:56:59;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 11:57:04;/v2/authorization -2025-02-14 11:57:04;/v2/catalog/product_id=28 -2025-02-14 11:57:04;/v2/products_media/product_id=28 -2025-02-14 11:57:05;/v2/authorization -2025-02-14 11:57:05;/v2/catalog/product_id=28 -2025-02-14 11:57:05;/v2/products_media/product_id=28 -2025-02-14 11:57:05;/v2/shopping_cart/ -2025-02-14 11:57:05;/v2/authorization -2025-02-14 11:57:05;/v2/catalog/category=7 -2025-02-14 11:57:05;/v2/catalog/category=7 -2025-02-14 11:57:08;/v2/authorization -2025-02-14 11:57:16;/v2/authorization -2025-02-14 11:57:16;/v2/categories/ -2025-02-14 11:57:16;/v2/catalog/category=2 -2025-02-14 11:57:16;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 11:57:18;/v2/authorization -2025-02-14 11:59:20;/v2/authorization -2025-02-14 11:59:20;/v2/categories/ -2025-02-14 11:59:20;/v2/catalog/category=2 -2025-02-14 11:59:20;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 11:59:21;/v2/authorization -2025-02-14 11:59:22;/v2/categories/ -2025-02-14 11:59:22;/v2/catalog/category=2 -2025-02-14 11:59:22;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 11:59:27;/v2/authorization -2025-02-14 11:59:27;/v2/catalog/product_id=28 -2025-02-14 11:59:27;/v2/products_media/product_id=28 -2025-02-14 11:59:29;/v2/authorization -2025-02-14 11:59:29;/v2/catalog/product_id=28 -2025-02-14 11:59:29;/v2/products_media/product_id=28 -2025-02-14 11:59:29;/v2/shopping_cart/ -2025-02-14 11:59:29;/v2/authorization -2025-02-14 12:17:19;/v2/authorization -2025-02-14 12:17:22;/v2/authorization -2025-02-14 12:17:23;/v2/authorization -2025-02-14 12:17:27;/v2/authorization -2025-02-14 12:17:28;/v2/catalog/category=6 -2025-02-14 12:17:28;/v2/catalog/category=7 -2025-02-14 12:17:29;/v2/authorization -2025-02-14 12:17:30;/v2/categories/ -2025-02-14 12:17:30;/v2/catalog/category=2 -2025-02-14 12:17:30;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 12:17:31;/v2/authorization -2025-02-14 12:17:31;/v2/catalog/product_id=28 -2025-02-14 12:17:31;/v2/products_media/product_id=28 -2025-02-14 12:17:34;/v2/authorization -2025-02-14 12:17:34;/v2/catalog/product_id=28 -2025-02-14 12:17:34;/v2/products_media/product_id=28 -2025-02-14 12:17:34;/v2/shopping_cart/ -2025-02-14 12:17:34;/v2/authorization -2025-02-14 12:17:49;/v2/authorization -2025-02-14 12:17:50;/v2/catalog/product_id=28 -2025-02-14 12:17:50;/v2/products_media/product_id=28 -2025-02-14 12:17:51;/v2/authorization -2025-02-14 12:17:51;/v2/catalog/product_id=28 -2025-02-14 12:17:51;/v2/products_media/product_id=28 -2025-02-14 12:17:51;/v2/shopping_cart/ -2025-02-14 12:18:53;/v2/authorization -2025-02-14 12:18:53;/v2/catalog/product_id=28 -2025-02-14 12:18:53;/v2/products_media/product_id=28 -2025-02-14 12:18:54;/v2/authorization -2025-02-14 12:18:54;/v2/categories/ -2025-02-14 12:18:54;/v2/catalog/category=2 -2025-02-14 12:18:54;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 12:18:56;/v2/authorization -2025-02-14 12:18:56;/v2/categories/ -2025-02-14 12:18:56;/v2/catalog/category=9 -2025-02-14 12:18:56;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-14 12:18:57;/v2/authorization -2025-02-14 12:18:57;/v2/catalog/product_id=test_slug -2025-02-14 12:18:57;/v2/products_media/product_id=1 -2025-02-14 12:19:04;/v2/authorization -2025-02-14 12:19:04;/v2/catalog/product_id=test_slug -2025-02-14 12:19:04;/v2/products_media/product_id=1 -2025-02-14 12:19:04;/v2/shopping_cart/ -2025-02-14 12:37:40;/v2/authorization -2025-02-14 12:37:45;/v2/catalog/product_id=test_slug -2025-02-14 12:37:45;/v2/products_media/product_id=1 -2025-02-14 12:37:45;/v2/authorization -2025-02-14 12:37:45;/v2/categories/ -2025-02-14 12:37:46;/v2/catalog/category=9 -2025-02-14 12:37:46;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-14 12:37:46;/v2/authorization -2025-02-14 12:37:46;/v2/catalog/product_id=test_slug -2025-02-14 12:37:46;/v2/products_media/product_id=1 -2025-02-14 12:37:49;/v2/authorization -2025-02-14 12:38:02;/v2/authorization -2025-02-14 12:38:02;/v2/catalog/category=6 -2025-02-14 12:38:02;/v2/catalog/category=7 -2025-02-14 12:38:04;/v2/authorization -2025-02-14 12:39:55;/v2/authorization -2025-02-14 12:39:55;/v2/catalog/category=6 -2025-02-14 12:39:55;/v2/catalog/category=7 -2025-02-14 12:39:57;/v2/authorization -2025-02-14 12:39:57;/v2/categories/ -2025-02-14 12:39:57;/v2/catalog/category=2 -2025-02-14 12:39:57;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 12:40:01;/v2/authorization -2025-02-14 12:40:01;/v2/catalog/product_id=28 -2025-02-14 12:40:01;/v2/products_media/product_id=28 -2025-02-14 12:40:02;/v2/authorization -2025-02-14 12:40:02;/v2/catalog/product_id=28 -2025-02-14 12:40:02;/v2/products_media/product_id=28 -2025-02-14 12:40:03;/v2/shopping_cart/ -2025-02-14 12:40:03;/v2/authorization -2025-02-14 12:40:03;/v2/catalog/category=7 -2025-02-14 12:40:03;/v2/catalog/category=7 -2025-02-14 12:40:06;/v2/authorization -2025-02-14 12:40:06;/v2/shopping_cart/ -2025-02-14 12:40:06;/v2/authorization -2025-02-14 12:40:06;/v2/catalog/category=7 -2025-02-14 12:40:06;/v2/catalog/category=7 -2025-02-14 12:40:10;/v2/authorization -2025-02-14 12:40:10;/v2/authorization -2025-02-14 12:40:10;/v2/catalog/category=7 -2025-02-14 12:40:10;/v2/catalog/category=7 -2025-02-14 12:40:11;/v2/authorization -2025-02-14 12:40:11;/v2/authorization -2025-02-14 12:40:11;/v2/catalog/category=7 -2025-02-14 12:40:11;/v2/catalog/category=7 -2025-02-14 12:41:55;/v2/authorization -2025-02-14 12:41:55;/v2/authorization -2025-02-14 12:41:55;/v2/checkout/ -2025-02-14 12:41:55;/v2/shipping/ -2025-02-14 12:43:25;/v2/authorization -2025-02-14 12:43:25;/v2/checkout/ -2025-02-14 12:43:25;/v2/shipping/ -2025-02-14 13:21:32;/v2/authorization -2025-02-14 13:21:32;/v2/checkout/ -2025-02-14 13:21:32;/v2/shipping/ -2025-02-14 13:23:34;/v2/authorization -2025-02-14 13:23:34;/v2/checkout/ -2025-02-14 13:23:34;/v2/shipping/ -2025-02-14 13:24:04;/v2/authorization -2025-02-14 13:24:04;/v2/checkout/ -2025-02-14 13:24:04;/v2/shipping/ -2025-02-14 13:26:22;/v2/authorization -2025-02-14 13:26:22;/v2/checkout/ -2025-02-14 13:26:22;/v2/shipping/ -2025-02-14 13:29:11;/v2/authorization -2025-02-14 13:29:11;/v2/checkout/ -2025-02-14 13:29:11;/v2/shipping/ -2025-02-14 14:01:58;/v2/authorization -2025-02-14 14:01:58;/v2/authorization -2025-02-14 14:02:01;/v2/authorization -2025-02-14 14:02:02;/v2/authorization -2025-02-14 14:02:02;/v2/categories/ -2025-02-14 14:02:02;/v2/catalog/category=2 -2025-02-14 14:02:02;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 14:02:04;/v2/authorization -2025-02-14 14:02:04;/v2/catalog/product_id=28 -2025-02-14 14:02:04;/v2/products_media/product_id=28 -2025-02-14 14:02:05;/v2/authorization -2025-02-14 14:02:05;/v2/catalog/product_id=28 -2025-02-14 14:02:05;/v2/products_media/product_id=28 -2025-02-14 14:02:05;/v2/shopping_cart/ -2025-02-14 14:02:06;/v2/authorization -2025-02-14 14:02:06;/v2/catalog/category=7 -2025-02-14 14:02:07;/v2/authorization -2025-02-14 14:02:07;/v2/authorization -2025-02-14 14:02:07;/v2/checkout/ -2025-02-14 14:02:07;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 14:02:55;/v2/authorization -2025-02-14 14:02:55;/v2/checkout/ -2025-02-14 14:02:55;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 14:58:36;/v2/authorization -2025-02-14 14:58:36;/v2/checkout/ -2025-02-14 14:58:36;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 14:58:51;/v2/authorization -2025-02-14 14:58:51;/v2/checkout/ -2025-02-14 14:58:51;/v2/shipping/list=methods&country=Denmark&price_total=4000.00&weight_total=0.00 -2025-02-14 14:59:11;/v2/authorization -2025-02-14 14:59:11;/v2/checkout/ -2025-02-14 14:59:11;/v2/shipping/list=methods&country=Djibouti&price_total=4000.00&weight_total=0.00 -2025-02-14 14:59:44;/v2/authorization -2025-02-14 14:59:44;/v2/checkout/ -2025-02-14 14:59:44;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 14:59:50;/v2/authorization -2025-02-14 14:59:50;/v2/checkout/ -2025-02-14 14:59:50;/v2/shipping/list=methods&country=Denmark&price_total=4000.00&weight_total=0.00 -2025-02-14 15:04:34;/v2/authorization -2025-02-14 15:04:34;/v2/taxes/ -2025-02-14 15:04:35;/v2/checkout/ -2025-02-14 15:04:35;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:04:42;/v2/authorization -2025-02-14 15:04:42;/v2/taxes/ -2025-02-14 15:04:42;/v2/checkout/ -2025-02-14 15:04:42;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:05:40;/v2/authorization -2025-02-14 15:05:40;/v2/taxes/ -2025-02-14 15:05:40;/v2/checkout/ -2025-02-14 15:05:40;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:05:50;/v2/authorization -2025-02-14 15:05:50;/v2/taxes/ -2025-02-14 15:05:50;/v2/checkout/ -2025-02-14 15:05:50;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:11:18;/v2/authorization -2025-02-14 15:11:18;/v2/taxes/ -2025-02-14 15:11:18;/v2/checkout/ -2025-02-14 15:11:18;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:14:22;/v2/authorization -2025-02-14 15:14:22;/v2/taxes/ -2025-02-14 15:14:22;/v2/checkout/ -2025-02-14 15:14:22;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:14:35;/v2/authorization -2025-02-14 15:14:35;/v2/taxes/ -2025-02-14 15:14:35;/v2/checkout/ -2025-02-14 15:14:35;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:14:37;/v2/authorization -2025-02-14 15:14:37;/v2/taxes/ -2025-02-14 15:14:37;/v2/checkout/ -2025-02-14 15:14:37;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:14:48;/v2/authorization -2025-02-14 15:14:48;/v2/taxes/ -2025-02-14 15:14:48;/v2/checkout/ -2025-02-14 15:14:48;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:18:27;/v2/authorization -2025-02-14 15:18:27;/v2/taxes/ -2025-02-14 15:18:27;/v2/checkout/ -2025-02-14 15:18:27;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:18:36;/v2/authorization -2025-02-14 15:18:36;/v2/taxes/ -2025-02-14 15:18:36;/v2/checkout/ -2025-02-14 15:18:36;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:19:55;/v2/authorization -2025-02-14 15:19:55;/v2/taxes/ -2025-02-14 15:19:55;/v2/checkout/ -2025-02-14 15:19:55;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:19:58;/v2/authorization -2025-02-14 15:19:58;/v2/taxes/ -2025-02-14 15:19:58;/v2/checkout/ -2025-02-14 15:19:58;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:20:08;/v2/authorization -2025-02-14 15:20:08;/v2/taxes/ -2025-02-14 15:20:08;/v2/checkout/ -2025-02-14 15:20:08;/v2/shipping/list=methods&country=3&price_total=4000.00&weight_total=0.00 -2025-02-14 15:20:22;/v2/authorization -2025-02-14 15:20:22;/v2/taxes/ -2025-02-14 15:20:22;/v2/checkout/ -2025-02-14 15:20:22;/v2/shipping/list=methods&country=10&price_total=4000.00&weight_total=0.00 -2025-02-14 15:23:00;/v2/authorization -2025-02-14 15:23:00;/v2/taxes/ -2025-02-14 15:23:00;/v2/checkout/ -2025-02-14 15:23:00;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:23:26;/v2/authorization -2025-02-14 15:23:26;/v2/taxes/ -2025-02-14 15:23:26;/v2/checkout/ -2025-02-14 15:23:26;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:23:44;/v2/authorization -2025-02-14 15:23:44;/v2/taxes/ -2025-02-14 15:23:44;/v2/checkout/ -2025-02-14 15:23:44;/v2/shipping/list=methods&country=4&price_total=4000.00&weight_total=0.00 -2025-02-14 15:23:53;/v2/authorization -2025-02-14 15:23:53;/v2/taxes/ -2025-02-14 15:23:53;/v2/checkout/ -2025-02-14 15:23:53;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:05;/v2/authorization -2025-02-14 15:24:05;/v2/taxes/ -2025-02-14 15:24:05;/v2/checkout/ -2025-02-14 15:24:05;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:10;/v2/authorization -2025-02-14 15:24:10;/v2/taxes/ -2025-02-14 15:24:10;/v2/checkout/ -2025-02-14 15:24:10;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:30;/v2/authorization -2025-02-14 15:24:30;/v2/taxes/ -2025-02-14 15:24:30;/v2/checkout/ -2025-02-14 15:24:30;/v2/shipping/list=methods&country=2&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:35;/v2/authorization -2025-02-14 15:24:35;/v2/taxes/ -2025-02-14 15:24:35;/v2/checkout/ -2025-02-14 15:24:35;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:38;/v2/authorization -2025-02-14 15:24:38;/v2/taxes/ -2025-02-14 15:24:38;/v2/checkout/ -2025-02-14 15:24:38;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:47;/v2/authorization -2025-02-14 15:24:47;/v2/taxes/ -2025-02-14 15:24:47;/v2/checkout/ -2025-02-14 15:24:47;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:24:57;/v2/authorization -2025-02-14 15:24:57;/v2/taxes/ -2025-02-14 15:24:57;/v2/checkout/ -2025-02-14 15:24:57;/v2/shipping/list=methods&country=4&price_total=4000.00&weight_total=0.00 -2025-02-14 15:39:31;/v2/authorization -2025-02-14 15:39:31;/v2/taxes/ -2025-02-14 15:39:31;/v2/checkout/ -2025-02-14 15:39:31;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:39:36;/v2/authorization -2025-02-14 15:39:36;/v2/taxes/ -2025-02-14 15:39:36;/v2/checkout/ -2025-02-14 15:39:36;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:39:52;/v2/authorization -2025-02-14 15:39:52;/v2/taxes/ -2025-02-14 15:39:52;/v2/checkout/ -2025-02-14 15:39:52;/v2/shipping/list=methods&country=8&price_total=4000.00&weight_total=0.00 -2025-02-14 15:39:57;/v2/authorization -2025-02-14 15:39:57;/v2/taxes/ -2025-02-14 15:39:57;/v2/checkout/ -2025-02-14 15:39:57;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:40:01;/v2/authorization -2025-02-14 15:40:01;/v2/taxes/ -2025-02-14 15:40:01;/v2/checkout/ -2025-02-14 15:40:01;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:40:05;/v2/authorization -2025-02-14 15:40:05;/v2/taxes/ -2025-02-14 15:40:05;/v2/checkout/ -2025-02-14 15:40:05;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:40:22;/v2/authorization -2025-02-14 15:40:22;/v2/taxes/ -2025-02-14 15:40:22;/v2/checkout/ -2025-02-14 15:40:22;/v2/shipping/list=methods&country=8&price_total=4000.00&weight_total=0.00 -2025-02-14 15:41:10;/v2/authorization -2025-02-14 15:41:10;/v2/taxes/ -2025-02-14 15:41:10;/v2/checkout/ -2025-02-14 15:41:10;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 15:41:14;/v2/authorization -2025-02-14 15:41:14;/v2/taxes/ -2025-02-14 15:41:14;/v2/checkout/ -2025-02-14 15:41:14;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:41:16;/v2/authorization -2025-02-14 15:41:16;/v2/taxes/ -2025-02-14 15:41:16;/v2/checkout/ -2025-02-14 15:41:16;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:43:17;/v2/authorization -2025-02-14 15:43:17;/v2/taxes/ -2025-02-14 15:43:17;/v2/checkout/ -2025-02-14 15:43:17;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:43:26;/v2/authorization -2025-02-14 15:43:26;/v2/taxes/ -2025-02-14 15:43:26;/v2/checkout/ -2025-02-14 15:43:26;/v2/shipping/list=methods&country=2&price_total=4000.00&weight_total=0.00 -2025-02-14 15:44:55;/v2/authorization -2025-02-14 15:44:55;/v2/taxes/ -2025-02-14 15:44:55;/v2/checkout/ -2025-02-14 15:44:55;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 15:45:08;/v2/authorization -2025-02-14 15:45:08;/v2/taxes/ -2025-02-14 15:45:08;/v2/checkout/ -2025-02-14 15:45:08;/v2/shipping/list=methods&country=2&price_total=4000.00&weight_total=0.00 -2025-02-14 15:45:13;/v2/authorization -2025-02-14 15:45:13;/v2/taxes/ -2025-02-14 15:45:13;/v2/checkout/ -2025-02-14 15:45:13;/v2/shipping/list=methods&country=4&price_total=4000.00&weight_total=0.00 -2025-02-14 15:45:16;/v2/authorization -2025-02-14 15:45:16;/v2/taxes/ -2025-02-14 15:45:16;/v2/checkout/ -2025-02-14 15:45:16;/v2/shipping/list=methods&country=6&price_total=4000.00&weight_total=0.00 -2025-02-14 15:45:23;/v2/authorization -2025-02-14 15:45:23;/v2/taxes/ -2025-02-14 15:45:23;/v2/checkout/ -2025-02-14 15:45:23;/v2/shipping/list=methods&country=8&price_total=4000.00&weight_total=0.00 -2025-02-14 15:46:10;/v2/authorization -2025-02-14 15:46:10;/v2/taxes/ -2025-02-14 15:46:11;/v2/checkout/ -2025-02-14 15:46:11;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 15:56:44;/v2/authorization -2025-02-14 15:56:44;/v2/taxes/ -2025-02-14 15:56:44;/v2/checkout/ -2025-02-14 16:01:45;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:01:45;/v2/authorization -2025-02-14 16:01:45;/v2/taxes/ -2025-02-14 16:01:45;/v2/checkout/ -2025-02-14 16:01:45;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:02:21;/v2/authorization -2025-02-14 16:02:21;/v2/catalog/category=6 -2025-02-14 16:02:21;/v2/catalog/category=7 -2025-02-14 16:02:23;/v2/authorization -2025-02-14 16:02:23;/v2/categories/ -2025-02-14 16:02:23;/v2/catalog/category=2 -2025-02-14 16:02:23;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-14 16:02:26;/v2/authorization -2025-02-14 16:02:26;/v2/catalog/product_id=28 -2025-02-14 16:02:26;/v2/products_media/product_id=28 -2025-02-14 16:02:27;/v2/authorization -2025-02-14 16:02:27;/v2/catalog/product_id=28 -2025-02-14 16:02:27;/v2/products_media/product_id=28 -2025-02-14 16:02:27;/v2/shopping_cart/ -2025-02-14 16:02:27;/v2/authorization -2025-02-14 16:02:27;/v2/catalog/category=7 -2025-02-14 16:02:29;/v2/authorization -2025-02-14 16:02:29;/v2/authorization -2025-02-14 16:02:29;/v2/taxes/ -2025-02-14 16:02:29;/v2/checkout/ -2025-02-14 16:02:29;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:02:36;/v2/authorization -2025-02-14 16:02:36;/v2/taxes/ -2025-02-14 16:02:36;/v2/checkout/ -2025-02-14 16:02:36;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:02:48;/v2/authorization -2025-02-14 16:02:48;/v2/taxes/ -2025-02-14 16:02:48;/v2/checkout/ -2025-02-14 16:02:48;/v2/shipping/list=methods&country=2&price_total=4000.00&weight_total=0.00 -2025-02-14 16:03:03;/v2/authorization -2025-02-14 16:03:04;/v2/taxes/ -2025-02-14 16:03:04;/v2/checkout/ -2025-02-14 16:03:04;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:03:10;/v2/authorization -2025-02-14 16:03:10;/v2/taxes/ -2025-02-14 16:03:10;/v2/checkout/ -2025-02-14 16:03:10;/v2/shipping/list=methods&country=3&price_total=4000.00&weight_total=0.00 -2025-02-14 16:03:20;/v2/authorization -2025-02-14 16:03:20;/v2/taxes/ -2025-02-14 16:03:20;/v2/checkout/ -2025-02-14 16:03:20;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 16:03:30;/v2/authorization -2025-02-14 16:03:31;/v2/taxes/ -2025-02-14 16:03:31;/v2/checkout/ -2025-02-14 16:03:31;/v2/shipping/list=methods&country=9&price_total=4000.00&weight_total=0.00 -2025-02-14 16:06:41;/v2/authorization -2025-02-14 16:06:41;/v2/taxes/ -2025-02-14 16:06:41;/v2/checkout/ -2025-02-14 16:06:41;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:06:52;/v2/authorization -2025-02-14 16:06:52;/v2/taxes/ -2025-02-14 16:06:52;/v2/checkout/ -2025-02-14 16:06:52;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:08:40;/v2/authorization -2025-02-14 16:08:40;/v2/taxes/ -2025-02-14 16:08:40;/v2/checkout/ -2025-02-14 16:08:40;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:08:48;/v2/authorization -2025-02-14 16:08:48;/v2/taxes/ -2025-02-14 16:08:48;/v2/checkout/ -2025-02-14 16:08:48;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:08:57;/v2/authorization -2025-02-14 16:08:57;/v2/taxes/ -2025-02-14 16:08:57;/v2/checkout/ -2025-02-14 16:08:57;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 16:09:37;/v2/authorization -2025-02-14 16:09:37;/v2/taxes/ -2025-02-14 16:09:37;/v2/checkout/ -2025-02-14 16:09:37;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:23:05;/v2/authorization -2025-02-14 16:23:05;/v2/taxes/ -2025-02-14 16:23:05;/v2/checkout/ -2025-02-14 16:23:05;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:23:11;/v2/authorization -2025-02-14 16:23:11;/v2/taxes/ -2025-02-14 16:23:11;/v2/checkout/ -2025-02-14 16:23:11;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:23:46;/v2/authorization -2025-02-14 16:23:46;/v2/taxes/ -2025-02-14 16:23:46;/v2/checkout/ -2025-02-14 16:23:46;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:24:37;/v2/authorization -2025-02-14 16:24:37;/v2/taxes/ -2025-02-14 16:24:37;/v2/checkout/ -2025-02-14 16:24:37;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:24:48;/v2/authorization -2025-02-14 16:24:48;/v2/taxes/ -2025-02-14 16:24:48;/v2/checkout/ -2025-02-14 16:24:48;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:25:24;/v2/authorization -2025-02-14 16:25:24;/v2/taxes/ -2025-02-14 16:25:24;/v2/checkout/ -2025-02-14 16:25:24;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 16:25:50;/v2/authorization -2025-02-14 16:25:50;/v2/taxes/ -2025-02-14 16:25:50;/v2/checkout/ -2025-02-14 16:25:50;/v2/shipping/list=methods&country=9&price_total=4000.00&weight_total=0.00 -2025-02-14 16:26:23;/v2/authorization -2025-02-14 16:26:23;/v2/taxes/ -2025-02-14 16:26:23;/v2/checkout/ -2025-02-14 16:26:23;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:26:31;/v2/authorization -2025-02-14 16:26:31;/v2/taxes/ -2025-02-14 16:26:31;/v2/checkout/ -2025-02-14 16:26:31;/v2/shipping/list=methods&country=4&price_total=4000.00&weight_total=0.00 -2025-02-14 16:26:46;/v2/authorization -2025-02-14 16:26:46;/v2/taxes/ -2025-02-14 16:26:46;/v2/checkout/ -2025-02-14 16:26:46;/v2/shipping/list=methods&country=5&price_total=4000.00&weight_total=0.00 -2025-02-14 16:27:34;/v2/authorization -2025-02-14 16:27:34;/v2/taxes/ -2025-02-14 16:27:34;/v2/checkout/ -2025-02-14 16:27:34;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-14 16:34:46;/v2/authorization -2025-02-14 16:34:46;/v2/catalog/category=6 -2025-02-14 16:34:46;/v2/catalog/category=7 -2025-02-14 16:34:47;/v2/authorization -2025-02-14 16:34:47;/v2/catalog/category=7 -2025-02-14 16:34:49;/v2/authorization -2025-02-14 16:34:49;/v2/authorization -2025-02-14 16:34:49;/v2/taxes/ -2025-02-14 16:34:49;/v2/checkout/ -2025-02-14 16:34:49;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:35:35;/v2/authorization -2025-02-14 16:35:35;/v2/taxes/ -2025-02-14 16:35:35;/v2/checkout/ -2025-02-14 16:35:35;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:36:11;/v2/authorization -2025-02-14 16:36:11;/v2/taxes/ -2025-02-14 16:36:11;/v2/checkout/ -2025-02-14 16:36:12;/v2/shipping/list=methods&country=2&price_total=4000.00&weight_total=0.00 -2025-02-14 16:36:25;/v2/authorization -2025-02-14 16:36:25;/v2/taxes/ -2025-02-14 16:36:25;/v2/checkout/ -2025-02-14 16:36:25;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:36:35;/v2/authorization -2025-02-14 16:36:35;/v2/taxes/ -2025-02-14 16:36:35;/v2/checkout/ -2025-02-14 16:36:35;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-14 16:36:42;/v2/authorization -2025-02-14 16:36:42;/v2/taxes/ -2025-02-14 16:36:42;/v2/checkout/ -2025-02-14 16:36:42;/v2/shipping/list=methods&country=3&price_total=4000.00&weight_total=0.00 -2025-02-14 16:36:58;/v2/authorization -2025-02-14 16:36:58;/v2/taxes/ -2025-02-14 16:36:58;/v2/checkout/ -2025-02-14 16:36:58;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-14 16:37:11;/v2/authorization -2025-02-14 16:37:11;/v2/taxes/ -2025-02-14 16:37:11;/v2/checkout/ -2025-02-14 16:37:11;/v2/shipping/list=methods&country=2&price_total=4000.00&weight_total=0.00 -2025-02-14 16:37:17;/v2/authorization -2025-02-14 16:37:17;/v2/taxes/ -2025-02-14 16:37:17;/v2/checkout/ -2025-02-14 16:37:17;/v2/shipping/list=methods&country=3&price_total=4000.00&weight_total=0.00 -2025-02-15 13:11:13;/v2/authorization -2025-02-15 13:11:14;/v2/catalog/category=6 -2025-02-15 13:11:14;/v2/catalog/category=7 -2025-02-15 13:11:16;/v2/authorization -2025-02-15 13:11:16;/v2/categories/ -2025-02-15 13:11:16;/v2/catalog/category=2 -2025-02-15 13:11:16;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-15 13:11:18;/v2/authorization -2025-02-15 13:11:18;/v2/catalog/product_id=28 -2025-02-15 13:11:18;/v2/products_media/product_id=28 -2025-02-15 13:11:19;/v2/authorization -2025-02-15 13:11:20;/v2/catalog/product_id=28 -2025-02-15 13:11:20;/v2/products_media/product_id=28 -2025-02-15 13:11:20;/v2/shopping_cart/ -2025-02-15 13:11:20;/v2/authorization -2025-02-15 13:11:20;/v2/catalog/category=7 -2025-02-15 13:11:22;/v2/authorization -2025-02-15 13:11:22;/v2/authorization -2025-02-15 13:11:22;/v2/taxes/ -2025-02-15 13:11:22;/v2/checkout/ -2025-02-15 13:11:22;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:14:57;/v2/authorization -2025-02-15 13:14:57;/v2/taxes/ -2025-02-15 13:14:57;/v2/checkout/ -2025-02-15 13:14:57;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:15:13;/v2/authorization -2025-02-15 13:15:13;/v2/taxes/ -2025-02-15 13:15:13;/v2/checkout/ -2025-02-15 13:15:13;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:15:25;/v2/authorization -2025-02-15 13:15:25;/v2/taxes/ -2025-02-15 13:15:25;/v2/checkout/ -2025-02-15 13:15:25;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:15:29;/v2/authorization -2025-02-15 13:15:29;/v2/taxes/ -2025-02-15 13:15:29;/v2/checkout/ -2025-02-15 13:15:29;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:21:16;/v2/authorization -2025-02-15 13:21:16;/v2/taxes/ -2025-02-15 13:21:16;/v2/checkout/ -2025-02-15 13:21:16;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:21:23;/v2/authorization -2025-02-15 13:21:23;/v2/taxes/ -2025-02-15 13:21:23;/v2/checkout/ -2025-02-15 13:21:23;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:22:39;/v2/authorization -2025-02-15 13:22:39;/v2/taxes/ -2025-02-15 13:22:39;/v2/checkout/ -2025-02-15 13:22:39;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:22:47;/v2/authorization -2025-02-15 13:22:47;/v2/taxes/ -2025-02-15 13:22:47;/v2/checkout/ -2025-02-15 13:22:47;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:22:54;/v2/authorization -2025-02-15 13:22:54;/v2/taxes/ -2025-02-15 13:22:54;/v2/checkout/ -2025-02-15 13:22:54;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:23:06;/v2/authorization -2025-02-15 13:23:06;/v2/taxes/ -2025-02-15 13:23:06;/v2/checkout/ -2025-02-15 13:23:06;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:23:08;/v2/authorization -2025-02-15 13:23:08;/v2/taxes/ -2025-02-15 13:23:08;/v2/checkout/ -2025-02-15 13:23:08;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:24:57;/v2/authorization -2025-02-15 13:24:57;/v2/taxes/ -2025-02-15 13:24:58;/v2/checkout/ -2025-02-15 13:24:58;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:25:07;/v2/authorization -2025-02-15 13:25:07;/v2/taxes/ -2025-02-15 13:25:07;/v2/checkout/ -2025-02-15 13:25:07;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:26:24;/v2/authorization -2025-02-15 13:26:24;/v2/taxes/ -2025-02-15 13:26:24;/v2/checkout/ -2025-02-15 13:26:24;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:26:30;/v2/authorization -2025-02-15 13:26:30;/v2/taxes/ -2025-02-15 13:26:30;/v2/checkout/ -2025-02-15 13:26:30;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:26:33;/v2/authorization -2025-02-15 13:26:33;/v2/taxes/ -2025-02-15 13:26:33;/v2/checkout/ -2025-02-15 13:26:33;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:42:17;/v2/authorization -2025-02-15 13:42:17;/v2/taxes/ -2025-02-15 13:42:17;/v2/checkout/ -2025-02-15 13:42:17;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:42:25;/v2/authorization -2025-02-15 13:42:25;/v2/taxes/ -2025-02-15 13:42:25;/v2/checkout/ -2025-02-15 13:42:25;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:42:29;/v2/authorization -2025-02-15 13:42:29;/v2/taxes/ -2025-02-15 13:42:29;/v2/checkout/ -2025-02-15 13:42:29;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:42:41;/v2/authorization -2025-02-15 13:42:41;/v2/taxes/ -2025-02-15 13:42:41;/v2/checkout/ -2025-02-15 13:42:41;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:43:43;/v2/authorization -2025-02-15 13:43:43;/v2/taxes/ -2025-02-15 13:43:43;/v2/checkout/ -2025-02-15 13:43:43;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:43:54;/v2/authorization -2025-02-15 13:43:54;/v2/taxes/ -2025-02-15 13:43:54;/v2/checkout/ -2025-02-15 13:43:54;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:43:57;/v2/authorization -2025-02-15 13:43:57;/v2/taxes/ -2025-02-15 13:43:57;/v2/checkout/ -2025-02-15 13:43:57;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 13:44:37;/v2/authorization -2025-02-15 13:44:37;/v2/taxes/ -2025-02-15 13:44:37;/v2/checkout/ -2025-02-15 13:44:37;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:44:49;/v2/authorization -2025-02-15 13:44:49;/v2/taxes/ -2025-02-15 13:44:49;/v2/checkout/ -2025-02-15 13:44:49;/v2/shipping/list=methods&country=3&price_total=4000.00&weight_total=0.00 -2025-02-15 13:44:57;/v2/authorization -2025-02-15 13:44:57;/v2/taxes/ -2025-02-15 13:44:57;/v2/checkout/ -2025-02-15 13:44:57;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:45:26;/v2/authorization -2025-02-15 13:45:26;/v2/taxes/ -2025-02-15 13:45:26;/v2/checkout/ -2025-02-15 13:45:26;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:45:28;/v2/authorization -2025-02-15 13:45:28;/v2/taxes/ -2025-02-15 13:45:28;/v2/checkout/ -2025-02-15 13:45:28;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:45:32;/v2/authorization -2025-02-15 13:45:32;/v2/taxes/ -2025-02-15 13:45:32;/v2/checkout/ -2025-02-15 13:45:32;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:46:11;/v2/authorization -2025-02-15 13:46:11;/v2/taxes/ -2025-02-15 13:46:11;/v2/checkout/ -2025-02-15 13:46:11;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:46:17;/v2/authorization -2025-02-15 13:46:17;/v2/taxes/ -2025-02-15 13:46:17;/v2/checkout/ -2025-02-15 13:46:17;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:46:22;/v2/authorization -2025-02-15 13:46:22;/v2/taxes/ -2025-02-15 13:46:22;/v2/checkout/ -2025-02-15 13:46:22;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:46:37;/v2/authorization -2025-02-15 13:46:37;/v2/taxes/ -2025-02-15 13:46:37;/v2/checkout/ -2025-02-15 13:46:37;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:46:52;/v2/authorization -2025-02-15 13:46:52;/v2/taxes/ -2025-02-15 13:46:52;/v2/checkout/ -2025-02-15 13:46:52;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 13:46:56;/v2/authorization -2025-02-15 13:46:56;/v2/taxes/ -2025-02-15 13:46:56;/v2/checkout/ -2025-02-15 13:46:56;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:48:31;/v2/authorization -2025-02-15 13:48:31;/v2/taxes/ -2025-02-15 13:48:31;/v2/checkout/ -2025-02-15 13:48:31;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:11;/v2/authorization -2025-02-15 13:49:11;/v2/taxes/ -2025-02-15 13:49:11;/v2/checkout/ -2025-02-15 13:49:11;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:12;/v2/authorization -2025-02-15 13:49:12;/v2/taxes/ -2025-02-15 13:49:12;/v2/checkout/ -2025-02-15 13:49:12;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:20;/v2/authorization -2025-02-15 13:49:20;/v2/taxes/ -2025-02-15 13:49:20;/v2/checkout/ -2025-02-15 13:49:20;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:21;/v2/authorization -2025-02-15 13:49:21;/v2/taxes/ -2025-02-15 13:49:21;/v2/checkout/ -2025-02-15 13:49:21;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:23;/v2/authorization -2025-02-15 13:49:23;/v2/taxes/ -2025-02-15 13:49:23;/v2/checkout/ -2025-02-15 13:49:23;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:24;/v2/authorization -2025-02-15 13:49:24;/v2/taxes/ -2025-02-15 13:49:24;/v2/checkout/ -2025-02-15 13:49:24;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:29;/v2/authorization -2025-02-15 13:49:29;/v2/taxes/ -2025-02-15 13:49:29;/v2/checkout/ -2025-02-15 13:49:29;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:30;/v2/authorization -2025-02-15 13:49:30;/v2/taxes/ -2025-02-15 13:49:30;/v2/checkout/ -2025-02-15 13:49:30;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:32;/v2/authorization -2025-02-15 13:49:32;/v2/taxes/ -2025-02-15 13:49:32;/v2/checkout/ -2025-02-15 13:49:32;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:38;/v2/authorization -2025-02-15 13:49:38;/v2/taxes/ -2025-02-15 13:49:38;/v2/checkout/ -2025-02-15 13:49:38;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:40;/v2/authorization -2025-02-15 13:49:40;/v2/taxes/ -2025-02-15 13:49:40;/v2/checkout/ -2025-02-15 13:49:40;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:49;/v2/authorization -2025-02-15 13:49:49;/v2/taxes/ -2025-02-15 13:49:49;/v2/checkout/ -2025-02-15 13:49:49;/v2/shipping/list=methods&country=8&price_total=4000.00&weight_total=0.00 -2025-02-15 13:49:54;/v2/authorization -2025-02-15 13:49:54;/v2/taxes/ -2025-02-15 13:49:54;/v2/checkout/ -2025-02-15 13:49:54;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:50:57;/v2/authorization -2025-02-15 13:50:57;/v2/taxes/ -2025-02-15 13:50:57;/v2/checkout/ -2025-02-15 13:50:57;/v2/shipping/list=methods&country=9&price_total=4000.00&weight_total=0.00 -2025-02-15 13:57:59;/v2/authorization -2025-02-15 13:57:59;/v2/taxes/ -2025-02-15 13:57:59;/v2/checkout/ -2025-02-15 13:57:59;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 13:58:23;/v2/authorization -2025-02-15 13:58:23;/v2/taxes/ -2025-02-15 13:58:23;/v2/checkout/ -2025-02-15 13:58:23;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:04:31;/v2/authorization -2025-02-15 14:04:31;/v2/taxes/ -2025-02-15 14:04:31;/v2/checkout/ -2025-02-15 14:04:31;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:05:56;/v2/authorization -2025-02-15 14:05:56;/v2/taxes/ -2025-02-15 14:05:56;/v2/checkout/ -2025-02-15 14:05:56;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:01;/v2/authorization -2025-02-15 14:07:01;/v2/taxes/ -2025-02-15 14:07:01;/v2/checkout/ -2025-02-15 14:07:01;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:04;/v2/authorization -2025-02-15 14:07:04;/v2/taxes/ -2025-02-15 14:07:04;/v2/checkout/ -2025-02-15 14:07:04;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:22;/v2/authorization -2025-02-15 14:07:22;/v2/taxes/ -2025-02-15 14:07:22;/v2/checkout/ -2025-02-15 14:07:22;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:30;/v2/authorization -2025-02-15 14:07:30;/v2/taxes/ -2025-02-15 14:07:30;/v2/checkout/ -2025-02-15 14:07:30;/v2/shipping/list=methods&country=6&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:37;/v2/authorization -2025-02-15 14:07:37;/v2/taxes/ -2025-02-15 14:07:37;/v2/checkout/ -2025-02-15 14:07:37;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:41;/v2/authorization -2025-02-15 14:07:41;/v2/taxes/ -2025-02-15 14:07:41;/v2/checkout/ -2025-02-15 14:07:41;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:07:49;/v2/authorization -2025-02-15 14:07:49;/v2/taxes/ -2025-02-15 14:07:49;/v2/checkout/ -2025-02-15 14:07:49;/v2/shipping/list=methods&country=1&price_total=4000.00&weight_total=0.00 -2025-02-15 14:09:14;/v2/authorization -2025-02-15 14:09:14;/v2/taxes/ -2025-02-15 14:09:14;/v2/checkout/ -2025-02-15 14:09:14;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:10:09;/v2/authorization -2025-02-15 14:10:09;/v2/taxes/ -2025-02-15 14:10:09;/v2/checkout/ -2025-02-15 14:10:09;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:10:18;/v2/authorization -2025-02-15 14:10:18;/v2/taxes/ -2025-02-15 14:10:18;/v2/checkout/ -2025-02-15 14:10:18;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:10:29;/v2/authorization -2025-02-15 14:10:29;/v2/taxes/ -2025-02-15 14:10:29;/v2/checkout/ -2025-02-15 14:10:29;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:10:30;/v2/authorization -2025-02-15 14:10:30;/v2/taxes/ -2025-02-15 14:10:30;/v2/checkout/ -2025-02-15 14:10:30;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:11:53;/v2/authorization -2025-02-15 14:11:53;/v2/taxes/ -2025-02-15 14:11:53;/v2/checkout/ -2025-02-15 14:11:53;/v2/shipping/list=methods&country=6&price_total=4000.00&weight_total=0.00 -2025-02-15 14:12:16;/v2/authorization -2025-02-15 14:12:16;/v2/taxes/ -2025-02-15 14:12:16;/v2/checkout/ -2025-02-15 14:12:16;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:12:18;/v2/authorization -2025-02-15 14:12:18;/v2/taxes/ -2025-02-15 14:12:18;/v2/checkout/ -2025-02-15 14:12:18;/v2/shipping/list=methods&country=6&price_total=4000.00&weight_total=0.00 -2025-02-15 14:12:25;/v2/authorization -2025-02-15 14:12:25;/v2/taxes/ -2025-02-15 14:12:25;/v2/checkout/ -2025-02-15 14:12:25;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:16:36;/v2/authorization -2025-02-15 14:16:36;/v2/taxes/ -2025-02-15 14:16:36;/v2/checkout/ -2025-02-15 14:16:36;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:16:53;/v2/authorization -2025-02-15 14:16:53;/v2/taxes/ -2025-02-15 14:16:53;/v2/checkout/ -2025-02-15 14:16:53;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:17:27;/v2/authorization -2025-02-15 14:17:27;/v2/taxes/ -2025-02-15 14:17:27;/v2/checkout/ -2025-02-15 14:17:27;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:17:51;/v2/authorization -2025-02-15 14:17:51;/v2/taxes/ -2025-02-15 14:17:51;/v2/checkout/ -2025-02-15 14:17:51;/v2/shipping/list=methods&country=7&price_total=4000.00&weight_total=0.00 -2025-02-15 14:36:41;/v2/authorization -2025-02-15 14:36:41;/v2/taxes/ -2025-02-15 14:36:41;/v2/checkout/ -2025-02-15 14:36:41;/v2/shipping/list=methods&country=&price_total=4000.00&weight_total=0.00 -2025-02-15 14:36:48;/v2/authorization -2025-02-15 14:36:48;/v2/categories/ -2025-02-15 14:36:49;/v2/catalog/category=2 -2025-02-15 14:36:49;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-15 14:36:52;/v2/authorization -2025-02-15 14:36:52;/v2/catalog/product_id=28 -2025-02-15 14:36:52;/v2/products_media/product_id=28 -2025-02-15 14:36:53;/v2/authorization -2025-02-15 14:36:53;/v2/catalog/product_id=28 -2025-02-15 14:36:53;/v2/products_media/product_id=28 -2025-02-15 14:36:53;/v2/shopping_cart/ -2025-02-15 14:36:53;/v2/authorization -2025-02-15 14:36:53;/v2/catalog/category=7 -2025-02-15 14:36:58;/v2/authorization -2025-02-15 14:36:58;/v2/categories/ -2025-02-15 14:36:58;/v2/catalog/category=2 -2025-02-15 14:36:58;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-15 14:37:01;/v2/authorization -2025-02-15 14:37:01;/v2/catalog/product_id=28 -2025-02-15 14:37:01;/v2/products_media/product_id=28 -2025-02-15 14:37:03;/v2/authorization -2025-02-15 14:37:03;/v2/catalog/product_id=28 -2025-02-15 14:37:03;/v2/products_media/product_id=28 -2025-02-15 14:37:03;/v2/shopping_cart/ -2025-02-15 14:37:03;/v2/authorization -2025-02-15 14:37:03;/v2/catalog/category=7 -2025-02-15 14:37:07;/v2/authorization -2025-02-15 14:37:07;/v2/catalog/category=7 -2025-02-15 14:37:07;/v2/authorization -2025-02-15 14:37:08;/v2/catalog/category=7 -2025-02-15 14:37:09;/v2/authorization -2025-02-15 14:37:09;/v2/catalog/category=7 -2025-02-15 14:37:12;/v2/authorization -2025-02-15 14:37:12;/v2/catalog/category=7 -2025-02-15 14:40:57;/v2/authorization -2025-02-15 14:40:57;/v2/authorization -2025-02-15 14:40:57;/v2/catalog/category=7 -2025-02-15 14:41:02;/v2/authorization -2025-02-15 14:41:02;/v2/catalog/product_id=28 -2025-02-15 14:41:02;/v2/products_media/product_id=28 -2025-02-15 14:41:04;/v2/authorization -2025-02-15 14:41:05;/v2/catalog/product_id=28 -2025-02-15 14:41:05;/v2/products_media/product_id=28 -2025-02-15 14:41:05;/v2/shopping_cart/ -2025-02-15 14:41:05;/v2/authorization -2025-02-15 14:41:05;/v2/catalog/category=7 -2025-02-15 14:41:33;/v2/authorization -2025-02-15 14:41:34;/v2/authorization -2025-02-15 14:41:35;/v2/authorization -2025-02-15 14:41:37;/v2/authorization -2025-02-15 14:41:41;/v2/authorization -2025-02-15 14:41:41;/v2/catalog/category=6 -2025-02-15 14:41:41;/v2/catalog/category=7 -2025-02-15 14:41:43;/v2/authorization -2025-02-15 14:41:43;/v2/categories/ -2025-02-15 14:41:43;/v2/catalog/category=2 -2025-02-15 14:41:43;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-15 14:41:45;/v2/authorization -2025-02-15 14:41:45;/v2/catalog/product_id=28 -2025-02-15 14:41:45;/v2/products_media/product_id=28 -2025-02-15 14:41:46;/v2/authorization -2025-02-15 14:41:46;/v2/catalog/product_id=28 -2025-02-15 14:41:46;/v2/products_media/product_id=28 -2025-02-15 14:41:47;/v2/shopping_cart/ -2025-02-15 14:41:47;/v2/authorization -2025-02-15 14:41:47;/v2/catalog/category=7 -2025-02-15 14:41:50;/v2/authorization -2025-02-15 14:41:50;/v2/authorization -2025-02-15 14:41:50;/v2/taxes/ -2025-02-15 14:41:50;/v2/checkout/ -2025-02-15 14:41:50;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 14:42:00;/v2/authorization -2025-02-15 14:42:00;/v2/taxes/ -2025-02-15 14:42:00;/v2/checkout/ -2025-02-15 14:42:00;/v2/shipping/list=methods&country=1&price_total=5000.00&weight_total=0.00 -2025-02-15 14:42:08;/v2/authorization -2025-02-15 14:42:08;/v2/taxes/ -2025-02-15 14:42:08;/v2/checkout/ -2025-02-15 14:42:08;/v2/shipping/list=methods&country=1&price_total=5000.00&weight_total=0.00 -2025-02-15 14:42:09;/v2/authorization -2025-02-15 14:42:09;/v2/taxes/ -2025-02-15 14:42:09;/v2/checkout/ -2025-02-15 14:42:09;/v2/shipping/list=methods&country=1&price_total=5000.00&weight_total=0.00 -2025-02-15 14:42:17;/v2/authorization -2025-02-15 14:42:17;/v2/taxes/ -2025-02-15 14:42:17;/v2/checkout/ -2025-02-15 14:42:17;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 14:42:24;/v2/authorization -2025-02-15 14:42:24;/v2/taxes/ -2025-02-15 14:42:24;/v2/checkout/ -2025-02-15 14:42:24;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 14:42:26;/v2/authorization -2025-02-15 14:42:26;/v2/taxes/ -2025-02-15 14:42:26;/v2/checkout/ -2025-02-15 14:42:26;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 14:43:29;/v2/authorization -2025-02-15 14:43:29;/v2/taxes/ -2025-02-15 14:43:29;/v2/checkout/ -2025-02-15 14:43:29;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 14:43:54;/v2/authorization -2025-02-15 14:43:54;/v2/taxes/ -2025-02-15 14:43:54;/v2/checkout/ -2025-02-15 14:43:54;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 14:44:09;/v2/authorization -2025-02-15 14:44:09;/v2/taxes/ -2025-02-15 14:44:09;/v2/checkout/ -2025-02-15 14:44:09;/v2/shipping/list=methods&country=1&price_total=5000.00&weight_total=0.00 -2025-02-15 14:44:17;/v2/authorization -2025-02-15 14:44:17;/v2/catalog/category=7 -2025-02-15 14:44:23;/v2/authorization -2025-02-15 14:44:23;/v2/shopping_cart/ -2025-02-15 14:44:23;/v2/authorization -2025-02-15 14:44:23;/v2/catalog/category=7 -2025-02-15 14:44:26;/v2/authorization -2025-02-15 14:44:26;/v2/authorization -2025-02-15 14:44:26;/v2/taxes/ -2025-02-15 14:44:26;/v2/checkout/ -2025-02-15 14:44:26;/v2/shipping/list=methods&country=&price_total=6500.00&weight_total=0.00 -2025-02-15 14:44:33;/v2/authorization -2025-02-15 14:44:33;/v2/taxes/ -2025-02-15 14:44:33;/v2/checkout/ -2025-02-15 14:44:33;/v2/shipping/list=methods&country=7&price_total=6500.00&weight_total=0.00 -2025-02-15 14:48:09;/v2/authorization -2025-02-15 14:48:09;/v2/taxes/ -2025-02-15 14:48:09;/v2/checkout/ -2025-02-15 14:48:09;/v2/shipping/list=methods&country=&price_total=6500.00&weight_total=0.00 -2025-02-15 14:48:22;/v2/authorization -2025-02-15 14:48:22;/v2/taxes/ -2025-02-15 14:48:22;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-15 14:48:22;/v2/checkout/ -2025-02-15 14:48:22;/v2/shipping/list=methods&country=7&price_total=6500.00&weight_total=0.00 -2025-02-15 16:09:39;/v2/authorization -2025-02-15 16:09:39;/v2/catalog/category=6 -2025-02-15 16:09:39;/v2/catalog/category=7 -2025-02-15 18:50:51;/v2/authorization -2025-02-15 18:50:52;/v2/catalog/category=6 -2025-02-15 18:50:52;/v2/catalog/category=7 -2025-02-15 19:48:34;/v2/authorization -2025-02-15 19:48:34;/v2/taxes/ -2025-02-15 19:48:34;/v2/authorization -2025-02-15 19:48:36;/v2/authorization -2025-02-15 19:48:36;/v2/categories/ -2025-02-15 19:48:36;/v2/catalog/category=2 -2025-02-15 19:48:36;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-15 19:48:39;/v2/authorization -2025-02-15 19:48:39;/v2/catalog/product_id=28 -2025-02-15 19:48:39;/v2/products_media/product_id=28 -2025-02-15 19:48:40;/v2/authorization -2025-02-15 19:48:41;/v2/catalog/product_id=28 -2025-02-15 19:48:41;/v2/products_media/product_id=28 -2025-02-15 19:48:41;/v2/shopping_cart/ -2025-02-15 19:48:41;/v2/authorization -2025-02-15 19:48:41;/v2/catalog/category=7 -2025-02-15 19:48:43;/v2/authorization -2025-02-15 19:48:43;/v2/authorization -2025-02-15 19:48:43;/v2/taxes/ -2025-02-15 19:48:43;/v2/checkout/ -2025-02-15 19:48:43;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 19:48:59;/v2/authorization -2025-02-15 19:48:59;/v2/taxes/ -2025-02-15 19:48:59;/v2/shipping/list=methods&country=1&price_total=0&weight_total=0 -2025-02-15 19:48:59;/v2/checkout/ -2025-02-15 19:48:59;/v2/shipping/list=methods&country=1&price_total=5000.00&weight_total=0.00 -2025-02-15 19:49:15;/v2/authorization -2025-02-15 19:49:15;/v2/taxes/ -2025-02-15 19:49:15;/v2/checkout/ -2025-02-15 19:49:15;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 19:49:21;/v2/authorization -2025-02-15 19:49:21;/v2/taxes/ -2025-02-15 19:49:21;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-15 19:49:21;/v2/checkout/ -2025-02-15 19:49:21;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 19:49:51;/v2/authorization -2025-02-15 19:49:51;/v2/taxes/ -2025-02-15 19:49:51;/v2/checkout/ -2025-02-15 19:49:51;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 19:49:53;/v2/authorization -2025-02-15 19:49:53;/v2/taxes/ -2025-02-15 19:49:53;/v2/shipping/list=methods&country=9&price_total=0&weight_total=0 -2025-02-15 19:49:53;/v2/checkout/ -2025-02-15 19:49:53;/v2/shipping/list=methods&country=9&price_total=5000.00&weight_total=0.00 -2025-02-15 19:49:56;/v2/authorization -2025-02-15 19:49:56;/v2/taxes/ -2025-02-15 19:49:56;/v2/shipping/list=methods&country=22&price_total=0&weight_total=0 -2025-02-15 19:49:56;/v2/checkout/ -2025-02-15 19:49:57;/v2/shipping/list=methods&country=22&price_total=5000.00&weight_total=0.00 -2025-02-15 19:50:08;/v2/authorization -2025-02-15 19:50:08;/v2/taxes/ -2025-02-15 19:50:08;/v2/shipping/list=methods&country=23&price_total=0&weight_total=0 -2025-02-15 19:50:08;/v2/checkout/ -2025-02-15 19:50:08;/v2/shipping/list=methods&country=23&price_total=5000.00&weight_total=0.00 -2025-02-15 19:51:58;/v2/authorization -2025-02-15 19:51:58;/v2/taxes/ -2025-02-15 19:51:58;/v2/checkout/ -2025-02-15 19:53:18;/v2/authorization -2025-02-15 19:53:18;/v2/taxes/ -2025-02-15 19:53:18;/v2/checkout/ -2025-02-15 19:53:26;/v2/authorization -2025-02-15 19:53:26;/v2/taxes/ -2025-02-15 19:53:26;/v2/shipping/list=methods&country=2&price_total=0&weight_total=0 -2025-02-15 19:53:26;/v2/checkout/ -2025-02-15 20:01:50;/v2/authorization -2025-02-15 20:01:50;/v2/taxes/ -2025-02-15 20:01:50;/v2/checkout/ -2025-02-15 20:01:50;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 20:01:55;/v2/authorization -2025-02-15 20:01:55;/v2/taxes/ -2025-02-15 20:01:55;/v2/shipping/list=methods&country=1&price_total=0&weight_total=0 -2025-02-15 20:01:55;/v2/checkout/ -2025-02-15 20:01:55;/v2/shipping/list=methods&country=1&price_total=5000.00&weight_total=0.00 -2025-02-15 20:01:59;/v2/authorization -2025-02-15 20:01:59;/v2/taxes/ -2025-02-15 20:01:59;/v2/checkout/ -2025-02-15 20:01:59;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 20:02:03;/v2/authorization -2025-02-15 20:02:03;/v2/taxes/ -2025-02-15 20:02:03;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-15 20:02:03;/v2/checkout/ -2025-02-15 20:02:03;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 20:19:25;/v2/authorization -2025-02-15 20:19:25;/v2/taxes/ -2025-02-15 20:19:25;/v2/checkout/ -2025-02-15 20:19:25;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-15 20:19:30;/v2/authorization -2025-02-15 20:19:30;/v2/taxes/ -2025-02-15 20:19:30;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-15 20:19:30;/v2/checkout/ -2025-02-15 20:19:30;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 20:19:32;/v2/authorization -2025-02-15 20:19:32;/v2/taxes/ -2025-02-15 20:19:32;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-15 20:19:32;/v2/checkout/ -2025-02-15 20:19:32;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-15 20:19:42;/v2/authorization -2025-02-15 20:19:42;/v2/taxes/ -2025-02-15 20:19:42;/v2/shipping/list=methods&country=17&price_total=0&weight_total=0 -2025-02-15 20:19:42;/v2/checkout/ -2025-02-15 20:19:42;/v2/shipping/list=methods&country=17&price_total=5000.00&weight_total=0.00 -2025-02-15 20:19:49;/v2/authorization -2025-02-15 20:19:49;/v2/taxes/ -2025-02-15 20:19:49;/v2/shipping/list=methods&country=17&price_total=0&weight_total=0 -2025-02-15 20:19:49;/v2/checkout/ -2025-02-15 20:19:49;/v2/shipping/list=methods&country=17&price_total=5000.00&weight_total=0.00 -2025-02-15 20:19:51;/v2/authorization -2025-02-15 20:19:51;/v2/taxes/ -2025-02-15 20:19:51;/v2/shipping/list=methods&country=17&price_total=0&weight_total=0 -2025-02-15 20:19:51;/v2/checkout/ -2025-02-15 20:19:51;/v2/shipping/list=methods&country=17&price_total=5000.00&weight_total=0.00 -2025-02-15 20:20:27;/v2/authorization -2025-02-15 20:20:27;/v2/taxes/ -2025-02-15 20:20:27;/v2/checkout/ -2025-02-15 20:20:27;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-16 08:49:40;/v2/authorization -2025-02-16 08:49:40;/v2/catalog/category=6 -2025-02-16 08:49:40;/v2/catalog/category=7 -2025-02-16 08:49:51;/v2/authorization -2025-02-16 08:49:51;/v2/catalog/product_id=test_slug -2025-02-16 08:49:51;/v2/products_media/product_id=1 -2025-02-16 08:50:18;/v2/authorization -2025-02-16 08:50:18;/v2/catalog/product_id=test_slug -2025-02-16 08:50:18;/v2/products_media/product_id=1 -2025-02-16 08:50:18;/v2/shopping_cart/ -2025-02-16 08:50:19;/v2/authorization -2025-02-16 08:50:19;/v2/catalog/category=7 -2025-02-16 08:50:23;/v2/authorization -2025-02-16 08:50:23;/v2/shopping_cart/ -2025-02-16 08:50:23;/v2/authorization -2025-02-16 08:50:23;/v2/catalog/category=7 -2025-02-16 08:50:35;/v2/authorization -2025-02-16 08:50:35;/v2/authorization -2025-02-16 08:50:35;/v2/taxes/ -2025-02-16 08:50:35;/v2/checkout/ -2025-02-16 08:50:35;/v2/shipping/list=methods&country=&price_total=17700.00&weight_total=0.00 -2025-02-16 08:50:43;/v2/authorization -2025-02-16 08:50:43;/v2/taxes/ -2025-02-16 08:50:43;/v2/shipping/list=methods&country=1&price_total=0&weight_total=0 -2025-02-16 08:50:43;/v2/checkout/ -2025-02-16 08:50:43;/v2/shipping/list=methods&country=1&price_total=17700.00&weight_total=0.00 -2025-02-16 08:50:46;/v2/authorization -2025-02-16 08:50:46;/v2/taxes/ -2025-02-16 08:50:46;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-16 08:50:46;/v2/checkout/ -2025-02-16 08:50:46;/v2/shipping/list=methods&country=7&price_total=17700.00&weight_total=0.00 -2025-02-16 08:50:48;/v2/authorization -2025-02-16 08:50:48;/v2/taxes/ -2025-02-16 08:50:48;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-16 08:50:48;/v2/checkout/ -2025-02-16 08:50:48;/v2/shipping/list=methods&country=7&price_total=17700.00&weight_total=0.00 -2025-02-16 08:51:16;/v2/authorization -2025-02-16 08:51:16;/v2/taxes/ -2025-02-16 08:51:16;/v2/shipping/list=methods&country=19&price_total=0&weight_total=0 -2025-02-16 08:51:16;/v2/checkout/ -2025-02-16 08:51:16;/v2/shipping/list=methods&country=19&price_total=17700.00&weight_total=0.00 -2025-02-16 08:51:18;/v2/authorization -2025-02-16 08:51:18;/v2/taxes/ -2025-02-16 08:51:18;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-16 08:51:18;/v2/checkout/ -2025-02-16 08:51:19;/v2/shipping/list=methods&country=21&price_total=17700.00&weight_total=0.00 -2025-02-16 08:51:21;/v2/authorization -2025-02-16 08:51:22;/v2/taxes/ -2025-02-16 08:51:22;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-16 08:51:22;/v2/checkout/ -2025-02-16 08:51:22;/v2/shipping/list=methods&country=21&price_total=17700.00&weight_total=0.00 -2025-02-16 08:52:01;/v2/authorization -2025-02-16 08:52:01;/v2/catalog/category=6 -2025-02-16 08:52:01;/v2/catalog/category=7 -2025-02-16 08:53:08;/v2/authorization -2025-02-16 08:53:08;/v2/categories/ -2025-02-16 08:53:08;/v2/catalog/category=2 -2025-02-16 08:53:08;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-16 08:53:13;/v2/authorization -2025-02-16 08:53:13;/v2/categories/ -2025-02-16 08:53:13;/v2/catalog/category=2,13 -2025-02-16 08:53:13;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-16 08:53:20;/v2/authorization -2025-02-16 08:53:21;/v2/categories/ -2025-02-16 08:53:21;/v2/catalog/category=9 -2025-02-16 08:53:21;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-16 08:53:26;/v2/authorization -2025-02-16 08:53:26;/v2/categories/ -2025-02-16 08:53:26;/v2/catalog/category=9,13 -2025-02-16 08:53:26;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-16 08:53:43;/v2/authorization -2025-02-16 08:53:43;/v2/categories/ -2025-02-16 08:53:43;/v2/catalog/category=9,8 -2025-02-16 08:53:43;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-16 08:53:55;/v2/authorization -2025-02-16 08:53:55;/v2/categories/ -2025-02-16 08:53:55;/v2/catalog/category=9,8,13 -2025-02-16 08:53:55;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-16 08:53:58;/v2/authorization -2025-02-16 08:53:58;/v2/categories/ -2025-02-16 08:53:58;/v2/catalog/category=9,15 -2025-02-16 08:53:58;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-16 08:54:49;/v2/authorization -2025-02-16 08:54:50;/v2/catalog/category=6 -2025-02-16 08:54:50;/v2/catalog/category=7 -2025-02-16 14:18:08;/v2/authorization -2025-02-16 14:18:09;/v2/catalog/category=6 -2025-02-16 14:18:09;/v2/catalog/category=7 -2025-02-17 03:02:31;/v2/authorization -2025-02-17 03:02:31;/v2/catalog/category=6 -2025-02-17 03:02:31;/v2/catalog/category=7 -2025-02-17 06:58:31;/v2/authorization -2025-02-17 06:58:31;/v2/catalog/category=6 -2025-02-17 06:58:31;/v2/catalog/category=7 -2025-02-17 09:41:02;/v2/authorization -2025-02-17 09:41:02;/v2/taxes/ -2025-02-17 09:41:02;/v2/authorization -2025-02-17 10:52:58;/v2/authorization -2025-02-17 10:52:58;/v2/authorization -2025-02-17 10:52:59;/v2/authorization -2025-02-17 10:52:59;/v2/authorization -2025-02-17 11:00:41;/v2/authorization -2025-02-17 11:00:41;/v2/catalog/category=6 -2025-02-17 11:00:41;/v2/catalog/category=7 -2025-02-17 14:45:09;/v2/authorization -2025-02-17 14:45:09;/v2/transactions/ -2025-02-17 14:45:09;/v2/invoice/ -2025-02-17 14:45:09;/v2/invoice/id=3 -2025-02-17 14:45:47;/v2/authorization -2025-02-17 14:45:47;/v2/transactions/ -2025-02-17 14:45:47;/v2/invoice/ -2025-02-17 14:45:47;/v2/invoice/id=4 -2025-02-17 14:46:25;/v2/authorization -2025-02-17 14:46:25;/v2/transactions/ -2025-02-17 14:47:01;/v2/authorization -2025-02-17 14:47:01;/v2/transactions/ -2025-02-17 14:47:01;/v2/invoice/ -2025-02-17 14:47:01;/v2/invoice/list=invoice&id=5 -2025-02-17 14:49:52;/v2/authorization -2025-02-17 14:49:52;/v2/transactions/ -2025-02-17 14:49:52;/v2/invoice/ -2025-02-17 14:49:52;/v2/invoice/list=invoice&id=6 -2025-02-17 15:06:13;/v2/authorization -2025-02-17 15:06:13;/v2/transactions/ -2025-02-17 15:06:13;/v2/invoice/ -2025-02-17 15:06:13;/v2/invoice/list=invoice&id=7 -2025-02-17 15:19:57;/v2/authorization -2025-02-17 15:19:57;/v2/transactions/ -2025-02-17 15:19:57;/v2/invoice/ -2025-02-17 15:19:57;/v2/invoice/list=invoice&id=8 -2025-02-17 15:27:50;/v2/authorization -2025-02-17 15:27:50;/v2/transactions/ -2025-02-17 15:27:51;/v2/invoice/ -2025-02-17 15:27:51;/v2/invoice/list=invoice&id=9 -2025-02-17 15:28:59;/v2/authorization -2025-02-17 15:28:59;/v2/transactions/ -2025-02-17 15:28:59;/v2/invoice/ -2025-02-17 15:28:59;/v2/invoice/list=invoice&id=10 -2025-02-17 15:43:58;/v2/authorization -2025-02-17 15:43:58;/v2/transactions/ -2025-02-17 15:43:58;/v2/invoice/ -2025-02-17 15:43:58;/v2/invoice/list=invoice&id=11 -2025-02-17 15:47:13;/v2/authorization -2025-02-17 15:47:13;/v2/transactions/ -2025-02-17 15:47:13;/v2/invoice/ -2025-02-17 15:47:13;/v2/invoice/list=invoice&id=12 -2025-02-17 15:47:58;/v2/authorization -2025-02-17 15:47:58;/v2/transactions/ -2025-02-17 15:47:58;/v2/invoice/ -2025-02-17 15:47:58;/v2/invoice/list=invoice&id=13 -2025-02-17 15:48:12;/v2/authorization -2025-02-17 15:48:12;/v2/transactions/ -2025-02-17 15:48:12;/v2/invoice/ -2025-02-17 15:48:12;/v2/invoice/list=invoice&id=14 -2025-02-17 15:48:59;/v2/authorization -2025-02-17 15:49:15;/v2/authorization -2025-02-17 15:49:15;/v2/transactions/ -2025-02-17 15:49:15;/v2/invoice/ -2025-02-17 15:49:15;/v2/invoice/list=invoice&id=15 -2025-02-17 15:50:30;/v2/authorization -2025-02-17 15:50:30;/v2/transactions/ -2025-02-17 15:50:30;/v2/invoice/ -2025-02-17 15:50:30;/v2/invoice/list=invoice&id=16 -2025-02-17 15:50:54;/v2/authorization -2025-02-17 15:50:54;/v2/transactions/ -2025-02-17 15:50:54;/v2/invoice/ -2025-02-17 15:50:54;/v2/invoice/list=invoice&id=17 -2025-02-17 15:52:19;/v2/authorization -2025-02-17 15:52:19;/v2/transactions/ -2025-02-17 15:52:19;/v2/invoice/ -2025-02-17 15:52:19;/v2/invoice/list=invoice&id=18 -2025-02-17 15:55:22;/v2/authorization -2025-02-17 15:55:22;/v2/transactions/ -2025-02-17 15:55:22;/v2/invoice/ -2025-02-17 15:55:22;/v2/invoice/list=invoice&id=19 -2025-02-17 15:56:21;/v2/authorization -2025-02-17 15:56:21;/v2/transactions/ -2025-02-17 15:56:21;/v2/invoice/ -2025-02-17 15:56:21;/v2/invoice/list=invoice&id=20 -2025-02-17 15:56:52;/v2/authorization -2025-02-17 15:56:52;/v2/transactions/ -2025-02-17 15:56:52;/v2/invoice/ -2025-02-17 15:56:52;/v2/invoice/list=invoice&id=21 -2025-02-17 16:34:02;/v2/authorization -2025-02-17 16:34:02;/v2/transactions/ -2025-02-17 16:34:15;/v2/authorization -2025-02-17 16:34:15;/v2/transactions/ -2025-02-17 16:34:46;/v2/authorization -2025-02-17 16:34:46;/v2/transactions/ -2025-02-17 16:34:59;/v2/authorization -2025-02-17 16:34:59;/v2/transactions/ -2025-02-17 16:35:00;/v2/authorization -2025-02-17 16:35:00;/v2/transactions/ -2025-02-17 16:35:18;/v2/authorization -2025-02-17 16:35:19;/v2/transactions/ -2025-02-17 16:35:48;/v2/authorization -2025-02-17 16:35:49;/v2/transactions/ -2025-02-17 17:06:35;/v2/authorization -2025-02-17 17:06:35;/v2/transactions/ -2025-02-17 17:07:09;/v2/authorization -2025-02-17 17:07:09;/v2/transactions/ -2025-02-17 17:20:03;/v2/authorization -2025-02-17 17:20:03;/v2/catalog/category=6 -2025-02-17 17:20:03;/v2/catalog/category=7 -2025-02-17 17:20:25;/v2/authorization -2025-02-17 17:20:25;/v2/categories/ -2025-02-17 17:20:25;/v2/catalog/category=2 -2025-02-17 17:20:25;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-17 17:20:29;/v2/authorization -2025-02-17 17:20:29;/v2/catalog/product_id=28 -2025-02-17 17:20:29;/v2/products_media/product_id=28 -2025-02-17 17:20:35;/v2/authorization -2025-02-17 17:20:35;/v2/catalog/product_id=28 -2025-02-17 17:20:35;/v2/products_media/product_id=28 -2025-02-17 17:20:35;/v2/shopping_cart/ -2025-02-17 17:20:35;/v2/authorization -2025-02-17 17:20:35;/v2/catalog/category=7 -2025-02-17 17:20:38;/v2/authorization -2025-02-17 17:20:38;/v2/authorization -2025-02-17 17:20:38;/v2/taxes/ -2025-02-17 17:20:38;/v2/checkout/ -2025-02-17 17:20:38;/v2/shipping/list=methods&country=&price_total=5000.00&weight_total=0.00 -2025-02-17 17:21:05;/v2/authorization -2025-02-17 17:21:05;/v2/taxes/ -2025-02-17 17:21:05;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-17 17:21:05;/v2/checkout/ -2025-02-17 17:21:05;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-17 17:21:10;/v2/authorization -2025-02-17 17:21:10;/v2/taxes/ -2025-02-17 17:21:10;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-17 17:21:10;/v2/checkout/ -2025-02-17 17:21:10;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-17 17:21:13;/v2/authorization -2025-02-17 17:21:13;/v2/taxes/ -2025-02-17 17:21:13;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-17 17:21:13;/v2/checkout/ -2025-02-17 17:21:13;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-17 17:21:15;/v2/authorization -2025-02-17 17:21:15;/v2/taxes/ -2025-02-17 17:21:15;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-17 17:21:15;/v2/checkout/ -2025-02-17 17:21:15;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-17 17:21:22;/v2/authorization -2025-02-17 17:21:22;/v2/taxes/ -2025-02-17 17:21:22;/v2/shipping/list=methods&country=7&price_total=0&weight_total=0 -2025-02-17 17:21:22;/v2/checkout/ -2025-02-17 17:21:22;/v2/shipping/list=methods&country=7&price_total=5000.00&weight_total=0.00 -2025-02-17 17:21:22;/v2/placeorder/ -2025-02-17 17:21:25;/v2/authorization -2025-02-17 17:21:29;/v2/authorization -2025-02-17 17:21:29;/v2/catalog/category=6 -2025-02-17 17:21:29;/v2/catalog/category=7 -2025-02-17 22:08:44;/v2/authorization -2025-02-17 22:08:44;/v2/catalog/category=6 -2025-02-17 22:08:44;/v2/catalog/category=7 -2025-02-18 14:13:03;/v2/authorization -2025-02-18 14:13:03;/v2/catalog/category=6 -2025-02-18 14:13:03;/v2/catalog/category=7 -2025-02-19 12:11:57;/v2/authorization -2025-02-19 12:12:41;/v2/authorization -2025-02-19 12:12:41;/v2/catalog/category=6 -2025-02-19 12:12:41;/v2/catalog/category=7 -2025-02-19 12:12:45;/v2/authorization -2025-02-19 12:12:45;/v2/categories/ -2025-02-19 12:12:45;/v2/catalog/category=2 -2025-02-19 12:12:45;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 12:12:46;/v2/authorization -2025-02-19 12:12:46;/v2/authorization -2025-02-19 12:12:46;/v2/authorization -2025-02-19 12:12:46;/v2/catalog/category=6 -2025-02-19 12:12:46;/v2/catalog/category=7 -2025-02-19 12:12:49;/v2/authorization -2025-02-19 12:12:49;/v2/catalog/category=6 -2025-02-19 12:12:49;/v2/catalog/category=7 -2025-02-19 12:12:59;/v2/authorization -2025-02-19 12:12:59;/v2/categories/ -2025-02-19 12:12:59;/v2/catalog/category=2 -2025-02-19 12:12:59;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 15:20:19;/v2/authorization -2025-02-19 15:20:19;/v2/catalog/category=6 -2025-02-19 15:20:19;/v2/catalog/category=7 -2025-02-19 15:23:12;/v2/authorization -2025-02-19 15:23:12;/v2/catalog/category=6 -2025-02-19 15:23:12;/v2/catalog/category=7 -2025-02-19 15:23:27;/v2/authorization -2025-02-19 15:23:27;/v2/catalog/category=6 -2025-02-19 15:23:27;/v2/catalog/category=7 -2025-02-19 15:28:21;/v2/authorization -2025-02-19 15:28:21;/v2/catalog/category=6 -2025-02-19 15:28:21;/v2/catalog/category=7 -2025-02-19 15:34:14;/v2/authorization -2025-02-19 15:34:14;/v2/catalog/category=6 -2025-02-19 15:34:14;/v2/catalog/category=7 -2025-02-19 15:46:37;/v2/authorization -2025-02-19 15:46:37;/v2/catalog/category=6 -2025-02-19 15:46:37;/v2/catalog/category=7 -2025-02-19 15:47:55;/v2/authorization -2025-02-19 15:47:55;/v2/catalog/category=6 -2025-02-19 15:47:55;/v2/catalog/category=7 -2025-02-19 15:50:40;/v2/authorization -2025-02-19 15:50:40;/v2/catalog/category=6 -2025-02-19 15:50:40;/v2/catalog/category=7 -2025-02-19 15:55:00;/v2/authorization -2025-02-19 15:55:00;/v2/catalog/category=6 -2025-02-19 15:55:00;/v2/catalog/category=7 -2025-02-19 15:56:42;/v2/authorization -2025-02-19 15:56:42;/v2/catalog/category=6 -2025-02-19 15:56:42;/v2/catalog/category=7 -2025-02-19 15:56:48;/v2/authorization -2025-02-19 15:56:48;/v2/catalog/category=6 -2025-02-19 15:56:48;/v2/catalog/category=7 -2025-02-19 15:57:26;/v2/authorization -2025-02-19 15:57:26;/v2/catalog/category=6 -2025-02-19 15:57:27;/v2/catalog/category=7 -2025-02-19 15:57:28;/v2/authorization -2025-02-19 15:57:28;/v2/catalog/category=6 -2025-02-19 15:57:28;/v2/catalog/category=7 -2025-02-19 15:58:21;/v2/authorization -2025-02-19 15:58:21;/v2/catalog/category=6 -2025-02-19 15:58:21;/v2/catalog/category=7 -2025-02-19 15:59:01;/v2/authorization -2025-02-19 15:59:02;/v2/catalog/category=6 -2025-02-19 15:59:02;/v2/catalog/category=7 -2025-02-19 16:02:47;/v2/authorization -2025-02-19 16:02:47;/v2/catalog/category=6 -2025-02-19 16:02:47;/v2/catalog/category=7 -2025-02-19 16:02:47;/v2/authorization -2025-02-19 16:02:47;/v2/authorization -2025-02-19 16:02:47;/v2/catalog/category=6 -2025-02-19 16:02:47;/v2/catalog/category=7 -2025-02-19 16:03:26;/v2/authorization -2025-02-19 16:03:26;/v2/catalog/category=6 -2025-02-19 16:03:26;/v2/catalog/category=7 -2025-02-19 16:03:26;/v2/authorization -2025-02-19 16:03:26;/v2/authorization -2025-02-19 16:03:27;/v2/catalog/category=6 -2025-02-19 16:03:27;/v2/catalog/category=7 -2025-02-19 16:04:33;/v2/authorization -2025-02-19 16:04:33;/v2/catalog/category=6 -2025-02-19 16:04:33;/v2/catalog/category=7 -2025-02-19 16:04:33;/v2/authorization -2025-02-19 16:04:33;/v2/authorization -2025-02-19 16:04:33;/v2/catalog/category=6 -2025-02-19 16:04:33;/v2/catalog/category=7 -2025-02-19 16:06:59;/v2/authorization -2025-02-19 16:07:00;/v2/catalog/category=6 -2025-02-19 16:07:00;/v2/catalog/category=7 -2025-02-19 16:07:00;/v2/authorization -2025-02-19 16:07:00;/v2/authorization -2025-02-19 16:07:00;/v2/catalog/category=6 -2025-02-19 16:07:00;/v2/catalog/category=7 -2025-02-19 16:09:06;/v2/authorization -2025-02-19 16:09:07;/v2/catalog/category=6 -2025-02-19 16:09:07;/v2/catalog/category=7 -2025-02-19 16:09:07;/v2/authorization -2025-02-19 16:09:07;/v2/authorization -2025-02-19 16:09:07;/v2/catalog/category=6 -2025-02-19 16:09:07;/v2/catalog/category=7 -2025-02-19 16:16:47;/v2/authorization -2025-02-19 16:16:47;/v2/catalog/category=6 -2025-02-19 16:16:47;/v2/catalog/category=7 -2025-02-19 16:16:47;/v2/authorization -2025-02-19 16:16:47;/v2/authorization -2025-02-19 16:16:47;/v2/catalog/category=6 -2025-02-19 16:16:47;/v2/catalog/category=7 -2025-02-19 16:17:58;/v2/authorization -2025-02-19 16:17:58;/v2/authorization -2025-02-19 16:17:58;/v2/catalog/category=6 -2025-02-19 16:17:58;/v2/catalog/category=7 -2025-02-19 16:19:43;/v2/authorization -2025-02-19 16:19:43;/v2/catalog/category=6 -2025-02-19 16:19:43;/v2/catalog/category=7 -2025-02-19 16:19:43;/v2/authorization -2025-02-19 16:19:43;/v2/authorization -2025-02-19 16:19:43;/v2/catalog/category=6 -2025-02-19 16:19:43;/v2/catalog/category=7 -2025-02-19 16:20:11;/v2/authorization -2025-02-19 16:20:11;/v2/catalog/category=6 -2025-02-19 16:20:11;/v2/catalog/category=7 -2025-02-19 16:21:03;/v2/authorization -2025-02-19 16:21:03;/v2/catalog/category=6 -2025-02-19 16:21:04;/v2/catalog/category=7 -2025-02-19 16:22:41;/v2/authorization -2025-02-19 16:22:41;/v2/catalog/category=6 -2025-02-19 16:22:42;/v2/catalog/category=7 -2025-02-19 16:23:42;/v2/authorization -2025-02-19 16:23:42;/v2/catalog/category=6 -2025-02-19 16:23:42;/v2/catalog/category=7 -2025-02-19 16:25:01;/v2/authorization -2025-02-19 16:25:01;/v2/catalog/category=6 -2025-02-19 16:25:02;/v2/catalog/category=7 -2025-02-19 16:29:28;/v2/authorization -2025-02-19 16:29:29;/v2/catalog/category=6 -2025-02-19 16:29:29;/v2/catalog/category=7 -2025-02-19 16:31:23;/v2/authorization -2025-02-19 16:31:23;/v2/catalog/category=6 -2025-02-19 16:31:23;/v2/catalog/category=7 -2025-02-19 16:32:17;/v2/authorization -2025-02-19 16:32:17;/v2/catalog/category=6 -2025-02-19 16:32:17;/v2/catalog/category=7 -2025-02-19 16:33:48;/v2/authorization -2025-02-19 16:33:48;/v2/catalog/category=6 -2025-02-19 16:33:48;/v2/catalog/category=7 -2025-02-19 16:35:08;/v2/authorization -2025-02-19 16:35:08;/v2/catalog/category=6 -2025-02-19 16:35:09;/v2/catalog/category=7 -2025-02-19 16:35:13;/v2/authorization -2025-02-19 16:35:13;/v2/catalog/category=6 -2025-02-19 16:35:13;/v2/catalog/category=7 -2025-02-19 16:38:02;/v2/authorization -2025-02-19 16:38:02;/v2/catalog/category=6 -2025-02-19 16:38:02;/v2/catalog/category=7 -2025-02-19 16:38:29;/v2/authorization -2025-02-19 16:38:30;/v2/catalog/category=6 -2025-02-19 16:38:30;/v2/catalog/category=7 -2025-02-19 16:39:55;/v2/authorization -2025-02-19 16:39:56;/v2/catalog/category=6 -2025-02-19 16:39:56;/v2/catalog/category=7 -2025-02-19 16:40:17;/v2/authorization -2025-02-19 16:40:17;/v2/catalog/category=6 -2025-02-19 16:40:17;/v2/catalog/category=7 -2025-02-19 16:49:17;/v2/authorization -2025-02-19 16:49:18;/v2/catalog/category=6 -2025-02-19 16:49:18;/v2/catalog/category=7 -2025-02-19 16:55:23;/v2/authorization -2025-02-19 16:55:23;/v2/catalog/category=6 -2025-02-19 16:55:23;/v2/catalog/category=7 -2025-02-19 16:55:30;/v2/authorization -2025-02-19 16:55:31;/v2/authorization -2025-02-19 16:55:31;/v2/catalog/category=6 -2025-02-19 16:55:31;/v2/catalog/category=7 -2025-02-19 16:55:38;/v2/authorization -2025-02-19 16:55:38;/v2/authorization -2025-02-19 16:55:38;/v2/catalog/category=6 -2025-02-19 16:55:38;/v2/catalog/category=7 -2025-02-19 16:56:03;/v2/authorization -2025-02-19 16:56:03;/v2/catalog/category=6 -2025-02-19 16:56:03;/v2/catalog/category=7 -2025-02-19 16:58:35;/v2/authorization -2025-02-19 16:58:35;/v2/catalog/category=6 -2025-02-19 16:58:35;/v2/catalog/category=7 -2025-02-19 16:58:44;/v2/authorization -2025-02-19 16:58:44;/v2/authorization -2025-02-19 16:58:49;/v2/catalog/category=6 -2025-02-19 16:58:49;/v2/catalog/category=7 -2025-02-19 16:58:53;/v2/authorization -2025-02-19 16:58:53;/v2/categories/ -2025-02-19 16:58:53;/v2/catalog/category=2 -2025-02-19 16:58:53;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 16:58:57;/v2/authorization -2025-02-19 16:58:57;/v2/categories/ -2025-02-19 16:58:57;/v2/catalog/category=Index -2025-02-19 16:58:57;/v2/products/category=Index&sort=es&totals=&salesflag=1&status=1 -2025-02-19 16:59:00;/v2/authorization -2025-02-19 16:59:00;/v2/catalog/product_id=28 -2025-02-19 16:59:01;/v2/products_media/product_id=28 -2025-02-19 16:59:06;/v2/authorization -2025-02-19 16:59:06;/v2/catalog/category=6 -2025-02-19 16:59:06;/v2/catalog/category=7 -2025-02-19 17:00:15;/v2/authorization -2025-02-19 17:00:15;/v2/catalog/category=6 -2025-02-19 17:00:15;/v2/catalog/category=7 -2025-02-19 17:00:20;/v2/authorization -2025-02-19 17:00:20;/v2/authorization -2025-02-19 17:00:20;/v2/catalog/category=6 -2025-02-19 17:00:20;/v2/catalog/category=7 -2025-02-19 17:00:27;/v2/authorization -2025-02-19 17:00:27;/v2/authorization -2025-02-19 17:00:27;/v2/catalog/category=6 -2025-02-19 17:00:27;/v2/catalog/category=7 -2025-02-19 17:00:58;/v2/authorization -2025-02-19 17:00:58;/v2/catalog/category=6 -2025-02-19 17:00:58;/v2/catalog/category=7 -2025-02-19 17:01:01;/v2/authorization -2025-02-19 17:01:02;/v2/authorization -2025-02-19 17:01:02;/v2/catalog/category=6 -2025-02-19 17:01:02;/v2/catalog/category=7 -2025-02-19 17:05:36;/v2/authorization -2025-02-19 17:05:37;/v2/catalog/category=6 -2025-02-19 17:05:37;/v2/catalog/category=7 -2025-02-19 17:06:14;/v2/authorization -2025-02-19 17:06:14;/v2/authorization -2025-02-19 17:06:14;/v2/catalog/category=6 -2025-02-19 17:06:14;/v2/catalog/category=7 -2025-02-19 17:06:18;/v2/authorization -2025-02-19 17:06:18;/v2/catalog/category=6 -2025-02-19 17:06:18;/v2/catalog/category=7 -2025-02-19 17:06:18;/v2/authorization -2025-02-19 17:06:18;/v2/authorization -2025-02-19 17:06:19;/v2/authorization -2025-02-19 17:06:19;/v2/authorization -2025-02-19 17:06:19;/v2/catalog/category=6 -2025-02-19 17:06:19;/v2/catalog/category=7 -2025-02-19 17:06:19;/v2/authorization -2025-02-19 17:06:19;/v2/catalog/category=6 -2025-02-19 17:06:19;/v2/catalog/category=7 -2025-02-19 17:06:19;/v2/authorization -2025-02-19 17:06:19;/v2/catalog/category=6 -2025-02-19 17:06:19;/v2/catalog/category=7 -2025-02-19 17:06:29;/v2/authorization -2025-02-19 17:06:29;/v2/catalog/category=6 -2025-02-19 17:06:29;/v2/catalog/category=7 -2025-02-19 17:06:30;/v2/authorization -2025-02-19 17:06:31;/v2/categories/ -2025-02-19 17:06:31;/v2/catalog/category=2 -2025-02-19 17:06:31;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 17:06:32;/v2/authorization -2025-02-19 17:06:33;/v2/catalog/category=6 -2025-02-19 17:06:33;/v2/catalog/category=7 -2025-02-19 17:06:33;/v2/authorization -2025-02-19 17:06:33;/v2/authorization -2025-02-19 17:06:33;/v2/authorization -2025-02-19 17:06:33;/v2/authorization -2025-02-19 17:06:33;/v2/catalog/category=6 -2025-02-19 17:06:33;/v2/catalog/category=7 -2025-02-19 17:06:33;/v2/authorization -2025-02-19 17:06:33;/v2/catalog/category=6 -2025-02-19 17:06:34;/v2/catalog/category=7 -2025-02-19 17:06:34;/v2/authorization -2025-02-19 17:06:34;/v2/catalog/category=6 -2025-02-19 17:06:34;/v2/catalog/category=7 -2025-02-19 17:07:03;/v2/authorization -2025-02-19 17:07:03;/v2/catalog/category=6 -2025-02-19 17:07:04;/v2/catalog/category=7 -2025-02-19 17:07:04;/v2/authorization -2025-02-19 17:07:04;/v2/authorization -2025-02-19 17:07:04;/v2/authorization -2025-02-19 17:07:04;/v2/catalog/category=6 -2025-02-19 17:07:04;/v2/catalog/category=7 -2025-02-19 17:07:04;/v2/authorization -2025-02-19 17:07:04;/v2/authorization -2025-02-19 17:07:04;/v2/catalog/category=6 -2025-02-19 17:07:04;/v2/catalog/category=7 -2025-02-19 17:07:04;/v2/authorization -2025-02-19 17:07:04;/v2/catalog/category=6 -2025-02-19 17:07:04;/v2/catalog/category=7 -2025-02-19 17:07:07;/v2/authorization -2025-02-19 17:07:07;/v2/catalog/category=6 -2025-02-19 17:07:07;/v2/catalog/category=7 -2025-02-19 17:07:10;/v2/authorization -2025-02-19 17:07:10;/v2/catalog/category=6 -2025-02-19 17:07:10;/v2/catalog/category=7 -2025-02-19 17:07:11;/v2/authorization -2025-02-19 17:07:11;/v2/authorization -2025-02-19 17:07:11;/v2/authorization -2025-02-19 17:07:11;/v2/authorization -2025-02-19 17:07:11;/v2/catalog/category=6 -2025-02-19 17:07:11;/v2/catalog/category=7 -2025-02-19 17:07:11;/v2/authorization -2025-02-19 17:07:11;/v2/catalog/category=6 -2025-02-19 17:07:11;/v2/catalog/category=7 -2025-02-19 17:07:11;/v2/authorization -2025-02-19 17:07:11;/v2/catalog/category=6 -2025-02-19 17:07:11;/v2/catalog/category=7 -2025-02-19 17:07:23;/v2/authorization -2025-02-19 17:07:23;/v2/catalog/category=6 -2025-02-19 17:07:23;/v2/catalog/category=7 -2025-02-19 17:07:34;/v2/authorization -2025-02-19 17:07:34;/v2/catalog/category=6 -2025-02-19 17:07:34;/v2/catalog/category=7 -2025-02-19 17:07:34;/v2/authorization -2025-02-19 17:07:34;/v2/authorization -2025-02-19 17:07:34;/v2/authorization -2025-02-19 17:07:34;/v2/authorization -2025-02-19 17:07:34;/v2/catalog/category=6 -2025-02-19 17:07:34;/v2/catalog/category=7 -2025-02-19 17:07:34;/v2/authorization -2025-02-19 17:07:34;/v2/catalog/category=6 -2025-02-19 17:07:35;/v2/catalog/category=7 -2025-02-19 17:07:35;/v2/authorization -2025-02-19 17:07:35;/v2/catalog/category=6 -2025-02-19 17:07:35;/v2/catalog/category=7 -2025-02-19 17:07:37;/v2/authorization -2025-02-19 17:07:37;/v2/catalog/category=6 -2025-02-19 17:07:37;/v2/catalog/category=7 -2025-02-19 17:07:37;/v2/authorization -2025-02-19 17:07:37;/v2/authorization -2025-02-19 17:07:37;/v2/authorization -2025-02-19 17:07:37;/v2/authorization -2025-02-19 17:07:38;/v2/catalog/category=6 -2025-02-19 17:07:38;/v2/catalog/category=7 -2025-02-19 17:07:38;/v2/authorization -2025-02-19 17:07:38;/v2/catalog/category=6 -2025-02-19 17:07:38;/v2/catalog/category=7 -2025-02-19 17:07:38;/v2/authorization -2025-02-19 17:07:38;/v2/catalog/category=6 -2025-02-19 17:07:38;/v2/catalog/category=7 -2025-02-19 17:07:39;/v2/authorization -2025-02-19 17:07:39;/v2/catalog/category=6 -2025-02-19 17:07:39;/v2/catalog/category=7 -2025-02-19 17:07:39;/v2/authorization -2025-02-19 17:07:39;/v2/authorization -2025-02-19 17:07:39;/v2/authorization -2025-02-19 17:07:39;/v2/catalog/category=6 -2025-02-19 17:07:40;/v2/catalog/category=7 -2025-02-19 17:07:40;/v2/authorization -2025-02-19 17:07:40;/v2/authorization -2025-02-19 17:07:40;/v2/catalog/category=6 -2025-02-19 17:07:40;/v2/catalog/category=7 -2025-02-19 17:07:40;/v2/authorization -2025-02-19 17:07:40;/v2/catalog/category=6 -2025-02-19 17:07:40;/v2/catalog/category=7 -2025-02-19 17:07:42;/v2/authorization -2025-02-19 17:07:42;/v2/catalog/category=6 -2025-02-19 17:07:42;/v2/catalog/category=7 -2025-02-19 17:07:42;/v2/authorization -2025-02-19 17:07:42;/v2/authorization -2025-02-19 17:07:42;/v2/authorization -2025-02-19 17:07:42;/v2/authorization -2025-02-19 17:07:42;/v2/catalog/category=6 -2025-02-19 17:07:42;/v2/catalog/category=7 -2025-02-19 17:07:42;/v2/authorization -2025-02-19 17:07:43;/v2/catalog/category=6 -2025-02-19 17:07:43;/v2/catalog/category=7 -2025-02-19 17:07:43;/v2/authorization -2025-02-19 17:07:43;/v2/catalog/category=6 -2025-02-19 17:07:43;/v2/catalog/category=7 -2025-02-19 17:07:52;/v2/authorization -2025-02-19 17:07:52;/v2/catalog/category=6 -2025-02-19 17:07:52;/v2/catalog/category=7 -2025-02-19 18:43:36;/v2/authorization -2025-02-19 18:43:36;/v2/catalog/category=6 -2025-02-19 18:43:36;/v2/catalog/category=7 -2025-02-19 18:43:37;/v2/authorization -2025-02-19 18:43:37;/v2/authorization -2025-02-19 18:43:37;/v2/authorization -2025-02-19 18:43:37;/v2/authorization -2025-02-19 18:43:37;/v2/catalog/category=6 -2025-02-19 18:43:37;/v2/catalog/category=7 -2025-02-19 18:43:37;/v2/authorization -2025-02-19 18:43:37;/v2/catalog/category=6 -2025-02-19 18:43:37;/v2/catalog/category=7 -2025-02-19 18:43:37;/v2/authorization -2025-02-19 18:43:37;/v2/catalog/category=6 -2025-02-19 18:43:37;/v2/catalog/category=7 -2025-02-19 18:44:17;/v2/authorization -2025-02-19 18:44:17;/v2/authorization -2025-02-19 18:44:18;/v2/catalog/category=6 -2025-02-19 18:44:18;/v2/catalog/category=7 -2025-02-19 18:44:20;/v2/authorization -2025-02-19 18:44:20;/v2/catalog/category=6 -2025-02-19 18:44:20;/v2/catalog/category=7 -2025-02-19 18:44:49;/v2/authorization -2025-02-19 18:44:49;/v2/catalog/category=6 -2025-02-19 18:44:49;/v2/catalog/category=7 -2025-02-19 18:44:54;/v2/authorization -2025-02-19 18:44:55;/v2/catalog/category=6 -2025-02-19 18:44:55;/v2/catalog/category=7 -2025-02-19 18:44:59;/v2/authorization -2025-02-19 18:44:59;/v2/catalog/category=6 -2025-02-19 18:44:59;/v2/catalog/category=7 -2025-02-19 18:45:06;/v2/authorization -2025-02-19 18:45:06;/v2/catalog/category=6 -2025-02-19 18:45:06;/v2/catalog/category=7 -2025-02-19 18:45:47;/v2/authorization -2025-02-19 18:45:47;/v2/catalog/category=6 -2025-02-19 18:45:47;/v2/catalog/category=7 -2025-02-19 18:46:40;/v2/authorization -2025-02-19 18:46:40;/v2/catalog/category=6 -2025-02-19 18:46:40;/v2/catalog/category=7 -2025-02-19 18:46:43;/v2/authorization -2025-02-19 18:46:43;/v2/catalog/category=6 -2025-02-19 18:46:43;/v2/catalog/category=7 -2025-02-19 18:46:50;/v2/authorization -2025-02-19 18:46:50;/v2/catalog/category=6 -2025-02-19 18:46:50;/v2/catalog/category=7 -2025-02-19 18:47:26;/v2/authorization -2025-02-19 18:47:26;/v2/catalog/category=6 -2025-02-19 18:47:26;/v2/catalog/category=7 -2025-02-19 18:47:29;/v2/authorization -2025-02-19 18:47:29;/v2/catalog/category=6 -2025-02-19 18:47:29;/v2/catalog/category=7 -2025-02-19 18:47:35;/v2/authorization -2025-02-19 18:47:35;/v2/catalog/category=6 -2025-02-19 18:47:36;/v2/catalog/category=7 -2025-02-19 18:47:50;/v2/authorization -2025-02-19 18:47:50;/v2/catalog/category=6 -2025-02-19 18:47:50;/v2/catalog/category=7 -2025-02-19 18:47:56;/v2/authorization -2025-02-19 18:47:56;/v2/catalog/category=6 -2025-02-19 18:47:56;/v2/catalog/category=7 -2025-02-19 18:48:12;/v2/authorization -2025-02-19 18:48:12;/v2/catalog/category=6 -2025-02-19 18:48:13;/v2/catalog/category=7 -2025-02-19 18:48:15;/v2/authorization -2025-02-19 18:48:15;/v2/catalog/category=6 -2025-02-19 18:48:15;/v2/catalog/category=7 -2025-02-19 18:49:39;/v2/authorization -2025-02-19 18:49:39;/v2/catalog/category=6 -2025-02-19 18:49:39;/v2/catalog/category=7 -2025-02-19 18:49:44;/v2/authorization -2025-02-19 18:49:44;/v2/catalog/category=6 -2025-02-19 18:49:44;/v2/catalog/category=7 -2025-02-19 18:49:48;/v2/authorization -2025-02-19 18:49:48;/v2/catalog/category=6 -2025-02-19 18:49:48;/v2/catalog/category=7 -2025-02-19 18:49:52;/v2/authorization -2025-02-19 18:49:52;/v2/catalog/category=6 -2025-02-19 18:49:52;/v2/catalog/category=7 -2025-02-19 18:51:27;/v2/authorization -2025-02-19 18:51:27;/v2/catalog/category=6 -2025-02-19 18:51:27;/v2/catalog/category=7 -2025-02-19 18:51:29;/v2/authorization -2025-02-19 18:51:29;/v2/catalog/category=6 -2025-02-19 18:51:29;/v2/catalog/category=7 -2025-02-19 18:52:25;/v2/authorization -2025-02-19 18:52:25;/v2/catalog/category=6 -2025-02-19 18:52:25;/v2/catalog/category=7 -2025-02-19 18:52:28;/v2/authorization -2025-02-19 18:52:28;/v2/catalog/category=6 -2025-02-19 18:52:28;/v2/catalog/category=7 -2025-02-19 18:52:31;/v2/authorization -2025-02-19 18:52:31;/v2/catalog/category=6 -2025-02-19 18:52:31;/v2/catalog/category=7 -2025-02-19 18:52:36;/v2/authorization -2025-02-19 18:52:36;/v2/catalog/category=6 -2025-02-19 18:52:36;/v2/catalog/category=7 -2025-02-19 18:52:38;/v2/authorization -2025-02-19 18:52:38;/v2/catalog/category=6 -2025-02-19 18:52:38;/v2/catalog/category=7 -2025-02-19 18:52:44;/v2/authorization -2025-02-19 18:52:44;/v2/catalog/category=6 -2025-02-19 18:52:44;/v2/catalog/category=7 -2025-02-19 18:52:48;/v2/authorization -2025-02-19 18:52:48;/v2/catalog/category=6 -2025-02-19 18:52:48;/v2/catalog/category=7 -2025-02-19 18:52:56;/v2/authorization -2025-02-19 18:52:56;/v2/catalog/category=6 -2025-02-19 18:52:56;/v2/catalog/category=7 -2025-02-19 18:53:29;/v2/authorization -2025-02-19 18:53:29;/v2/catalog/category=6 -2025-02-19 18:53:29;/v2/catalog/category=7 -2025-02-19 18:55:09;/v2/authorization -2025-02-19 18:55:09;/v2/catalog/category=6 -2025-02-19 18:55:09;/v2/catalog/category=7 -2025-02-19 18:55:12;/v2/authorization -2025-02-19 18:55:12;/v2/catalog/category=6 -2025-02-19 18:55:12;/v2/catalog/category=7 -2025-02-19 18:55:14;/v2/authorization -2025-02-19 18:55:14;/v2/catalog/category=6 -2025-02-19 18:55:15;/v2/catalog/category=7 -2025-02-19 18:57:09;/v2/authorization -2025-02-19 18:57:09;/v2/catalog/category=6 -2025-02-19 18:57:09;/v2/catalog/category=7 -2025-02-19 18:57:14;/v2/authorization -2025-02-19 18:57:14;/v2/catalog/category=6 -2025-02-19 18:57:14;/v2/catalog/category=7 -2025-02-19 18:57:16;/v2/authorization -2025-02-19 18:57:16;/v2/catalog/category=6 -2025-02-19 18:57:16;/v2/catalog/category=7 -2025-02-19 18:57:21;/v2/authorization -2025-02-19 18:57:21;/v2/catalog/category=6 -2025-02-19 18:57:21;/v2/catalog/category=7 -2025-02-19 18:57:23;/v2/authorization -2025-02-19 18:57:23;/v2/catalog/category=6 -2025-02-19 18:57:23;/v2/catalog/category=7 -2025-02-19 18:57:26;/v2/authorization -2025-02-19 18:57:26;/v2/catalog/category=6 -2025-02-19 18:57:26;/v2/catalog/category=7 -2025-02-19 18:57:32;/v2/authorization -2025-02-19 18:57:32;/v2/catalog/category=6 -2025-02-19 18:57:32;/v2/catalog/category=7 -2025-02-19 18:58:11;/v2/authorization -2025-02-19 18:58:11;/v2/catalog/category=6 -2025-02-19 18:58:11;/v2/catalog/category=7 -2025-02-19 18:58:26;/v2/authorization -2025-02-19 18:58:26;/v2/catalog/category=6 -2025-02-19 18:58:26;/v2/catalog/category=7 -2025-02-19 18:58:30;/v2/authorization -2025-02-19 18:58:30;/v2/catalog/category=6 -2025-02-19 18:58:30;/v2/catalog/category=7 -2025-02-19 18:59:03;/v2/authorization -2025-02-19 18:59:03;/v2/catalog/category=6 -2025-02-19 18:59:03;/v2/catalog/category=7 -2025-02-19 18:59:52;/v2/authorization -2025-02-19 18:59:52;/v2/catalog/category=6 -2025-02-19 18:59:52;/v2/catalog/category=7 -2025-02-19 18:59:54;/v2/authorization -2025-02-19 18:59:54;/v2/catalog/category=6 -2025-02-19 18:59:54;/v2/catalog/category=7 -2025-02-19 18:59:56;/v2/authorization -2025-02-19 18:59:56;/v2/catalog/category=6 -2025-02-19 18:59:56;/v2/catalog/category=7 -2025-02-19 19:00:09;/v2/authorization -2025-02-19 19:00:09;/v2/catalog/category=6 -2025-02-19 19:00:09;/v2/catalog/category=7 -2025-02-19 19:01:09;/v2/authorization -2025-02-19 19:01:09;/v2/catalog/category=6 -2025-02-19 19:01:09;/v2/catalog/category=7 -2025-02-19 19:01:12;/v2/authorization -2025-02-19 19:01:12;/v2/catalog/category=6 -2025-02-19 19:01:12;/v2/catalog/category=7 -2025-02-19 19:01:19;/v2/authorization -2025-02-19 19:01:19;/v2/categories/ -2025-02-19 19:01:20;/v2/catalog/category=2 -2025-02-19 19:01:20;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:01:25;/v2/authorization -2025-02-19 19:01:25;/v2/catalog/product_id=21 -2025-02-19 19:01:25;/v2/products_media/product_id=21 -2025-02-19 19:01:30;/v2/authorization -2025-02-19 19:01:30;/v2/categories/ -2025-02-19 19:01:30;/v2/catalog/category=2 -2025-02-19 19:01:30;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:01:32;/v2/authorization -2025-02-19 19:01:32;/v2/catalog/category=6 -2025-02-19 19:01:32;/v2/catalog/category=7 -2025-02-19 19:01:59;/v2/authorization -2025-02-19 19:01:59;/v2/catalog/category=6 -2025-02-19 19:01:59;/v2/catalog/category=7 -2025-02-19 19:02:02;/v2/authorization -2025-02-19 19:02:02;/v2/catalog/category=6 -2025-02-19 19:02:02;/v2/catalog/category=7 -2025-02-19 19:02:10;/v2/authorization -2025-02-19 19:02:10;/v2/catalog/category=6 -2025-02-19 19:02:10;/v2/catalog/category=7 -2025-02-19 19:03:04;/v2/authorization -2025-02-19 19:03:04;/v2/catalog/category=6 -2025-02-19 19:03:04;/v2/catalog/category=7 -2025-02-19 19:03:15;/v2/authorization -2025-02-19 19:03:15;/v2/catalog/category=6 -2025-02-19 19:03:15;/v2/catalog/category=7 -2025-02-19 19:03:20;/v2/authorization -2025-02-19 19:03:20;/v2/catalog/category=6 -2025-02-19 19:03:20;/v2/catalog/category=7 -2025-02-19 19:03:23;/v2/authorization -2025-02-19 19:03:23;/v2/categories/ -2025-02-19 19:03:23;/v2/catalog/category=2 -2025-02-19 19:03:23;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:03:24;/v2/authorization -2025-02-19 19:03:25;/v2/catalog/product_id=21 -2025-02-19 19:03:25;/v2/products_media/product_id=21 -2025-02-19 19:03:40;/v2/authorization -2025-02-19 19:03:40;/v2/categories/ -2025-02-19 19:03:41;/v2/catalog/category=2 -2025-02-19 19:03:41;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:03:46;/v2/authorization -2025-02-19 19:03:47;/v2/categories/ -2025-02-19 19:03:47;/v2/catalog/category=2 -2025-02-19 19:03:47;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:03:50;/v2/authorization -2025-02-19 19:03:50;/v2/catalog/product_id=28 -2025-02-19 19:03:50;/v2/products_media/product_id=28 -2025-02-19 19:05:42;/v2/authorization -2025-02-19 19:05:42;/v2/catalog/category=6 -2025-02-19 19:05:42;/v2/catalog/category=7 -2025-02-19 19:05:48;/v2/authorization -2025-02-19 19:05:48;/v2/categories/ -2025-02-19 19:05:48;/v2/catalog/category=2 -2025-02-19 19:05:48;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:06:03;/v2/authorization -2025-02-19 19:06:03;/v2/categories/ -2025-02-19 19:06:03;/v2/catalog/category=9 -2025-02-19 19:06:03;/v2/products/category=9&totals=&salesflag=1&status=1 -2025-02-19 19:06:04;/v2/authorization -2025-02-19 19:06:05;/v2/catalog/product_id=test_slug -2025-02-19 19:06:05;/v2/products_media/product_id=1 -2025-02-19 19:07:01;/v2/authorization -2025-02-19 19:07:01;/v2/catalog/category=6 -2025-02-19 19:07:01;/v2/catalog/category=7 -2025-02-19 19:07:05;/v2/authorization -2025-02-19 19:07:05;/v2/catalog/category=6 -2025-02-19 19:07:06;/v2/catalog/category=7 -2025-02-19 19:07:15;/v2/authorization -2025-02-19 19:07:15;/v2/catalog/category=6 -2025-02-19 19:07:15;/v2/catalog/category=7 -2025-02-19 19:07:19;/v2/authorization -2025-02-19 19:07:19;/v2/categories/ -2025-02-19 19:07:19;/v2/catalog/category=2 -2025-02-19 19:07:19;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:08:39;/v2/authorization -2025-02-19 19:08:39;/v2/categories/ -2025-02-19 19:08:39;/v2/catalog/category=2 -2025-02-19 19:08:39;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:08:40;/v2/authorization -2025-02-19 19:08:40;/v2/categories/ -2025-02-19 19:08:40;/v2/catalog/category=2 -2025-02-19 19:08:40;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:08:43;/v2/authorization -2025-02-19 19:08:43;/v2/catalog/product_id=28 -2025-02-19 19:08:43;/v2/products_media/product_id=28 -2025-02-19 19:08:45;/v2/authorization -2025-02-19 19:08:45;/v2/catalog/product_id=28 -2025-02-19 19:08:45;/v2/products_media/product_id=28 -2025-02-19 19:08:45;/v2/shopping_cart/ -2025-02-19 19:08:45;/v2/authorization -2025-02-19 19:08:45;/v2/catalog/category=6 -2025-02-19 19:08:45;/v2/catalog/category=7 -2025-02-19 19:08:50;/v2/authorization -2025-02-19 19:08:50;/v2/catalog/category=6 -2025-02-19 19:08:50;/v2/catalog/category=7 -2025-02-19 19:09:00;/v2/authorization -2025-02-19 19:09:00;/v2/categories/ -2025-02-19 19:09:00;/v2/catalog/category=2 -2025-02-19 19:09:01;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:09:03;/v2/authorization -2025-02-19 19:09:03;/v2/catalog/product_id=22 -2025-02-19 19:09:03;/v2/products_media/product_id=22 -2025-02-19 19:09:05;/v2/authorization -2025-02-19 19:09:06;/v2/catalog/product_id=22 -2025-02-19 19:09:06;/v2/products_media/product_id=22 -2025-02-19 19:09:06;/v2/shopping_cart/ -2025-02-19 19:09:06;/v2/authorization -2025-02-19 19:09:06;/v2/catalog/category=6 -2025-02-19 19:09:06;/v2/catalog/category=7 -2025-02-19 19:09:25;/v2/authorization -2025-02-19 19:09:25;/v2/catalog/category=6 -2025-02-19 19:09:25;/v2/catalog/category=7 -2025-02-19 19:09:27;/v2/authorization -2025-02-19 19:09:27;/v2/categories/ -2025-02-19 19:09:27;/v2/catalog/category=2 -2025-02-19 19:09:27;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:09:31;/v2/authorization -2025-02-19 19:09:31;/v2/catalog/product_id=28 -2025-02-19 19:09:31;/v2/products_media/product_id=28 -2025-02-19 19:09:46;/v2/authorization -2025-02-19 19:09:46;/v2/catalog/product_id=28 -2025-02-19 19:09:46;/v2/products_media/product_id=28 -2025-02-19 19:09:46;/v2/shopping_cart/ -2025-02-19 19:09:46;/v2/authorization -2025-02-19 19:09:47;/v2/catalog/category=6 -2025-02-19 19:09:47;/v2/catalog/category=7 -2025-02-19 19:09:55;/v2/authorization -2025-02-19 19:09:55;/v2/catalog/category=6 -2025-02-19 19:09:55;/v2/catalog/category=7 -2025-02-19 19:09:56;/v2/authorization -2025-02-19 19:09:56;/v2/catalog/category=6 -2025-02-19 19:09:56;/v2/catalog/category=7 -2025-02-19 19:10:06;/v2/authorization -2025-02-19 19:10:06;/v2/categories/ -2025-02-19 19:10:06;/v2/catalog/category=2 -2025-02-19 19:10:06;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:10:08;/v2/authorization -2025-02-19 19:10:08;/v2/catalog/category=6 -2025-02-19 19:10:08;/v2/catalog/category=7 -2025-02-19 19:11:19;/v2/authorization -2025-02-19 19:11:19;/v2/catalog/category=6 -2025-02-19 19:11:19;/v2/catalog/category=7 -2025-02-19 19:11:23;/v2/authorization -2025-02-19 19:11:23;/v2/categories/ -2025-02-19 19:11:23;/v2/catalog/category=2 -2025-02-19 19:11:23;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:11:26;/v2/authorization -2025-02-19 19:11:26;/v2/catalog/category=6 -2025-02-19 19:11:27;/v2/catalog/category=7 -2025-02-19 19:11:29;/v2/authorization -2025-02-19 19:11:29;/v2/catalog/category=6 -2025-02-19 19:11:29;/v2/catalog/category=7 -2025-02-19 19:11:31;/v2/authorization -2025-02-19 19:11:31;/v2/catalog/category=6 -2025-02-19 19:11:31;/v2/catalog/category=7 -2025-02-19 19:12:56;/v2/authorization -2025-02-19 19:12:56;/v2/catalog/category=6 -2025-02-19 19:12:56;/v2/catalog/category=7 -2025-02-19 19:12:57;/v2/authorization -2025-02-19 19:12:57;/v2/catalog/category=6 -2025-02-19 19:12:57;/v2/catalog/category=7 -2025-02-19 19:12:58;/v2/authorization -2025-02-19 19:12:58;/v2/categories/ -2025-02-19 19:12:59;/v2/catalog/category=2 -2025-02-19 19:12:59;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:13:00;/v2/authorization -2025-02-19 19:13:00;/v2/catalog/product_id=28 -2025-02-19 19:13:00;/v2/products_media/product_id=28 -2025-02-19 19:13:01;/v2/authorization -2025-02-19 19:13:01;/v2/catalog/product_id=28 -2025-02-19 19:13:01;/v2/products_media/product_id=28 -2025-02-19 19:13:01;/v2/shopping_cart/ -2025-02-19 19:13:01;/v2/authorization -2025-02-19 19:13:01;/v2/catalog/category=6 -2025-02-19 19:13:01;/v2/catalog/category=7 -2025-02-19 19:13:03;/v2/authorization -2025-02-19 19:13:03;/v2/catalog/category=6 -2025-02-19 19:13:03;/v2/catalog/category=7 -2025-02-19 19:14:25;/v2/authorization -2025-02-19 19:14:25;/v2/catalog/category=6 -2025-02-19 19:14:25;/v2/catalog/category=7 -2025-02-19 19:14:27;/v2/authorization -2025-02-19 19:14:27;/v2/catalog/category=6 -2025-02-19 19:14:27;/v2/catalog/category=7 -2025-02-19 19:15:03;/v2/authorization -2025-02-19 19:15:03;/v2/catalog/category=6 -2025-02-19 19:15:03;/v2/catalog/category=7 -2025-02-19 19:15:05;/v2/authorization -2025-02-19 19:15:05;/v2/catalog/category=6 -2025-02-19 19:15:06;/v2/catalog/category=7 -2025-02-19 19:15:07;/v2/authorization -2025-02-19 19:15:07;/v2/catalog/category=6 -2025-02-19 19:15:07;/v2/catalog/category=7 -2025-02-19 19:15:41;/v2/authorization -2025-02-19 19:15:41;/v2/catalog/category=6 -2025-02-19 19:15:41;/v2/catalog/category=7 -2025-02-19 19:15:43;/v2/authorization -2025-02-19 19:15:43;/v2/catalog/category=6 -2025-02-19 19:15:43;/v2/catalog/category=7 -2025-02-19 19:15:46;/v2/authorization -2025-02-19 19:15:46;/v2/categories/ -2025-02-19 19:15:46;/v2/catalog/category=2 -2025-02-19 19:15:47;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:15:48;/v2/authorization -2025-02-19 19:15:48;/v2/catalog/category=6 -2025-02-19 19:15:48;/v2/catalog/category=7 -2025-02-19 19:15:49;/v2/authorization -2025-02-19 19:15:49;/v2/categories/ -2025-02-19 19:15:49;/v2/catalog/category=2 -2025-02-19 19:15:49;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:15:51;/v2/authorization -2025-02-19 19:15:51;/v2/catalog/category=6 -2025-02-19 19:15:51;/v2/catalog/category=7 -2025-02-19 19:15:57;/v2/authorization -2025-02-19 19:15:57;/v2/categories/ -2025-02-19 19:15:57;/v2/catalog/category=2 -2025-02-19 19:15:57;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:16:00;/v2/authorization -2025-02-19 19:16:00;/v2/catalog/product_id=38 -2025-02-19 19:16:00;/v2/products_media/product_id=38 -2025-02-19 19:16:07;/v2/authorization -2025-02-19 19:16:07;/v2/catalog/category=6 -2025-02-19 19:16:07;/v2/catalog/category=7 -2025-02-19 19:16:09;/v2/authorization -2025-02-19 19:16:09;/v2/catalog/category=6 -2025-02-19 19:16:09;/v2/catalog/category=7 -2025-02-19 19:16:11;/v2/authorization -2025-02-19 19:16:11;/v2/catalog/category=6 -2025-02-19 19:16:11;/v2/catalog/category=7 -2025-02-19 19:16:12;/v2/authorization -2025-02-19 19:16:12;/v2/categories/ -2025-02-19 19:16:12;/v2/catalog/category=2 -2025-02-19 19:16:12;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:16:13;/v2/authorization -2025-02-19 19:16:14;/v2/catalog/category=6 -2025-02-19 19:16:14;/v2/catalog/category=7 -2025-02-19 19:16:15;/v2/authorization -2025-02-19 19:16:15;/v2/categories/ -2025-02-19 19:16:15;/v2/catalog/category=2 -2025-02-19 19:16:15;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:16:19;/v2/authorization -2025-02-19 19:16:19;/v2/catalog/category=6 -2025-02-19 19:16:19;/v2/catalog/category=7 -2025-02-19 19:16:20;/v2/authorization -2025-02-19 19:16:20;/v2/categories/ -2025-02-19 19:16:20;/v2/catalog/category=2 -2025-02-19 19:16:20;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:16:21;/v2/authorization -2025-02-19 19:16:21;/v2/catalog/category=6 -2025-02-19 19:16:21;/v2/catalog/category=7 -2025-02-19 19:16:30;/v2/authorization -2025-02-19 19:16:30;/v2/catalog/category=6 -2025-02-19 19:16:30;/v2/catalog/category=7 -2025-02-19 19:16:46;/v2/authorization -2025-02-19 19:16:46;/v2/catalog/category=6 -2025-02-19 19:16:46;/v2/catalog/category=7 -2025-02-19 19:16:48;/v2/authorization -2025-02-19 19:16:48;/v2/catalog/category=6 -2025-02-19 19:16:48;/v2/catalog/category=7 -2025-02-19 19:16:49;/v2/authorization -2025-02-19 19:16:49;/v2/catalog/category=6 -2025-02-19 19:16:49;/v2/catalog/category=7 -2025-02-19 19:16:54;/v2/authorization -2025-02-19 19:16:54;/v2/catalog/category=6 -2025-02-19 19:16:54;/v2/catalog/category=7 -2025-02-19 19:16:57;/v2/authorization -2025-02-19 19:16:57;/v2/categories/ -2025-02-19 19:16:57;/v2/catalog/category=2 -2025-02-19 19:16:57;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:17:00;/v2/authorization -2025-02-19 19:17:00;/v2/catalog/category=6 -2025-02-19 19:17:00;/v2/catalog/category=7 -2025-02-19 19:17:21;/v2/authorization -2025-02-19 19:17:21;/v2/categories/ -2025-02-19 19:17:21;/v2/catalog/category=2 -2025-02-19 19:17:21;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:17:39;/v2/authorization -2025-02-19 19:17:39;/v2/catalog/category=6 -2025-02-19 19:17:39;/v2/catalog/category=7 -2025-02-19 19:17:44;/v2/authorization -2025-02-19 19:17:44;/v2/catalog/category=6 -2025-02-19 19:17:44;/v2/catalog/category=7 -2025-02-19 19:17:47;/v2/authorization -2025-02-19 19:17:47;/v2/catalog/category=6 -2025-02-19 19:17:47;/v2/catalog/category=7 -2025-02-19 19:17:50;/v2/authorization -2025-02-19 19:17:50;/v2/catalog/category=6 -2025-02-19 19:17:50;/v2/catalog/category=7 -2025-02-19 19:17:52;/v2/authorization -2025-02-19 19:17:52;/v2/catalog/category=6 -2025-02-19 19:17:52;/v2/catalog/category=7 -2025-02-19 19:18:19;/v2/authorization -2025-02-19 19:18:19;/v2/catalog/category=7 -2025-02-19 19:18:39;/v2/authorization -2025-02-19 19:18:39;/v2/catalog/category=7 -2025-02-19 19:18:44;/v2/authorization -2025-02-19 19:18:44;/v2/authorization -2025-02-19 19:18:44;/v2/taxes/ -2025-02-19 19:18:44;/v2/checkout/ -2025-02-19 19:18:44;/v2/shipping/list=methods&country=&price_total=5010.20&weight_total=0.00 -2025-02-19 19:18:55;/v2/authorization -2025-02-19 19:18:55;/v2/taxes/ -2025-02-19 19:18:55;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-19 19:18:55;/v2/checkout/ -2025-02-19 19:18:55;/v2/shipping/list=methods&country=21&price_total=5010.20&weight_total=0.00 -2025-02-19 19:19:04;/v2/authorization -2025-02-19 19:19:04;/v2/categories/ -2025-02-19 19:19:04;/v2/catalog/category=2 -2025-02-19 19:19:04;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:19:05;/v2/authorization -2025-02-19 19:19:05;/v2/catalog/category=6 -2025-02-19 19:19:05;/v2/catalog/category=7 -2025-02-19 19:19:19;/v2/authorization -2025-02-19 19:19:19;/v2/categories/ -2025-02-19 19:19:19;/v2/catalog/category=2 -2025-02-19 19:19:19;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:22:05;/v2/authorization -2025-02-19 19:22:05;/v2/categories/ -2025-02-19 19:22:06;/v2/catalog/category=2 -2025-02-19 19:22:06;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:23:50;/v2/authorization -2025-02-19 19:23:50;/v2/categories/ -2025-02-19 19:23:50;/v2/catalog/category=2 -2025-02-19 19:23:50;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:23:52;/v2/authorization -2025-02-19 19:23:52;/v2/categories/ -2025-02-19 19:23:52;/v2/catalog/category=2 -2025-02-19 19:23:52;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:23:54;/v2/authorization -2025-02-19 19:23:54;/v2/catalog/category=7 -2025-02-19 19:23:57;/v2/authorization -2025-02-19 19:23:57;/v2/catalog/category=7 -2025-02-19 19:25:02;/v2/authorization -2025-02-19 19:25:02;/v2/catalog/category=7 -2025-02-19 19:25:15;/v2/authorization -2025-02-19 19:25:15;/v2/catalog/category=6 -2025-02-19 19:25:15;/v2/catalog/category=7 -2025-02-19 19:25:39;/v2/authorization -2025-02-19 19:25:39;/v2/categories/ -2025-02-19 19:25:39;/v2/catalog/category=2 -2025-02-19 19:25:39;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:27:10;/v2/authorization -2025-02-19 19:27:10;/v2/catalog/category=6 -2025-02-19 19:27:10;/v2/catalog/category=7 -2025-02-19 19:27:39;/v2/authorization -2025-02-19 19:27:40;/v2/catalog/category=6 -2025-02-19 19:27:40;/v2/catalog/category=7 -2025-02-19 19:27:41;/v2/authorization -2025-02-19 19:27:41;/v2/categories/ -2025-02-19 19:27:41;/v2/catalog/category=2 -2025-02-19 19:27:41;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-19 19:27:42;/v2/authorization -2025-02-19 19:27:42;/v2/catalog/category=6 -2025-02-19 19:27:42;/v2/catalog/category=7 -2025-02-19 19:28:35;/v2/authorization -2025-02-19 19:28:35;/v2/authorization -2025-02-19 19:28:35;/v2/catalog/category=6 -2025-02-19 19:28:35;/v2/catalog/category=7 -2025-02-19 20:01:06;/v2/authorization -2025-02-19 20:01:06;/v2/catalog/category=6 -2025-02-19 20:01:06;/v2/catalog/category=7 -2025-02-19 20:05:46;/v2/authorization -2025-02-19 20:05:46;/v2/catalog/category=6 -2025-02-19 20:05:46;/v2/catalog/category=7 -2025-02-19 20:05:51;/v2/authorization -2025-02-19 20:05:51;/v2/categories/ -2025-02-19 20:05:51;/v2/catalog/category=2 -2025-02-19 20:05:51;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 07:10:48;/v2/authorization -2025-02-22 07:10:48;/v2/catalog/category=6 -2025-02-22 07:10:48;/v2/catalog/category=7 -2025-02-22 07:10:59;/v2/authorization -2025-02-22 07:10:59;/v2/catalog/product_id=test_slug -2025-02-22 07:10:59;/v2/products_media/product_id=1 -2025-02-22 07:11:04;/v2/authorization -2025-02-22 07:11:04;/v2/categories/ -2025-02-22 07:11:04;/v2/catalog/category=2 -2025-02-22 07:11:04;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 07:11:14;/v2/authorization -2025-02-22 07:11:14;/v2/catalog/category=6 -2025-02-22 07:11:14;/v2/catalog/category=7 -2025-02-22 07:13:08;/v2/authorization -2025-02-22 07:13:10;/v2/authorization -2025-02-22 07:13:26;/v2/authorization -2025-02-22 07:25:06;/v2/authorization -2025-02-22 09:01:29;/v2/authorization -2025-02-22 09:01:29;/v2/catalog/category=6 -2025-02-22 09:01:30;/v2/catalog/category=7 -2025-02-22 09:01:32;/v2/authorization -2025-02-22 09:01:34;/v2/authorization -2025-02-22 09:01:34;/v2/authorization -2025-02-22 09:09:22;/v2/authorization -2025-02-22 09:09:24;/v2/authorization -2025-02-22 09:09:25;/v2/authorization -2025-02-22 09:09:40;/v2/authorization -2025-02-22 09:18:18;/v2/authorization -2025-02-22 09:20:39;/v2/authorization -2025-02-22 09:20:42;/v2/authorization -2025-02-22 09:20:42;/v2/catalog/category=6 -2025-02-22 09:20:42;/v2/catalog/category=7 -2025-02-22 09:21:05;/v2/authorization -2025-02-22 09:21:06;/v2/authorization -2025-02-22 09:21:06;/v2/authorization -2025-02-22 09:21:06;/v2/catalog/category=6 -2025-02-22 09:21:06;/v2/catalog/category=7 -2025-02-22 09:21:07;/v2/authorization -2025-02-22 09:21:07;/v2/categories/ -2025-02-22 09:21:07;/v2/catalog/category=2 -2025-02-22 09:21:07;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 09:21:10;/v2/authorization -2025-02-22 09:21:56;/v2/authorization -2025-02-22 09:22:08;/v2/authorization -2025-02-22 09:22:08;/v2/categories/ -2025-02-22 09:22:08;/v2/catalog/category=2 -2025-02-22 09:22:08;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 09:22:11;/v2/authorization -2025-02-22 09:22:21;/v2/authorization -2025-02-22 09:22:21;/v2/catalog/category=6 -2025-02-22 09:22:21;/v2/catalog/category=7 -2025-02-22 09:22:24;/v2/authorization -2025-02-22 09:22:24;/v2/authorization -2025-02-22 09:22:24;/v2/catalog/category=6 -2025-02-22 09:22:24;/v2/catalog/category=7 -2025-02-22 14:31:52;/v2/authorization -2025-02-22 14:40:05;/v2/authorization -2025-02-22 14:40:05;/v2/catalog/category=6 -2025-02-22 14:40:05;/v2/catalog/category=7 -2025-02-22 14:41:06;/v2/authorization -2025-02-22 14:41:06;/v2/categories/ -2025-02-22 14:41:06;/v2/catalog/category=2 -2025-02-22 14:41:06;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 14:42:13;/v2/authorization -2025-02-22 14:43:24;/v2/authorization -2025-02-22 14:43:24;/v2/authorization -2025-02-22 14:43:39;/v2/authorization -2025-02-22 14:43:39;/v2/authorization -2025-02-22 14:43:39;/v2/catalog/category=6 -2025-02-22 14:43:39;/v2/catalog/category=7 -2025-02-22 15:50:37;/v2/authorization -2025-02-22 15:50:37;/v2/catalog/category=6 -2025-02-22 15:50:37;/v2/catalog/category=7 -2025-02-22 15:50:39;/v2/authorization -2025-02-22 15:50:39;/v2/catalog/category=6 -2025-02-22 15:50:39;/v2/catalog/category=7 -2025-02-22 15:50:40;/v2/authorization -2025-02-22 15:50:40;/v2/categories/ -2025-02-22 15:50:40;/v2/catalog/category=2 -2025-02-22 15:50:40;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 15:50:41;/v2/authorization -2025-02-22 15:50:41;/v2/authorization -2025-02-22 15:50:41;/v2/authorization -2025-02-22 15:50:41;/v2/catalog/category=6 -2025-02-22 15:50:41;/v2/catalog/category=7 -2025-02-22 15:50:42;/v2/authorization -2025-02-22 15:50:44;/v2/authorization -2025-02-22 15:50:44;/v2/authorization -2025-02-22 15:53:26;/v2/authorization -2025-02-22 15:53:26;/v2/catalog/category=6 -2025-02-22 15:53:26;/v2/catalog/category=7 -2025-02-22 15:53:27;/v2/authorization -2025-02-22 15:53:27;/v2/categories/ -2025-02-22 15:53:27;/v2/catalog/category=2 -2025-02-22 15:53:27;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 15:54:03;/v2/authorization -2025-02-22 15:54:03;/v2/categories/ -2025-02-22 15:54:03;/v2/catalog/category=2 -2025-02-22 15:54:03;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 15:56:04;/v2/authorization -2025-02-22 15:56:04;/v2/categories/ -2025-02-22 15:56:04;/v2/catalog/category=2 -2025-02-22 15:56:04;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 15:56:05;/v2/authorization -2025-02-22 15:56:05;/v2/categories/ -2025-02-22 15:56:05;/v2/catalog/category=2 -2025-02-22 15:56:05;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 15:56:07;/v2/authorization -2025-02-22 15:56:07;/v2/authorization -2025-02-22 15:56:07;/v2/authorization -2025-02-22 15:56:07;/v2/catalog/category=6 -2025-02-22 15:56:07;/v2/catalog/category=7 -2025-02-22 15:58:30;/v2/authorization -2025-02-22 15:58:30;/v2/authorization -2025-02-22 15:58:30;/v2/authorization -2025-02-22 15:58:30;/v2/catalog/category=6 -2025-02-22 15:58:30;/v2/catalog/category=7 -2025-02-22 15:58:32;/v2/authorization -2025-02-22 15:58:32;/v2/catalog/category=6 -2025-02-22 15:58:32;/v2/catalog/category=7 -2025-02-22 16:52:12;/v2/authorization -2025-02-22 16:52:12;/v2/catalog/category=6 -2025-02-22 16:52:12;/v2/catalog/category=7 -2025-02-22 16:52:18;/v2/authorization -2025-02-22 16:52:18;/v2/categories/ -2025-02-22 16:52:18;/v2/catalog/category=2 -2025-02-22 16:52:18;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 17:00:18;/v2/authorization -2025-02-22 17:00:18;/v2/catalog/category=6 -2025-02-22 17:00:18;/v2/catalog/category=7 -2025-02-22 17:00:28;/v2/authorization -2025-02-22 17:00:28;/v2/categories/ -2025-02-22 17:00:28;/v2/catalog/category=2 -2025-02-22 17:00:28;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 17:00:31;/v2/authorization -2025-02-22 17:00:31;/v2/authorization -2025-02-22 17:00:31;/v2/authorization -2025-02-22 17:00:31;/v2/catalog/category=6 -2025-02-22 17:00:31;/v2/catalog/category=7 -2025-02-22 17:02:21;/v2/authorization -2025-02-22 17:15:29;/v2/authorization -2025-02-22 17:15:29;/v2/authorization -2025-02-22 17:15:30;/v2/authorization -2025-02-22 17:15:30;/v2/catalog/category=6 -2025-02-22 17:15:30;/v2/catalog/category=7 -2025-02-22 17:15:32;/v2/authorization -2025-02-22 17:15:37;/v2/authorization -2025-02-22 17:16:39;/v2/authorization -2025-02-22 17:16:40;/v2/authorization -2025-02-22 17:19:52;/v2/authorization -2025-02-22 17:19:52;/v2/authorization -2025-02-22 17:19:52;/v2/authorization -2025-02-22 17:19:52;/v2/catalog/category=6 -2025-02-22 17:19:52;/v2/catalog/category=7 -2025-02-22 17:19:56;/v2/authorization -2025-02-22 17:20:49;/v2/authorization -2025-02-22 17:21:01;/v2/authorization -2025-02-22 17:23:29;/v2/authorization -2025-02-22 17:23:38;/v2/authorization -2025-02-22 17:23:38;/v2/catalog/category=6 -2025-02-22 17:23:38;/v2/catalog/category=7 -2025-02-22 17:23:41;/v2/authorization -2025-02-22 17:24:44;/v2/authorization -2025-02-22 17:24:44;/v2/catalog/category=6 -2025-02-22 17:24:44;/v2/catalog/category=7 -2025-02-22 17:24:47;/v2/authorization -2025-02-22 17:24:47;/v2/catalog/category=6 -2025-02-22 17:24:47;/v2/catalog/category=7 -2025-02-22 17:24:57;/v2/authorization -2025-02-22 17:24:57;/v2/categories/ -2025-02-22 17:24:57;/v2/catalog/category=2 -2025-02-22 17:24:57;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 17:25:02;/v2/authorization -2025-02-22 17:25:06;/v2/authorization -2025-02-22 17:25:15;/v2/authorization -2025-02-22 17:25:15;/v2/categories/ -2025-02-22 17:25:16;/v2/catalog/category=2 -2025-02-22 17:25:16;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 17:26:19;/v2/authorization -2025-02-22 17:26:23;/v2/authorization -2025-02-22 17:26:23;/v2/categories/ -2025-02-22 17:26:23;/v2/catalog/category=2 -2025-02-22 17:26:23;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 17:26:24;/v2/authorization -2025-02-22 17:26:24;/v2/catalog/category=6 -2025-02-22 17:26:24;/v2/catalog/category=7 -2025-02-22 17:26:40;/v2/authorization -2025-02-22 17:26:40;/v2/catalog/category=6 -2025-02-22 17:26:40;/v2/catalog/category=7 -2025-02-22 17:26:53;/v2/authorization -2025-02-22 17:26:53;/v2/catalog/category=6 -2025-02-22 17:26:53;/v2/catalog/category=7 -2025-02-22 17:27:22;/v2/authorization -2025-02-22 17:27:22;/v2/catalog/category=6 -2025-02-22 17:27:22;/v2/catalog/category=7 -2025-02-22 17:28:20;/v2/authorization -2025-02-22 17:28:20;/v2/catalog/category=6 -2025-02-22 17:28:20;/v2/catalog/category=7 -2025-02-22 17:29:41;/v2/authorization -2025-02-22 17:29:41;/v2/catalog/category=6 -2025-02-22 17:29:41;/v2/catalog/category=7 -2025-02-22 17:32:12;/v2/authorization -2025-02-22 17:32:12;/v2/catalog/category=6 -2025-02-22 17:32:12;/v2/catalog/category=7 -2025-02-22 17:33:26;/v2/authorization -2025-02-22 17:33:26;/v2/catalog/category=6 -2025-02-22 17:33:26;/v2/catalog/category=7 -2025-02-22 19:02:59;/v2/authorization -2025-02-22 19:03:04;/v2/authorization -2025-02-22 19:03:07;/v2/authorization -2025-02-22 19:03:07;/v2/authorization -2025-02-22 19:08:57;/v2/authorization -2025-02-22 19:08:57;/v2/catalog/category=6 -2025-02-22 19:08:57;/v2/catalog/category=7 -2025-02-22 19:09:42;/v2/authorization -2025-02-22 19:09:42;/v2/catalog/category=6 -2025-02-22 19:09:42;/v2/catalog/category=7 -2025-02-22 19:09:46;/v2/authorization -2025-02-22 19:09:47;/v2/authorization -2025-02-22 19:09:47;/v2/authorization -2025-02-22 19:09:47;/v2/catalog/category=6 -2025-02-22 19:09:47;/v2/catalog/category=7 -2025-02-22 19:09:54;/v2/authorization -2025-02-22 19:09:54;/v2/catalog/category=6 -2025-02-22 19:09:54;/v2/catalog/category=7 -2025-02-22 19:10:05;/v2/authorization -2025-02-22 19:10:05;/v2/catalog/category=6 -2025-02-22 19:10:05;/v2/catalog/category=7 -2025-02-22 19:11:24;/v2/authorization -2025-02-22 19:11:24;/v2/catalog/category=6 -2025-02-22 19:11:24;/v2/catalog/category=7 -2025-02-22 19:18:06;/v2/authorization -2025-02-22 19:18:06;/v2/categories/ -2025-02-22 19:18:07;/v2/catalog/category=2 -2025-02-22 19:18:07;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 19:18:09;/v2/authorization -2025-02-22 19:18:10;/v2/authorization -2025-02-22 19:18:10;/v2/authorization -2025-02-22 19:18:10;/v2/catalog/category=6 -2025-02-22 19:18:10;/v2/catalog/category=7 -2025-02-22 19:23:42;/v2/authorization -2025-02-22 19:23:43;/v2/catalog/category=6 -2025-02-22 19:23:43;/v2/catalog/category=7 -2025-02-22 19:23:45;/v2/authorization -2025-02-22 19:23:45;/v2/categories/ -2025-02-22 19:23:46;/v2/catalog/category=2 -2025-02-22 19:23:46;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 22:46:41;/v2/authorization -2025-02-22 22:46:41;/v2/catalog/category=6 -2025-02-22 22:46:41;/v2/catalog/category=7 -2025-02-22 22:46:46;/v2/authorization -2025-02-22 22:46:46;/v2/catalog/category=6 -2025-02-22 22:46:46;/v2/catalog/category=7 -2025-02-22 22:48:38;/v2/authorization -2025-02-22 22:48:38;/v2/categories/ -2025-02-22 22:48:38;/v2/catalog/category=2 -2025-02-22 22:48:38;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-22 22:49:15;/v2/authorization -2025-02-22 23:44:45;/v2/authorization -2025-02-22 23:46:06;/v2/authorization -2025-02-23 00:34:00;/v2/authorization -2025-02-23 00:34:00;/v2/catalog/category=6 -2025-02-23 00:34:00;/v2/catalog/category=7 -2025-02-23 00:36:22;/v2/authorization -2025-02-23 00:36:22;/v2/catalog/category=6 -2025-02-23 00:36:22;/v2/catalog/category=7 -2025-02-23 00:38:57;/v2/authorization -2025-02-23 00:39:04;/v2/authorization -2025-02-23 00:39:04;/v2/consumer_identity/ -2025-02-23 15:25:54;/v2/authorization -2025-02-23 15:25:54;/v2/categories/ -2025-02-23 15:25:55;/v2/catalog/category=2 -2025-02-23 15:25:55;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-23 15:25:58;/v2/authorization -2025-02-23 15:26:12;/v2/authorization -2025-02-23 15:26:12;/v2/identity/email=paul@veliti.nl -2025-02-23 15:26:12;/v2/identity/ -2025-02-23 15:33:03;/v2/authorization -2025-02-23 15:33:03;/v2/identity/email=paul@veliti.nl -2025-02-23 15:33:03;/v2/identity/ -2025-02-23 15:33:34;/v2/authorization -2025-02-23 15:33:34;/v2/identity/email=paul@veliti.nl -2025-02-23 15:33:34;/v2/identity/ -2025-02-23 15:34:34;/v2/authorization -2025-02-23 15:34:34;/v2/identity/email=paul@veliti.nl -2025-02-23 15:34:34;/v2/identity/ -2025-02-23 15:34:35;/v2/authorization -2025-02-23 15:34:35;/v2/identity/email=paul@veliti.nl -2025-02-23 15:34:35;/v2/identity/ -2025-02-23 15:47:12;/v2/authorization -2025-02-23 15:47:14;/v2/authorization -2025-02-23 15:47:14;/v2/identity/email=paul@veliti.nl -2025-02-23 15:47:14;/v2/identity/ -2025-02-23 15:54:25;/v2/authorization -2025-02-23 15:54:28;/v2/authorization -2025-02-23 15:54:28;/v2/identity/email=paul@veliti.nl -2025-02-23 15:54:28;/v2/identity/ -2025-02-23 15:59:20;/v2/authorization -2025-02-23 15:59:20;/v2/catalog/category=6 -2025-02-23 15:59:20;/v2/catalog/category=7 -2025-02-23 18:58:35;/v2/authorization -2025-02-23 18:58:35;/v2/catalog/category=6 -2025-02-23 18:58:35;/v2/catalog/category=7 -2025-02-23 18:58:40;/v2/authorization -2025-02-23 18:58:44;/v2/authorization -2025-02-23 18:58:44;/v2/identity/email=paul@veliti.nl -2025-02-23 18:58:45;/v2/identity/ -2025-02-23 19:07:52;/v2/authorization -2025-02-23 19:07:55;/v2/authorization -2025-02-23 19:07:55;/v2/identity/email=paul@veliti.nl -2025-02-23 19:07:55;/v2/identity/ -2025-02-23 19:15:07;/v2/authorization -2025-02-23 19:15:09;/v2/authorization -2025-02-23 19:15:09;/v2/catalog/category=6 -2025-02-23 19:15:09;/v2/catalog/category=7 -2025-02-23 19:15:11;/v2/authorization -2025-02-24 10:24:57;/v2/authorization -2025-02-24 10:24:58;/v2/catalog/category=6 -2025-02-24 10:24:58;/v2/catalog/category=7 -2025-02-24 10:25:00;/v2/authorization -2025-02-24 10:25:03;/v2/authorization -2025-02-24 10:25:03;/v2/identity/ -2025-02-24 12:11:02;/v2/authorization -2025-02-24 12:11:02;/v2/catalog/category=6 -2025-02-24 12:11:03;/v2/catalog/category=7 -2025-02-24 14:38:27;/v2/authorization -2025-02-24 14:38:27;/v2/catalog/category=6 -2025-02-24 14:38:27;/v2/catalog/category=7 -2025-02-24 14:38:29;/v2/authorization -2025-02-24 14:38:31;/v2/authorization -2025-02-24 14:38:31;/v2/identity/email=paul@veliti.nl -2025-02-24 14:38:32;/v2/identity/ -2025-02-24 14:40:53;/v2/authorization -2025-02-24 14:40:53;/v2/authorization -2025-02-24 14:40:53;/v2/catalog/category=6 -2025-02-24 14:40:53;/v2/catalog/category=7 -2025-02-24 14:44:24;/v2/authorization -2025-02-24 14:44:26;/v2/authorization -2025-02-24 14:44:26;/v2/catalog/category=6 -2025-02-24 14:44:26;/v2/catalog/category=7 -2025-02-24 14:44:29;/v2/authorization -2025-02-24 14:44:31;/v2/authorization -2025-02-24 14:44:31;/v2/identity/email=paul@veliti.nl -2025-02-24 14:44:31;/v2/identity/ -2025-02-24 14:44:52;/v2/authorization -2025-02-24 14:45:07;/v2/authorization -2025-02-24 14:46:41;/v2/authorization -2025-02-24 14:46:44;/v2/authorization -2025-02-24 14:46:49;/v2/authorization -2025-02-24 14:46:51;/v2/authorization -2025-02-24 14:47:19;/v2/authorization -2025-02-24 14:47:26;/v2/authorization -2025-02-24 14:47:29;/v2/authorization -2025-02-24 14:48:16;/v2/authorization -2025-02-24 14:49:14;/v2/authorization -2025-02-24 14:49:14;/v2/identity/userkey =139fc9e0dfcfdd346bd4b9493b160b39f58716ee1cdcc59021&isverified=0 -2025-02-24 14:49:14;/v2/identity/ -2025-02-24 14:51:05;/v2/authorization -2025-02-24 14:51:05;/v2/identity/userkey =139fc9e0dfcfdd346bd4b9493b160b39f58716ee1cdcc59021&isverified=0 -2025-02-24 14:51:05;/v2/identity/ -2025-02-24 15:00:12;/v2/authorization -2025-02-24 15:00:36;/v2/authorization -2025-02-24 15:00:36;/v2/identity/userkey=d6d910220adc0c2e1211cbc29c175c94d179b3d31cbc6ee84d&isverified=0 -2025-02-24 15:00:36;/v2/identity/ -2025-02-24 15:02:10;/v2/authorization -2025-02-24 15:02:10;/v2/identity/userkey=1f88b376be3db9a966d1b4e15c2b2e1cb85f2b61ee0b621ff6&isverified=0 -2025-02-24 15:02:10;/v2/identity/ -2025-02-24 15:02:10;/v2/authorization -2025-02-24 15:02:34;/v2/authorization -2025-02-24 15:02:34;/v2/authorization -2025-02-24 15:02:34;/v2/catalog/category=6 -2025-02-24 15:02:34;/v2/catalog/category=7 -2025-02-24 15:02:50;/v2/authorization -2025-02-24 15:02:51;/v2/authorization -2025-02-24 15:02:51;/v2/identity/ -2025-02-24 15:02:51;/v2/authorization -2025-02-24 15:04:10;/v2/authorization -2025-02-24 15:04:12;/v2/authorization -2025-02-24 15:04:12;/v2/catalog/category=6 -2025-02-24 15:04:12;/v2/catalog/category=7 -2025-02-24 15:04:15;/v2/authorization -2025-02-24 15:04:15;/v2/catalog/category=6 -2025-02-24 15:04:16;/v2/catalog/category=7 -2025-02-24 15:06:36;/v2/authorization -2025-02-24 15:06:37;/v2/catalog/category=6 -2025-02-24 15:06:37;/v2/catalog/category=7 -2025-02-24 15:06:39;/v2/authorization -2025-02-24 15:06:40;/v2/catalog/category=6 -2025-02-24 15:06:40;/v2/catalog/category=7 -2025-02-24 15:06:44;/v2/authorization -2025-02-24 15:06:44;/v2/catalog/category=6 -2025-02-24 15:06:44;/v2/catalog/category=7 -2025-02-24 15:06:46;/v2/authorization -2025-02-24 15:06:46;/v2/authorization -2025-02-24 15:06:46;/v2/catalog/category=6 -2025-02-24 15:06:46;/v2/catalog/category=7 -2025-02-24 15:06:48;/v2/authorization -2025-02-24 15:06:50;/v2/authorization -2025-02-24 15:06:50;/v2/identity/ -2025-02-24 15:06:50;/v2/authorization -2025-02-24 15:06:52;/v2/authorization -2025-02-24 15:06:52;/v2/catalog/category=6 -2025-02-24 15:06:52;/v2/catalog/category=7 -2025-02-24 15:07:27;/v2/authorization -2025-02-24 15:07:28;/v2/catalog/category=6 -2025-02-24 15:07:28;/v2/catalog/category=7 -2025-02-24 15:07:42;/v2/authorization -2025-02-24 15:07:42;/v2/catalog/category=6 -2025-02-24 15:07:42;/v2/catalog/category=7 -2025-02-24 15:07:45;/v2/authorization -2025-02-24 15:07:45;/v2/catalog/category=6 -2025-02-24 15:07:45;/v2/catalog/category=7 -2025-02-24 15:10:42;/v2/authorization -2025-02-24 15:10:42;/v2/catalog/category=6 -2025-02-24 15:10:43;/v2/catalog/category=7 -2025-02-24 15:10:44;/v2/authorization -2025-02-24 15:10:44;/v2/catalog/category=6 -2025-02-24 15:10:45;/v2/catalog/category=7 -2025-02-24 15:10:56;/v2/authorization -2025-02-24 15:10:57;/v2/authorization -2025-02-24 15:10:57;/v2/identity/ -2025-02-24 15:10:57;/v2/authorization -2025-02-24 15:10:59;/v2/authorization -2025-02-24 15:10:59;/v2/catalog/category=6 -2025-02-24 15:10:59;/v2/catalog/category=7 -2025-02-24 15:11:08;/v2/authorization -2025-02-24 15:11:08;/v2/catalog/category=6 -2025-02-24 15:11:08;/v2/catalog/category=7 -2025-02-24 15:11:25;/v2/authorization -2025-02-24 15:11:25;/v2/catalog/category=6 -2025-02-24 15:11:25;/v2/catalog/category=7 -2025-02-24 15:14:54;/v2/authorization -2025-02-24 15:14:54;/v2/catalog/category=6 -2025-02-24 15:14:54;/v2/catalog/category=7 -2025-02-24 15:14:58;/v2/authorization -2025-02-24 15:14:59;/v2/authorization -2025-02-24 15:14:59;/v2/identity/ -2025-02-24 15:14:59;/v2/authorization -2025-02-24 15:15:03;/v2/authorization -2025-02-24 15:15:03;/v2/catalog/category=6 -2025-02-24 15:15:03;/v2/catalog/category=7 -2025-02-24 15:15:49;/v2/authorization -2025-02-24 15:15:50;/v2/catalog/category=6 -2025-02-24 15:15:50;/v2/catalog/category=7 -2025-02-24 15:15:53;/v2/authorization -2025-02-24 15:15:53;/v2/authorization -2025-02-24 15:15:53;/v2/catalog/category=6 -2025-02-24 15:15:53;/v2/catalog/category=7 -2025-02-24 15:15:54;/v2/authorization -2025-02-24 15:15:56;/v2/authorization -2025-02-24 15:15:56;/v2/identity/ -2025-02-24 15:15:56;/v2/authorization -2025-02-24 15:16:27;/v2/authorization -2025-02-24 15:16:36;/v2/authorization -2025-02-24 15:16:36;/v2/catalog/category=6 -2025-02-24 15:16:36;/v2/catalog/category=7 -2025-02-24 15:16:38;/v2/authorization -2025-02-24 15:16:40;/v2/authorization -2025-02-24 15:16:40;/v2/identity/ -2025-02-24 15:16:40;/v2/authorization -2025-02-24 15:16:57;/v2/authorization -2025-02-24 15:17:00;/v2/authorization -2025-02-24 15:17:01;/v2/authorization -2025-02-24 15:17:01;/v2/catalog/category=6 -2025-02-24 15:17:01;/v2/catalog/category=7 -2025-02-24 15:17:02;/v2/authorization -2025-02-24 15:17:05;/v2/authorization -2025-02-24 15:17:05;/v2/identity/ -2025-02-24 15:17:05;/v2/authorization -2025-02-24 15:18:50;/v2/authorization -2025-02-24 15:18:50;/v2/authorization -2025-02-24 15:18:51;/v2/catalog/category=6 -2025-02-24 15:18:51;/v2/catalog/category=7 -2025-02-24 15:18:52;/v2/authorization -2025-02-24 15:18:53;/v2/authorization -2025-02-24 15:18:54;/v2/identity/ -2025-02-24 15:18:54;/v2/authorization -2025-02-24 15:19:51;/v2/authorization -2025-02-24 15:19:55;/v2/authorization -2025-02-24 15:19:55;/v2/authorization -2025-02-24 15:19:55;/v2/catalog/category=6 -2025-02-24 15:19:55;/v2/catalog/category=7 -2025-02-24 15:19:57;/v2/authorization -2025-02-24 15:19:58;/v2/authorization -2025-02-24 15:19:58;/v2/identity/ -2025-02-24 15:22:49;/v2/authorization -2025-02-24 15:22:52;/v2/authorization -2025-02-24 15:22:52;/v2/authorization -2025-02-24 15:22:52;/v2/catalog/category=6 -2025-02-24 15:22:52;/v2/catalog/category=7 -2025-02-24 15:22:54;/v2/authorization -2025-02-24 15:22:56;/v2/authorization -2025-02-24 15:22:56;/v2/identity/ -2025-02-24 15:23:47;/v2/authorization -2025-02-24 15:24:25;/v2/authorization -2025-02-24 15:24:25;/v2/authorization -2025-02-24 15:24:25;/v2/catalog/category=6 -2025-02-24 15:24:25;/v2/catalog/category=7 -2025-02-24 15:24:27;/v2/authorization -2025-02-24 15:24:29;/v2/authorization -2025-02-24 15:24:29;/v2/identity/ -2025-02-24 15:24:29;/v2/authorization -2025-02-24 15:24:31;/v2/authorization -2025-02-24 15:24:31;/v2/catalog/category=6 -2025-02-24 15:24:31;/v2/catalog/category=7 -2025-02-24 15:25:32;/v2/authorization -2025-02-24 15:25:32;/v2/catalog/category=6 -2025-02-24 15:25:32;/v2/catalog/category=7 -2025-02-24 15:26:06;/v2/authorization -2025-02-24 15:33:36;/v2/authorization -2025-02-24 15:33:36;/v2/catalog/category=6 -2025-02-24 15:33:36;/v2/catalog/category=7 -2025-02-24 16:14:59;/v2/authorization -2025-02-24 16:14:59;/v2/catalog/category=6 -2025-02-24 16:15:00;/v2/catalog/category=7 -2025-02-24 16:15:05;/v2/authorization -2025-02-24 16:15:07;/v2/authorization -2025-02-24 16:15:07;/v2/catalog/category=6 -2025-02-24 16:15:07;/v2/catalog/category=7 -2025-02-24 16:15:08;/v2/authorization -2025-02-24 16:15:08;/v2/categories/ -2025-02-24 16:15:08;/v2/catalog/category=2 -2025-02-24 16:15:08;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-24 16:15:13;/v2/authorization -2025-02-24 16:15:13;/v2/catalog/category=6 -2025-02-24 16:15:13;/v2/catalog/category=7 -2025-02-24 16:26:13;/v2/authorization -2025-02-24 16:26:13;/v2/catalog/category=6 -2025-02-24 16:26:13;/v2/catalog/category=7 -2025-02-24 16:26:16;/v2/authorization -2025-02-24 16:26:17;/v2/authorization -2025-02-24 16:26:17;/v2/identity/ -2025-02-24 16:26:18;/v2/authorization -2025-02-24 16:41:28;/v2/authorization -2025-02-24 16:41:28;/v2/catalog/category=6 -2025-02-24 16:41:28;/v2/catalog/category=7 -2025-02-24 16:41:33;/v2/authorization -2025-02-24 16:41:33;/v2/authorization -2025-02-24 16:41:33;/v2/catalog/category=6 -2025-02-24 16:41:33;/v2/catalog/category=7 -2025-02-24 16:41:34;/v2/authorization -2025-02-24 16:41:34;/v2/catalog/category=6 -2025-02-24 16:41:34;/v2/catalog/category=7 -2025-02-24 16:41:38;/v2/authorization -2025-02-24 16:41:38;/v2/catalog/category=6 -2025-02-24 16:41:38;/v2/catalog/category=7 -2025-02-24 19:49:10;/v2/authorization -2025-02-24 19:49:10;/v2/catalog/category=6 -2025-02-24 19:49:10;/v2/catalog/category=7 -2025-02-25 11:56:10;/v2/authorization -2025-02-25 11:56:10;/v2/catalog/category=6 -2025-02-25 11:56:10;/v2/catalog/category=7 -2025-02-25 11:56:16;/v2/authorization -2025-02-25 11:56:16;/v2/categories/ -2025-02-25 11:56:16;/v2/catalog/category=2 -2025-02-25 11:56:16;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-25 11:56:24;/v2/authorization -2025-02-25 11:56:24;/v2/categories/ -2025-02-25 11:56:24;/v2/catalog/ -2025-02-25 11:56:24;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 11:56:39;/v2/authorization -2025-02-25 11:56:39;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 11:56:39;/v2/products_media/product_id=57 -2025-02-25 11:57:36;/v2/authorization -2025-02-25 11:57:36;/v2/catalog/category=6 -2025-02-25 11:57:37;/v2/catalog/category=7 -2025-02-25 11:57:39;/v2/authorization -2025-02-25 11:57:39;/v2/categories/ -2025-02-25 11:57:39;/v2/catalog/category=2 -2025-02-25 11:57:39;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-25 11:57:48;/v2/authorization -2025-02-25 11:57:50;/v2/authorization -2025-02-25 11:57:50;/v2/identity/ -2025-02-25 11:57:50;/v2/authorization -2025-02-25 11:58:13;/v2/authorization -2025-02-25 11:58:13;/v2/categories/ -2025-02-25 11:58:14;/v2/catalog/category=2 -2025-02-25 11:58:14;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-25 11:58:15;/v2/authorization -2025-02-25 11:58:16;/v2/categories/ -2025-02-25 11:58:16;/v2/catalog/category=2 -2025-02-25 11:58:16;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-02-25 11:58:17;/v2/authorization -2025-02-25 11:58:17;/v2/catalog/category=6 -2025-02-25 11:58:17;/v2/catalog/category=7 -2025-02-25 11:58:18;/v2/authorization -2025-02-25 11:58:18;/v2/categories/ -2025-02-25 11:58:18;/v2/catalog/ -2025-02-25 11:58:18;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 11:58:25;/v2/authorization -2025-02-25 11:58:25;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 11:58:25;/v2/products_media/product_id=57 -2025-02-25 11:59:02;/v2/authorization -2025-02-25 11:59:02;/v2/categories/ -2025-02-25 11:59:02;/v2/catalog/ -2025-02-25 11:59:02;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 11:59:25;/v2/authorization -2025-02-25 11:59:25;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 11:59:25;/v2/products_media/product_id=57 -2025-02-25 11:59:29;/v2/authorization -2025-02-25 11:59:29;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 11:59:29;/v2/products_media/product_id=57 -2025-02-25 11:59:29;/v2/shopping_cart/ -2025-02-25 11:59:30;/v2/authorization -2025-02-25 11:59:30;/v2/catalog/category=7 -2025-02-25 11:59:37;/v2/authorization -2025-02-25 11:59:37;/v2/categories/ -2025-02-25 11:59:37;/v2/catalog/ -2025-02-25 11:59:37;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 11:59:38;/v2/authorization -2025-02-25 11:59:38;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 11:59:38;/v2/products_media/product_id=57 -2025-02-25 11:59:43;/v2/authorization -2025-02-25 11:59:43;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 11:59:43;/v2/products_media/product_id=57 -2025-02-25 11:59:43;/v2/shopping_cart/ -2025-02-25 11:59:43;/v2/authorization -2025-02-25 11:59:43;/v2/catalog/category=7 -2025-02-25 11:59:49;/v2/authorization -2025-02-25 11:59:49;/v2/catalog/category=7 -2025-02-25 11:59:52;/v2/authorization -2025-02-25 11:59:52;/v2/categories/ -2025-02-25 11:59:52;/v2/catalog/ -2025-02-25 11:59:52;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 12:00:03;/v2/authorization -2025-02-25 12:00:03;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:00:03;/v2/products_media/product_id=57 -2025-02-25 12:25:15;/v2/authorization -2025-02-25 12:25:15;/v2/catalog/category=6 -2025-02-25 12:25:15;/v2/catalog/category=7 -2025-02-25 12:25:19;/v2/authorization -2025-02-25 12:25:19;/v2/categories/ -2025-02-25 12:25:19;/v2/catalog/ -2025-02-25 12:25:19;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 12:25:23;/v2/authorization -2025-02-25 12:25:23;/v2/catalog/product_id=test_slug -2025-02-25 12:25:23;/v2/products_media/product_id=1 -2025-02-25 12:26:00;/v2/authorization -2025-02-25 12:26:00;/v2/catalog/product_id=test_slug -2025-02-25 12:26:01;/v2/authorization -2025-02-25 12:26:01;/v2/categories/ -2025-02-25 12:26:01;/v2/catalog/ -2025-02-25 12:26:01;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 12:26:04;/v2/authorization -2025-02-25 12:26:04;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:26:04;/v2/products_media/product_id=57 -2025-02-25 12:48:26;/v2/authorization -2025-02-25 12:48:27;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:48:27;/v2/products_media/product_id=57 -2025-02-25 12:49:09;/v2/authorization -2025-02-25 12:49:09;/v2/catalog/category=7 -2025-02-25 12:49:11;/v2/authorization -2025-02-25 12:49:11;/v2/categories/ -2025-02-25 12:49:11;/v2/catalog/ -2025-02-25 12:49:11;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 12:49:13;/v2/authorization -2025-02-25 12:49:13;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:49:13;/v2/products_media/product_id=57 -2025-02-25 12:53:38;/v2/authorization -2025-02-25 12:53:39;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:53:39;/v2/products_media/product_id=57 -2025-02-25 12:57:04;/v2/authorization -2025-02-25 12:57:04;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:57:04;/v2/products_media/product_id=57 -2025-02-25 12:58:54;/v2/authorization -2025-02-25 12:58:54;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 12:58:54;/v2/products_media/product_id=57 -2025-02-25 12:58:54;/v2/shopping_cart/ -2025-02-25 12:58:54;/v2/authorization -2025-02-25 12:58:54;/v2/catalog/category=7 -2025-02-25 12:59:03;/v2/authorization -2025-02-25 12:59:03;/v2/authorization -2025-02-25 12:59:03;/v2/catalog/category=7 -2025-02-25 13:01:11;/v2/authorization -2025-02-25 13:01:11;/v2/categories/ -2025-02-25 13:01:11;/v2/catalog/ -2025-02-25 13:01:11;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:01:13;/v2/authorization -2025-02-25 13:01:13;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:01:13;/v2/products_media/product_id=57 -2025-02-25 13:03:19;/v2/authorization -2025-02-25 13:03:19;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:03:19;/v2/products_media/product_id=57 -2025-02-25 13:05:25;/v2/authorization -2025-02-25 13:05:25;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:05:25;/v2/products_media/product_id=57 -2025-02-25 13:06:25;/v2/authorization -2025-02-25 13:06:25;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:06:25;/v2/products_media/product_id=57 -2025-02-25 13:07:19;/v2/authorization -2025-02-25 13:07:19;/v2/categories/ -2025-02-25 13:07:19;/v2/catalog/ -2025-02-25 13:07:19;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:07:40;/v2/authorization -2025-02-25 13:07:40;/v2/categories/ -2025-02-25 13:07:40;/v2/catalog/ -2025-02-25 13:07:40;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:07:43;/v2/authorization -2025-02-25 13:07:43;/v2/categories/ -2025-02-25 13:07:43;/v2/catalog/ -2025-02-25 13:07:43;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:08:17;/v2/authorization -2025-02-25 13:08:17;/v2/categories/ -2025-02-25 13:08:17;/v2/catalog/ -2025-02-25 13:08:17;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:08:19;/v2/authorization -2025-02-25 13:08:19;/v2/categories/ -2025-02-25 13:08:19;/v2/catalog/ -2025-02-25 13:08:19;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:08:21;/v2/authorization -2025-02-25 13:08:21;/v2/categories/ -2025-02-25 13:08:21;/v2/catalog/ -2025-02-25 13:08:21;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:08:23;/v2/authorization -2025-02-25 13:08:23;/v2/categories/ -2025-02-25 13:08:23;/v2/catalog/ -2025-02-25 13:08:23;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:18:40;/v2/authorization -2025-02-25 13:18:40;/v2/categories/ -2025-02-25 13:18:40;/v2/catalog/ -2025-02-25 13:18:40;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:18:42;/v2/authorization -2025-02-25 13:18:42;/v2/categories/ -2025-02-25 13:18:42;/v2/catalog/ -2025-02-25 13:18:42;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:18:59;/v2/authorization -2025-02-25 13:18:59;/v2/categories/ -2025-02-25 13:18:59;/v2/catalog/ -2025-02-25 13:18:59;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:19:27;/v2/authorization -2025-02-25 13:19:27;/v2/categories/ -2025-02-25 13:19:27;/v2/catalog/ -2025-02-25 13:19:27;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:20:04;/v2/authorization -2025-02-25 13:20:04;/v2/categories/ -2025-02-25 13:20:04;/v2/catalog/ -2025-02-25 13:20:04;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:20:29;/v2/authorization -2025-02-25 13:20:29;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:20:29;/v2/products_media/product_id=57 -2025-02-25 13:30:55;/v2/authorization -2025-02-25 13:30:55;/v2/categories/ -2025-02-25 13:30:55;/v2/catalog/ -2025-02-25 13:30:55;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:30:57;/v2/authorization -2025-02-25 13:30:57;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:30:57;/v2/products_media/product_id=57 -2025-02-25 13:31:11;/v2/authorization -2025-02-25 13:31:11;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:31:11;/v2/products_media/product_id=57 -2025-02-25 13:31:11;/v2/shopping_cart/ -2025-02-25 13:31:12;/v2/authorization -2025-02-25 13:31:12;/v2/catalog/category=7 -2025-02-25 13:32:26;/v2/authorization -2025-02-25 13:32:26;/v2/categories/ -2025-02-25 13:32:27;/v2/catalog/ -2025-02-25 13:32:27;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:32:29;/v2/authorization -2025-02-25 13:32:29;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:32:29;/v2/products_media/product_id=57 -2025-02-25 13:33:39;/v2/authorization -2025-02-25 13:33:39;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:33:39;/v2/products_media/product_id=57 -2025-02-25 13:33:49;/v2/authorization -2025-02-25 13:33:49;/v2/categories/ -2025-02-25 13:33:49;/v2/catalog/ -2025-02-25 13:33:49;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 13:33:51;/v2/authorization -2025-02-25 13:33:51;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:33:51;/v2/products_media/product_id=57 -2025-02-25 13:34:03;/v2/authorization -2025-02-25 13:34:03;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 13:34:03;/v2/products_media/product_id=57 -2025-02-25 13:34:03;/v2/shopping_cart/ -2025-02-25 13:34:03;/v2/authorization -2025-02-25 13:34:03;/v2/catalog/category=7 -2025-02-25 13:34:15;/v2/authorization -2025-02-25 13:34:15;/v2/catalog/category=6 -2025-02-25 13:34:15;/v2/catalog/category=7 -2025-02-25 13:34:16;/v2/authorization -2025-02-25 13:34:16;/v2/categories/ -2025-02-25 13:34:16;/v2/catalog/ -2025-02-25 13:34:16;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:29:46;/v2/authorization -2025-02-25 15:29:46;/v2/catalog/category=6 -2025-02-25 15:29:46;/v2/catalog/category=7 -2025-02-25 15:29:58;/v2/authorization -2025-02-25 15:29:58;/v2/categories/ -2025-02-25 15:29:59;/v2/catalog/ -2025-02-25 15:29:59;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:30:23;/v2/authorization -2025-02-25 15:30:23;/v2/categories/ -2025-02-25 15:30:23;/v2/catalog/category=18 -2025-02-25 15:30:23;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:30:28;/v2/authorization -2025-02-25 15:30:28;/v2/categories/ -2025-02-25 15:30:28;/v2/catalog/category=19 -2025-02-25 15:30:28;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:30:32;/v2/authorization -2025-02-25 15:30:32;/v2/categories/ -2025-02-25 15:30:32;/v2/catalog/ -2025-02-25 15:30:32;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:31:14;/v2/authorization -2025-02-25 15:31:14;/v2/catalog/product_id=thomasII_navy_blue -2025-02-25 15:31:14;/v2/products_media/product_id=60 -2025-02-25 15:31:21;/v2/authorization -2025-02-25 15:31:21;/v2/categories/ -2025-02-25 15:31:22;/v2/catalog/ -2025-02-25 15:31:22;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:38:36;/v2/authorization -2025-02-25 15:38:36;/v2/categories/ -2025-02-25 15:38:37;/v2/catalog/ -2025-02-25 15:38:37;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:38:41;/v2/authorization -2025-02-25 15:38:41;/v2/categories/ -2025-02-25 15:38:41;/v2/catalog/category=18 -2025-02-25 15:38:41;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:38:48;/v2/authorization -2025-02-25 15:38:48;/v2/categories/ -2025-02-25 15:38:48;/v2/catalog/category=19 -2025-02-25 15:38:48;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:38:52;/v2/authorization -2025-02-25 15:38:52;/v2/categories/ -2025-02-25 15:38:52;/v2/catalog/category=23 -2025-02-25 15:38:52;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:39:33;/v2/authorization -2025-02-25 15:39:33;/v2/categories/ -2025-02-25 15:39:33;/v2/catalog/category=23 -2025-02-25 15:39:33;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:39:38;/v2/authorization -2025-02-25 15:39:38;/v2/categories/ -2025-02-25 15:39:38;/v2/catalog/category=23 -2025-02-25 15:39:38;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:41:03;/v2/authorization -2025-02-25 15:41:03;/v2/categories/ -2025-02-25 15:41:03;/v2/catalog/category=23 -2025-02-25 15:41:04;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:41:15;/v2/authorization -2025-02-25 15:41:15;/v2/categories/ -2025-02-25 15:41:15;/v2/catalog/category=18,19 -2025-02-25 15:41:15;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:41:19;/v2/authorization -2025-02-25 15:41:19;/v2/categories/ -2025-02-25 15:41:19;/v2/catalog/category=18 -2025-02-25 15:41:19;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:41:39;/v2/authorization -2025-02-25 15:41:39;/v2/categories/ -2025-02-25 15:41:39;/v2/catalog/category=19 -2025-02-25 15:41:39;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 15:42:38;/v2/authorization -2025-02-25 15:42:38;/v2/categories/ -2025-02-25 15:42:38;/v2/catalog/ -2025-02-25 15:42:38;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 16:15:55;/v2/authorization -2025-02-25 16:15:55;/v2/categories/ -2025-02-25 16:15:55;/v2/catalog/ -2025-02-25 16:15:55;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 16:18:43;/v2/authorization -2025-02-25 16:18:43;/v2/categories/ -2025-02-25 16:18:44;/v2/catalog/ -2025-02-25 16:18:44;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 16:25:54;/v2/authorization -2025-02-25 16:25:54;/v2/categories/ -2025-02-25 16:25:55;/v2/catalog/ -2025-02-25 16:25:55;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 16:26:03;/v2/authorization -2025-02-25 16:26:03;/v2/catalog/category=6 -2025-02-25 16:26:03;/v2/catalog/category=7 -2025-02-25 16:35:51;/v2/authorization -2025-02-25 16:35:51;/v2/catalog/category=6 -2025-02-25 16:35:51;/v2/catalog/category=7 -2025-02-25 17:41:49;/v2/authorization -2025-02-25 17:41:49;/v2/categories/ -2025-02-25 17:41:50;/v2/catalog/ -2025-02-25 17:41:50;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 17:42:10;/v2/authorization -2025-02-25 17:42:10;/v2/catalog/category=6 -2025-02-25 17:42:10;/v2/catalog/category=7 -2025-02-25 17:42:14;/v2/authorization -2025-02-25 17:42:15;/v2/authorization -2025-02-25 17:42:15;/v2/identity/ -2025-02-25 17:42:16;/v2/authorization -2025-02-25 17:42:56;/v2/authorization -2025-02-25 17:42:56;/v2/catalog/category=6 -2025-02-25 17:42:56;/v2/catalog/category=7 -2025-02-25 18:37:12;/v2/authorization -2025-02-25 18:37:12;/v2/catalog/category=18 -2025-02-25 18:37:12;/v2/catalog/category=19 -2025-02-25 18:37:15;/v2/authorization -2025-02-25 18:37:17;/v2/authorization -2025-02-25 18:37:17;/v2/catalog/category=18 -2025-02-25 18:37:17;/v2/catalog/category=19 -2025-02-25 18:37:49;/v2/authorization -2025-02-25 18:37:49;/v2/categories/ -2025-02-25 18:37:49;/v2/catalog/ -2025-02-25 18:37:49;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 18:37:59;/v2/authorization -2025-02-25 18:37:59;/v2/categories/ -2025-02-25 18:37:59;/v2/catalog/category=23 -2025-02-25 18:37:59;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 18:40:22;/v2/authorization -2025-02-25 18:40:22;/v2/categories/ -2025-02-25 18:40:22;/v2/catalog/category=18 -2025-02-25 18:40:22;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 19:07:00;/v2/authorization -2025-02-25 19:07:00;/v2/catalog/category=18 -2025-02-25 19:07:00;/v2/catalog/category=19 -2025-02-25 19:07:01;/v2/authorization -2025-02-25 19:07:01;/v2/catalog/product_id=thomasI_navy_blue -2025-02-25 19:07:01;/v2/products_media/product_id=57 -2025-02-25 19:07:04;/v2/authorization -2025-02-25 19:07:04;/v2/catalog/category=18 -2025-02-25 19:07:04;/v2/catalog/category=19 -2025-02-25 19:07:42;/v2/authorization -2025-02-25 19:07:42;/v2/catalog/product_id=thomasI_ice_blue -2025-02-25 19:07:42;/v2/products_media/product_id=69 -2025-02-25 19:15:31;/v2/authorization -2025-02-25 19:15:31;/v2/catalog/category=18 -2025-02-25 19:15:31;/v2/catalog/category=19 -2025-02-25 19:15:36;/v2/authorization -2025-02-25 19:15:36;/v2/catalog/product_id=thomasI_ice_blue -2025-02-25 19:15:36;/v2/products_media/product_id=69 -2025-02-25 19:17:02;/v2/authorization -2025-02-25 19:17:02;/v2/catalog/category=18 -2025-02-25 19:17:02;/v2/catalog/category=19 -2025-02-25 19:40:11;/v2/authorization -2025-02-25 19:40:11;/v2/catalog/category=18 -2025-02-25 19:40:11;/v2/catalog/category=19 -2025-02-25 19:40:59;/v2/authorization -2025-02-25 19:40:59;/v2/catalog/product_id=thomasII_navy_blue -2025-02-25 19:40:59;/v2/products_media/product_id=60 -2025-02-25 19:59:57;/v2/authorization -2025-02-25 19:59:59;/v2/authorization -2025-02-25 19:59:59;/v2/identity/ -2025-02-25 19:59:59;/v2/authorization -2025-02-25 20:00:17;/v2/authorization -2025-02-25 20:00:17;/v2/categories/ -2025-02-25 20:00:18;/v2/catalog/ -2025-02-25 20:00:18;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 20:00:20;/v2/authorization -2025-02-25 20:00:20;/v2/catalog/product_id=thomasII_racing_green -2025-02-25 20:00:20;/v2/products_media/product_id=62 -2025-02-25 20:00:46;/v2/authorization -2025-02-25 20:00:46;/v2/catalog/product_id=thomasII_racing_green -2025-02-25 20:00:46;/v2/products_media/product_id=62 -2025-02-25 20:00:47;/v2/shopping_cart/ -2025-02-25 20:00:47;/v2/authorization -2025-02-25 20:00:47;/v2/catalog/category=7 -2025-02-25 20:00:50;/v2/authorization -2025-02-25 20:00:51;/v2/authorization -2025-02-25 20:00:51;/v2/taxes/ -2025-02-25 20:02:59;/v2/authorization -2025-02-25 20:02:59;/v2/catalog/category=7 -2025-02-25 20:03:02;/v2/authorization -2025-02-25 20:03:02;/v2/authorization -2025-02-25 20:03:02;/v2/taxes/ -2025-02-25 20:03:02;/v2/checkout/ -2025-02-25 20:03:02;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:13:39;/v2/authorization -2025-02-25 20:13:39;/v2/taxes/ -2025-02-25 20:13:39;/v2/checkout/ -2025-02-25 20:13:39;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:15:27;/v2/authorization -2025-02-25 20:15:27;/v2/taxes/ -2025-02-25 20:15:27;/v2/checkout/ -2025-02-25 20:15:27;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:16:49;/v2/authorization -2025-02-25 20:16:49;/v2/authorization -2025-02-25 20:16:50;/v2/catalog/category=18 -2025-02-25 20:16:50;/v2/catalog/category=19 -2025-02-25 20:16:52;/v2/authorization -2025-02-25 20:16:52;/v2/catalog/category=7 -2025-02-25 20:16:54;/v2/authorization -2025-02-25 20:16:54;/v2/authorization -2025-02-25 20:16:54;/v2/taxes/ -2025-02-25 20:16:54;/v2/checkout/ -2025-02-25 20:16:54;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:22:10;/v2/authorization -2025-02-25 20:22:10;/v2/taxes/ -2025-02-25 20:22:10;/v2/checkout/ -2025-02-25 20:22:10;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:22:14;/v2/authorization -2025-02-25 20:22:15;/v2/authorization -2025-02-25 20:22:15;/v2/identity/ -2025-02-25 20:22:15;/v2/authorization -2025-02-25 20:22:15;/v2/taxes/ -2025-02-25 20:22:15;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:22:15;/v2/checkout/ -2025-02-25 20:22:15;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:22:38;/v2/authorization -2025-02-25 20:22:38;/v2/taxes/ -2025-02-25 20:22:38;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:22:38;/v2/checkout/ -2025-02-25 20:22:38;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:23:40;/v2/authorization -2025-02-25 20:23:40;/v2/taxes/ -2025-02-25 20:23:40;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:23:40;/v2/checkout/ -2025-02-25 20:23:40;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:24:55;/v2/authorization -2025-02-25 20:24:55;/v2/taxes/ -2025-02-25 20:24:55;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:24:55;/v2/checkout/ -2025-02-25 20:24:55;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:25:59;/v2/authorization -2025-02-25 20:25:59;/v2/taxes/ -2025-02-25 20:25:59;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:25:59;/v2/checkout/ -2025-02-25 20:25:59;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:27:26;/v2/authorization -2025-02-25 20:27:26;/v2/taxes/ -2025-02-25 20:27:26;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:27:26;/v2/checkout/ -2025-02-25 20:27:26;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:28:16;/v2/authorization -2025-02-25 20:28:36;/v2/authorization -2025-02-25 20:28:36;/v2/taxes/ -2025-02-25 20:28:36;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-25 20:28:36;/v2/checkout/ -2025-02-25 20:28:36;/v2/shipping/list=methods&country=&price_total=1998.00&weight_total=0.00 -2025-02-25 20:33:47;/v2/authorization -2025-02-25 20:33:47;/v2/categories/ -2025-02-25 20:33:47;/v2/catalog/ -2025-02-25 20:33:47;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 20:33:50;/v2/authorization -2025-02-25 20:33:50;/v2/categories/ -2025-02-25 20:33:50;/v2/catalog/ -2025-02-25 20:33:50;/v2/products/&totals=&salesflag=1&status=1 -2025-02-25 20:33:54;/v2/authorization -2025-02-25 20:33:55;/v2/catalog/category=18 -2025-02-25 20:33:55;/v2/catalog/category=19 -2025-02-25 20:34:14;/v2/authorization -2025-02-25 20:34:14;/v2/catalog/product_id=thomasII_dolphin_gray -2025-02-25 20:34:14;/v2/products_media/product_id=63 -2025-02-25 20:34:21;/v2/authorization -2025-02-25 20:34:22;/v2/catalog/product_id=thomasII_dolphin_gray -2025-02-25 20:34:22;/v2/products_media/product_id=63 -2025-02-25 20:34:43;/v2/authorization -2025-02-25 20:34:43;/v2/catalog/product_id=thomasII_dolphin_gray -2025-02-25 20:34:43;/v2/products_media/product_id=63 -2025-02-25 20:34:43;/v2/shopping_cart/ -2025-02-25 20:34:43;/v2/authorization -2025-02-25 20:34:44;/v2/catalog/category=7 -2025-02-25 20:34:52;/v2/authorization -2025-02-25 20:34:52;/v2/authorization -2025-02-25 20:34:53;/v2/taxes/ -2025-02-25 20:34:53;/v2/checkout/ -2025-02-25 20:34:53;/v2/shipping/list=methods&country=&price_total=999.00&weight_total=0.00 -2025-02-25 20:35:10;/v2/authorization -2025-02-25 20:35:10;/v2/catalog/category=18 -2025-02-25 20:35:10;/v2/catalog/category=19 -2025-02-26 05:56:45;/v2/authorization -2025-02-26 05:56:46;/v2/authorization -2025-02-26 05:56:46;/v2/catalog/category=18 -2025-02-26 05:56:46;/v2/catalog/category=19 -2025-02-26 11:38:01;/v2/authorization -2025-02-26 11:38:01;/v2/catalog/category=18 -2025-02-26 11:38:01;/v2/catalog/category=19 -2025-02-26 11:38:05;/v2/authorization -2025-02-26 11:38:07;/v2/authorization -2025-02-26 11:38:07;/v2/identity/ -2025-02-26 11:38:07;/v2/authorization -2025-02-26 11:38:10;/v2/authorization -2025-02-26 11:38:10;/v2/categories/ -2025-02-26 11:38:11;/v2/catalog/ -2025-02-26 11:38:11;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 11:38:13;/v2/authorization -2025-02-26 11:38:13;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 11:38:13;/v2/products_media/product_id=60 -2025-02-26 11:38:21;/v2/authorization -2025-02-26 11:38:21;/v2/categories/ -2025-02-26 11:38:22;/v2/catalog/ -2025-02-26 11:38:22;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 11:38:24;/v2/authorization -2025-02-26 11:38:24;/v2/catalog/product_id=thomasII_graphite -2025-02-26 11:38:24;/v2/products_media/product_id=64 -2025-02-26 11:38:36;/v2/authorization -2025-02-26 11:38:36;/v2/catalog/product_id=thomasII_graphite -2025-02-26 11:38:36;/v2/products_media/product_id=64 -2025-02-26 11:38:36;/v2/shopping_cart/ -2025-02-26 11:38:36;/v2/authorization -2025-02-26 11:38:36;/v2/catalog/category=7 -2025-02-26 11:38:50;/v2/authorization -2025-02-26 11:38:51;/v2/catalog/category=18 -2025-02-26 11:38:51;/v2/catalog/category=19 -2025-02-26 11:38:53;/v2/authorization -2025-02-26 11:38:53;/v2/categories/ -2025-02-26 11:38:53;/v2/catalog/ -2025-02-26 11:38:53;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 11:38:55;/v2/authorization -2025-02-26 11:38:55;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:38:55;/v2/products_media/product_id=57 -2025-02-26 11:41:06;/v2/authorization -2025-02-26 11:41:06;/v2/categories/ -2025-02-26 11:41:07;/v2/catalog/ -2025-02-26 11:41:07;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 11:42:19;/v2/authorization -2025-02-26 11:42:19;/v2/categories/ -2025-02-26 11:42:19;/v2/catalog/ -2025-02-26 11:42:19;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 11:42:21;/v2/authorization -2025-02-26 11:42:21;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:42:21;/v2/products_media/product_id=57 -2025-02-26 11:46:03;/v2/authorization -2025-02-26 11:46:03;/v2/categories/ -2025-02-26 11:46:04;/v2/catalog/ -2025-02-26 11:46:04;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 11:46:06;/v2/authorization -2025-02-26 11:46:06;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:46:06;/v2/products_media/product_id=57 -2025-02-26 11:46:21;/v2/authorization -2025-02-26 11:46:21;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:46:21;/v2/products_media/product_id=57 -2025-02-26 11:47:12;/v2/authorization -2025-02-26 11:47:13;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:47:13;/v2/products_media/product_id=57 -2025-02-26 11:49:24;/v2/authorization -2025-02-26 11:49:24;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:49:24;/v2/products_media/product_id=57 -2025-02-26 11:49:32;/v2/authorization -2025-02-26 11:49:32;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:49:32;/v2/products_media/product_id=57 -2025-02-26 11:51:54;/v2/authorization -2025-02-26 11:51:54;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:51:54;/v2/products_media/product_id=57 -2025-02-26 11:52:00;/v2/authorization -2025-02-26 11:52:00;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:52:00;/v2/products_media/product_id=57 -2025-02-26 11:53:10;/v2/authorization -2025-02-26 11:53:10;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:53:10;/v2/products_media/product_id=57 -2025-02-26 11:53:53;/v2/authorization -2025-02-26 11:53:53;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:53:53;/v2/products_media/product_id=57 -2025-02-26 11:57:42;/v2/authorization -2025-02-26 11:57:42;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:57:42;/v2/products_media/product_id=57 -2025-02-26 11:58:23;/v2/authorization -2025-02-26 11:58:23;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 11:58:23;/v2/products_media/product_id=57 -2025-02-26 12:01:31;/v2/authorization -2025-02-26 12:01:32;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 12:01:32;/v2/products_media/product_id=57 -2025-02-26 12:01:55;/v2/authorization -2025-02-26 12:01:55;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 12:01:56;/v2/products_media/product_id=57 -2025-02-26 12:03:16;/v2/authorization -2025-02-26 12:03:16;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 12:03:16;/v2/products_media/product_id=57 -2025-02-26 12:11:34;/v2/authorization -2025-02-26 12:11:34;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 12:11:34;/v2/products_media/product_id=57 -2025-02-26 12:11:39;/v2/authorization -2025-02-26 12:11:39;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 12:11:39;/v2/products_media/product_id=57 -2025-02-26 12:11:39;/v2/shopping_cart/ -2025-02-26 12:11:39;/v2/authorization -2025-02-26 12:11:39;/v2/catalog/category=7 -2025-02-26 12:11:55;/v2/authorization -2025-02-26 12:11:55;/v2/authorization -2025-02-26 12:11:55;/v2/taxes/ -2025-02-26 12:11:55;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 12:11:55;/v2/checkout/ -2025-02-26 12:11:55;/v2/shipping/list=methods&country=&price_total=1598.00&weight_total=0.00 -2025-02-26 13:34:34;/v2/authorization -2025-02-26 13:34:34;/v2/taxes/ -2025-02-26 13:34:34;/v2/authorization -2025-02-26 13:47:59;/v2/authorization -2025-02-26 13:47:59;/v2/categories/ -2025-02-26 13:48:00;/v2/catalog/ -2025-02-26 13:48:00;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:48:04;/v2/authorization -2025-02-26 13:48:04;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 13:48:04;/v2/products_media/product_id=61 -2025-02-26 13:48:24;/v2/authorization -2025-02-26 13:48:24;/v2/categories/ -2025-02-26 13:48:25;/v2/catalog/ -2025-02-26 13:48:25;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:48:27;/v2/authorization -2025-02-26 13:48:27;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 13:48:27;/v2/products_media/product_id=62 -2025-02-26 13:50:31;/v2/authorization -2025-02-26 13:50:31;/v2/catalog/category=18 -2025-02-26 13:50:31;/v2/catalog/category=19 -2025-02-26 13:50:34;/v2/authorization -2025-02-26 13:50:34;/v2/categories/ -2025-02-26 13:50:34;/v2/catalog/ -2025-02-26 13:50:34;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:50:36;/v2/authorization -2025-02-26 13:50:36;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 13:50:36;/v2/products_media/product_id=62 -2025-02-26 13:53:42;/v2/authorization -2025-02-26 13:53:43;/v2/authorization -2025-02-26 13:53:43;/v2/identity/ -2025-02-26 13:53:43;/v2/authorization -2025-02-26 13:53:52;/v2/authorization -2025-02-26 13:53:52;/v2/categories/ -2025-02-26 13:53:52;/v2/catalog/ -2025-02-26 13:53:52;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:53:54;/v2/authorization -2025-02-26 13:53:54;/v2/catalog/category=18 -2025-02-26 13:53:54;/v2/catalog/category=19 -2025-02-26 13:53:57;/v2/authorization -2025-02-26 13:53:57;/v2/catalog/product_id=thomasI_racing_green -2025-02-26 13:53:57;/v2/products_media/product_id=70 -2025-02-26 13:54:28;/v2/authorization -2025-02-26 13:54:28;/v2/categories/ -2025-02-26 13:54:29;/v2/catalog/ -2025-02-26 13:54:29;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:54:33;/v2/authorization -2025-02-26 13:54:33;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 13:54:33;/v2/products_media/product_id=62 -2025-02-26 13:57:48;/v2/authorization -2025-02-26 13:57:48;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 13:57:48;/v2/products_media/product_id=62 -2025-02-26 13:57:52;/v2/authorization -2025-02-26 13:57:53;/v2/categories/ -2025-02-26 13:57:53;/v2/catalog/ -2025-02-26 13:57:53;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:57:59;/v2/authorization -2025-02-26 13:57:59;/v2/catalog/product_id=thomasI_ice_blue -2025-02-26 13:57:59;/v2/products_media/product_id=69 -2025-02-26 13:58:03;/v2/authorization -2025-02-26 13:58:03;/v2/categories/ -2025-02-26 13:58:03;/v2/catalog/ -2025-02-26 13:58:03;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:58:05;/v2/authorization -2025-02-26 13:58:05;/v2/catalog/product_id=bracelet_dark_brown -2025-02-26 13:58:05;/v2/products_media/product_id=66 -2025-02-26 13:59:36;/v2/authorization -2025-02-26 13:59:36;/v2/catalog/product_id=bracelet_dark_brown -2025-02-26 13:59:36;/v2/products_media/product_id=66 -2025-02-26 13:59:36;/v2/shopping_cart/ -2025-02-26 13:59:36;/v2/authorization -2025-02-26 13:59:36;/v2/catalog/category=7 -2025-02-26 13:59:38;/v2/authorization -2025-02-26 13:59:38;/v2/categories/ -2025-02-26 13:59:39;/v2/catalog/ -2025-02-26 13:59:39;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 13:59:41;/v2/authorization -2025-02-26 13:59:41;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 13:59:41;/v2/products_media/product_id=60 -2025-02-26 13:59:43;/v2/authorization -2025-02-26 13:59:43;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 13:59:43;/v2/products_media/product_id=60 -2025-02-26 13:59:43;/v2/shopping_cart/ -2025-02-26 13:59:43;/v2/authorization -2025-02-26 13:59:43;/v2/catalog/category=7 -2025-02-26 13:59:46;/v2/authorization -2025-02-26 13:59:47;/v2/catalog/category=18 -2025-02-26 13:59:47;/v2/catalog/category=19 -2025-02-26 13:59:52;/v2/authorization -2025-02-26 13:59:52;/v2/catalog/category=7 -2025-02-26 13:59:57;/v2/authorization -2025-02-26 13:59:57;/v2/authorization -2025-02-26 13:59:57;/v2/taxes/ -2025-02-26 13:59:57;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 13:59:57;/v2/checkout/ -2025-02-26 13:59:57;/v2/shipping/list=methods&country=&price_total=944.00&weight_total=0.00 -2025-02-26 14:00:28;/v2/authorization -2025-02-26 14:00:28;/v2/taxes/ -2025-02-26 14:00:28;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:00:28;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:00:28;/v2/checkout/ -2025-02-26 14:00:28;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:00:35;/v2/authorization -2025-02-26 14:00:35;/v2/taxes/ -2025-02-26 14:00:35;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:00:35;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:00:35;/v2/checkout/ -2025-02-26 14:00:35;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:00:35;/v2/identity/ -2025-02-26 14:00:35;/v2/placeorder/ -2025-02-26 14:04:30;/v2/authorization -2025-02-26 14:04:30;/v2/taxes/ -2025-02-26 14:04:30;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:04:30;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:04:30;/v2/checkout/ -2025-02-26 14:04:30;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:11:51;/v2/authorization -2025-02-26 14:11:51;/v2/taxes/ -2025-02-26 14:11:51;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:11:51;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:11:51;/v2/checkout/ -2025-02-26 14:11:51;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:11:51;/v2/identity/ -2025-02-26 14:11:51;/v2/placeorder/ -2025-02-26 14:11:56;/v2/authorization -2025-02-26 14:11:56;/v2/taxes/ -2025-02-26 14:11:56;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:11:56;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:11:56;/v2/checkout/ -2025-02-26 14:11:56;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:13:00;/v2/authorization -2025-02-26 14:13:00;/v2/taxes/ -2025-02-26 14:13:00;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:13:00;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:13:00;/v2/checkout/ -2025-02-26 14:13:00;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:13:04;/v2/authorization -2025-02-26 14:13:04;/v2/taxes/ -2025-02-26 14:13:04;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:13:04;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:13:04;/v2/checkout/ -2025-02-26 14:13:04;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:13:04;/v2/identity/ -2025-02-26 14:13:04;/v2/placeorder/ -2025-02-26 14:13:20;/v2/authorization -2025-02-26 14:13:20;/v2/categories/ -2025-02-26 14:13:21;/v2/catalog/ -2025-02-26 14:13:21;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 14:13:22;/v2/authorization -2025-02-26 14:13:22;/v2/catalog/category=7 -2025-02-26 14:13:25;/v2/authorization -2025-02-26 14:13:25;/v2/authorization -2025-02-26 14:13:25;/v2/taxes/ -2025-02-26 14:13:25;/v2/identity/userkey=21dc12b37a6e97b9a469b1d23046c8b8c9a0dd9bebdcc5305e -2025-02-26 14:13:25;/v2/checkout/ -2025-02-26 14:13:25;/v2/shipping/list=methods&country=&price_total=944.00&weight_total=0.00 -2025-02-26 14:13:34;/v2/authorization -2025-02-26 14:13:34;/v2/authorization -2025-02-26 14:13:35;/v2/catalog/category=18 -2025-02-26 14:13:35;/v2/catalog/category=19 -2025-02-26 14:13:36;/v2/authorization -2025-02-26 14:13:36;/v2/catalog/category=7 -2025-02-26 14:13:40;/v2/authorization -2025-02-26 14:13:40;/v2/authorization -2025-02-26 14:13:40;/v2/taxes/ -2025-02-26 14:13:40;/v2/checkout/ -2025-02-26 14:13:40;/v2/shipping/list=methods&country=&price_total=944.00&weight_total=0.00 -2025-02-26 14:13:50;/v2/authorization -2025-02-26 14:13:50;/v2/taxes/ -2025-02-26 14:13:50;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:13:50;/v2/checkout/ -2025-02-26 14:13:50;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:13:56;/v2/authorization -2025-02-26 14:13:56;/v2/taxes/ -2025-02-26 14:13:56;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:13:56;/v2/checkout/ -2025-02-26 14:13:56;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:14:00;/v2/authorization -2025-02-26 14:14:00;/v2/taxes/ -2025-02-26 14:14:00;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:14:00;/v2/checkout/ -2025-02-26 14:14:00;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 14:14:00;/v2/placeorder/ -2025-02-26 14:14:03;/v2/authorization -2025-02-26 14:16:43;/v2/authorization -2025-02-26 14:16:43;/v2/categories/ -2025-02-26 14:16:43;/v2/catalog/ -2025-02-26 14:16:43;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 14:17:27;/v2/authorization -2025-02-26 14:17:27;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 14:17:27;/v2/products_media/product_id=57 -2025-02-26 14:17:28;/v2/authorization -2025-02-26 14:17:30;/v2/authorization -2025-02-26 14:17:30;/v2/identity/ -2025-02-26 14:17:30;/v2/authorization -2025-02-26 14:17:33;/v2/authorization -2025-02-26 14:17:36;/v2/authorization -2025-02-26 14:17:37;/v2/authorization -2025-02-26 14:17:38;/v2/authorization -2025-02-26 14:17:43;/v2/authorization -2025-02-26 14:17:43;/v2/categories/ -2025-02-26 14:17:43;/v2/catalog/ -2025-02-26 14:17:43;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 14:17:45;/v2/authorization -2025-02-26 14:17:45;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 14:17:45;/v2/products_media/product_id=57 -2025-02-26 14:17:48;/v2/authorization -2025-02-26 14:17:48;/v2/catalog/product_id=thomasI_navy_blue -2025-02-26 14:17:48;/v2/products_media/product_id=57 -2025-02-26 14:17:48;/v2/shopping_cart/ -2025-02-26 14:17:48;/v2/authorization -2025-02-26 14:17:48;/v2/catalog/category=7 -2025-02-26 14:21:50;/v2/authorization -2025-02-26 14:21:50;/v2/authorization -2025-02-26 14:21:50;/v2/taxes/ -2025-02-26 14:21:50;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:21:50;/v2/checkout/ -2025-02-26 14:21:50;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:22:31;/v2/authorization -2025-02-26 14:22:31;/v2/taxes/ -2025-02-26 14:22:31;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:22:31;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:22:31;/v2/checkout/ -2025-02-26 14:22:31;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:25:24;/v2/authorization -2025-02-26 14:25:24;/v2/taxes/ -2025-02-26 14:25:24;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:25:24;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:25:24;/v2/checkout/ -2025-02-26 14:25:24;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:25:24;/v2/identity/ -2025-02-26 14:25:24;/v2/placeorder/ -2025-02-26 14:27:11;/v2/authorization -2025-02-26 14:27:11;/v2/taxes/ -2025-02-26 14:27:11;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:27:11;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:27:11;/v2/checkout/ -2025-02-26 14:27:11;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:27:11;/v2/identity/ -2025-02-26 14:27:11;/v2/placeorder/ -2025-02-26 14:27:17;/v2/authorization -2025-02-26 14:27:17;/v2/taxes/ -2025-02-26 14:27:17;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:27:17;/v2/checkout/ -2025-02-26 14:27:17;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:27:23;/v2/authorization -2025-02-26 14:27:23;/v2/catalog/category=7 -2025-02-26 14:27:26;/v2/authorization -2025-02-26 14:27:26;/v2/authorization -2025-02-26 14:27:26;/v2/taxes/ -2025-02-26 14:27:26;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:27:26;/v2/checkout/ -2025-02-26 14:27:26;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:28:19;/v2/authorization -2025-02-26 14:28:19;/v2/taxes/ -2025-02-26 14:28:19;/v2/identity/userkey=1787c10803a6622e2a71c440bfa9b5ae17b58ff340720ef002 -2025-02-26 14:28:19;/v2/checkout/ -2025-02-26 14:28:20;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:39:18;/v2/authorization -2025-02-26 14:39:18;/v2/authorization -2025-02-26 14:39:18;/v2/catalog/category=18 -2025-02-26 14:39:18;/v2/catalog/category=19 -2025-02-26 14:39:20;/v2/authorization -2025-02-26 14:39:21;/v2/authorization -2025-02-26 14:39:21;/v2/identity/ -2025-02-26 14:39:21;/v2/authorization -2025-02-26 14:39:21;/v2/taxes/ -2025-02-26 14:39:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:39:21;/v2/checkout/ -2025-02-26 14:39:21;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:40:52;/v2/authorization -2025-02-26 14:40:52;/v2/taxes/ -2025-02-26 14:40:52;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:40:52;/v2/checkout/ -2025-02-26 14:40:52;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:40:54;/v2/authorization -2025-02-26 14:40:55;/v2/taxes/ -2025-02-26 14:40:55;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:40:55;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:40:55;/v2/checkout/ -2025-02-26 14:40:55;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:41:00;/v2/authorization -2025-02-26 14:41:00;/v2/taxes/ -2025-02-26 14:41:00;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:41:00;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:41:00;/v2/checkout/ -2025-02-26 14:41:00;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:41:00;/v2/identity/ -2025-02-26 14:41:00;/v2/placeorder/ -2025-02-26 14:41:52;/v2/authorization -2025-02-26 14:41:54;/v2/catalog/category=7 -2025-02-26 14:41:56;/v2/authorization -2025-02-26 14:41:56;/v2/authorization -2025-02-26 14:41:56;/v2/taxes/ -2025-02-26 14:41:56;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:41:56;/v2/checkout/ -2025-02-26 14:41:57;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:42:02;/v2/authorization -2025-02-26 14:42:02;/v2/taxes/ -2025-02-26 14:42:02;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:42:02;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:42:02;/v2/checkout/ -2025-02-26 14:42:02;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:42:06;/v2/authorization -2025-02-26 14:42:06;/v2/taxes/ -2025-02-26 14:42:06;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:42:06;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:42:06;/v2/checkout/ -2025-02-26 14:42:06;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:42:06;/v2/identity/ -2025-02-26 14:42:06;/v2/placeorder/ -2025-02-26 14:43:23;/v2/authorization -2025-02-26 14:43:23;/v2/taxes/ -2025-02-26 14:43:23;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:43:23;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:43:23;/v2/checkout/ -2025-02-26 14:43:23;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:43:23;/v2/identity/ -2025-02-26 14:43:23;/v2/placeorder/ -2025-02-26 14:44:06;/v2/authorization -2025-02-26 14:44:06;/v2/taxes/ -2025-02-26 14:44:06;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:44:06;/v2/checkout/ -2025-02-26 14:44:06;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:44:19;/v2/authorization -2025-02-26 14:44:19;/v2/taxes/ -2025-02-26 14:44:19;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:44:19;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:44:19;/v2/checkout/ -2025-02-26 14:44:19;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:44:20;/v2/authorization -2025-02-26 14:44:20;/v2/taxes/ -2025-02-26 14:44:20;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:44:20;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:44:20;/v2/checkout/ -2025-02-26 14:44:20;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:44:20;/v2/identity/ -2025-02-26 14:44:20;/v2/placeorder/ -2025-02-26 14:59:19;/v2/authorization -2025-02-26 14:59:19;/v2/taxes/ -2025-02-26 14:59:19;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:59:19;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:59:19;/v2/checkout/ -2025-02-26 14:59:19;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:59:19;/v2/identity/ -2025-02-26 14:59:19;/v2/placeorder/ -2025-02-26 14:59:21;/v2/authorization -2025-02-26 14:59:22;/v2/catalog/category=7 -2025-02-26 14:59:23;/v2/authorization -2025-02-26 14:59:23;/v2/authorization -2025-02-26 14:59:23;/v2/taxes/ -2025-02-26 14:59:23;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:59:23;/v2/checkout/ -2025-02-26 14:59:24;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-02-26 14:59:29;/v2/authorization -2025-02-26 14:59:29;/v2/taxes/ -2025-02-26 14:59:29;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:59:29;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:59:29;/v2/checkout/ -2025-02-26 14:59:29;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:59:32;/v2/authorization -2025-02-26 14:59:32;/v2/taxes/ -2025-02-26 14:59:32;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 14:59:32;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 14:59:32;/v2/checkout/ -2025-02-26 14:59:32;/v2/shipping/list=methods&country=21&price_total=699.00&weight_total=0.00 -2025-02-26 14:59:32;/v2/identity/ -2025-02-26 14:59:32;/v2/placeorder/ -2025-02-26 14:59:34;/v2/authorization -2025-02-26 15:04:18;/v2/authorization -2025-02-26 15:04:18;/v2/categories/ -2025-02-26 15:04:18;/v2/catalog/ -2025-02-26 15:04:18;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:04:20;/v2/authorization -2025-02-26 15:04:20;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 15:04:20;/v2/products_media/product_id=61 -2025-02-26 15:04:22;/v2/authorization -2025-02-26 15:04:23;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 15:04:23;/v2/products_media/product_id=61 -2025-02-26 15:04:23;/v2/shopping_cart/ -2025-02-26 15:04:23;/v2/authorization -2025-02-26 15:04:23;/v2/catalog/category=7 -2025-02-26 15:09:40;/v2/authorization -2025-02-26 15:09:40;/v2/authorization -2025-02-26 15:09:40;/v2/taxes/ -2025-02-26 15:09:40;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:09:40;/v2/checkout/ -2025-02-26 15:09:40;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 15:10:25;/v2/authorization -2025-02-26 15:10:25;/v2/taxes/ -2025-02-26 15:10:25;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:10:25;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:10:25;/v2/checkout/ -2025-02-26 15:10:25;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 15:10:31;/v2/authorization -2025-02-26 15:10:31;/v2/taxes/ -2025-02-26 15:10:31;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:10:31;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:10:31;/v2/checkout/ -2025-02-26 15:10:31;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 15:10:31;/v2/identity/ -2025-02-26 15:10:31;/v2/placeorder/ -2025-02-26 15:10:33;/v2/authorization -2025-02-26 15:11:30;/v2/authorization -2025-02-26 15:11:30;/v2/catalog/category=18 -2025-02-26 15:11:30;/v2/catalog/category=19 -2025-02-26 15:16:52;/v2/authorization -2025-02-26 15:16:52;/v2/categories/ -2025-02-26 15:16:52;/v2/catalog/ -2025-02-26 15:16:52;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:16:55;/v2/authorization -2025-02-26 15:16:55;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 15:16:55;/v2/products_media/product_id=62 -2025-02-26 15:16:58;/v2/authorization -2025-02-26 15:16:58;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 15:16:58;/v2/products_media/product_id=62 -2025-02-26 15:16:58;/v2/shopping_cart/ -2025-02-26 15:16:58;/v2/authorization -2025-02-26 15:16:58;/v2/catalog/category=7 -2025-02-26 15:17:01;/v2/authorization -2025-02-26 15:17:01;/v2/authorization -2025-02-26 15:17:01;/v2/taxes/ -2025-02-26 15:17:01;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:17:01;/v2/checkout/ -2025-02-26 15:17:01;/v2/shipping/list=methods&country=&price_total=999.00&weight_total=0.00 -2025-02-26 15:17:05;/v2/authorization -2025-02-26 15:17:05;/v2/taxes/ -2025-02-26 15:17:05;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:17:05;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:17:05;/v2/checkout/ -2025-02-26 15:17:05;/v2/shipping/list=methods&country=21&price_total=999.00&weight_total=0.00 -2025-02-26 15:17:07;/v2/authorization -2025-02-26 15:17:07;/v2/taxes/ -2025-02-26 15:17:07;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:17:07;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:17:07;/v2/checkout/ -2025-02-26 15:17:07;/v2/shipping/list=methods&country=21&price_total=999.00&weight_total=0.00 -2025-02-26 15:17:07;/v2/identity/ -2025-02-26 15:17:07;/v2/placeorder/ -2025-02-26 15:17:10;/v2/authorization -2025-02-26 15:25:33;/v2/authorization -2025-02-26 15:25:45;/v2/authorization -2025-02-26 15:25:49;/v2/authorization -2025-02-26 15:25:49;/v2/categories/ -2025-02-26 15:25:49;/v2/catalog/ -2025-02-26 15:25:49;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:25:53;/v2/authorization -2025-02-26 15:25:53;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 15:25:53;/v2/products_media/product_id=61 -2025-02-26 15:25:59;/v2/authorization -2025-02-26 15:25:59;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 15:25:59;/v2/products_media/product_id=61 -2025-02-26 15:25:59;/v2/shopping_cart/ -2025-02-26 15:25:59;/v2/authorization -2025-02-26 15:25:59;/v2/catalog/category=7 -2025-02-26 15:26:04;/v2/authorization -2025-02-26 15:26:04;/v2/authorization -2025-02-26 15:26:04;/v2/taxes/ -2025-02-26 15:26:04;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:26:04;/v2/checkout/ -2025-02-26 15:26:04;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 15:26:10;/v2/authorization -2025-02-26 15:26:10;/v2/taxes/ -2025-02-26 15:26:10;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:26:10;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:26:10;/v2/checkout/ -2025-02-26 15:26:10;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 15:26:12;/v2/authorization -2025-02-26 15:26:12;/v2/taxes/ -2025-02-26 15:26:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:26:12;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:26:12;/v2/checkout/ -2025-02-26 15:26:12;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 15:26:12;/v2/identity/ -2025-02-26 15:26:13;/v2/placeorder/ -2025-02-26 15:26:15;/v2/authorization -2025-02-26 15:26:52;/v2/authorization -2025-02-26 15:26:52;/v2/catalog/category=18 -2025-02-26 15:26:52;/v2/catalog/category=19 -2025-02-26 15:36:15;/v2/authorization -2025-02-26 15:36:15;/v2/authorization -2025-02-26 15:36:16;/v2/authorization -2025-02-26 15:36:16;/v2/catalog/category=18 -2025-02-26 15:36:16;/v2/catalog/category=19 -2025-02-26 15:36:20;/v2/authorization -2025-02-26 15:36:20;/v2/categories/ -2025-02-26 15:36:21;/v2/catalog/ -2025-02-26 15:36:21;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:36:30;/v2/authorization -2025-02-26 15:36:30;/v2/catalog/category=18 -2025-02-26 15:36:30;/v2/catalog/category=19 -2025-02-26 15:49:33;/v2/authorization -2025-02-26 15:49:33;/v2/catalog/category=18 -2025-02-26 15:49:34;/v2/catalog/category=19 -2025-02-26 15:49:35;/v2/authorization -2025-02-26 15:49:35;/v2/categories/ -2025-02-26 15:49:35;/v2/catalog/ -2025-02-26 15:49:35;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:49:40;/v2/authorization -2025-02-26 15:49:40;/v2/catalog/product_id=bracelet_black -2025-02-26 15:49:40;/v2/products_media/product_id=65 -2025-02-26 15:49:41;/v2/authorization -2025-02-26 15:49:42;/v2/catalog/product_id=bracelet_black -2025-02-26 15:49:42;/v2/products_media/product_id=65 -2025-02-26 15:49:42;/v2/shopping_cart/ -2025-02-26 15:49:42;/v2/authorization -2025-02-26 15:49:42;/v2/catalog/category=7 -2025-02-26 15:49:45;/v2/authorization -2025-02-26 15:49:45;/v2/categories/ -2025-02-26 15:49:45;/v2/catalog/ -2025-02-26 15:49:45;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:49:47;/v2/authorization -2025-02-26 15:49:47;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 15:49:47;/v2/products_media/product_id=60 -2025-02-26 15:49:49;/v2/authorization -2025-02-26 15:49:49;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 15:49:49;/v2/products_media/product_id=60 -2025-02-26 15:49:50;/v2/shopping_cart/ -2025-02-26 15:49:50;/v2/authorization -2025-02-26 15:49:50;/v2/catalog/category=7 -2025-02-26 15:49:51;/v2/authorization -2025-02-26 15:49:52;/v2/authorization -2025-02-26 15:49:52;/v2/taxes/ -2025-02-26 15:49:52;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:49:52;/v2/checkout/ -2025-02-26 15:49:52;/v2/shipping/list=methods&country=&price_total=944.00&weight_total=0.00 -2025-02-26 15:50:00;/v2/authorization -2025-02-26 15:50:00;/v2/taxes/ -2025-02-26 15:50:00;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:50:00;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:50:00;/v2/checkout/ -2025-02-26 15:50:00;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 15:50:01;/v2/authorization -2025-02-26 15:50:01;/v2/taxes/ -2025-02-26 15:50:01;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:50:01;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:50:01;/v2/checkout/ -2025-02-26 15:50:01;/v2/shipping/list=methods&country=21&price_total=944.00&weight_total=0.00 -2025-02-26 15:50:01;/v2/identity/ -2025-02-26 15:50:01;/v2/placeorder/ -2025-02-26 15:50:05;/v2/authorization -2025-02-26 15:54:36;/v2/authorization -2025-02-26 15:54:36;/v2/categories/ -2025-02-26 15:54:37;/v2/catalog/ -2025-02-26 15:54:37;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:54:39;/v2/authorization -2025-02-26 15:54:39;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 15:54:39;/v2/products_media/product_id=61 -2025-02-26 15:54:40;/v2/authorization -2025-02-26 15:54:40;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 15:54:40;/v2/products_media/product_id=61 -2025-02-26 15:54:40;/v2/shopping_cart/ -2025-02-26 15:54:40;/v2/authorization -2025-02-26 15:54:41;/v2/catalog/category=7 -2025-02-26 15:54:42;/v2/authorization -2025-02-26 15:54:42;/v2/authorization -2025-02-26 15:54:42;/v2/taxes/ -2025-02-26 15:54:42;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:54:42;/v2/checkout/ -2025-02-26 15:54:42;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 15:54:45;/v2/authorization -2025-02-26 15:54:45;/v2/taxes/ -2025-02-26 15:54:45;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:54:45;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:54:45;/v2/checkout/ -2025-02-26 15:54:45;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 15:54:48;/v2/authorization -2025-02-26 15:54:48;/v2/taxes/ -2025-02-26 15:54:48;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:54:48;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 15:54:48;/v2/checkout/ -2025-02-26 15:54:48;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 15:54:48;/v2/identity/ -2025-02-26 15:54:48;/v2/placeorder/ -2025-02-26 15:54:51;/v2/authorization -2025-02-26 15:56:26;/v2/authorization -2025-02-26 15:56:26;/v2/categories/ -2025-02-26 15:56:26;/v2/catalog/ -2025-02-26 15:56:26;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 15:56:28;/v2/authorization -2025-02-26 15:56:28;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 15:56:28;/v2/products_media/product_id=62 -2025-02-26 15:56:30;/v2/authorization -2025-02-26 15:56:30;/v2/catalog/product_id=thomasII_racing_green -2025-02-26 15:56:30;/v2/products_media/product_id=62 -2025-02-26 15:56:30;/v2/shopping_cart/ -2025-02-26 15:56:30;/v2/authorization -2025-02-26 15:56:30;/v2/catalog/category=7 -2025-02-26 15:56:35;/v2/authorization -2025-02-26 15:56:35;/v2/authorization -2025-02-26 15:56:35;/v2/taxes/ -2025-02-26 15:56:35;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 15:56:35;/v2/checkout/ -2025-02-26 15:56:35;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 16:14:12;/v2/authorization -2025-02-26 16:14:12;/v2/taxes/ -2025-02-26 16:14:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 16:14:12;/v2/checkout/ -2025-02-26 16:14:12;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 16:14:16;/v2/authorization -2025-02-26 16:14:16;/v2/taxes/ -2025-02-26 16:14:16;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 16:14:16;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 16:14:16;/v2/checkout/ -2025-02-26 16:14:16;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 16:14:19;/v2/authorization -2025-02-26 16:14:19;/v2/taxes/ -2025-02-26 16:14:19;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 16:14:19;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 16:14:19;/v2/checkout/ -2025-02-26 16:14:19;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 16:14:19;/v2/identity/ -2025-02-26 16:14:19;/v2/placeorder/ -2025-02-26 16:14:22;/v2/authorization -2025-02-26 16:22:00;/v2/authorization -2025-02-26 16:22:06;/v2/authorization -2025-02-26 16:22:06;/v2/taxes/ -2025-02-26 16:22:06;/v2/authorization -2025-02-26 16:22:17;/v2/authorization -2025-02-26 16:22:20;/v2/authorization -2025-02-26 16:25:07;/v2/authorization -2025-02-26 16:32:45;/v2/authorization -2025-02-26 16:32:50;/v2/authorization -2025-02-26 16:58:12;/v2/authorization -2025-02-26 16:58:16;/v2/authorization -2025-02-26 16:58:17;/v2/authorization -2025-02-26 16:58:19;/v2/authorization -2025-02-26 17:00:15;/v2/authorization -2025-02-26 17:00:18;/v2/authorization -2025-02-26 17:02:10;/v2/authorization -2025-02-26 17:02:14;/v2/authorization -2025-02-26 17:02:14;/v2/categories/ -2025-02-26 17:02:14;/v2/catalog/ -2025-02-26 17:02:14;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 17:02:16;/v2/authorization -2025-02-26 17:02:16;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 17:02:16;/v2/products_media/product_id=61 -2025-02-26 17:02:18;/v2/authorization -2025-02-26 17:02:18;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 17:02:18;/v2/products_media/product_id=61 -2025-02-26 17:02:18;/v2/shopping_cart/ -2025-02-26 17:02:18;/v2/authorization -2025-02-26 17:02:18;/v2/catalog/category=7 -2025-02-26 17:02:20;/v2/authorization -2025-02-26 17:02:20;/v2/authorization -2025-02-26 17:02:20;/v2/taxes/ -2025-02-26 17:02:20;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 17:02:20;/v2/checkout/ -2025-02-26 17:02:20;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 17:02:23;/v2/authorization -2025-02-26 17:02:23;/v2/taxes/ -2025-02-26 17:02:23;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 17:02:23;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 17:02:23;/v2/checkout/ -2025-02-26 17:02:23;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 17:02:25;/v2/authorization -2025-02-26 17:02:25;/v2/taxes/ -2025-02-26 17:02:25;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-26 17:02:25;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-26 17:02:25;/v2/checkout/ -2025-02-26 17:02:25;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-26 17:02:25;/v2/identity/ -2025-02-26 17:02:25;/v2/placeorder/ -2025-02-26 17:02:29;/v2/authorization -2025-02-26 17:02:42;/v2/authorization -2025-02-26 17:02:42;/v2/authorization -2025-02-26 17:02:42;/v2/catalog/category=18 -2025-02-26 17:02:42;/v2/catalog/category=19 -2025-02-26 17:03:35;/v2/authorization -2025-02-26 17:03:36;/v2/catalog/category=18 -2025-02-26 17:03:36;/v2/catalog/category=19 -2025-02-26 17:03:39;/v2/authorization -2025-02-26 17:03:40;/v2/catalog/category=18 -2025-02-26 17:03:40;/v2/catalog/category=19 -2025-02-26 17:03:42;/v2/authorization -2025-02-26 17:03:42;/v2/categories/ -2025-02-26 17:03:43;/v2/catalog/ -2025-02-26 17:03:43;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 17:03:45;/v2/authorization -2025-02-26 17:03:45;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 17:03:45;/v2/products_media/product_id=61 -2025-02-26 17:03:46;/v2/authorization -2025-02-26 17:03:46;/v2/catalog/product_id=thomasII_ice_blue -2025-02-26 17:03:46;/v2/products_media/product_id=61 -2025-02-26 17:03:46;/v2/shopping_cart/ -2025-02-26 17:03:46;/v2/authorization -2025-02-26 17:03:46;/v2/catalog/category=7 -2025-02-26 17:03:49;/v2/authorization -2025-02-26 17:03:50;/v2/authorization -2025-02-26 17:03:50;/v2/taxes/ -2025-02-26 17:03:50;/v2/checkout/ -2025-02-26 17:03:50;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-26 17:11:37;/v2/authorization -2025-02-26 17:11:38;/v2/catalog/category=18 -2025-02-26 17:11:38;/v2/catalog/category=19 -2025-02-26 17:11:46;/v2/authorization -2025-02-26 17:11:46;/v2/categories/ -2025-02-26 17:11:46;/v2/catalog/ -2025-02-26 17:11:46;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 17:11:50;/v2/authorization -2025-02-26 17:11:50;/v2/catalog/category=18 -2025-02-26 17:11:50;/v2/catalog/category=19 -2025-02-26 18:02:34;/v2/authorization -2025-02-26 18:02:34;/v2/catalog/category=18 -2025-02-26 18:02:34;/v2/catalog/category=19 -2025-02-26 18:02:36;/v2/authorization -2025-02-26 18:02:36;/v2/catalog/category=18 -2025-02-26 18:02:36;/v2/catalog/category=19 -2025-02-26 18:02:39;/v2/authorization -2025-02-26 18:02:39;/v2/catalog/category=18 -2025-02-26 18:02:39;/v2/catalog/category=19 -2025-02-26 18:02:40;/v2/authorization -2025-02-26 18:02:40;/v2/catalog/category=18 -2025-02-26 18:02:40;/v2/catalog/category=19 -2025-02-26 18:02:50;/v2/authorization -2025-02-26 18:02:50;/v2/catalog/category=18 -2025-02-26 18:02:50;/v2/catalog/category=19 -2025-02-26 18:03:03;/v2/authorization -2025-02-26 18:03:03;/v2/catalog/category=18 -2025-02-26 18:03:03;/v2/catalog/category=19 -2025-02-26 18:03:05;/v2/authorization -2025-02-26 18:03:05;/v2/catalog/category=18 -2025-02-26 18:03:05;/v2/catalog/category=19 -2025-02-26 18:58:08;/v2/authorization -2025-02-26 18:58:08;/v2/catalog/category=18 -2025-02-26 18:58:08;/v2/catalog/category=19 -2025-02-26 18:58:10;/v2/authorization -2025-02-26 18:58:11;/v2/catalog/category=18 -2025-02-26 18:58:11;/v2/catalog/category=19 -2025-02-26 18:58:13;/v2/authorization -2025-02-26 18:58:13;/v2/categories/ -2025-02-26 18:58:13;/v2/catalog/ -2025-02-26 18:58:13;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 18:58:20;/v2/authorization -2025-02-26 18:58:20;/v2/categories/ -2025-02-26 18:58:21;/v2/catalog/ -2025-02-26 18:58:21;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 18:58:33;/v2/authorization -2025-02-26 18:58:33;/v2/catalog/category=18 -2025-02-26 18:58:33;/v2/catalog/category=19 -2025-02-26 18:58:38;/v2/authorization -2025-02-26 18:58:38;/v2/categories/ -2025-02-26 18:58:38;/v2/catalog/ -2025-02-26 18:58:38;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 18:58:46;/v2/authorization -2025-02-26 18:58:46;/v2/catalog/category=18 -2025-02-26 18:58:46;/v2/catalog/category=19 -2025-02-26 18:58:47;/v2/authorization -2025-02-26 18:58:47;/v2/categories/ -2025-02-26 18:58:48;/v2/catalog/ -2025-02-26 18:58:48;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 18:58:52;/v2/authorization -2025-02-26 18:58:52;/v2/catalog/product_id=thomasII_dolphin_gray -2025-02-26 18:58:52;/v2/products_media/product_id=63 -2025-02-26 18:59:11;/v2/authorization -2025-02-26 18:59:11;/v2/catalog/category=18 -2025-02-26 18:59:11;/v2/catalog/category=19 -2025-02-26 18:59:45;/v2/authorization -2025-02-26 18:59:45;/v2/catalog/category=18 -2025-02-26 18:59:45;/v2/catalog/category=19 -2025-02-26 19:02:22;/v2/authorization -2025-02-26 19:02:22;/v2/categories/ -2025-02-26 19:02:27;/v2/catalog/ -2025-02-26 19:02:27;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 19:02:27;/v2/authorization -2025-02-26 19:02:27;/v2/categories/ -2025-02-26 19:02:27;/v2/catalog/ -2025-02-26 19:02:28;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 19:02:28;/v2/authorization -2025-02-26 19:02:28;/v2/categories/ -2025-02-26 19:02:28;/v2/catalog/ -2025-02-26 19:02:28;/v2/products/&totals=&salesflag=1&status=1 -2025-02-26 19:02:31;/v2/authorization -2025-02-26 19:02:31;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 19:02:31;/v2/products_media/product_id=60 -2025-02-26 19:02:37;/v2/authorization -2025-02-26 19:02:37;/v2/catalog/product_id=thomasII_navy_blue -2025-02-26 19:02:37;/v2/products_media/product_id=60 -2025-02-26 19:16:53;/v2/authorization -2025-02-26 19:16:53;/v2/catalog/category=18 -2025-02-26 19:16:53;/v2/catalog/category=19 -2025-02-27 10:15:23;/v2/authorization -2025-02-27 10:15:24;/v2/catalog/category=18 -2025-02-27 10:15:24;/v2/catalog/category=19 -2025-02-27 20:59:57;/v2/authorization -2025-02-27 20:59:57;/v2/catalog/category=18 -2025-02-27 20:59:57;/v2/catalog/category=19 -2025-02-27 21:00:05;/v2/authorization -2025-02-27 21:00:05;/v2/catalog/product_id=thomasII_dolphin_gray -2025-02-27 21:00:06;/v2/products_media/product_id=63 -2025-02-27 21:00:11;/v2/authorization -2025-02-27 21:00:12;/v2/catalog/product_id=thomasII_dolphin_gray -2025-02-27 21:00:12;/v2/products_media/product_id=63 -2025-02-27 21:00:12;/v2/shopping_cart/ -2025-02-27 21:00:12;/v2/authorization -2025-02-27 21:00:12;/v2/catalog/category=7 -2025-02-27 21:00:14;/v2/authorization -2025-02-27 21:00:16;/v2/authorization -2025-02-27 21:00:16;/v2/identity/ -2025-02-27 21:00:16;/v2/authorization -2025-02-27 21:00:16;/v2/taxes/ -2025-02-27 21:00:16;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-27 21:00:16;/v2/checkout/ -2025-02-27 21:00:16;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-27 21:00:20;/v2/authorization -2025-02-27 23:52:02;/v2/authorization -2025-02-27 23:52:02;/v2/catalog/category=18 -2025-02-27 23:52:02;/v2/catalog/category=19 -2025-02-28 09:18:17;/v2/authorization -2025-02-28 09:18:19;/v2/authorization -2025-02-28 09:18:19;/v2/identity/ -2025-02-28 09:18:19;/v2/authorization -2025-02-28 09:18:19;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:18:20;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:19:09;/v2/authorization -2025-02-28 09:19:09;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:19:09;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:19:42;/v2/authorization -2025-02-28 09:19:42;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:19:42;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:22:20;/v2/authorization -2025-02-28 09:22:20;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:22:20;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:55:39;/v2/authorization -2025-02-28 09:55:39;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:55:39;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:55:44;/v2/authorization -2025-02-28 09:55:44;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:55:44;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:55:51;/v2/authorization -2025-02-28 09:55:51;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 09:55:51;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:43:28;/v2/authorization -2025-02-28 10:43:28;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:43:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:43:33;/v2/authorization -2025-02-28 10:43:34;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:43:34;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:44:16;/v2/authorization -2025-02-28 10:44:16;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:44:16;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:44:21;/v2/authorization -2025-02-28 10:44:21;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:44:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:44:51;/v2/authorization -2025-02-28 10:44:51;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:44:51;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:47:46;/v2/authorization -2025-02-28 10:47:46;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:47:46;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:47:53;/v2/authorization -2025-02-28 10:47:53;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:47:53;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:49:55;/v2/authorization -2025-02-28 10:49:55;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:49:55;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:52:58;/v2/authorization -2025-02-28 10:52:58;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:52:58;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:53:05;/v2/authorization -2025-02-28 10:53:05;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:53:05;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:53:08;/v2/authorization -2025-02-28 10:53:08;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:53:08;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:53:11;/v2/authorization -2025-02-28 10:53:11;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:53:11;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:55:13;/v2/authorization -2025-02-28 10:55:13;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:55:13;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:55:18;/v2/authorization -2025-02-28 10:55:18;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 10:55:18;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:06:09;/v2/authorization -2025-02-28 11:06:09;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:06:09;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:06:17;/v2/authorization -2025-02-28 11:06:18;/v2/catalog/category=18 -2025-02-28 11:06:18;/v2/catalog/category=19 -2025-02-28 11:06:26;/v2/authorization -2025-02-28 11:06:27;/v2/authorization -2025-02-28 11:06:27;/v2/catalog/category=18 -2025-02-28 11:06:28;/v2/catalog/category=19 -2025-02-28 11:06:35;/v2/authorization -2025-02-28 11:06:35;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:06:36;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:07:18;/v2/authorization -2025-02-28 11:07:18;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:07:18;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:08:16;/v2/authorization -2025-02-28 11:08:16;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:08:16;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:08:23;/v2/authorization -2025-02-28 11:08:23;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:08:23;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:08:56;/v2/authorization -2025-02-28 11:08:56;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:08:56;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:10:52;/v2/authorization -2025-02-28 11:10:52;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:10:52;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:10:52;/v2/taxes/ -2025-02-28 11:26:14;/v2/authorization -2025-02-28 11:26:14;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:26:14;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:26:14;/v2/taxes/ -2025-02-28 11:26:17;/v2/authorization -2025-02-28 11:26:17;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:26:17;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:26:17;/v2/taxes/ -2025-02-28 11:26:26;/v2/authorization -2025-02-28 11:26:26;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:26:26;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:26:26;/v2/taxes/ -2025-02-28 11:31:13;/v2/authorization -2025-02-28 11:31:13;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:13;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:13;/v2/taxes/ -2025-02-28 11:31:13;/v2/identity/ -2025-02-28 11:31:13;/v2/authorization -2025-02-28 11:31:13;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:13;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:13;/v2/taxes/ -2025-02-28 11:31:25;/v2/authorization -2025-02-28 11:31:25;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:25;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:25;/v2/taxes/ -2025-02-28 11:31:25;/v2/identity/ -2025-02-28 11:31:25;/v2/authorization -2025-02-28 11:31:25;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:25;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:31:25;/v2/taxes/ -2025-02-28 11:32:15;/v2/authorization -2025-02-28 11:32:15;/v2/catalog/category=18 -2025-02-28 11:32:15;/v2/catalog/category=19 -2025-02-28 11:32:17;/v2/authorization -2025-02-28 11:32:17;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:32:17;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:32:17;/v2/taxes/ -2025-02-28 11:32:22;/v2/authorization -2025-02-28 11:32:22;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:32:22;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:32:22;/v2/taxes/ -2025-02-28 11:55:59;/v2/authorization -2025-02-28 11:55:59;/v2/transactions/list=order&account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:55:59;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:55:59;/v2/taxes/ -2025-02-28 11:56:22;/v2/authorization -2025-02-28 11:56:22;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:56:22;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:56:22;/v2/taxes/ -2025-02-28 11:59:01;/v2/authorization -2025-02-28 11:59:01;/v2/categories/ -2025-02-28 11:59:01;/v2/catalog/ -2025-02-28 11:59:01;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 11:59:03;/v2/authorization -2025-02-28 11:59:03;/v2/catalog/product_id=thomasII_navy_blue -2025-02-28 11:59:03;/v2/products_media/product_id=60 -2025-02-28 11:59:05;/v2/authorization -2025-02-28 11:59:05;/v2/catalog/product_id=thomasII_navy_blue -2025-02-28 11:59:05;/v2/products_media/product_id=60 -2025-02-28 11:59:05;/v2/shopping_cart/ -2025-02-28 11:59:05;/v2/authorization -2025-02-28 11:59:05;/v2/catalog/category=7 -2025-02-28 11:59:06;/v2/authorization -2025-02-28 11:59:06;/v2/categories/ -2025-02-28 11:59:07;/v2/catalog/ -2025-02-28 11:59:07;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 11:59:10;/v2/authorization -2025-02-28 11:59:10;/v2/catalog/product_id=bracelet_black -2025-02-28 11:59:10;/v2/products_media/product_id=65 -2025-02-28 11:59:11;/v2/authorization -2025-02-28 11:59:11;/v2/catalog/product_id=bracelet_black -2025-02-28 11:59:11;/v2/products_media/product_id=65 -2025-02-28 11:59:11;/v2/shopping_cart/ -2025-02-28 11:59:11;/v2/authorization -2025-02-28 11:59:11;/v2/catalog/category=7 -2025-02-28 11:59:12;/v2/authorization -2025-02-28 11:59:12;/v2/categories/ -2025-02-28 11:59:13;/v2/catalog/ -2025-02-28 11:59:13;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 11:59:16;/v2/authorization -2025-02-28 11:59:16;/v2/catalog/product_id=thomasI_racing_green -2025-02-28 11:59:16;/v2/products_media/product_id=70 -2025-02-28 11:59:17;/v2/authorization -2025-02-28 11:59:17;/v2/catalog/product_id=thomasI_racing_green -2025-02-28 11:59:17;/v2/products_media/product_id=70 -2025-02-28 11:59:17;/v2/shopping_cart/ -2025-02-28 11:59:17;/v2/authorization -2025-02-28 11:59:17;/v2/catalog/category=7 -2025-02-28 11:59:20;/v2/authorization -2025-02-28 11:59:20;/v2/authorization -2025-02-28 11:59:20;/v2/taxes/ -2025-02-28 11:59:20;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:59:20;/v2/checkout/ -2025-02-28 11:59:20;/v2/shipping/list=methods&country=&price_total=1643.00&weight_total=0.00 -2025-02-28 11:59:23;/v2/authorization -2025-02-28 11:59:23;/v2/taxes/ -2025-02-28 11:59:23;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:59:23;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-28 11:59:23;/v2/checkout/ -2025-02-28 11:59:23;/v2/shipping/list=methods&country=21&price_total=1643.00&weight_total=0.00 -2025-02-28 11:59:29;/v2/authorization -2025-02-28 11:59:29;/v2/taxes/ -2025-02-28 11:59:29;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 11:59:29;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-28 11:59:29;/v2/checkout/ -2025-02-28 11:59:29;/v2/shipping/list=methods&country=21&price_total=1643.00&weight_total=0.00 -2025-02-28 11:59:29;/v2/identity/ -2025-02-28 11:59:29;/v2/placeorder/ -2025-02-28 11:59:31;/v2/authorization -2025-02-28 12:26:18;/v2/authorization -2025-02-28 12:26:18;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:26:18;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:26:18;/v2/taxes/ -2025-02-28 12:26:19;/v2/authorization -2025-02-28 12:26:20;/v2/catalog/category=18 -2025-02-28 12:26:20;/v2/catalog/category=19 -2025-02-28 12:26:22;/v2/authorization -2025-02-28 12:26:22;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:26:22;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:26:22;/v2/taxes/ -2025-02-28 12:27:24;/v2/authorization -2025-02-28 12:27:24;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:27:24;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:27:24;/v2/taxes/ -2025-02-28 12:29:31;/v2/authorization -2025-02-28 12:29:31;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:29:31;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:29:31;/v2/taxes/ -2025-02-28 12:29:31;/v2/authorization -2025-02-28 12:29:31;/v2/authorization -2025-02-28 12:29:32;/v2/authorization -2025-02-28 12:29:32;/v2/authorization -2025-02-28 12:29:32;/v2/authorization -2025-02-28 12:29:32;/v2/authorization -2025-02-28 12:29:32;/v2/catalog/category=18 -2025-02-28 12:29:32;/v2/catalog/category=19 -2025-02-28 12:29:32;/v2/authorization -2025-02-28 12:29:32;/v2/catalog/category=18 -2025-02-28 12:29:32;/v2/catalog/category=19 -2025-02-28 12:29:32;/v2/authorization -2025-02-28 12:29:33;/v2/catalog/category=18 -2025-02-28 12:29:33;/v2/catalog/category=19 -2025-02-28 12:29:33;/v2/authorization -2025-02-28 12:29:33;/v2/catalog/category=18 -2025-02-28 12:29:33;/v2/catalog/category=19 -2025-02-28 12:29:33;/v2/authorization -2025-02-28 12:29:33;/v2/catalog/category=18 -2025-02-28 12:29:33;/v2/catalog/category=19 -2025-02-28 12:30:56;/v2/authorization -2025-02-28 12:30:56;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:30:56;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:30:56;/v2/taxes/ -2025-02-28 12:31:27;/v2/authorization -2025-02-28 12:31:27;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:31:27;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:31:27;/v2/taxes/ -2025-02-28 12:35:53;/v2/authorization -2025-02-28 12:35:53;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:35:53;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:35:53;/v2/taxes/ -2025-02-28 12:36:20;/v2/authorization -2025-02-28 12:36:20;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:36:20;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:36:20;/v2/taxes/ -2025-02-28 12:36:21;/v2/authorization -2025-02-28 12:36:21;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:36:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 12:36:21;/v2/taxes/ -2025-02-28 13:01:12;/v2/authorization -2025-02-28 13:01:12;/v2/catalog/category=18 -2025-02-28 13:01:13;/v2/catalog/category=19 -2025-02-28 13:01:15;/v2/authorization -2025-02-28 13:01:16;/v2/authorization -2025-02-28 13:01:16;/v2/identity/ -2025-02-28 13:01:22;/v2/authorization -2025-02-28 13:01:23;/v2/identity/ -2025-02-28 13:01:24;/v2/authorization -2025-02-28 13:01:24;/v2/identity/ -2025-02-28 13:01:38;/v2/authorization -2025-02-28 13:01:38;/v2/identity/email=paul@veliti.nl -2025-02-28 13:03:47;/v2/authorization -2025-02-28 13:03:47;/v2/identity/email=paul@veliti.nl -2025-02-28 13:03:49;/v2/authorization -2025-02-28 13:03:50;/v2/authorization -2025-02-28 13:03:50;/v2/identity/ -2025-02-28 13:03:56;/v2/authorization -2025-02-28 13:03:56;/v2/identity/email=paul@veliti.nl -2025-02-28 13:04:06;/v2/authorization -2025-02-28 13:04:07;/v2/authorization -2025-02-28 13:04:07;/v2/identity/email=paul@veliti.nl -2025-02-28 13:04:23;/v2/authorization -2025-02-28 13:04:23;/v2/identity/email=paul@vanbeers.tv -2025-02-28 13:04:23;/v2/identity/ -2025-02-28 13:05:06;/v2/authorization -2025-02-28 13:05:06;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960&isverified=0 -2025-02-28 13:05:06;/v2/identity/ -2025-02-28 13:05:07;/v2/authorization -2025-02-28 13:05:07;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:05:07;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:05:07;/v2/taxes/ -2025-02-28 13:05:09;/v2/authorization -2025-02-28 13:05:09;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:05:09;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:05:09;/v2/taxes/ -2025-02-28 13:05:10;/v2/authorization -2025-02-28 13:05:10;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:05:10;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:05:10;/v2/taxes/ -2025-02-28 13:06:44;/v2/authorization -2025-02-28 13:06:44;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:06:44;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:06:44;/v2/taxes/ -2025-02-28 13:06:55;/v2/authorization -2025-02-28 13:06:55;/v2/authorization -2025-02-28 13:06:55;/v2/catalog/category=18 -2025-02-28 13:06:55;/v2/catalog/category=19 -2025-02-28 13:06:57;/v2/authorization -2025-02-28 13:06:59;/v2/authorization -2025-02-28 13:06:59;/v2/identity/ -2025-02-28 13:07:03;/v2/authorization -2025-02-28 13:07:03;/v2/identity/ -2025-02-28 13:08:30;/v2/authorization -2025-02-28 13:08:42;/v2/authorization -2025-02-28 13:08:42;/v2/identity/ -2025-02-28 13:08:42;/v2/authorization -2025-02-28 13:08:42;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:08:42;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:08:42;/v2/taxes/ -2025-02-28 13:08:44;/v2/authorization -2025-02-28 13:08:44;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:08:44;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:08:44;/v2/taxes/ -2025-02-28 13:08:53;/v2/authorization -2025-02-28 13:08:53;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:08:53;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:08:53;/v2/taxes/ -2025-02-28 13:08:53;/v2/identity/email=paul@veliti.nl -2025-02-28 13:09:12;/v2/authorization -2025-02-28 13:09:12;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:12;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:12;/v2/taxes/ -2025-02-28 13:09:12;/v2/identity/ -2025-02-28 13:09:12;/v2/authorization -2025-02-28 13:09:12;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:12;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:12;/v2/taxes/ -2025-02-28 13:09:16;/v2/authorization -2025-02-28 13:09:16;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:16;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:16;/v2/taxes/ -2025-02-28 13:09:17;/v2/authorization -2025-02-28 13:09:17;/v2/transactions_items/account_id=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:17;/v2/identity/userkey=2965266b7dba58cde9e3035b1c8359b4fa81ea20d8c1a24960 -2025-02-28 13:09:17;/v2/taxes/ -2025-02-28 13:09:22;/v2/authorization -2025-02-28 13:09:22;/v2/authorization -2025-02-28 13:09:22;/v2/catalog/category=18 -2025-02-28 13:09:22;/v2/catalog/category=19 -2025-02-28 13:09:24;/v2/authorization -2025-02-28 13:09:33;/v2/authorization -2025-02-28 13:09:33;/v2/identity/ -2025-02-28 13:09:42;/v2/authorization -2025-02-28 13:09:43;/v2/identity/ -2025-02-28 13:10:14;/v2/authorization -2025-02-28 13:11:29;/v2/authorization -2025-02-28 13:11:29;/v2/identity/ -2025-02-28 13:12:19;/v2/authorization -2025-02-28 13:12:19;/v2/identity/email=paul@veliti.nl -2025-02-28 13:12:19;/v2/identity/ -2025-02-28 13:12:39;/v2/authorization -2025-02-28 13:12:39;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3&isverified=0 -2025-02-28 13:12:39;/v2/identity/ -2025-02-28 13:12:39;/v2/authorization -2025-02-28 13:12:39;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:39;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:39;/v2/taxes/ -2025-02-28 13:12:42;/v2/authorization -2025-02-28 13:12:42;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:42;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:42;/v2/taxes/ -2025-02-28 13:12:50;/v2/authorization -2025-02-28 13:12:50;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:50;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:50;/v2/taxes/ -2025-02-28 13:12:56;/v2/authorization -2025-02-28 13:12:56;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:56;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:12:56;/v2/taxes/ -2025-02-28 13:13:02;/v2/authorization -2025-02-28 13:13:02;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:13:02;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:13:02;/v2/taxes/ -2025-02-28 13:13:22;/v2/authorization -2025-02-28 13:13:22;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:13:22;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:13:22;/v2/taxes/ -2025-02-28 13:13:22;/v2/identity/ -2025-02-28 13:13:22;/v2/authorization -2025-02-28 13:13:22;/v2/transactions_items/account_id=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:13:22;/v2/identity/userkey=920255cdbbe1d9fa5f75088dea5c06bf7d9da85493b42bd0f3 -2025-02-28 13:13:22;/v2/taxes/ -2025-02-28 13:13:31;/v2/authorization -2025-02-28 13:13:31;/v2/authorization -2025-02-28 13:13:32;/v2/catalog/category=18 -2025-02-28 13:13:32;/v2/catalog/category=19 -2025-02-28 13:13:35;/v2/authorization -2025-02-28 13:13:40;/v2/authorization -2025-02-28 13:13:40;/v2/identity/ -2025-02-28 13:13:49;/v2/authorization -2025-02-28 13:13:49;/v2/identity/ -2025-02-28 13:14:47;/v2/authorization -2025-02-28 13:14:47;/v2/identity/ -2025-02-28 13:14:55;/v2/authorization -2025-02-28 13:14:56;/v2/catalog/category=18 -2025-02-28 13:14:56;/v2/catalog/category=19 -2025-02-28 13:14:58;/v2/authorization -2025-02-28 13:15:03;/v2/authorization -2025-02-28 13:15:03;/v2/identity/ -2025-02-28 13:15:36;/v2/authorization -2025-02-28 13:15:36;/v2/catalog/category=18 -2025-02-28 13:15:36;/v2/catalog/category=19 -2025-02-28 13:15:43;/v2/authorization -2025-02-28 13:15:49;/v2/authorization -2025-02-28 13:15:50;/v2/identity/ -2025-02-28 13:20:44;/v2/authorization -2025-02-28 13:20:44;/v2/catalog/category=18 -2025-02-28 13:20:44;/v2/catalog/category=19 -2025-02-28 13:20:46;/v2/authorization -2025-02-28 13:20:51;/v2/authorization -2025-02-28 13:20:51;/v2/identity/ -2025-02-28 13:22:44;/v2/authorization -2025-02-28 13:22:54;/v2/authorization -2025-02-28 13:22:54;/v2/identity/email=paul@vanbeers.tv -2025-02-28 13:22:54;/v2/identity/ -2025-02-28 13:23:18;/v2/authorization -2025-02-28 13:23:18;/v2/identity/userkey=684df9884f301a614fa1833dd111253bcf9f4301e6045eb070&isverified=0 -2025-02-28 13:23:18;/v2/identity/ -2025-02-28 13:23:18;/v2/authorization -2025-02-28 13:23:18;/v2/transactions_items/account_id=684df9884f301a614fa1833dd111253bcf9f4301e6045eb070 -2025-02-28 13:23:18;/v2/identity/userkey=684df9884f301a614fa1833dd111253bcf9f4301e6045eb070 -2025-02-28 13:23:18;/v2/taxes/ -2025-02-28 13:23:27;/v2/authorization -2025-02-28 13:23:27;/v2/authorization -2025-02-28 13:23:27;/v2/catalog/category=18 -2025-02-28 13:23:27;/v2/catalog/category=19 -2025-02-28 13:23:48;/v2/authorization -2025-02-28 13:23:55;/v2/authorization -2025-02-28 13:23:55;/v2/identity/ -2025-02-28 13:23:55;/v2/authorization -2025-02-28 13:23:55;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:23:55;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:23:55;/v2/taxes/ -2025-02-28 13:23:59;/v2/authorization -2025-02-28 13:23:59;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:23:59;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:23:59;/v2/taxes/ -2025-02-28 13:24:11;/v2/authorization -2025-02-28 13:24:11;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:24:11;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:24:11;/v2/taxes/ -2025-02-28 13:24:12;/v2/identity/ -2025-02-28 13:24:12;/v2/authorization -2025-02-28 13:24:12;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:24:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:24:12;/v2/taxes/ -2025-02-28 13:24:14;/v2/authorization -2025-02-28 13:24:15;/v2/authorization -2025-02-28 13:24:15;/v2/catalog/category=18 -2025-02-28 13:24:15;/v2/catalog/category=19 -2025-02-28 13:24:17;/v2/authorization -2025-02-28 13:24:22;/v2/authorization -2025-02-28 13:24:22;/v2/identity/ -2025-02-28 13:24:28;/v2/authorization -2025-02-28 13:24:28;/v2/identity/ -2025-02-28 13:24:36;/v2/authorization -2025-02-28 13:24:36;/v2/identity/ -2025-02-28 13:25:32;/v2/authorization -2025-02-28 13:25:33;/v2/catalog/category=18 -2025-02-28 13:25:33;/v2/catalog/category=19 -2025-02-28 13:25:46;/v2/authorization -2025-02-28 13:25:57;/v2/authorization -2025-02-28 13:25:57;/v2/identity/email=paul@vanbeers.tv -2025-02-28 13:25:57;/v2/identity/ -2025-02-28 13:26:12;/v2/authorization -2025-02-28 13:26:12;/v2/identity/userkey=f69de67141c82289e97a2a79dd71d253c878bcb1c49287d538&isverified=0 -2025-02-28 13:26:12;/v2/identity/ -2025-02-28 13:26:13;/v2/authorization -2025-02-28 13:26:13;/v2/transactions_items/account_id=f69de67141c82289e97a2a79dd71d253c878bcb1c49287d538 -2025-02-28 13:26:13;/v2/identity/userkey=f69de67141c82289e97a2a79dd71d253c878bcb1c49287d538 -2025-02-28 13:26:13;/v2/taxes/ -2025-02-28 13:26:16;/v2/authorization -2025-02-28 13:26:16;/v2/transactions_items/account_id=f69de67141c82289e97a2a79dd71d253c878bcb1c49287d538 -2025-02-28 13:26:16;/v2/identity/userkey=f69de67141c82289e97a2a79dd71d253c878bcb1c49287d538 -2025-02-28 13:26:16;/v2/taxes/ -2025-02-28 13:28:19;/v2/authorization -2025-02-28 13:28:20;/v2/authorization -2025-02-28 13:28:20;/v2/catalog/category=18 -2025-02-28 13:28:20;/v2/catalog/category=19 -2025-02-28 13:28:22;/v2/authorization -2025-02-28 13:28:28;/v2/authorization -2025-02-28 13:28:28;/v2/identity/ -2025-02-28 13:28:28;/v2/authorization -2025-02-28 13:28:28;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:28;/v2/taxes/ -2025-02-28 13:28:33;/v2/authorization -2025-02-28 13:28:33;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:33;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:33;/v2/taxes/ -2025-02-28 13:28:40;/v2/authorization -2025-02-28 13:28:40;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:40;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:40;/v2/taxes/ -2025-02-28 13:28:47;/v2/authorization -2025-02-28 13:28:48;/v2/catalog/category=18 -2025-02-28 13:28:48;/v2/catalog/category=19 -2025-02-28 13:28:50;/v2/authorization -2025-02-28 13:28:50;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:50;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:50;/v2/taxes/ -2025-02-28 13:28:52;/v2/authorization -2025-02-28 13:28:52;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:52;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:52;/v2/taxes/ -2025-02-28 13:28:56;/v2/authorization -2025-02-28 13:28:56;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:56;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:28:56;/v2/taxes/ -2025-02-28 13:29:43;/v2/authorization -2025-02-28 13:29:43;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:43;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:43;/v2/taxes/ -2025-02-28 13:29:43;/v2/identity/ -2025-02-28 13:29:43;/v2/authorization -2025-02-28 13:29:43;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:43;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:43;/v2/taxes/ -2025-02-28 13:29:45;/v2/authorization -2025-02-28 13:29:45;/v2/authorization -2025-02-28 13:29:46;/v2/catalog/category=18 -2025-02-28 13:29:46;/v2/catalog/category=19 -2025-02-28 13:29:48;/v2/authorization -2025-02-28 13:29:53;/v2/authorization -2025-02-28 13:29:53;/v2/identity/ -2025-02-28 13:29:53;/v2/authorization -2025-02-28 13:29:53;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:53;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:53;/v2/taxes/ -2025-02-28 13:29:54;/v2/authorization -2025-02-28 13:29:54;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:54;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:29:54;/v2/taxes/ -2025-02-28 13:30:04;/v2/authorization -2025-02-28 13:30:04;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:30:04;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:30:04;/v2/taxes/ -2025-02-28 13:30:04;/v2/identity/ -2025-02-28 13:30:04;/v2/authorization -2025-02-28 13:30:04;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:30:04;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:30:04;/v2/taxes/ -2025-02-28 13:32:26;/v2/authorization -2025-02-28 13:32:26;/v2/authorization -2025-02-28 13:32:27;/v2/catalog/category=18 -2025-02-28 13:32:27;/v2/catalog/category=19 -2025-02-28 13:32:29;/v2/authorization -2025-02-28 13:32:29;/v2/categories/ -2025-02-28 13:32:29;/v2/catalog/ -2025-02-28 13:32:29;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 13:32:32;/v2/authorization -2025-02-28 13:32:32;/v2/catalog/product_id=thomasII_navy_blue -2025-02-28 13:32:32;/v2/products_media/product_id=60 -2025-02-28 13:32:33;/v2/authorization -2025-02-28 13:32:33;/v2/catalog/product_id=thomasII_navy_blue -2025-02-28 13:32:33;/v2/products_media/product_id=60 -2025-02-28 13:32:33;/v2/shopping_cart/ -2025-02-28 13:32:33;/v2/authorization -2025-02-28 13:32:34;/v2/catalog/category=7 -2025-02-28 13:32:36;/v2/authorization -2025-02-28 13:32:36;/v2/authorization -2025-02-28 13:32:36;/v2/taxes/ -2025-02-28 13:32:36;/v2/checkout/ -2025-02-28 13:32:36;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-28 13:32:41;/v2/authorization -2025-02-28 13:32:41;/v2/taxes/ -2025-02-28 13:32:41;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-28 13:32:41;/v2/checkout/ -2025-02-28 13:32:41;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-28 13:32:45;/v2/authorization -2025-02-28 13:32:52;/v2/authorization -2025-02-28 13:32:52;/v2/identity/ -2025-02-28 13:32:52;/v2/authorization -2025-02-28 13:32:52;/v2/taxes/ -2025-02-28 13:32:52;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:32:52;/v2/checkout/ -2025-02-28 13:32:52;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-28 13:39:21;/v2/authorization -2025-02-28 13:39:21;/v2/categories/ -2025-02-28 13:39:22;/v2/catalog/ -2025-02-28 13:39:22;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 13:39:23;/v2/authorization -2025-02-28 13:39:23;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:39:23;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:39:23;/v2/taxes/ -2025-02-28 13:39:24;/v2/authorization -2025-02-28 13:39:24;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:39:24;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:39:24;/v2/taxes/ -2025-02-28 13:39:35;/v2/authorization -2025-02-28 13:39:35;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:39:35;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 13:39:35;/v2/taxes/ -2025-02-28 13:39:40;/v2/authorization -2025-02-28 13:39:41;/v2/catalog/category=18 -2025-02-28 13:39:41;/v2/catalog/category=19 -2025-02-28 13:39:43;/v2/authorization -2025-02-28 13:39:43;/v2/catalog/category=7 -2025-02-28 13:39:58;/v2/authorization -2025-02-28 13:39:58;/v2/categories/ -2025-02-28 13:39:58;/v2/catalog/ -2025-02-28 13:39:58;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 13:40:04;/v2/authorization -2025-02-28 13:40:05;/v2/authorization -2025-02-28 13:40:05;/v2/catalog/category=18 -2025-02-28 13:40:05;/v2/catalog/category=19 -2025-02-28 13:55:33;/v2/authorization -2025-02-28 13:55:33;/v2/categories/ -2025-02-28 13:55:33;/v2/catalog/ -2025-02-28 13:55:33;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 13:55:34;/v2/authorization -2025-02-28 13:55:34;/v2/categories/ -2025-02-28 13:55:34;/v2/catalog/ -2025-02-28 13:55:34;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 13:55:45;/v2/authorization -2025-02-28 13:55:45;/v2/catalog/category=18 -2025-02-28 13:55:45;/v2/catalog/category=19 -2025-02-28 13:58:14;/v2/authorization -2025-02-28 13:58:14;/v2/catalog/category=18 -2025-02-28 13:58:14;/v2/catalog/category=19 -2025-02-28 14:55:04;/v2/authorization -2025-02-28 14:55:04;/v2/catalog/category=18 -2025-02-28 14:55:04;/v2/catalog/category=19 -2025-02-28 14:55:06;/v2/authorization -2025-02-28 14:55:06;/v2/categories/ -2025-02-28 14:55:07;/v2/catalog/ -2025-02-28 14:55:07;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 14:55:09;/v2/authorization -2025-02-28 14:55:09;/v2/catalog/product_id=thomasII_navy_blue -2025-02-28 14:55:09;/v2/products_media/product_id=60 -2025-02-28 14:55:10;/v2/authorization -2025-02-28 14:55:10;/v2/catalog/product_id=thomasII_navy_blue -2025-02-28 14:55:11;/v2/products_media/product_id=60 -2025-02-28 14:55:11;/v2/shopping_cart/ -2025-02-28 14:55:11;/v2/authorization -2025-02-28 14:55:11;/v2/catalog/category=7 -2025-02-28 14:55:13;/v2/authorization -2025-02-28 14:55:13;/v2/authorization -2025-02-28 14:55:13;/v2/taxes/ -2025-02-28 14:55:13;/v2/checkout/ -2025-02-28 14:55:13;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-28 14:55:16;/v2/authorization -2025-02-28 14:55:21;/v2/authorization -2025-02-28 14:55:21;/v2/identity/ -2025-02-28 14:55:21;/v2/authorization -2025-02-28 14:55:21;/v2/taxes/ -2025-02-28 14:55:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 14:55:21;/v2/checkout/ -2025-02-28 14:55:21;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-02-28 14:55:27;/v2/authorization -2025-02-28 14:55:27;/v2/taxes/ -2025-02-28 14:55:27;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 14:55:27;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-28 14:55:27;/v2/checkout/ -2025-02-28 14:55:27;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-28 14:55:33;/v2/authorization -2025-02-28 14:55:33;/v2/taxes/ -2025-02-28 14:55:33;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-02-28 14:55:33;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-02-28 14:55:33;/v2/checkout/ -2025-02-28 14:55:33;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-02-28 14:55:33;/v2/identity/ -2025-02-28 14:55:33;/v2/placeorder/ -2025-02-28 14:55:36;/v2/authorization -2025-02-28 14:55:40;/v2/authorization -2025-02-28 14:55:40;/v2/catalog/category=18 -2025-02-28 14:55:40;/v2/catalog/category=19 -2025-02-28 14:57:36;/v2/authorization -2025-02-28 14:57:37;/v2/catalog/category=18 -2025-02-28 14:57:37;/v2/catalog/category=19 -2025-02-28 14:57:40;/v2/authorization -2025-02-28 14:57:40;/v2/catalog/category=18 -2025-02-28 14:57:40;/v2/catalog/category=19 -2025-02-28 14:57:42;/v2/authorization -2025-02-28 14:57:42;/v2/categories/ -2025-02-28 14:57:42;/v2/catalog/ -2025-02-28 14:57:42;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 14:57:45;/v2/authorization -2025-02-28 14:57:45;/v2/catalog/product_id=thomasII_graphite -2025-02-28 14:57:45;/v2/products_media/product_id=64 -2025-02-28 14:58:18;/v2/authorization -2025-02-28 14:58:18;/v2/categories/ -2025-02-28 14:58:18;/v2/catalog/ -2025-02-28 14:58:18;/v2/products/&totals=&salesflag=1&status=1 -2025-02-28 19:40:14;/v2/authorization -2025-02-28 19:40:14;/v2/catalog/category=18 -2025-02-28 19:40:14;/v2/catalog/category=19 -2025-02-28 19:59:51;/v2/authorization -2025-02-28 19:59:51;/v2/catalog/category=18 -2025-02-28 19:59:51;/v2/catalog/category=19 -2025-02-28 23:10:12;/v2/authorization -2025-02-28 23:10:12;/v2/catalog/category=18 -2025-02-28 23:10:12;/v2/catalog/category=19 diff --git a/log/log_03.txt b/log/log_03.txt deleted file mode 100644 index a8eacef..0000000 --- a/log/log_03.txt +++ /dev/null @@ -1,1113 +0,0 @@ -2025-03-01 01:00:21;/v2/authorization -2025-03-01 01:00:21;/v2/catalog/category=18 -2025-03-01 01:00:21;/v2/catalog/category=19 -2025-03-01 07:25:11;/v2/authorization -2025-03-01 07:25:11;/v2/catalog/category=18 -2025-03-01 07:25:11;/v2/catalog/category=19 -2025-03-01 18:44:21;/v2/authorization -2025-03-01 18:44:21;/v2/catalog/category=18 -2025-03-01 18:44:22;/v2/catalog/category=19 -2025-03-01 18:44:24;/v2/authorization -2025-03-01 18:44:26;/v2/authorization -2025-03-01 18:44:26;/v2/identity/ -2025-03-01 18:44:26;/v2/authorization -2025-03-01 18:44:26;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:44:26;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:44:27;/v2/taxes/ -2025-03-01 18:45:29;/v2/authorization -2025-03-01 18:45:30;/v2/catalog/category=18 -2025-03-01 18:45:30;/v2/catalog/category=19 -2025-03-01 18:45:34;/v2/authorization -2025-03-01 18:45:36;/v2/authorization -2025-03-01 18:45:36;/v2/identity/ -2025-03-01 18:45:36;/v2/authorization -2025-03-01 18:45:36;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:45:36;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:45:36;/v2/taxes/ -2025-03-01 18:45:38;/v2/authorization -2025-03-01 18:45:38;/v2/catalog/category=18 -2025-03-01 18:45:38;/v2/catalog/category=19 -2025-03-01 18:45:40;/v2/authorization -2025-03-01 18:45:40;/v2/categories/ -2025-03-01 18:45:40;/v2/catalog/ -2025-03-01 18:45:40;/v2/products/&totals=&salesflag=1&status=1 -2025-03-01 18:45:43;/v2/authorization -2025-03-01 18:45:43;/v2/catalog/product_id=thomasII_navy_blue -2025-03-01 18:45:43;/v2/products_media/product_id=60 -2025-03-01 18:45:44;/v2/authorization -2025-03-01 18:45:44;/v2/catalog/product_id=thomasII_navy_blue -2025-03-01 18:45:44;/v2/products_media/product_id=60 -2025-03-01 18:45:44;/v2/shopping_cart/ -2025-03-01 18:45:45;/v2/authorization -2025-03-01 18:45:45;/v2/catalog/category=7 -2025-03-01 18:45:48;/v2/authorization -2025-03-01 18:45:48;/v2/authorization -2025-03-01 18:45:48;/v2/taxes/ -2025-03-01 18:45:48;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:45:48;/v2/checkout/ -2025-03-01 18:45:48;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-01 18:45:56;/v2/authorization -2025-03-01 18:45:56;/v2/taxes/ -2025-03-01 18:45:56;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:45:56;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:45:56;/v2/checkout/ -2025-03-01 18:45:56;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:45:57;/v2/authorization -2025-03-01 18:45:57;/v2/taxes/ -2025-03-01 18:45:57;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:45:57;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:45:57;/v2/checkout/ -2025-03-01 18:45:57;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:45:57;/v2/identity/ -2025-03-01 18:45:57;/v2/placeorder/ -2025-03-01 18:46:05;/v2/authorization -2025-03-01 18:46:05;/v2/taxes/ -2025-03-01 18:46:05;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:46:05;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:46:05;/v2/checkout/ -2025-03-01 18:46:05;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:46:05;/v2/identity/ -2025-03-01 18:46:05;/v2/placeorder/ -2025-03-01 18:46:18;/v2/authorization -2025-03-01 18:46:18;/v2/taxes/ -2025-03-01 18:46:18;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:46:18;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:46:18;/v2/checkout/ -2025-03-01 18:46:19;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:46:19;/v2/identity/ -2025-03-01 18:46:19;/v2/placeorder/ -2025-03-01 18:48:31;/v2/authorization -2025-03-01 18:48:31;/v2/taxes/ -2025-03-01 18:48:31;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:48:31;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:48:31;/v2/checkout/ -2025-03-01 18:48:31;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:48:31;/v2/identity/ -2025-03-01 18:48:31;/v2/placeorder/ -2025-03-01 18:48:46;/v2/authorization -2025-03-01 18:48:46;/v2/taxes/ -2025-03-01 18:48:46;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:48:46;/v2/checkout/ -2025-03-01 18:48:46;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-01 18:48:54;/v2/authorization -2025-03-01 18:48:54;/v2/taxes/ -2025-03-01 18:48:54;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:48:54;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:48:54;/v2/checkout/ -2025-03-01 18:48:54;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:48:55;/v2/authorization -2025-03-01 18:48:55;/v2/taxes/ -2025-03-01 18:48:55;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:48:55;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:48:55;/v2/checkout/ -2025-03-01 18:48:55;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:48:55;/v2/identity/ -2025-03-01 18:48:55;/v2/placeorder/ -2025-03-01 18:49:21;/v2/authorization -2025-03-01 18:49:21;/v2/taxes/ -2025-03-01 18:49:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:49:21;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:49:21;/v2/checkout/ -2025-03-01 18:49:21;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:49:21;/v2/identity/ -2025-03-01 18:49:21;/v2/placeorder/ -2025-03-01 18:49:24;/v2/authorization -2025-03-01 18:54:19;/v2/authorization -2025-03-01 18:54:19;/v2/categories/ -2025-03-01 18:54:19;/v2/catalog/ -2025-03-01 18:54:19;/v2/products/&totals=&salesflag=1&status=1 -2025-03-01 18:54:21;/v2/authorization -2025-03-01 18:54:21;/v2/catalog/product_id=thomasII_ice_blue -2025-03-01 18:54:21;/v2/products_media/product_id=61 -2025-03-01 18:54:25;/v2/authorization -2025-03-01 18:54:25;/v2/catalog/product_id=thomasII_ice_blue -2025-03-01 18:54:25;/v2/products_media/product_id=61 -2025-03-01 18:54:25;/v2/shopping_cart/ -2025-03-01 18:54:26;/v2/authorization -2025-03-01 18:54:26;/v2/catalog/category=7 -2025-03-01 18:54:31;/v2/authorization -2025-03-01 18:54:31;/v2/authorization -2025-03-01 18:54:31;/v2/taxes/ -2025-03-01 18:54:31;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:54:31;/v2/checkout/ -2025-03-01 18:54:31;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-01 18:54:35;/v2/authorization -2025-03-01 18:54:35;/v2/taxes/ -2025-03-01 18:54:36;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:54:36;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:54:36;/v2/checkout/ -2025-03-01 18:54:36;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:54:41;/v2/authorization -2025-03-01 18:54:41;/v2/taxes/ -2025-03-01 18:54:41;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:54:41;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:54:41;/v2/checkout/ -2025-03-01 18:54:41;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:54:41;/v2/identity/ -2025-03-01 18:54:41;/v2/placeorder/ -2025-03-01 18:55:17;/v2/authorization -2025-03-01 18:55:17;/v2/taxes/ -2025-03-01 18:55:17;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:55:17;/v2/checkout/ -2025-03-01 18:55:17;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-01 18:55:21;/v2/authorization -2025-03-01 18:55:21;/v2/taxes/ -2025-03-01 18:55:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:55:21;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:55:21;/v2/checkout/ -2025-03-01 18:55:21;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:55:22;/v2/authorization -2025-03-01 18:55:22;/v2/taxes/ -2025-03-01 18:55:22;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:55:22;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:55:22;/v2/checkout/ -2025-03-01 18:55:22;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:55:22;/v2/identity/ -2025-03-01 18:55:22;/v2/placeorder/ -2025-03-01 18:55:47;/v2/authorization -2025-03-01 18:55:47;/v2/taxes/ -2025-03-01 18:55:47;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-01 18:55:47;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-01 18:55:47;/v2/checkout/ -2025-03-01 18:55:47;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-01 18:55:47;/v2/identity/ -2025-03-01 18:55:47;/v2/placeorder/ -2025-03-01 18:55:54;/v2/authorization -2025-03-01 18:55:54;/v2/authorization -2025-03-01 18:55:54;/v2/catalog/category=18 -2025-03-01 18:55:54;/v2/catalog/category=19 -2025-03-01 18:55:58;/v2/authorization -2025-03-01 18:55:58;/v2/authorization -2025-03-01 18:55:58;/v2/catalog/category=18 -2025-03-01 18:55:59;/v2/catalog/category=19 -2025-03-02 11:50:02;/v2/authorization -2025-03-02 11:50:03;/v2/catalog/category=18 -2025-03-02 11:50:03;/v2/catalog/category=19 -2025-03-03 20:14:38;/v2/authorization -2025-03-03 20:14:38;/v2/catalog/category=18 -2025-03-03 20:14:38;/v2/catalog/category=19 -2025-03-03 20:14:42;/v2/authorization -2025-03-03 20:14:44;/v2/authorization -2025-03-03 20:14:44;/v2/identity/ -2025-03-03 20:14:44;/v2/authorization -2025-03-03 20:14:44;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:14:44;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:14:44;/v2/taxes/ -2025-03-03 20:14:47;/v2/authorization -2025-03-03 20:14:48;/v2/categories/ -2025-03-03 20:14:48;/v2/catalog/ -2025-03-03 20:14:48;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 20:14:50;/v2/authorization -2025-03-03 20:14:50;/v2/catalog/product_id=thomasII_navy_blue -2025-03-03 20:14:50;/v2/products_media/product_id=60 -2025-03-03 20:14:51;/v2/authorization -2025-03-03 20:14:52;/v2/catalog/product_id=thomasII_navy_blue -2025-03-03 20:14:52;/v2/products_media/product_id=60 -2025-03-03 20:14:52;/v2/shopping_cart/ -2025-03-03 20:14:52;/v2/authorization -2025-03-03 20:14:52;/v2/catalog/category=7 -2025-03-03 20:14:55;/v2/authorization -2025-03-03 20:14:55;/v2/categories/ -2025-03-03 20:15:00;/v2/catalog/ -2025-03-03 20:15:00;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 20:15:03;/v2/authorization -2025-03-03 20:15:03;/v2/categories/ -2025-03-03 20:15:03;/v2/catalog/ -2025-03-03 20:15:03;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 20:15:11;/v2/authorization -2025-03-03 20:15:11;/v2/catalog/product_id=thomasI_ice_blue -2025-03-03 20:15:11;/v2/products_media/product_id=69 -2025-03-03 20:15:15;/v2/authorization -2025-03-03 20:15:15;/v2/catalog/product_id=thomasI_ice_blue -2025-03-03 20:15:15;/v2/products_media/product_id=69 -2025-03-03 20:15:15;/v2/shopping_cart/ -2025-03-03 20:15:15;/v2/authorization -2025-03-03 20:15:16;/v2/catalog/category=7 -2025-03-03 20:15:20;/v2/authorization -2025-03-03 20:15:20;/v2/authorization -2025-03-03 20:15:21;/v2/catalog/category=7 -2025-03-03 20:15:25;/v2/authorization -2025-03-03 20:15:25;/v2/authorization -2025-03-03 20:15:25;/v2/catalog/category=7 -2025-03-03 20:15:28;/v2/authorization -2025-03-03 20:15:28;/v2/authorization -2025-03-03 20:15:28;/v2/taxes/ -2025-03-03 20:15:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:15:28;/v2/checkout/ -2025-03-03 20:15:28;/v2/shipping/list=methods&country=&price_total=12585.00&weight_total=0.00 -2025-03-03 20:15:32;/v2/authorization -2025-03-03 20:15:32;/v2/taxes/ -2025-03-03 20:15:32;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:15:32;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:15:32;/v2/checkout/ -2025-03-03 20:15:32;/v2/shipping/list=methods&country=21&price_total=12585.00&weight_total=0.00 -2025-03-03 20:15:36;/v2/authorization -2025-03-03 20:15:36;/v2/taxes/ -2025-03-03 20:15:36;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:15:36;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:15:36;/v2/checkout/ -2025-03-03 20:15:36;/v2/shipping/list=methods&country=21&price_total=12585.00&weight_total=0.00 -2025-03-03 20:15:36;/v2/identity/ -2025-03-03 20:15:36;/v2/placeorder/ -2025-03-03 20:15:43;/v2/authorization -2025-03-03 20:15:43;/v2/taxes/ -2025-03-03 20:15:43;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:15:43;/v2/checkout/ -2025-03-03 20:15:43;/v2/shipping/list=methods&country=&price_total=12585.00&weight_total=0.00 -2025-03-03 20:15:49;/v2/authorization -2025-03-03 20:15:49;/v2/taxes/ -2025-03-03 20:15:49;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:15:49;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:15:49;/v2/checkout/ -2025-03-03 20:15:49;/v2/shipping/list=methods&country=21&price_total=12585.00&weight_total=0.00 -2025-03-03 20:15:50;/v2/authorization -2025-03-03 20:15:50;/v2/taxes/ -2025-03-03 20:15:50;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:15:50;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:15:50;/v2/checkout/ -2025-03-03 20:15:50;/v2/shipping/list=methods&country=21&price_total=12585.00&weight_total=0.00 -2025-03-03 20:15:50;/v2/identity/ -2025-03-03 20:15:50;/v2/placeorder/ -2025-03-03 20:16:04;/v2/authorization -2025-03-03 20:27:20;/v2/authorization -2025-03-03 20:28:06;/v2/authorization -2025-03-03 20:28:07;/v2/catalog/category=18 -2025-03-03 20:28:07;/v2/catalog/category=19 -2025-03-03 20:28:55;/v2/authorization -2025-03-03 20:28:55;/v2/categories/ -2025-03-03 20:28:55;/v2/catalog/ -2025-03-03 20:28:55;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 20:28:58;/v2/authorization -2025-03-03 20:28:58;/v2/catalog/product_id=thomasII_racing_green -2025-03-03 20:28:58;/v2/products_media/product_id=62 -2025-03-03 20:28:59;/v2/authorization -2025-03-03 20:28:59;/v2/catalog/product_id=thomasII_racing_green -2025-03-03 20:28:59;/v2/products_media/product_id=62 -2025-03-03 20:28:59;/v2/shopping_cart/ -2025-03-03 20:29:02;/v2/authorization -2025-03-03 20:29:02;/v2/catalog/category=7 -2025-03-03 20:29:09;/v2/authorization -2025-03-03 20:29:09;/v2/catalog/category=7 -2025-03-03 20:29:11;/v2/authorization -2025-03-03 20:29:12;/v2/authorization -2025-03-03 20:29:12;/v2/taxes/ -2025-03-03 20:29:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:29:12;/v2/checkout/ -2025-03-03 20:29:12;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-03 20:29:17;/v2/authorization -2025-03-03 20:29:17;/v2/taxes/ -2025-03-03 20:29:17;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:29:17;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:29:17;/v2/checkout/ -2025-03-03 20:29:17;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-03 20:29:19;/v2/authorization -2025-03-03 20:29:19;/v2/taxes/ -2025-03-03 20:29:19;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:29:19;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:29:19;/v2/checkout/ -2025-03-03 20:29:19;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-03 20:29:19;/v2/identity/ -2025-03-03 20:29:19;/v2/placeorder/ -2025-03-03 20:30:03;/v2/authorization -2025-03-03 20:30:04;/v2/transactions/ -2025-03-03 20:30:05;/v2/authorization -2025-03-03 20:31:04;/v2/authorization -2025-03-03 20:31:04;/v2/transactions/ -2025-03-03 20:32:17;/v2/authorization -2025-03-03 20:32:17;/v2/transactions/ -2025-03-03 20:46:55;/v2/authorization -2025-03-03 20:46:55;/v2/categories/ -2025-03-03 20:46:56;/v2/catalog/ -2025-03-03 20:46:56;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 20:46:58;/v2/authorization -2025-03-03 20:46:58;/v2/catalog/product_id=bracelet_black -2025-03-03 20:46:58;/v2/products_media/product_id=65 -2025-03-03 20:46:59;/v2/authorization -2025-03-03 20:47:00;/v2/catalog/product_id=bracelet_black -2025-03-03 20:47:00;/v2/products_media/product_id=65 -2025-03-03 20:47:00;/v2/shopping_cart/ -2025-03-03 20:47:00;/v2/authorization -2025-03-03 20:47:00;/v2/catalog/category=7 -2025-03-03 20:47:01;/v2/authorization -2025-03-03 20:47:01;/v2/authorization -2025-03-03 20:47:01;/v2/taxes/ -2025-03-03 20:47:01;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:47:01;/v2/checkout/ -2025-03-03 20:47:01;/v2/shipping/list=methods&country=&price_total=45.00&weight_total=0.00 -2025-03-03 20:47:06;/v2/authorization -2025-03-03 20:47:06;/v2/taxes/ -2025-03-03 20:47:06;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:47:06;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:47:06;/v2/checkout/ -2025-03-03 20:47:06;/v2/shipping/list=methods&country=21&price_total=45.00&weight_total=0.00 -2025-03-03 20:47:09;/v2/authorization -2025-03-03 20:47:09;/v2/taxes/ -2025-03-03 20:47:09;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:47:09;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:47:09;/v2/checkout/ -2025-03-03 20:47:09;/v2/shipping/list=methods&country=21&price_total=45.00&weight_total=0.00 -2025-03-03 20:47:09;/v2/identity/ -2025-03-03 20:47:09;/v2/placeorder/ -2025-03-03 20:47:24;/v2/authorization -2025-03-03 20:47:24;/v2/transactions/ -2025-03-03 20:47:24;/v2/authorization -2025-03-03 20:47:24;/v2/invoice/ -2025-03-03 20:47:24;/v2/invoice/list=invoice&id=22 -2025-03-03 20:48:06;/v2/authorization -2025-03-03 20:48:06;/v2/categories/ -2025-03-03 20:48:06;/v2/catalog/ -2025-03-03 20:48:07;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 20:48:09;/v2/authorization -2025-03-03 20:48:09;/v2/catalog/product_id=thomasII_navy_blue -2025-03-03 20:48:09;/v2/products_media/product_id=60 -2025-03-03 20:48:10;/v2/authorization -2025-03-03 20:48:10;/v2/catalog/product_id=thomasII_navy_blue -2025-03-03 20:48:10;/v2/products_media/product_id=60 -2025-03-03 20:48:10;/v2/shopping_cart/ -2025-03-03 20:48:10;/v2/authorization -2025-03-03 20:48:10;/v2/catalog/category=7 -2025-03-03 20:48:12;/v2/authorization -2025-03-03 20:48:12;/v2/authorization -2025-03-03 20:48:12;/v2/taxes/ -2025-03-03 20:48:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:48:12;/v2/checkout/ -2025-03-03 20:48:12;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-03 20:48:15;/v2/authorization -2025-03-03 20:48:15;/v2/taxes/ -2025-03-03 20:48:15;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:48:15;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:48:15;/v2/checkout/ -2025-03-03 20:48:15;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-03 20:48:21;/v2/authorization -2025-03-03 20:48:21;/v2/taxes/ -2025-03-03 20:48:21;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-03 20:48:21;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-03 20:48:21;/v2/checkout/ -2025-03-03 20:48:21;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-03 20:48:21;/v2/identity/ -2025-03-03 20:48:21;/v2/placeorder/ -2025-03-03 20:49:36;/v2/authorization -2025-03-03 20:49:39;/v2/authorization -2025-03-03 20:49:39;/v2/categories/ -2025-03-03 20:49:39;/v2/catalog/ -2025-03-03 20:49:39;/v2/products/&totals=&salesflag=1&status=1 -2025-03-03 21:05:11;/v2/authorization -2025-03-03 21:05:11;/v2/transactions/ -2025-03-04 20:45:27;/v2/authorization -2025-03-04 20:45:27;/v2/categories/ -2025-03-04 20:45:28;/v2/catalog/ -2025-03-04 20:45:28;/v2/products/&totals=&salesflag=1&status=1 -2025-03-04 20:45:30;/v2/authorization -2025-03-04 20:45:31;/v2/authorization -2025-03-04 20:45:31;/v2/identity/ -2025-03-04 20:45:31;/v2/authorization -2025-03-04 20:45:31;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-04 20:45:31;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-04 20:45:31;/v2/taxes/ -2025-03-04 20:45:33;/v2/authorization -2025-03-04 20:45:33;/v2/categories/ -2025-03-04 20:45:34;/v2/catalog/ -2025-03-04 20:45:34;/v2/products/&totals=&salesflag=1&status=1 -2025-03-04 20:45:36;/v2/authorization -2025-03-04 20:45:36;/v2/catalog/product_id=thomasII_navy_blue -2025-03-04 20:45:36;/v2/products_media/product_id=60 -2025-03-04 20:45:37;/v2/authorization -2025-03-04 20:45:38;/v2/catalog/product_id=thomasII_navy_blue -2025-03-04 20:45:38;/v2/products_media/product_id=60 -2025-03-04 20:45:38;/v2/shopping_cart/ -2025-03-04 20:45:38;/v2/authorization -2025-03-04 20:45:38;/v2/catalog/category=7 -2025-03-04 20:45:39;/v2/authorization -2025-03-04 20:45:39;/v2/authorization -2025-03-04 20:45:39;/v2/taxes/ -2025-03-04 20:45:39;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-04 20:45:39;/v2/checkout/ -2025-03-04 20:45:39;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-04 20:45:45;/v2/authorization -2025-03-04 20:45:45;/v2/taxes/ -2025-03-04 20:45:45;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-04 20:45:45;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-04 20:45:45;/v2/checkout/ -2025-03-04 20:45:45;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-04 20:45:46;/v2/authorization -2025-03-04 20:45:46;/v2/taxes/ -2025-03-04 20:45:46;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-04 20:45:46;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-04 20:45:46;/v2/checkout/ -2025-03-04 20:45:46;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-04 20:45:46;/v2/identity/ -2025-03-04 20:45:46;/v2/placeorder/ -2025-03-04 20:45:57;/v2/authorization -2025-03-04 20:45:57;/v2/transactions/ -2025-03-04 20:45:57;/v2/invoice/ -2025-03-04 20:45:57;/v2/invoice/list=invoice&id=23 -2025-03-04 20:45:58;/v2/authorization -2025-03-05 16:01:04;/v2/authorization -2025-03-05 16:01:04;/v2/categories/ -2025-03-05 16:01:04;/v2/catalog/ -2025-03-05 16:01:04;/v2/products/&totals=&salesflag=1&status=1 -2025-03-05 16:01:07;/v2/authorization -2025-03-05 16:01:07;/v2/catalog/product_id=thomasII_navy_blue -2025-03-05 16:01:07;/v2/products_media/product_id=60 -2025-03-05 16:01:09;/v2/authorization -2025-03-05 16:01:09;/v2/catalog/product_id=thomasII_navy_blue -2025-03-05 16:01:09;/v2/products_media/product_id=60 -2025-03-05 16:01:09;/v2/shopping_cart/ -2025-03-05 16:01:09;/v2/authorization -2025-03-05 16:01:09;/v2/catalog/category=7 -2025-03-05 16:01:12;/v2/authorization -2025-03-05 16:01:12;/v2/authorization -2025-03-05 16:01:12;/v2/taxes/ -2025-03-05 16:01:12;/v2/checkout/ -2025-03-05 16:01:12;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-05 16:01:14;/v2/authorization -2025-03-05 16:01:16;/v2/authorization -2025-03-05 16:01:16;/v2/identity/ -2025-03-05 16:01:16;/v2/authorization -2025-03-05 16:01:16;/v2/taxes/ -2025-03-05 16:01:16;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:01:16;/v2/checkout/ -2025-03-05 16:01:16;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-05 16:01:24;/v2/authorization -2025-03-05 16:01:24;/v2/taxes/ -2025-03-05 16:01:24;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:01:24;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-05 16:01:24;/v2/checkout/ -2025-03-05 16:01:24;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-05 16:01:24;/v2/identity/ -2025-03-05 16:01:24;/v2/placeorder/ -2025-03-05 16:01:38;/v2/authorization -2025-03-05 16:01:38;/v2/transactions/ -2025-03-05 16:01:38;/v2/invoice/ -2025-03-05 16:01:38;/v2/invoice/list=invoice&id=24 -2025-03-05 16:01:39;/v2/authorization -2025-03-05 16:01:56;/v2/authorization -2025-03-05 16:01:56;/v2/catalog/category=18 -2025-03-05 16:01:57;/v2/catalog/category=19 -2025-03-05 16:08:06;/v2/authorization -2025-03-05 16:08:06;/v2/categories/ -2025-03-05 16:08:06;/v2/catalog/ -2025-03-05 16:08:06;/v2/products/&totals=&salesflag=1&status=1 -2025-03-05 16:08:08;/v2/authorization -2025-03-05 16:08:08;/v2/catalog/product_id=thomasII_ice_blue -2025-03-05 16:08:08;/v2/products_media/product_id=61 -2025-03-05 16:08:10;/v2/authorization -2025-03-05 16:08:10;/v2/catalog/product_id=thomasII_ice_blue -2025-03-05 16:08:10;/v2/products_media/product_id=61 -2025-03-05 16:08:10;/v2/shopping_cart/ -2025-03-05 16:08:10;/v2/authorization -2025-03-05 16:08:10;/v2/catalog/category=7 -2025-03-05 16:08:12;/v2/authorization -2025-03-05 16:08:12;/v2/authorization -2025-03-05 16:08:12;/v2/taxes/ -2025-03-05 16:08:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:08:12;/v2/checkout/ -2025-03-05 16:08:12;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-05 16:08:18;/v2/authorization -2025-03-05 16:08:18;/v2/taxes/ -2025-03-05 16:08:18;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:08:18;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-05 16:08:18;/v2/checkout/ -2025-03-05 16:08:18;/v2/shipping/list=methods&country=21&price_total=899.00&weight_total=0.00 -2025-03-05 16:08:18;/v2/identity/ -2025-03-05 16:08:18;/v2/placeorder/ -2025-03-05 16:08:30;/v2/authorization -2025-03-05 16:08:30;/v2/authorization -2025-03-05 16:08:30;/v2/transactions/ -2025-03-05 16:08:30;/v2/invoice/ -2025-03-05 16:08:30;/v2/invoice/list=invoice&id=25 -2025-03-05 16:16:54;/v2/authorization -2025-03-05 16:16:54;/v2/categories/ -2025-03-05 16:16:55;/v2/catalog/ -2025-03-05 16:16:55;/v2/products/&totals=&salesflag=1&status=1 -2025-03-05 16:16:57;/v2/authorization -2025-03-05 16:16:57;/v2/catalog/product_id=thomasI_ice_blue -2025-03-05 16:16:57;/v2/products_media/product_id=69 -2025-03-05 16:17:00;/v2/authorization -2025-03-05 16:17:00;/v2/catalog/product_id=thomasI_ice_blue -2025-03-05 16:17:00;/v2/products_media/product_id=69 -2025-03-05 16:17:00;/v2/shopping_cart/ -2025-03-05 16:17:00;/v2/authorization -2025-03-05 16:17:00;/v2/catalog/category=7 -2025-03-05 16:17:02;/v2/authorization -2025-03-05 16:17:02;/v2/authorization -2025-03-05 16:17:02;/v2/taxes/ -2025-03-05 16:17:02;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:17:02;/v2/checkout/ -2025-03-05 16:17:02;/v2/shipping/list=methods&country=&price_total=799.00&weight_total=0.00 -2025-03-05 16:17:05;/v2/authorization -2025-03-05 16:17:07;/v2/taxes/ -2025-03-05 16:17:07;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:17:07;/v2/shipping/list=methods&country=21&price_total=0&weight_total=0 -2025-03-05 16:17:07;/v2/checkout/ -2025-03-05 16:17:07;/v2/shipping/list=methods&country=21&price_total=799.00&weight_total=0.00 -2025-03-05 16:17:07;/v2/identity/ -2025-03-05 16:17:07;/v2/placeorder/ -2025-03-05 16:17:19;/v2/authorization -2025-03-05 16:17:19;/v2/transactions/ -2025-03-05 16:17:19;/v2/invoice/ -2025-03-05 16:17:19;/v2/invoice/list=invoice&id=26 -2025-03-05 16:17:20;/v2/authorization -2025-03-05 16:47:38;/v2/authorization -2025-03-05 16:47:38;/v2/catalog/category=18 -2025-03-05 16:47:38;/v2/catalog/category=19 -2025-03-05 16:47:40;/v2/authorization -2025-03-05 16:47:40;/v2/authorization -2025-03-05 16:47:41;/v2/catalog/category=18 -2025-03-05 16:47:41;/v2/catalog/category=19 -2025-03-05 16:48:01;/v2/authorization -2025-03-05 16:48:03;/v2/authorization -2025-03-05 16:48:03;/v2/identity/ -2025-03-05 16:48:04;/v2/authorization -2025-03-05 16:48:04;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:48:04;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 16:48:04;/v2/taxes/ -2025-03-05 20:49:36;/v2/authorization -2025-03-05 20:49:37;/v2/catalog/category=18 -2025-03-05 20:49:37;/v2/catalog/category=19 -2025-03-05 20:49:39;/v2/authorization -2025-03-05 20:49:40;/v2/authorization -2025-03-05 20:49:40;/v2/identity/ -2025-03-05 20:49:40;/v2/authorization -2025-03-05 20:49:40;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 20:49:40;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-05 20:49:40;/v2/taxes/ -2025-03-05 20:56:12;/v2/authorization -2025-03-05 20:56:12;/v2/catalog/category=18 -2025-03-05 20:56:12;/v2/catalog/category=19 -2025-03-05 20:56:32;/v2/authorization -2025-03-05 20:56:32;/v2/authorization -2025-03-05 20:56:33;/v2/authorization -2025-03-05 20:56:33;/v2/catalog/category=18 -2025-03-05 20:56:33;/v2/catalog/category=19 -2025-03-05 20:56:41;/v2/authorization -2025-03-05 20:56:41;/v2/categories/ -2025-03-05 20:56:42;/v2/catalog/ -2025-03-05 20:56:42;/v2/products/&totals=&salesflag=1&status=1 -2025-03-05 20:56:44;/v2/authorization -2025-03-05 20:56:44;/v2/catalog/product_id=thomasII_graphite -2025-03-05 20:56:44;/v2/products_media/product_id=64 -2025-03-05 20:56:49;/v2/authorization -2025-03-05 20:56:49;/v2/categories/ -2025-03-05 20:56:49;/v2/catalog/ -2025-03-05 20:56:50;/v2/products/&totals=&salesflag=1&status=1 -2025-03-05 20:56:52;/v2/authorization -2025-03-05 20:56:52;/v2/catalog/category=18 -2025-03-05 20:56:52;/v2/catalog/category=19 -2025-03-05 20:56:54;/v2/authorization -2025-03-05 20:56:55;/v2/catalog/product_id=thomasI_dolphin_gray -2025-03-05 20:56:55;/v2/products_media/product_id=71 -2025-03-05 21:17:50;/v2/authorization -2025-03-05 21:17:50;/v2/catalog/category=18 -2025-03-05 21:17:50;/v2/catalog/category=19 -2025-03-06 12:33:59;/v2/authorization -2025-03-06 12:33:59;/v2/catalog/category=18 -2025-03-06 12:33:59;/v2/catalog/category=19 -2025-03-07 15:08:07;/v2/authorization -2025-03-07 15:08:07;/v2/catalog/category=6 -2025-03-07 15:08:07;/v2/catalog/category=7 -2025-03-07 15:08:10;/v2/authorization -2025-03-07 15:08:14;/v2/authorization -2025-03-07 15:08:14;/v2/catalog/category=6 -2025-03-07 15:08:14;/v2/catalog/category=7 -2025-03-07 15:08:23;/v2/authorization -2025-03-07 15:08:23;/v2/categories/ -2025-03-07 15:08:23;/v2/catalog/category=2 -2025-03-07 15:08:24;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-03-07 15:08:33;/v2/authorization -2025-03-07 15:08:33;/v2/categories/ -2025-03-07 15:08:33;/v2/catalog/category=2 -2025-03-07 15:08:33;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-03-07 15:08:40;/v2/authorization -2025-03-07 15:08:42;/v2/authorization -2025-03-07 15:08:42;/v2/identity/ -2025-03-07 15:08:43;/v2/authorization -2025-03-07 15:08:43;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-07 15:08:43;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-07 15:08:43;/v2/taxes/ -2025-03-07 15:09:28;/v2/authorization -2025-03-07 15:09:28;/v2/categories/ -2025-03-07 15:09:28;/v2/catalog/category=2 -2025-03-07 15:09:28;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-03-07 15:10:10;/v2/authorization -2025-03-07 15:10:10;/v2/categories/ -2025-03-07 15:10:10;/v2/catalog/category=2 -2025-03-07 15:10:10;/v2/products/category=2&totals=&salesflag=1&status=1 -2025-03-07 15:10:16;/v2/authorization -2025-03-07 15:10:16;/v2/catalog/category=6 -2025-03-07 15:10:16;/v2/catalog/category=7 -2025-03-07 15:10:21;/v2/authorization -2025-03-07 15:10:21;/v2/categories/ -2025-03-07 15:10:22;/v2/catalog/ -2025-03-07 15:10:22;/v2/products/&totals=&salesflag=1&status=1 -2025-03-07 15:12:36;/v2/authorization -2025-03-07 15:12:36;/v2/catalog/category=6 -2025-03-07 15:12:36;/v2/catalog/category=7 -2025-03-07 15:12:57;/v2/authorization -2025-03-07 15:12:59;/v2/authorization -2025-03-07 15:12:59;/v2/identity/ -2025-03-07 15:12:59;/v2/authorization -2025-03-07 15:12:59;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-07 15:12:59;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-07 15:12:59;/v2/taxes/ -2025-03-07 15:13:49;/v2/authorization -2025-03-07 15:13:49;/v2/catalog/category=21 -2025-03-07 15:13:49;/v2/catalog/category=22 -2025-03-07 15:17:45;/v2/authorization -2025-03-07 15:17:47;/v2/authorization -2025-03-07 15:17:53;/v2/authorization -2025-03-07 15:17:53;/v2/catalog/category=21 -2025-03-07 15:17:53;/v2/catalog/category=22 -2025-03-07 15:17:53;/v2/authorization -2025-03-07 15:52:48;/v2/authorization -2025-03-07 15:52:48;/v2/catalog/category=21 -2025-03-07 15:52:48;/v2/catalog/category=22 -2025-03-09 05:13:17;/v2/authorization -2025-03-09 05:13:17;/v2/catalog/category=21 -2025-03-09 05:13:17;/v2/catalog/category=22 -2025-03-09 05:13:17;/v2/authorization -2025-03-09 05:13:17;/v2/authorization -2025-03-09 05:13:17;/v2/authorization -2025-03-09 05:13:17;/v2/catalog/category=21 -2025-03-09 05:13:18;/v2/catalog/category=22 -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:18;/v2/authorization -2025-03-09 05:13:19;/v2/authorization -2025-03-09 12:59:58;/v2/authorization -2025-03-09 12:59:58;/v2/catalog/category=21 -2025-03-09 12:59:58;/v2/catalog/category=22 -2025-03-10 09:45:20;/v2/authorization -2025-03-10 09:45:20;/v2/catalog/category=21 -2025-03-10 09:45:20;/v2/catalog/category=22 -2025-03-10 09:45:31;/v2/authorization -2025-03-10 09:45:31;/v2/catalog/category=21 -2025-03-10 09:45:31;/v2/catalog/category=22 -2025-03-10 09:45:33;/v2/authorization -2025-03-10 09:45:33;/v2/categories/ -2025-03-10 09:45:34;/v2/catalog/ -2025-03-10 09:45:34;/v2/products/&totals=&salesflag=1&status=1 -2025-03-10 10:13:10;/v2/authorization -2025-03-10 10:13:11;/v2/catalog/category=21 -2025-03-10 10:13:11;/v2/catalog/category=22 -2025-03-10 10:13:30;/v2/authorization -2025-03-10 10:13:30;/v2/catalog/category=21 -2025-03-10 10:13:30;/v2/catalog/category=22 -2025-03-10 10:13:50;/v2/authorization -2025-03-10 10:13:51;/v2/catalog/category=21 -2025-03-10 10:13:51;/v2/catalog/category=22 -2025-03-10 10:14:00;/v2/authorization -2025-03-10 10:14:00;/v2/catalog/category=21 -2025-03-10 10:14:00;/v2/catalog/category=22 -2025-03-10 10:14:02;/v2/authorization -2025-03-10 10:14:02;/v2/catalog/category=21 -2025-03-10 10:14:02;/v2/catalog/category=22 -2025-03-10 10:34:22;/v2/authorization -2025-03-10 10:34:22;/v2/categories/ -2025-03-10 10:34:22;/v2/catalog/category=17 -2025-03-10 10:34:22;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:35:43;/v2/authorization -2025-03-10 10:35:43;/v2/categories/ -2025-03-10 10:35:43;/v2/catalog/category=17 -2025-03-10 10:35:43;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:36:08;/v2/authorization -2025-03-10 10:36:09;/v2/authorization -2025-03-10 10:36:09;/v2/identity/ -2025-03-10 10:36:09;/v2/authorization -2025-03-10 10:36:09;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 10:36:09;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 10:36:09;/v2/taxes/ -2025-03-10 10:36:37;/v2/authorization -2025-03-10 10:36:37;/v2/catalog/category=21 -2025-03-10 10:36:37;/v2/catalog/category=22 -2025-03-10 10:36:38;/v2/authorization -2025-03-10 10:36:38;/v2/categories/ -2025-03-10 10:36:39;/v2/catalog/category=17 -2025-03-10 10:36:39;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:36:53;/v2/authorization -2025-03-10 10:36:53;/v2/categories/ -2025-03-10 10:36:53;/v2/catalog/category=17,23 -2025-03-10 10:36:53;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:37:06;/v2/authorization -2025-03-10 10:37:06;/v2/categories/ -2025-03-10 10:37:07;/v2/catalog/category=17,18 -2025-03-10 10:37:07;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:37:13;/v2/authorization -2025-03-10 10:37:13;/v2/categories/ -2025-03-10 10:37:13;/v2/catalog/category=17,19 -2025-03-10 10:37:13;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:37:19;/v2/authorization -2025-03-10 10:37:19;/v2/categories/ -2025-03-10 10:37:19;/v2/catalog/category=17,23 -2025-03-10 10:37:19;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:38:34;/v2/authorization -2025-03-10 10:38:34;/v2/categories/ -2025-03-10 10:38:34;/v2/catalog/ -2025-03-10 10:38:34;/v2/products/&totals=&salesflag=1&status=1 -2025-03-10 10:38:42;/v2/authorization -2025-03-10 10:38:42;/v2/categories/ -2025-03-10 10:38:42;/v2/catalog/category=23 -2025-03-10 10:38:42;/v2/products/&totals=&salesflag=1&status=1 -2025-03-10 10:39:06;/v2/authorization -2025-03-10 10:39:06;/v2/catalog/product_id=bracelet_black -2025-03-10 10:39:06;/v2/products_media/product_id=65 -2025-03-10 10:39:11;/v2/authorization -2025-03-10 10:39:11;/v2/categories/ -2025-03-10 10:39:11;/v2/catalog/category=17 -2025-03-10 10:39:11;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:42:57;/v2/authorization -2025-03-10 10:42:57;/v2/categories/ -2025-03-10 10:42:57;/v2/catalog/category=17 -2025-03-10 10:42:57;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:43:02;/v2/authorization -2025-03-10 10:43:02;/v2/categories/ -2025-03-10 10:43:02;/v2/catalog/category=23 -2025-03-10 10:43:02;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:43:08;/v2/authorization -2025-03-10 10:43:08;/v2/categories/ -2025-03-10 10:43:08;/v2/catalog/category=18,19 -2025-03-10 10:43:08;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:43:13;/v2/authorization -2025-03-10 10:43:13;/v2/categories/ -2025-03-10 10:43:13;/v2/catalog/category=18 -2025-03-10 10:43:13;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:43:18;/v2/authorization -2025-03-10 10:43:18;/v2/categories/ -2025-03-10 10:43:19;/v2/catalog/category=19 -2025-03-10 10:43:19;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 10:43:36;/v2/authorization -2025-03-10 10:43:36;/v2/catalog/category=21 -2025-03-10 10:43:36;/v2/catalog/category=22 -2025-03-10 10:54:29;/v2/authorization -2025-03-10 10:54:29;/v2/catalog/category=21 -2025-03-10 10:54:29;/v2/catalog/category=22 -2025-03-10 11:55:49;/v2/authorization -2025-03-10 11:55:50;/v2/catalog/category=21 -2025-03-10 11:55:50;/v2/catalog/category=22 -2025-03-10 12:06:51;/v2/authorization -2025-03-10 12:06:52;/v2/catalog/category=21 -2025-03-10 12:06:52;/v2/catalog/category=22 -2025-03-10 14:03:26;/v2/authorization -2025-03-10 14:03:28;/v2/authorization -2025-03-10 14:03:28;/v2/identity/ -2025-03-10 14:03:28;/v2/authorization -2025-03-10 14:03:28;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 14:03:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 14:03:28;/v2/taxes/ -2025-03-10 16:05:21;/v2/authorization -2025-03-10 16:05:22;/v2/catalog/category=21 -2025-03-10 16:05:22;/v2/catalog/category=22 -2025-03-10 16:05:25;/v2/authorization -2025-03-10 16:05:26;/v2/authorization -2025-03-10 16:05:26;/v2/identity/ -2025-03-10 16:05:26;/v2/authorization -2025-03-10 16:05:26;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:05:26;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:07:46;/v2/authorization -2025-03-10 16:07:46;/v2/catalog/category=21 -2025-03-10 16:07:47;/v2/catalog/category=22 -2025-03-10 16:08:01;/v2/authorization -2025-03-10 16:08:01;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:01;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:03;/v2/authorization -2025-03-10 16:08:03;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:03;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:26;/v2/authorization -2025-03-10 16:08:26;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:26;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:28;/v2/authorization -2025-03-10 16:08:28;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:35;/v2/authorization -2025-03-10 16:08:35;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:35;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:35;/v2/identity/ -2025-03-10 16:08:35;/v2/authorization -2025-03-10 16:08:35;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:35;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:57;/v2/authorization -2025-03-10 16:08:57;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:08:57;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:09:04;/v2/authorization -2025-03-10 16:09:04;/v2/authorization -2025-03-10 16:09:04;/v2/catalog/category=21 -2025-03-10 16:09:04;/v2/catalog/category=22 -2025-03-10 16:10:51;/v2/authorization -2025-03-10 16:10:51;/v2/categories/ -2025-03-10 16:10:51;/v2/catalog/category=17 -2025-03-10 16:10:51;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 16:10:53;/v2/authorization -2025-03-10 16:10:53;/v2/catalog/product_id=thomasII_navy_blue -2025-03-10 16:10:53;/v2/products_media/product_id=60 -2025-03-10 16:10:54;/v2/authorization -2025-03-10 16:10:54;/v2/catalog/product_id=thomasII_navy_blue -2025-03-10 16:10:54;/v2/products_media/product_id=60 -2025-03-10 16:10:55;/v2/shopping_cart/ -2025-03-10 16:10:55;/v2/authorization -2025-03-10 16:10:57;/v2/authorization -2025-03-10 16:10:57;/v2/authorization -2025-03-10 16:10:57;/v2/checkout/ -2025-03-10 16:10:57;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-10 16:11:05;/v2/authorization -2025-03-10 16:11:05;/v2/shipping/list=methods&country=26&price_total=0&weight_total=0 -2025-03-10 16:11:05;/v2/checkout/ -2025-03-10 16:11:05;/v2/shipping/list=methods&country=26&price_total=899.00&weight_total=0.00 -2025-03-10 16:11:49;/v2/authorization -2025-03-10 16:11:50;/v2/authorization -2025-03-10 16:11:50;/v2/identity/ -2025-03-10 16:11:50;/v2/authorization -2025-03-10 16:11:50;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:11:50;/v2/checkout/ -2025-03-10 16:11:50;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-10 16:32:41;/v2/authorization -2025-03-10 16:32:41;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:32:41;/v2/shipping/list=methods&country=25&price_total=0&weight_total=0 -2025-03-10 16:32:41;/v2/checkout/ -2025-03-10 16:32:41;/v2/shipping/list=methods&country=25&price_total=899.00&weight_total=0.00 -2025-03-10 16:32:41;/v2/identity/ -2025-03-10 16:32:41;/v2/placeorder/ -2025-03-10 16:32:52;/v2/authorization -2025-03-10 16:32:52;/v2/authorization -2025-03-10 16:32:52;/v2/transactions/ -2025-03-10 16:32:52;/v2/invoice/ -2025-03-10 16:32:52;/v2/invoice/list=invoice&id=27 -2025-03-10 16:33:01;/v2/authorization -2025-03-10 16:33:02;/v2/catalog/category=21 -2025-03-10 16:33:02;/v2/catalog/category=22 -2025-03-10 16:33:05;/v2/authorization -2025-03-10 16:33:05;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:33:05;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:33:10;/v2/authorization -2025-03-10 16:33:10;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:33:10;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:45:00;/v2/authorization -2025-03-10 16:45:00;/v2/categories/ -2025-03-10 16:45:00;/v2/catalog/category=17 -2025-03-10 16:45:00;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 16:45:02;/v2/authorization -2025-03-10 16:45:02;/v2/catalog/product_id=thomasII_ice_blue -2025-03-10 16:45:03;/v2/products_media/product_id=61 -2025-03-10 16:45:04;/v2/authorization -2025-03-10 16:45:04;/v2/catalog/product_id=thomasII_ice_blue -2025-03-10 16:45:04;/v2/products_media/product_id=61 -2025-03-10 16:45:04;/v2/shopping_cart/ -2025-03-10 16:45:04;/v2/authorization -2025-03-10 16:45:06;/v2/authorization -2025-03-10 16:45:06;/v2/authorization -2025-03-10 16:45:06;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:45:06;/v2/checkout/ -2025-03-10 16:45:06;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-10 16:45:17;/v2/authorization -2025-03-10 16:45:17;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:45:17;/v2/shipping/list=methods&country=25&price_total=0&weight_total=0 -2025-03-10 16:45:17;/v2/checkout/ -2025-03-10 16:45:17;/v2/shipping/list=methods&country=25&price_total=899.00&weight_total=0.00 -2025-03-10 16:45:17;/v2/identity/ -2025-03-10 16:45:17;/v2/placeorder/ -2025-03-10 16:46:02;/v2/authorization -2025-03-10 16:46:03;/v2/transactions/ -2025-03-10 16:46:03;/v2/invoice/ -2025-03-10 16:46:03;/v2/invoice/list=invoice&id=28 -2025-03-10 16:46:03;/v2/authorization -2025-03-10 16:46:06;/v2/authorization -2025-03-10 16:46:06;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:46:06;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-10 16:47:47;/v2/authorization -2025-03-10 16:47:47;/v2/catalog/category=21 -2025-03-10 16:47:48;/v2/catalog/category=22 -2025-03-10 16:47:51;/v2/authorization -2025-03-10 16:47:52;/v2/authorization -2025-03-10 16:47:52;/v2/authorization -2025-03-10 16:47:52;/v2/catalog/category=21 -2025-03-10 16:47:52;/v2/catalog/category=22 -2025-03-10 16:47:55;/v2/authorization -2025-03-10 16:47:55;/v2/categories/ -2025-03-10 16:47:55;/v2/catalog/category=17 -2025-03-10 16:47:55;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-10 16:48:06;/v2/authorization -2025-03-10 16:48:06;/v2/authorization -2025-03-10 16:48:07;/v2/catalog/category=21 -2025-03-10 16:48:07;/v2/catalog/category=22 -2025-03-10 17:07:31;/v2/authorization -2025-03-10 17:07:31;/v2/categories/ -2025-03-10 17:07:32;/v2/catalog/category=17 -2025-03-10 17:07:32;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-11 00:48:22;/v2/authorization -2025-03-11 00:48:23;/v2/authorization -2025-03-11 00:48:23;/v2/catalog/category=21 -2025-03-11 00:48:24;/v2/catalog/category=22 -2025-03-11 00:48:25;/v2/authorization -2025-03-11 00:48:25;/v2/catalog/category=21 -2025-03-11 00:48:25;/v2/catalog/category=22 -2025-03-11 12:40:34;/v2/authorization -2025-03-11 12:40:35;/v2/catalog/category=21 -2025-03-11 12:40:35;/v2/catalog/category=22 -2025-03-11 15:57:50;/v2/authorization -2025-03-11 15:57:50;/v2/catalog/category=21 -2025-03-11 15:57:50;/v2/catalog/category=22 -2025-03-11 16:02:26;/v2/authorization -2025-03-11 16:02:26;/v2/categories/ -2025-03-11 16:02:26;/v2/catalog/category=17 -2025-03-11 16:02:26;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-11 16:15:41;/v2/authorization -2025-03-11 16:15:42;/v2/catalog/product_id=thomasI_navy_blue -2025-03-11 16:15:42;/v2/products_media/product_id=57 -2025-03-11 16:15:45;/v2/authorization -2025-03-11 16:15:45;/v2/catalog/category=21 -2025-03-11 16:15:45;/v2/catalog/category=22 -2025-03-11 16:15:47;/v2/authorization -2025-03-11 16:15:47;/v2/categories/ -2025-03-11 16:15:47;/v2/catalog/category=17 -2025-03-11 16:15:47;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-12 00:36:18;/v2/authorization -2025-03-12 00:36:19;/v2/catalog/category=21 -2025-03-12 00:36:19;/v2/catalog/category=22 -2025-03-12 05:39:15;/v2/authorization -2025-03-12 05:39:15;/v2/catalog/category=21 -2025-03-12 05:39:15;/v2/catalog/category=22 -2025-03-12 19:36:53;/v2/authorization -2025-03-12 19:36:54;/v2/catalog/category=21 -2025-03-12 19:36:54;/v2/catalog/category=22 -2025-03-13 03:24:53;/v2/authorization -2025-03-13 03:24:53;/v2/catalog/category=21 -2025-03-13 03:24:53;/v2/catalog/category=22 -2025-03-13 18:50:16;/v2/authorization -2025-03-13 18:50:17;/v2/catalog/category=21 -2025-03-13 18:50:17;/v2/catalog/category=22 -2025-03-13 19:40:55;/v2/authorization -2025-03-13 19:40:55;/v2/catalog/category=21 -2025-03-13 19:40:55;/v2/catalog/category=22 -2025-03-14 14:43:18;/v2/authorization -2025-03-14 14:43:18;/v2/catalog/category=21 -2025-03-14 14:43:18;/v2/catalog/category=22 -2025-03-14 14:43:22;/v2/authorization -2025-03-14 14:43:22;/v2/authorization -2025-03-14 14:43:22;/v2/catalog/category=21 -2025-03-14 14:43:22;/v2/catalog/category=22 -2025-03-14 20:21:27;/v2/authorization -2025-03-14 20:21:27;/v2/catalog/category=21 -2025-03-14 20:21:27;/v2/catalog/category=22 -2025-03-16 15:53:46;/v2/authorization -2025-03-16 15:53:46;/v2/catalog/category=21 -2025-03-16 15:53:47;/v2/catalog/category=22 -2025-03-16 19:53:47;/v2/authorization -2025-03-16 19:53:47;/v2/catalog/category=21 -2025-03-16 19:53:47;/v2/catalog/category=22 -2025-03-17 13:26:54;/v2/authorization -2025-03-17 13:26:54;/v2/catalog/category=21 -2025-03-17 13:26:55;/v2/catalog/category=22 -2025-03-19 22:51:44;/v2/authorization -2025-03-19 22:51:45;/v2/catalog/category=21 -2025-03-19 22:51:45;/v2/catalog/category=22 -2025-03-21 18:49:09;/v2/authorization -2025-03-21 18:49:09;/v2/catalog/category=21 -2025-03-21 18:49:09;/v2/catalog/category=22 -2025-03-22 21:32:46;/v2/authorization -2025-03-22 21:32:47;/v2/catalog/category=21 -2025-03-22 21:32:47;/v2/catalog/category=22 -2025-03-25 08:47:36;/v2/authorization -2025-03-25 08:47:36;/v2/catalog/category=21 -2025-03-25 08:47:36;/v2/catalog/category=22 -2025-03-25 08:47:48;/v2/authorization -2025-03-25 08:47:48;/v2/categories/ -2025-03-25 08:47:49;/v2/catalog/category=17 -2025-03-25 08:47:49;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-25 15:38:10;/v2/authorization -2025-03-25 15:38:10;/v2/catalog/category=21 -2025-03-25 15:38:10;/v2/catalog/category=22 -2025-03-25 15:38:12;/v2/authorization -2025-03-25 15:38:12;/v2/categories/ -2025-03-25 15:38:12;/v2/catalog/category=17 -2025-03-25 15:38:12;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-25 15:38:14;/v2/authorization -2025-03-25 15:38:14;/v2/catalog/product_id=thomasII_navy_blue -2025-03-25 15:38:15;/v2/products_media/product_id=60 -2025-03-25 15:38:18;/v2/authorization -2025-03-25 15:38:18;/v2/catalog/product_id=thomasII_navy_blue -2025-03-25 15:38:18;/v2/products_media/product_id=60 -2025-03-25 15:38:18;/v2/shopping_cart/ -2025-03-25 15:38:18;/v2/authorization -2025-03-25 15:38:20;/v2/authorization -2025-03-25 15:38:20;/v2/authorization -2025-03-25 15:38:20;/v2/checkout/ -2025-03-25 15:38:20;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-25 15:38:30;/v2/authorization -2025-03-25 15:38:30;/v2/catalog/category=21 -2025-03-25 15:38:30;/v2/catalog/category=22 -2025-03-25 15:38:36;/v2/authorization -2025-03-25 15:38:38;/v2/authorization -2025-03-25 15:38:38;/v2/authorization -2025-03-25 15:38:38;/v2/checkout/ -2025-03-25 15:38:38;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-03-27 11:17:39;/v2/authorization -2025-03-27 11:17:39;/v2/catalog/category=21 -2025-03-27 11:17:40;/v2/catalog/category=22 -2025-03-28 10:30:45;/v2/authorization -2025-03-28 10:30:46;/v2/catalog/category=21 -2025-03-28 10:30:46;/v2/catalog/category=22 -2025-03-28 10:31:06;/v2/authorization -2025-03-28 10:31:06;/v2/catalog/product_id=thomasI_ice_blue -2025-03-28 10:31:06;/v2/products_media/product_id=69 -2025-03-28 10:31:21;/v2/authorization -2025-03-28 10:31:21;/v2/catalog/product_id=thomasI_ice_blue -2025-03-28 10:31:21;/v2/products_media/product_id=69 -2025-03-28 10:31:21;/v2/shopping_cart/ -2025-03-28 10:31:21;/v2/authorization -2025-03-28 10:31:25;/v2/authorization -2025-03-28 10:31:25;/v2/catalog/category=21 -2025-03-28 10:31:25;/v2/catalog/category=22 -2025-03-28 10:46:20;/v2/authorization -2025-03-28 10:46:21;/v2/catalog/category=21 -2025-03-28 10:46:21;/v2/catalog/category=22 -2025-03-28 10:46:22;/v2/authorization -2025-03-28 10:46:22;/v2/categories/ -2025-03-28 10:46:23;/v2/catalog/category=17 -2025-03-28 10:46:23;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-28 10:46:25;/v2/authorization -2025-03-28 10:46:26;/v2/catalog/product_id=thomasI_racing_green -2025-03-28 10:46:26;/v2/products_media/product_id=70 -2025-03-28 15:14:13;/v2/authorization -2025-03-28 15:14:14;/v2/catalog/category=21 -2025-03-28 15:14:15;/v2/catalog/category=22 -2025-03-28 15:14:17;/v2/authorization -2025-03-28 15:14:18;/v2/authorization -2025-03-28 15:14:18;/v2/catalog/category=21 -2025-03-28 15:14:19;/v2/catalog/category=22 -2025-03-29 09:15:17;/v2/authorization -2025-03-29 09:15:17;/v2/catalog/category=21 -2025-03-29 09:15:18;/v2/catalog/category=22 -2025-03-29 09:31:50;/v2/authorization -2025-03-29 09:31:50;/v2/catalog/category=21 -2025-03-29 09:31:51;/v2/catalog/category=22 -2025-03-29 09:32:04;/v2/authorization -2025-03-29 09:32:04;/v2/categories/ -2025-03-29 09:32:05;/v2/catalog/category=17 -2025-03-29 09:32:05;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-03-29 09:32:30;/v2/authorization -2025-03-29 09:32:30;/v2/catalog/product_id=thomasII_navy_blue -2025-03-29 09:32:30;/v2/products_media/product_id=60 -2025-03-31 01:59:42;/v2/authorization -2025-03-31 01:59:43;/v2/authorization -2025-03-31 01:59:43;/v2/authorization -2025-03-31 01:59:43;/v2/authorization -2025-03-31 01:59:43;/v2/authorization -2025-03-31 01:59:44;/v2/authorization -2025-03-31 13:01:15;/v2/authorization -2025-03-31 13:01:15;/v2/catalog/category=21 -2025-03-31 13:01:16;/v2/catalog/category=22 -2025-03-31 13:01:28;/v2/authorization -2025-03-31 13:02:04;/v2/authorization -2025-03-31 13:02:04;/v2/identity/ -2025-03-31 13:02:04;/v2/authorization -2025-03-31 13:02:04;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-31 13:02:04;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-03-31 13:13:15;/v2/authorization -2025-03-31 13:13:16;/v2/authorization -2025-03-31 13:13:16;/v2/catalog/category=21 -2025-03-31 13:13:17;/v2/catalog/category=22 -2025-03-31 14:57:43;/v2/authorization -2025-03-31 14:59:54;/v2/authorization diff --git a/log/log_04.txt b/log/log_04.txt deleted file mode 100644 index 1b6efc8..0000000 --- a/log/log_04.txt +++ /dev/null @@ -1,2699 +0,0 @@ -2025-04-01 17:04:49;/v2/authorization -2025-04-01 17:04:50;/v2/catalog/category=21 -2025-04-01 17:04:50;/v2/catalog/category=22 -2025-04-01 17:04:54;/v2/authorization -2025-04-01 17:04:55;/v2/authorization -2025-04-01 17:04:55;/v2/identity/ -2025-04-01 17:04:55;/v2/authorization -2025-04-01 17:04:55;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-01 17:04:55;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-02 11:14:25;/v2/authorization -2025-04-02 11:14:25;/v2/catalog/category=21 -2025-04-02 11:14:25;/v2/catalog/category=22 -2025-04-06 11:56:04;/v2/authorization -2025-04-06 11:56:04;/v2/catalog/category=21 -2025-04-06 11:56:05;/v2/catalog/category=22 -2025-04-07 17:06:30;/v2/authorization -2025-04-07 17:06:30;/v2/catalog/category=21 -2025-04-07 17:06:30;/v2/catalog/category=22 -2025-04-10 19:42:58;/v2/authorization -2025-04-10 19:42:58;/v2/catalog/category=21 -2025-04-10 19:42:58;/v2/catalog/category=22 -2025-04-10 19:43:04;/v2/authorization -2025-04-10 19:43:06;/v2/authorization -2025-04-10 19:43:06;/v2/identity/ -2025-04-10 19:43:06;/v2/authorization -2025-04-10 19:43:06;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-10 19:43:06;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-10 19:43:47;/v2/authorization -2025-04-10 19:43:47;/v2/catalog/category=21 -2025-04-10 19:43:47;/v2/catalog/category=22 -2025-04-10 20:39:26;/v2/authorization -2025-04-10 20:39:27;/v2/catalog/category=21 -2025-04-10 20:39:27;/v2/catalog/category=22 -2025-04-10 20:39:28;/v2/authorization -2025-04-10 20:39:28;/v2/categories/ -2025-04-10 20:39:28;/v2/catalog/category=17 -2025-04-10 20:39:28;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-10 20:45:43;/v2/authorization -2025-04-10 20:45:43;/v2/catalog/category=21 -2025-04-10 20:45:44;/v2/catalog/category=22 -2025-04-10 20:45:45;/v2/authorization -2025-04-10 20:45:45;/v2/catalog/category=21 -2025-04-10 20:45:45;/v2/catalog/category=22 -2025-04-11 04:54:45;/v2/authorization -2025-04-11 04:54:46;/v2/catalog/category=21 -2025-04-11 04:54:46;/v2/catalog/category=22 -2025-04-11 04:54:46;/v2/authorization -2025-04-11 04:54:46;/v2/authorization -2025-04-11 04:54:46;/v2/catalog/category=21 -2025-04-11 04:54:47;/v2/catalog/category=22 -2025-04-12 05:31:55;/v2/authorization -2025-04-12 05:31:55;/v2/catalog/category=21 -2025-04-12 05:31:55;/v2/catalog/category=22 -2025-04-13 21:52:47;/v2/authorization -2025-04-13 21:52:47;/v2/catalog/category=21 -2025-04-13 21:52:47;/v2/catalog/category=22 -2025-04-13 21:52:53;/v2/authorization -2025-04-13 21:52:53;/v2/authorization -2025-04-13 21:52:53;/v2/catalog/category=21 -2025-04-13 21:52:53;/v2/catalog/category=22 -2025-04-13 21:52:59;/v2/authorization -2025-04-13 21:52:59;/v2/authorization -2025-04-13 21:52:59;/v2/catalog/category=21 -2025-04-13 21:52:59;/v2/catalog/category=22 -2025-04-13 21:53:05;/v2/authorization -2025-04-13 21:53:05;/v2/authorization -2025-04-13 21:53:05;/v2/catalog/category=21 -2025-04-13 21:53:06;/v2/catalog/category=22 -2025-04-13 21:53:11;/v2/authorization -2025-04-13 21:53:11;/v2/authorization -2025-04-13 21:53:12;/v2/catalog/category=21 -2025-04-13 21:53:12;/v2/catalog/category=22 -2025-04-13 21:53:18;/v2/authorization -2025-04-13 21:53:18;/v2/authorization -2025-04-13 21:53:18;/v2/catalog/category=21 -2025-04-13 21:53:18;/v2/catalog/category=22 -2025-04-13 21:53:25;/v2/authorization -2025-04-13 21:53:25;/v2/authorization -2025-04-13 21:53:25;/v2/catalog/category=21 -2025-04-13 21:53:25;/v2/catalog/category=22 -2025-04-13 21:53:31;/v2/authorization -2025-04-13 21:53:31;/v2/authorization -2025-04-13 21:53:31;/v2/catalog/category=21 -2025-04-13 21:53:31;/v2/catalog/category=22 -2025-04-13 21:53:37;/v2/authorization -2025-04-13 21:53:37;/v2/authorization -2025-04-13 21:53:37;/v2/catalog/category=21 -2025-04-13 21:53:37;/v2/catalog/category=22 -2025-04-13 21:53:43;/v2/authorization -2025-04-13 21:53:43;/v2/authorization -2025-04-13 21:53:43;/v2/catalog/category=21 -2025-04-13 21:53:43;/v2/catalog/category=22 -2025-04-13 21:53:52;/v2/authorization -2025-04-13 21:53:52;/v2/authorization -2025-04-13 21:53:52;/v2/catalog/category=21 -2025-04-13 21:53:53;/v2/catalog/category=22 -2025-04-13 21:53:55;/v2/authorization -2025-04-13 21:53:55;/v2/authorization -2025-04-13 21:53:56;/v2/catalog/category=21 -2025-04-13 21:53:56;/v2/catalog/category=22 -2025-04-14 16:37:12;/v2/authorization -2025-04-14 16:37:13;/v2/catalog/category=21 -2025-04-14 16:37:13;/v2/catalog/category=22 -2025-04-14 16:37:15;/v2/authorization -2025-04-14 16:37:15;/v2/categories/ -2025-04-14 16:37:15;/v2/catalog/category=17 -2025-04-14 16:37:15;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-14 16:37:17;/v2/authorization -2025-04-14 16:37:17;/v2/catalog/product_id=thomasII_navy_blue -2025-04-14 16:37:17;/v2/products_media/product_id=60 -2025-04-17 09:20:49;/v2/authorization -2025-04-17 09:20:49;/v2/catalog/category=21 -2025-04-17 09:20:49;/v2/catalog/category=22 -2025-04-17 09:20:53;/v2/authorization -2025-04-17 09:20:53;/v2/categories/ -2025-04-17 09:20:53;/v2/catalog/category=17 -2025-04-17 09:20:53;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-17 12:45:31;/v2/authorization -2025-04-17 12:45:31;/v2/authorization -2025-04-17 12:45:31;/v2/authorization -2025-04-17 12:45:31;/v2/authorization -2025-04-17 12:45:31;/v2/authorization -2025-04-17 12:45:31;/v2/catalog/category=21 -2025-04-17 12:45:32;/v2/catalog/category=22 -2025-04-17 12:45:32;/v2/authorization -2025-04-17 12:45:32;/v2/authorization -2025-04-17 12:45:32;/v2/catalog/category=21 -2025-04-17 12:45:32;/v2/catalog/category=22 -2025-04-17 12:45:32;/v2/authorization -2025-04-17 12:45:32;/v2/catalog/category=21 -2025-04-17 12:45:32;/v2/catalog/category=22 -2025-04-17 12:45:32;/v2/authorization -2025-04-17 12:45:32;/v2/catalog/category=21 -2025-04-17 12:45:33;/v2/catalog/category=22 -2025-04-17 12:47:06;/v2/authorization -2025-04-17 12:47:06;/v2/authorization -2025-04-17 12:47:06;/v2/authorization -2025-04-17 12:47:06;/v2/authorization -2025-04-17 12:47:06;/v2/authorization -2025-04-17 12:47:07;/v2/authorization -2025-04-17 12:47:07;/v2/catalog/category=21 -2025-04-17 12:47:07;/v2/catalog/category=22 -2025-04-17 12:47:07;/v2/authorization -2025-04-17 12:47:07;/v2/catalog/category=21 -2025-04-17 12:47:07;/v2/catalog/category=22 -2025-04-17 12:47:07;/v2/authorization -2025-04-17 12:47:07;/v2/catalog/category=21 -2025-04-17 12:47:08;/v2/catalog/category=22 -2025-04-17 12:47:08;/v2/authorization -2025-04-17 12:47:08;/v2/catalog/category=21 -2025-04-17 12:47:08;/v2/catalog/category=22 -2025-04-17 12:50:39;/v2/authorization -2025-04-17 12:50:39;/v2/authorization -2025-04-17 12:50:39;/v2/authorization -2025-04-17 12:50:39;/v2/authorization -2025-04-17 12:50:39;/v2/authorization -2025-04-17 12:50:39;/v2/authorization -2025-04-17 12:50:39;/v2/catalog/category=21 -2025-04-17 12:50:40;/v2/catalog/category=22 -2025-04-17 12:50:40;/v2/authorization -2025-04-17 12:50:40;/v2/catalog/category=21 -2025-04-17 12:50:40;/v2/catalog/category=22 -2025-04-17 12:50:40;/v2/authorization -2025-04-17 12:50:40;/v2/catalog/category=21 -2025-04-17 12:50:40;/v2/catalog/category=22 -2025-04-17 12:50:40;/v2/authorization -2025-04-17 12:50:40;/v2/catalog/category=21 -2025-04-17 12:50:41;/v2/catalog/category=22 -2025-04-17 12:51:55;/v2/authorization -2025-04-17 12:51:55;/v2/authorization -2025-04-17 12:51:56;/v2/catalog/category=21 -2025-04-17 12:51:56;/v2/catalog/category=22 -2025-04-17 12:52:13;/v2/authorization -2025-04-17 12:52:14;/v2/authorization -2025-04-17 12:52:14;/v2/catalog/category=21 -2025-04-17 12:52:14;/v2/catalog/category=22 -2025-04-17 12:52:34;/v2/authorization -2025-04-17 12:52:34;/v2/authorization -2025-04-17 12:52:34;/v2/authorization -2025-04-17 12:52:34;/v2/authorization -2025-04-17 12:52:34;/v2/authorization -2025-04-17 12:52:35;/v2/catalog/category=21 -2025-04-17 12:52:35;/v2/catalog/category=22 -2025-04-17 12:52:35;/v2/authorization -2025-04-17 12:52:35;/v2/authorization -2025-04-17 12:52:35;/v2/catalog/category=21 -2025-04-17 12:52:35;/v2/catalog/category=22 -2025-04-17 12:52:35;/v2/authorization -2025-04-17 12:52:35;/v2/catalog/category=21 -2025-04-17 12:52:35;/v2/catalog/category=22 -2025-04-17 12:52:35;/v2/authorization -2025-04-17 12:52:36;/v2/catalog/category=21 -2025-04-17 12:52:36;/v2/catalog/category=22 -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:07;/v2/catalog/category=21 -2025-04-17 12:55:07;/v2/catalog/category=22 -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:07;/v2/authorization -2025-04-17 12:55:08;/v2/catalog/category=21 -2025-04-17 12:55:08;/v2/catalog/category=22 -2025-04-17 12:55:08;/v2/authorization -2025-04-17 12:55:08;/v2/catalog/category=21 -2025-04-17 12:55:08;/v2/catalog/category=22 -2025-04-17 12:55:08;/v2/authorization -2025-04-17 12:55:08;/v2/catalog/category=21 -2025-04-17 12:55:08;/v2/catalog/category=22 -2025-04-17 12:56:21;/v2/authorization -2025-04-17 12:56:21;/v2/authorization -2025-04-17 12:56:22;/v2/authorization -2025-04-17 12:56:22;/v2/authorization -2025-04-17 12:56:22;/v2/authorization -2025-04-17 12:56:22;/v2/catalog/category=21 -2025-04-17 12:56:22;/v2/catalog/category=22 -2025-04-17 12:56:22;/v2/authorization -2025-04-17 12:56:22;/v2/authorization -2025-04-17 12:56:22;/v2/catalog/category=21 -2025-04-17 12:56:22;/v2/catalog/category=22 -2025-04-17 12:56:22;/v2/authorization -2025-04-17 12:56:23;/v2/catalog/category=21 -2025-04-17 12:56:23;/v2/catalog/category=22 -2025-04-17 12:56:23;/v2/authorization -2025-04-17 12:56:23;/v2/catalog/category=21 -2025-04-17 12:56:23;/v2/catalog/category=22 -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/catalog/category=21 -2025-04-17 12:58:05;/v2/catalog/category=22 -2025-04-17 12:58:05;/v2/authorization -2025-04-17 12:58:05;/v2/catalog/category=21 -2025-04-17 12:58:06;/v2/catalog/category=22 -2025-04-17 12:58:06;/v2/authorization -2025-04-17 12:58:06;/v2/catalog/category=21 -2025-04-17 12:58:06;/v2/catalog/category=22 -2025-04-17 12:58:06;/v2/authorization -2025-04-17 12:58:06;/v2/catalog/category=21 -2025-04-17 12:58:06;/v2/catalog/category=22 -2025-04-17 12:58:10;/v2/authorization -2025-04-17 12:58:10;/v2/authorization -2025-04-17 12:58:11;/v2/authorization -2025-04-17 12:58:11;/v2/authorization -2025-04-17 12:58:11;/v2/authorization -2025-04-17 12:58:11;/v2/authorization -2025-04-17 12:58:11;/v2/catalog/category=21 -2025-04-17 12:58:11;/v2/catalog/category=22 -2025-04-17 12:58:11;/v2/authorization -2025-04-17 12:58:11;/v2/catalog/category=21 -2025-04-17 12:58:11;/v2/catalog/category=22 -2025-04-17 12:58:11;/v2/authorization -2025-04-17 12:58:11;/v2/catalog/category=21 -2025-04-17 12:58:12;/v2/catalog/category=22 -2025-04-17 12:58:12;/v2/authorization -2025-04-17 12:58:12;/v2/catalog/category=21 -2025-04-17 12:58:12;/v2/catalog/category=22 -2025-04-17 14:48:27;/v2/authorization -2025-04-17 14:48:27;/v2/catalog/category=21 -2025-04-17 14:48:27;/v2/catalog/category=22 -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/catalog/category=21 -2025-04-17 14:48:33;/v2/catalog/category=22 -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/authorization -2025-04-17 14:48:33;/v2/catalog/category=21 -2025-04-17 14:48:33;/v2/catalog/category=22 -2025-04-17 14:48:34;/v2/authorization -2025-04-17 14:48:34;/v2/catalog/category=21 -2025-04-17 14:48:34;/v2/catalog/category=22 -2025-04-17 14:48:34;/v2/authorization -2025-04-17 14:48:34;/v2/catalog/category=21 -2025-04-17 14:48:34;/v2/catalog/category=22 -2025-04-17 14:53:16;/v2/authorization -2025-04-17 14:53:16;/v2/catalog/category=21 -2025-04-17 14:53:16;/v2/catalog/category=22 -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/catalog/category=21 -2025-04-17 14:53:20;/v2/catalog/category=22 -2025-04-17 14:53:20;/v2/authorization -2025-04-17 14:53:20;/v2/catalog/category=21 -2025-04-17 14:53:21;/v2/catalog/category=22 -2025-04-17 14:53:21;/v2/authorization -2025-04-17 14:53:21;/v2/catalog/category=21 -2025-04-17 14:53:21;/v2/catalog/category=22 -2025-04-17 14:53:21;/v2/authorization -2025-04-17 14:53:21;/v2/catalog/category=21 -2025-04-17 14:53:21;/v2/catalog/category=22 -2025-04-17 14:53:29;/v2/authorization -2025-04-17 14:53:29;/v2/catalog/category=21 -2025-04-17 14:53:29;/v2/catalog/category=22 -2025-04-17 14:53:31;/v2/authorization -2025-04-17 14:53:31;/v2/categories/ -2025-04-17 14:53:31;/v2/catalog/category=17 -2025-04-17 14:53:31;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-17 14:53:33;/v2/authorization -2025-04-17 14:53:33;/v2/authorization -2025-04-17 14:53:33;/v2/authorization -2025-04-17 14:53:33;/v2/catalog/category=21 -2025-04-17 14:53:33;/v2/catalog/category=22 -2025-04-17 14:53:35;/v2/authorization -2025-04-17 14:53:35;/v2/catalog/category=21 -2025-04-17 14:53:35;/v2/catalog/category=22 -2025-04-17 14:53:36;/v2/authorization -2025-04-17 14:53:36;/v2/categories/ -2025-04-17 14:53:36;/v2/catalog/category=17 -2025-04-17 14:53:36;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-17 14:53:38;/v2/authorization -2025-04-17 14:53:39;/v2/catalog/product_id=thomasII_navy_blue -2025-04-17 14:53:39;/v2/products_media/product_id=60 -2025-04-17 14:53:52;/v2/authorization -2025-04-17 14:53:53;/v2/authorization -2025-04-17 14:53:53;/v2/authorization -2025-04-17 14:53:53;/v2/authorization -2025-04-17 14:53:53;/v2/authorization -2025-04-17 14:53:53;/v2/catalog/category=21 -2025-04-17 14:53:53;/v2/catalog/category=22 -2025-04-17 14:53:53;/v2/authorization -2025-04-17 14:53:53;/v2/authorization -2025-04-17 14:53:53;/v2/catalog/category=21 -2025-04-17 14:53:53;/v2/catalog/category=22 -2025-04-17 14:53:54;/v2/authorization -2025-04-17 14:53:54;/v2/catalog/category=21 -2025-04-17 14:53:54;/v2/catalog/category=22 -2025-04-17 14:53:54;/v2/authorization -2025-04-17 14:53:54;/v2/catalog/category=21 -2025-04-17 14:53:54;/v2/catalog/category=22 -2025-04-17 14:58:37;/v2/authorization -2025-04-17 14:58:37;/v2/catalog/product_id=thomasII_navy_blue -2025-04-17 14:58:37;/v2/products_media/product_id=60 -2025-04-17 14:58:41;/v2/authorization -2025-04-17 14:58:41;/v2/catalog/product_id=thomasII_navy_blue -2025-04-17 14:58:41;/v2/products_media/product_id=60 -2025-04-17 14:58:41;/v2/shopping_cart/ -2025-04-17 14:58:41;/v2/authorization -2025-04-17 14:58:56;/v2/authorization -2025-04-17 14:58:56;/v2/authorization -2025-04-17 14:58:58;/v2/authorization -2025-04-17 14:58:58;/v2/categories/ -2025-04-17 14:58:58;/v2/catalog/category=17 -2025-04-17 14:58:58;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-17 14:59:03;/v2/authorization -2025-04-17 14:59:03;/v2/authorization -2025-04-17 14:59:03;/v2/authorization -2025-04-17 14:59:03;/v2/catalog/category=21 -2025-04-17 14:59:03;/v2/catalog/category=22 -2025-04-17 14:59:04;/v2/authorization -2025-04-17 14:59:04;/v2/catalog/category=21 -2025-04-17 14:59:04;/v2/catalog/category=22 -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/catalog/category=21 -2025-04-17 15:00:17;/v2/catalog/category=22 -2025-04-17 15:00:17;/v2/authorization -2025-04-17 15:00:17;/v2/catalog/category=21 -2025-04-17 15:00:18;/v2/catalog/category=22 -2025-04-17 15:00:18;/v2/authorization -2025-04-17 15:00:18;/v2/catalog/category=21 -2025-04-17 15:00:18;/v2/catalog/category=22 -2025-04-17 15:00:18;/v2/authorization -2025-04-17 15:00:18;/v2/catalog/category=21 -2025-04-17 15:00:18;/v2/catalog/category=22 -2025-04-17 15:01:35;/v2/authorization -2025-04-17 15:01:35;/v2/catalog/category=21 -2025-04-17 15:01:36;/v2/catalog/category=22 -2025-04-17 15:01:46;/v2/authorization -2025-04-17 15:01:51;/v2/authorization -2025-04-17 15:01:51;/v2/catalog/category=21 -2025-04-17 15:01:51;/v2/catalog/category=22 -2025-04-17 15:06:35;/v2/authorization -2025-04-17 15:06:35;/v2/authorization -2025-04-17 15:06:35;/v2/authorization -2025-04-17 15:06:35;/v2/authorization -2025-04-17 15:06:35;/v2/authorization -2025-04-17 15:06:35;/v2/catalog/category=21 -2025-04-17 15:06:35;/v2/catalog/category=22 -2025-04-17 15:06:36;/v2/authorization -2025-04-17 15:06:36;/v2/authorization -2025-04-17 15:06:36;/v2/catalog/category=21 -2025-04-17 15:06:36;/v2/catalog/category=22 -2025-04-17 15:06:36;/v2/authorization -2025-04-17 15:06:36;/v2/catalog/category=21 -2025-04-17 15:06:36;/v2/catalog/category=22 -2025-04-17 15:06:36;/v2/authorization -2025-04-17 15:06:36;/v2/catalog/category=21 -2025-04-17 15:06:37;/v2/catalog/category=22 -2025-04-17 15:13:14;/v2/authorization -2025-04-17 15:13:14;/v2/authorization -2025-04-17 15:13:14;/v2/authorization -2025-04-17 15:13:14;/v2/authorization -2025-04-17 15:13:14;/v2/authorization -2025-04-17 15:13:14;/v2/authorization -2025-04-17 15:13:15;/v2/catalog/category=21 -2025-04-17 15:13:15;/v2/catalog/category=22 -2025-04-17 15:13:15;/v2/authorization -2025-04-17 15:13:15;/v2/catalog/category=21 -2025-04-17 15:13:15;/v2/catalog/category=22 -2025-04-17 15:13:15;/v2/authorization -2025-04-17 15:13:15;/v2/catalog/category=21 -2025-04-17 15:13:15;/v2/catalog/category=22 -2025-04-17 15:13:15;/v2/authorization -2025-04-17 15:13:16;/v2/catalog/category=21 -2025-04-17 15:13:16;/v2/catalog/category=22 -2025-04-17 15:14:58;/v2/authorization -2025-04-17 15:14:58;/v2/catalog/category=21 -2025-04-17 15:14:58;/v2/catalog/category=22 -2025-04-17 15:15:40;/v2/authorization -2025-04-17 15:15:40;/v2/authorization -2025-04-17 15:15:40;/v2/authorization -2025-04-17 15:15:41;/v2/authorization -2025-04-17 15:15:41;/v2/catalog/category=21 -2025-04-17 15:15:41;/v2/catalog/category=22 -2025-04-17 15:15:41;/v2/authorization -2025-04-17 15:15:41;/v2/authorization -2025-04-17 15:15:41;/v2/catalog/category=21 -2025-04-17 15:15:41;/v2/catalog/category=22 -2025-04-17 15:15:41;/v2/authorization -2025-04-17 15:15:41;/v2/catalog/category=21 -2025-04-17 15:15:41;/v2/catalog/category=22 -2025-04-17 15:15:55;/v2/authorization -2025-04-17 15:15:55;/v2/catalog/category=21 -2025-04-17 15:15:55;/v2/catalog/category=22 -2025-04-17 15:16:35;/v2/authorization -2025-04-17 15:16:35;/v2/authorization -2025-04-17 15:16:35;/v2/authorization -2025-04-17 15:16:35;/v2/authorization -2025-04-17 15:16:35;/v2/authorization -2025-04-17 15:16:35;/v2/catalog/category=21 -2025-04-17 15:16:35;/v2/catalog/category=22 -2025-04-17 15:16:36;/v2/authorization -2025-04-17 15:16:36;/v2/catalog/category=21 -2025-04-17 15:16:36;/v2/catalog/category=22 -2025-04-17 15:16:36;/v2/authorization -2025-04-17 15:16:36;/v2/catalog/category=21 -2025-04-17 15:16:36;/v2/catalog/category=22 -2025-04-17 15:20:23;/v2/authorization -2025-04-17 15:20:23;/v2/authorization -2025-04-17 15:20:24;/v2/authorization -2025-04-17 15:20:24;/v2/authorization -2025-04-17 15:20:24;/v2/authorization -2025-04-17 15:20:24;/v2/catalog/category=21 -2025-04-17 15:20:24;/v2/catalog/category=22 -2025-04-17 15:20:24;/v2/authorization -2025-04-17 15:20:24;/v2/catalog/category=21 -2025-04-17 15:20:24;/v2/catalog/category=22 -2025-04-17 15:20:25;/v2/authorization -2025-04-17 15:20:25;/v2/catalog/category=21 -2025-04-17 15:20:25;/v2/catalog/category=22 -2025-04-17 15:21:28;/v2/authorization -2025-04-17 15:21:28;/v2/authorization -2025-04-17 15:21:28;/v2/authorization -2025-04-17 15:21:28;/v2/authorization -2025-04-17 15:21:29;/v2/catalog/category=21 -2025-04-17 15:21:29;/v2/catalog/category=22 -2025-04-17 15:21:29;/v2/authorization -2025-04-17 15:21:29;/v2/authorization -2025-04-17 15:21:29;/v2/catalog/category=21 -2025-04-17 15:21:29;/v2/catalog/category=22 -2025-04-17 15:21:29;/v2/authorization -2025-04-17 15:21:29;/v2/catalog/category=21 -2025-04-17 15:21:30;/v2/catalog/category=22 -2025-04-17 15:21:35;/v2/authorization -2025-04-17 15:21:35;/v2/authorization -2025-04-17 15:21:35;/v2/authorization -2025-04-17 15:21:35;/v2/authorization -2025-04-17 15:21:35;/v2/catalog/category=21 -2025-04-17 15:21:36;/v2/catalog/category=22 -2025-04-17 15:21:36;/v2/authorization -2025-04-17 15:21:36;/v2/authorization -2025-04-17 15:21:36;/v2/catalog/category=21 -2025-04-17 15:21:36;/v2/catalog/category=22 -2025-04-17 15:21:36;/v2/authorization -2025-04-17 15:21:36;/v2/catalog/category=21 -2025-04-17 15:21:36;/v2/catalog/category=22 -2025-04-17 15:22:33;/v2/authorization -2025-04-17 15:22:33;/v2/authorization -2025-04-17 15:22:33;/v2/catalog/category=21 -2025-04-17 15:22:34;/v2/catalog/category=22 -2025-04-17 15:22:34;/v2/authorization -2025-04-17 15:22:34;/v2/authorization -2025-04-17 15:22:34;/v2/authorization -2025-04-17 15:22:34;/v2/catalog/category=21 -2025-04-17 15:22:34;/v2/catalog/category=22 -2025-04-17 15:22:34;/v2/authorization -2025-04-17 15:22:34;/v2/catalog/category=21 -2025-04-17 15:22:34;/v2/catalog/category=22 -2025-04-17 15:23:05;/v2/authorization -2025-04-17 15:23:05;/v2/authorization -2025-04-17 15:23:05;/v2/authorization -2025-04-17 15:23:05;/v2/authorization -2025-04-17 15:23:06;/v2/catalog/category=21 -2025-04-17 15:23:06;/v2/catalog/category=22 -2025-04-17 15:23:06;/v2/authorization -2025-04-17 15:23:06;/v2/catalog/category=21 -2025-04-17 15:23:06;/v2/catalog/category=22 -2025-04-17 15:23:28;/v2/authorization -2025-04-17 15:25:28;/v2/authorization -2025-04-17 15:25:28;/v2/authorization -2025-04-17 15:25:28;/v2/authorization -2025-04-17 15:25:28;/v2/authorization -2025-04-17 15:25:28;/v2/catalog/category=21 -2025-04-17 15:25:28;/v2/catalog/category=22 -2025-04-17 15:25:28;/v2/authorization -2025-04-17 15:25:29;/v2/catalog/category=21 -2025-04-17 15:25:29;/v2/catalog/category=22 -2025-04-17 15:33:16;/v2/authorization -2025-04-17 15:33:16;/v2/authorization -2025-04-17 15:33:16;/v2/authorization -2025-04-17 15:33:16;/v2/authorization -2025-04-17 15:33:17;/v2/catalog/category=21 -2025-04-17 15:33:17;/v2/catalog/category=22 -2025-04-17 15:33:17;/v2/authorization -2025-04-17 15:33:17;/v2/catalog/category=21 -2025-04-17 15:33:17;/v2/catalog/category=22 -2025-04-17 15:46:42;/v2/authorization -2025-04-17 15:46:43;/v2/authorization -2025-04-17 15:46:43;/v2/authorization -2025-04-17 15:46:43;/v2/authorization -2025-04-17 15:46:43;/v2/authorization -2025-04-17 15:46:43;/v2/catalog/category=21 -2025-04-17 15:46:43;/v2/catalog/category=22 -2025-04-17 15:46:43;/v2/authorization -2025-04-17 15:46:43;/v2/catalog/category=21 -2025-04-17 15:46:43;/v2/catalog/category=22 -2025-04-17 15:46:44;/v2/authorization -2025-04-17 15:46:44;/v2/catalog/category=21 -2025-04-17 15:46:44;/v2/catalog/category=22 -2025-04-17 15:48:44;/v2/authorization -2025-04-17 15:48:44;/v2/authorization -2025-04-17 15:48:44;/v2/authorization -2025-04-17 15:48:44;/v2/authorization -2025-04-17 15:48:44;/v2/catalog/category=21 -2025-04-17 15:48:44;/v2/catalog/category=22 -2025-04-17 15:48:45;/v2/authorization -2025-04-17 15:48:45;/v2/catalog/category=21 -2025-04-17 15:48:45;/v2/catalog/category=22 -2025-04-17 15:51:49;/v2/authorization -2025-04-17 15:51:49;/v2/authorization -2025-04-17 15:51:49;/v2/authorization -2025-04-17 15:51:50;/v2/authorization -2025-04-17 15:51:50;/v2/catalog/category=21 -2025-04-17 15:51:50;/v2/catalog/category=22 -2025-04-17 15:51:50;/v2/authorization -2025-04-17 15:51:50;/v2/catalog/category=21 -2025-04-17 15:51:50;/v2/catalog/category=22 -2025-04-17 15:53:26;/v2/authorization -2025-04-17 15:53:26;/v2/authorization -2025-04-17 15:53:26;/v2/authorization -2025-04-17 15:53:26;/v2/authorization -2025-04-17 15:53:26;/v2/catalog/category=21 -2025-04-17 15:53:26;/v2/catalog/category=22 -2025-04-17 15:53:26;/v2/authorization -2025-04-17 15:53:26;/v2/catalog/category=21 -2025-04-17 15:53:26;/v2/catalog/category=22 -2025-04-17 15:53:34;/v2/authorization -2025-04-17 15:53:34;/v2/authorization -2025-04-17 15:53:34;/v2/authorization -2025-04-17 15:53:34;/v2/authorization -2025-04-17 15:53:34;/v2/catalog/category=21 -2025-04-17 15:53:34;/v2/catalog/category=22 -2025-04-17 15:53:35;/v2/authorization -2025-04-17 15:53:35;/v2/catalog/category=21 -2025-04-17 15:53:35;/v2/catalog/category=22 -2025-04-17 18:51:06;/v2/authorization -2025-04-17 18:51:06;/v2/catalog/category=21 -2025-04-17 18:51:07;/v2/catalog/category=22 -2025-04-17 18:51:09;/v2/authorization -2025-04-17 18:51:10;/v2/authorization -2025-04-17 18:51:10;/v2/authorization -2025-04-17 18:51:10;/v2/authorization -2025-04-17 18:51:10;/v2/catalog/category=21 -2025-04-17 18:51:10;/v2/catalog/category=22 -2025-04-17 18:51:10;/v2/authorization -2025-04-17 18:51:10;/v2/catalog/category=21 -2025-04-17 18:51:10;/v2/catalog/category=22 -2025-04-17 18:51:14;/v2/authorization -2025-04-17 18:51:14;/v2/catalog/category=21 -2025-04-17 18:51:14;/v2/catalog/category=22 -2025-04-17 18:53:18;/v2/authorization -2025-04-17 18:53:19;/v2/authorization -2025-04-17 18:53:19;/v2/authorization -2025-04-17 18:53:19;/v2/authorization -2025-04-17 18:53:19;/v2/catalog/category=21 -2025-04-17 18:53:19;/v2/catalog/category=22 -2025-04-17 18:53:19;/v2/authorization -2025-04-17 18:53:19;/v2/catalog/category=21 -2025-04-17 18:53:19;/v2/catalog/category=22 -2025-04-17 18:53:29;/v2/authorization -2025-04-17 18:53:29;/v2/authorization -2025-04-17 18:53:29;/v2/authorization -2025-04-17 18:53:29;/v2/authorization -2025-04-17 18:53:29;/v2/catalog/category=21 -2025-04-17 18:53:30;/v2/catalog/category=22 -2025-04-17 18:53:30;/v2/authorization -2025-04-17 18:53:30;/v2/catalog/category=21 -2025-04-17 18:53:30;/v2/catalog/category=22 -2025-04-17 18:53:44;/v2/authorization -2025-04-17 18:53:44;/v2/catalog/category=21 -2025-04-17 18:53:44;/v2/catalog/category=22 -2025-04-17 18:53:53;/v2/authorization -2025-04-17 18:53:54;/v2/authorization -2025-04-17 18:53:54;/v2/authorization -2025-04-17 18:53:54;/v2/authorization -2025-04-17 18:53:54;/v2/catalog/category=21 -2025-04-17 18:53:54;/v2/catalog/category=22 -2025-04-17 18:53:54;/v2/authorization -2025-04-17 18:53:54;/v2/catalog/category=21 -2025-04-17 18:53:54;/v2/catalog/category=22 -2025-04-17 18:54:56;/v2/authorization -2025-04-17 18:54:56;/v2/authorization -2025-04-17 18:54:56;/v2/authorization -2025-04-17 18:54:56;/v2/authorization -2025-04-17 18:54:56;/v2/catalog/category=21 -2025-04-17 18:54:56;/v2/catalog/category=22 -2025-04-17 18:54:56;/v2/authorization -2025-04-17 18:54:56;/v2/catalog/category=21 -2025-04-17 18:54:56;/v2/catalog/category=22 -2025-04-17 18:56:54;/v2/authorization -2025-04-17 18:56:54;/v2/authorization -2025-04-17 18:56:54;/v2/authorization -2025-04-17 18:56:54;/v2/authorization -2025-04-17 18:56:54;/v2/catalog/category=21 -2025-04-17 18:56:54;/v2/catalog/category=22 -2025-04-17 18:56:54;/v2/authorization -2025-04-17 18:56:55;/v2/catalog/category=21 -2025-04-17 18:56:55;/v2/catalog/category=22 -2025-04-17 19:04:53;/v2/authorization -2025-04-17 19:04:53;/v2/authorization -2025-04-17 19:04:53;/v2/authorization -2025-04-17 19:04:53;/v2/authorization -2025-04-17 19:04:53;/v2/catalog/category=21 -2025-04-17 19:04:53;/v2/catalog/category=22 -2025-04-17 19:04:53;/v2/authorization -2025-04-17 19:04:53;/v2/catalog/category=21 -2025-04-17 19:04:54;/v2/catalog/category=22 -2025-04-17 19:05:55;/v2/authorization -2025-04-17 19:05:55;/v2/authorization -2025-04-17 19:05:55;/v2/authorization -2025-04-17 19:05:55;/v2/authorization -2025-04-17 19:05:55;/v2/catalog/category=21 -2025-04-17 19:05:56;/v2/catalog/category=22 -2025-04-17 19:05:56;/v2/authorization -2025-04-17 19:05:56;/v2/catalog/category=21 -2025-04-17 19:05:56;/v2/catalog/category=22 -2025-04-17 19:06:11;/v2/authorization -2025-04-17 19:06:11;/v2/authorization -2025-04-17 19:06:11;/v2/catalog/category=21 -2025-04-17 19:06:11;/v2/catalog/category=22 -2025-04-17 19:12:15;/v2/authorization -2025-04-17 19:12:15;/v2/authorization -2025-04-17 19:12:15;/v2/authorization -2025-04-17 19:12:15;/v2/authorization -2025-04-17 19:12:15;/v2/catalog/category=21 -2025-04-17 19:12:16;/v2/catalog/category=22 -2025-04-17 19:12:16;/v2/authorization -2025-04-17 19:12:16;/v2/authorization -2025-04-17 19:12:16;/v2/catalog/category=21 -2025-04-17 19:12:16;/v2/catalog/category=22 -2025-04-17 19:12:16;/v2/authorization -2025-04-17 19:12:16;/v2/catalog/category=21 -2025-04-17 19:12:16;/v2/catalog/category=22 -2025-04-17 19:13:18;/v2/authorization -2025-04-17 19:14:05;/v2/authorization -2025-04-17 19:14:05;/v2/authorization -2025-04-17 19:14:05;/v2/authorization -2025-04-17 19:14:05;/v2/authorization -2025-04-17 19:14:05;/v2/catalog/category=21 -2025-04-17 19:14:05;/v2/catalog/category=22 -2025-04-17 19:14:05;/v2/authorization -2025-04-17 19:14:05;/v2/catalog/category=21 -2025-04-17 19:14:06;/v2/catalog/category=22 -2025-04-17 19:15:11;/v2/authorization -2025-04-17 19:15:11;/v2/authorization -2025-04-17 19:15:11;/v2/authorization -2025-04-17 19:15:12;/v2/authorization -2025-04-17 19:15:12;/v2/catalog/category=21 -2025-04-17 19:15:12;/v2/catalog/category=22 -2025-04-17 19:15:12;/v2/authorization -2025-04-17 19:15:12;/v2/catalog/category=21 -2025-04-17 19:15:12;/v2/catalog/category=22 -2025-04-17 19:15:16;/v2/authorization -2025-04-17 19:15:16;/v2/authorization -2025-04-17 19:15:16;/v2/authorization -2025-04-17 19:15:16;/v2/authorization -2025-04-17 19:15:17;/v2/authorization -2025-04-17 19:15:17;/v2/catalog/category=21 -2025-04-17 19:15:17;/v2/catalog/category=22 -2025-04-17 19:15:17;/v2/authorization -2025-04-17 19:15:17;/v2/catalog/category=21 -2025-04-17 19:15:17;/v2/catalog/category=22 -2025-04-17 19:15:17;/v2/authorization -2025-04-17 19:15:17;/v2/catalog/category=21 -2025-04-17 19:15:17;/v2/catalog/category=22 -2025-04-17 19:27:26;/v2/authorization -2025-04-17 19:27:27;/v2/authorization -2025-04-17 19:27:27;/v2/authorization -2025-04-17 19:27:27;/v2/authorization -2025-04-17 19:27:27;/v2/catalog/category=21 -2025-04-17 19:27:27;/v2/catalog/category=22 -2025-04-17 19:27:27;/v2/authorization -2025-04-17 19:27:27;/v2/catalog/category=21 -2025-04-17 19:27:27;/v2/catalog/category=22 -2025-04-17 19:28:41;/v2/authorization -2025-04-17 19:28:41;/v2/catalog/category=21 -2025-04-17 19:28:41;/v2/catalog/category=22 -2025-04-17 19:28:45;/v2/authorization -2025-04-17 19:28:45;/v2/categories/ -2025-04-17 19:28:45;/v2/catalog/category=17 -2025-04-17 19:28:45;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-17 19:28:46;/v2/authorization -2025-04-17 19:28:46;/v2/catalog/product_id=thomasII_navy_blue -2025-04-17 19:28:46;/v2/products_media/product_id=60 -2025-04-17 19:28:49;/v2/authorization -2025-04-17 19:28:49;/v2/catalog/product_id=thomasII_navy_blue -2025-04-17 19:28:49;/v2/products_media/product_id=60 -2025-04-17 19:28:49;/v2/shopping_cart/ -2025-04-17 19:28:49;/v2/authorization -2025-04-17 19:28:51;/v2/authorization -2025-04-17 19:28:51;/v2/authorization -2025-04-17 19:28:51;/v2/checkout/ -2025-04-17 19:28:51;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-17 19:29:31;/v2/authorization -2025-04-17 19:30:02;/v2/authorization -2025-04-17 19:30:36;/v2/authorization -2025-04-17 19:30:36;/v2/authorization -2025-04-17 19:30:36;/v2/authorization -2025-04-17 19:30:37;/v2/authorization -2025-04-17 19:30:37;/v2/catalog/category=21 -2025-04-17 19:30:37;/v2/catalog/category=22 -2025-04-17 19:30:37;/v2/authorization -2025-04-17 19:30:37;/v2/catalog/category=21 -2025-04-17 19:30:37;/v2/catalog/category=22 -2025-04-17 19:35:52;/v2/authorization -2025-04-17 19:35:52;/v2/authorization -2025-04-17 19:35:52;/v2/authorization -2025-04-17 19:35:53;/v2/catalog/category=21 -2025-04-17 19:35:53;/v2/catalog/category=22 -2025-04-17 19:38:49;/v2/authorization -2025-04-17 19:38:49;/v2/authorization -2025-04-17 19:38:49;/v2/authorization -2025-04-17 19:38:49;/v2/catalog/category=21 -2025-04-17 19:38:49;/v2/catalog/category=22 -2025-04-17 19:43:54;/v2/authorization -2025-04-17 19:43:54;/v2/authorization -2025-04-17 19:43:54;/v2/authorization -2025-04-17 19:43:54;/v2/catalog/category=21 -2025-04-17 19:43:55;/v2/catalog/category=22 -2025-04-17 19:43:59;/v2/authorization -2025-04-17 19:43:59;/v2/authorization -2025-04-17 19:43:59;/v2/authorization -2025-04-17 19:43:59;/v2/catalog/category=21 -2025-04-17 19:43:59;/v2/catalog/category=22 -2025-04-17 19:44:33;/v2/authorization -2025-04-17 19:44:33;/v2/authorization -2025-04-17 19:44:33;/v2/authorization -2025-04-17 19:44:33;/v2/catalog/category=21 -2025-04-17 19:44:33;/v2/catalog/category=22 -2025-04-17 19:44:36;/v2/authorization -2025-04-17 19:44:36;/v2/authorization -2025-04-17 19:44:37;/v2/authorization -2025-04-17 19:44:37;/v2/catalog/category=21 -2025-04-17 19:44:37;/v2/catalog/category=22 -2025-04-17 19:46:52;/v2/authorization -2025-04-17 19:46:53;/v2/authorization -2025-04-17 19:46:53;/v2/authorization -2025-04-17 19:46:53;/v2/catalog/category=21 -2025-04-17 19:46:53;/v2/catalog/category=22 -2025-04-17 19:50:42;/v2/authorization -2025-04-17 19:50:42;/v2/categories/ -2025-04-17 19:50:42;/v2/catalog/category=17 -2025-04-17 19:50:42;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-17 19:50:44;/v2/authorization -2025-04-17 19:50:55;/v2/authorization -2025-04-17 19:50:55;/v2/identity/ -2025-04-17 19:51:17;/v2/authorization -2025-04-17 19:51:17;/v2/identity/ -2025-04-17 19:51:17;/v2/authorization -2025-04-17 19:51:17;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-17 19:51:17;/v2/checkout/ -2025-04-17 19:51:17;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-17 19:51:33;/v2/authorization -2025-04-17 19:51:33;/v2/authorization -2025-04-17 19:51:33;/v2/authorization -2025-04-17 19:51:34;/v2/catalog/category=21 -2025-04-17 19:51:34;/v2/catalog/category=22 -2025-04-17 19:52:34;/v2/authorization -2025-04-17 19:52:34;/v2/authorization -2025-04-17 19:52:34;/v2/authorization -2025-04-17 19:52:34;/v2/catalog/category=21 -2025-04-17 19:52:34;/v2/catalog/category=22 -2025-04-17 20:44:47;/v2/authorization -2025-04-17 20:44:47;/v2/catalog/category=21 -2025-04-17 20:44:47;/v2/catalog/category=22 -2025-04-17 21:20:58;/v2/authorization -2025-04-17 21:20:58;/v2/authorization -2025-04-17 21:20:58;/v2/authorization -2025-04-17 21:20:58;/v2/catalog/category=21 -2025-04-17 21:20:58;/v2/catalog/category=22 -2025-04-17 21:30:34;/v2/authorization -2025-04-17 21:30:34;/v2/authorization -2025-04-17 21:30:35;/v2/authorization -2025-04-17 21:30:35;/v2/catalog/category=21 -2025-04-17 21:30:35;/v2/catalog/category=22 -2025-04-17 21:30:54;/v2/authorization -2025-04-17 21:30:54;/v2/authorization -2025-04-17 21:30:54;/v2/authorization -2025-04-17 21:30:54;/v2/catalog/category=21 -2025-04-17 21:30:54;/v2/catalog/category=22 -2025-04-17 21:31:01;/v2/authorization -2025-04-18 10:21:16;/v2/authorization -2025-04-18 10:21:16;/v2/authorization -2025-04-18 10:21:16;/v2/authorization -2025-04-18 10:21:16;/v2/authorization -2025-04-18 10:21:17;/v2/catalog/category=21 -2025-04-18 10:21:17;/v2/catalog/category=22 -2025-04-18 10:21:17;/v2/authorization -2025-04-18 10:21:17;/v2/catalog/category=21 -2025-04-18 10:21:17;/v2/catalog/category=22 -2025-04-18 10:23:07;/v2/authorization -2025-04-18 10:23:07;/v2/authorization -2025-04-18 10:23:08;/v2/authorization -2025-04-18 10:23:08;/v2/authorization -2025-04-18 10:23:08;/v2/catalog/category=21 -2025-04-18 10:23:08;/v2/catalog/category=22 -2025-04-18 10:23:08;/v2/authorization -2025-04-18 10:23:08;/v2/catalog/category=21 -2025-04-18 10:23:08;/v2/catalog/category=22 -2025-04-18 10:23:12;/v2/authorization -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/catalog/category=21 -2025-04-18 10:23:14;/v2/catalog/category=22 -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/catalog/category=21 -2025-04-18 10:23:14;/v2/catalog/category=22 -2025-04-18 10:23:14;/v2/authorization -2025-04-18 10:23:14;/v2/catalog/category=21 -2025-04-18 10:23:15;/v2/catalog/category=22 -2025-04-18 10:23:15;/v2/authorization -2025-04-18 10:23:15;/v2/catalog/category=21 -2025-04-18 10:23:15;/v2/catalog/category=22 -2025-04-18 10:51:10;/v2/authorization -2025-04-18 10:51:10;/v2/authorization -2025-04-18 10:51:10;/v2/authorization -2025-04-18 10:51:10;/v2/authorization -2025-04-18 10:51:10;/v2/authorization -2025-04-18 10:51:10;/v2/authorization -2025-04-18 10:51:10;/v2/catalog/category=21 -2025-04-18 10:51:10;/v2/catalog/category=22 -2025-04-18 10:51:11;/v2/authorization -2025-04-18 10:51:11;/v2/catalog/category=21 -2025-04-18 10:51:11;/v2/catalog/category=22 -2025-04-18 10:51:11;/v2/authorization -2025-04-18 10:51:11;/v2/catalog/category=21 -2025-04-18 10:51:11;/v2/catalog/category=22 -2025-04-18 10:51:11;/v2/authorization -2025-04-18 10:51:11;/v2/catalog/category=21 -2025-04-18 10:51:11;/v2/catalog/category=22 -2025-04-18 10:51:16;/v2/authorization -2025-04-18 10:51:16;/v2/authorization -2025-04-18 10:51:16;/v2/authorization -2025-04-18 10:51:17;/v2/authorization -2025-04-18 10:51:17;/v2/catalog/category=21 -2025-04-18 10:51:17;/v2/catalog/category=22 -2025-04-18 10:51:17;/v2/authorization -2025-04-18 10:51:17;/v2/catalog/category=21 -2025-04-18 10:51:17;/v2/catalog/category=22 -2025-04-18 10:54:56;/v2/authorization -2025-04-18 10:54:56;/v2/authorization -2025-04-18 10:54:56;/v2/authorization -2025-04-18 10:54:56;/v2/catalog/category=21 -2025-04-18 10:54:57;/v2/catalog/category=22 -2025-04-18 11:01:09;/v2/authorization -2025-04-18 11:01:09;/v2/authorization -2025-04-18 11:01:10;/v2/authorization -2025-04-18 11:01:10;/v2/catalog/category=21 -2025-04-18 11:01:10;/v2/catalog/category=22 -2025-04-18 11:01:14;/v2/authorization -2025-04-18 11:01:14;/v2/authorization -2025-04-18 11:01:14;/v2/authorization -2025-04-18 11:01:14;/v2/catalog/category=21 -2025-04-18 11:01:14;/v2/catalog/category=22 -2025-04-18 11:02:22;/v2/authorization -2025-04-18 11:02:22;/v2/authorization -2025-04-18 11:02:22;/v2/authorization -2025-04-18 11:02:22;/v2/catalog/category=21 -2025-04-18 11:02:23;/v2/catalog/category=22 -2025-04-18 11:02:27;/v2/authorization -2025-04-18 11:02:27;/v2/categories/ -2025-04-18 11:02:27;/v2/catalog/category=17 -2025-04-18 11:02:27;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 11:02:37;/v2/authorization -2025-04-18 11:02:37;/v2/authorization -2025-04-18 11:02:38;/v2/authorization -2025-04-18 11:02:38;/v2/catalog/category=21 -2025-04-18 11:02:38;/v2/catalog/category=22 -2025-04-18 11:17:42;/v2/authorization -2025-04-18 11:19:02;/v2/authorization -2025-04-18 11:19:02;/v2/catalog/category=22 -2025-04-18 11:20:38;/v2/authorization -2025-04-18 11:20:38;/v2/catalog/category=22 -2025-04-18 11:21:26;/v2/authorization -2025-04-18 11:21:26;/v2/catalog/category=21 -2025-04-18 11:21:32;/v2/authorization -2025-04-18 11:21:32;/v2/categories/ -2025-04-18 11:21:32;/v2/catalog/category=17 -2025-04-18 11:21:32;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 11:21:51;/v2/authorization -2025-04-18 11:21:51;/v2/catalog/category=21 -2025-04-18 11:21:52;/v2/catalog/category=22 -2025-04-18 11:21:55;/v2/authorization -2025-04-18 11:21:55;/v2/catalog/category=22 -2025-04-18 11:22:11;/v2/authorization -2025-04-18 11:22:11;/v2/catalog/product_id=thomasII_navy_blue -2025-04-18 11:22:11;/v2/products_media/product_id=60 -2025-04-18 11:22:13;/v2/authorization -2025-04-18 11:22:13;/v2/catalog/category=22 -2025-04-18 11:23:17;/v2/authorization -2025-04-18 11:23:17;/v2/catalog/category=22 -2025-04-18 11:23:21;/v2/authorization -2025-04-18 11:23:21;/v2/catalog/category=22 -2025-04-18 11:26:58;/v2/authorization -2025-04-18 11:26:59;/v2/catalog/category=22 -2025-04-18 11:27:44;/v2/authorization -2025-04-18 11:27:44;/v2/catalog/category=22 -2025-04-18 11:30:45;/v2/authorization -2025-04-18 11:30:45;/v2/catalog/category=22 -2025-04-18 11:32:30;/v2/authorization -2025-04-18 11:32:30;/v2/catalog/category=22 -2025-04-18 11:34:19;/v2/authorization -2025-04-18 11:34:19;/v2/catalog/category=22 -2025-04-18 11:34:24;/v2/authorization -2025-04-18 11:34:24;/v2/catalog/category=22 -2025-04-18 11:35:26;/v2/authorization -2025-04-18 11:35:26;/v2/catalog/category=22 -2025-04-18 11:35:29;/v2/authorization -2025-04-18 11:35:29;/v2/catalog/category=22 -2025-04-18 11:37:17;/v2/authorization -2025-04-18 11:37:17;/v2/catalog/category=22 -2025-04-18 11:37:40;/v2/authorization -2025-04-18 11:37:41;/v2/catalog/category=22 -2025-04-18 11:38:36;/v2/authorization -2025-04-18 11:38:36;/v2/catalog/category=22 -2025-04-18 11:38:48;/v2/authorization -2025-04-18 11:38:49;/v2/catalog/category=22 -2025-04-18 11:38:52;/v2/authorization -2025-04-18 11:38:52;/v2/catalog/category=22 -2025-04-18 11:39:33;/v2/authorization -2025-04-18 11:39:34;/v2/catalog/category=22 -2025-04-18 11:40:59;/v2/authorization -2025-04-18 11:40:59;/v2/catalog/category=22 -2025-04-18 11:41:43;/v2/authorization -2025-04-18 11:41:43;/v2/catalog/product_id=thomasII_navy_blue -2025-04-18 11:41:43;/v2/products_media/product_id=60 -2025-04-18 11:41:47;/v2/authorization -2025-04-18 11:41:47;/v2/catalog/category=22 -2025-04-18 11:42:51;/v2/authorization -2025-04-18 11:42:51;/v2/catalog/category=21 -2025-04-18 11:42:51;/v2/catalog/category=22 -2025-04-18 11:42:52;/v2/authorization -2025-04-18 11:42:52;/v2/categories/ -2025-04-18 11:42:52;/v2/catalog/category=17 -2025-04-18 11:42:52;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 11:43:02;/v2/authorization -2025-04-18 11:43:02;/v2/catalog/category=21 -2025-04-18 11:43:02;/v2/catalog/category=22 -2025-04-18 11:43:07;/v2/authorization -2025-04-18 11:43:07;/v2/catalog/category=22 -2025-04-18 11:43:26;/v2/authorization -2025-04-18 11:43:27;/v2/catalog/category=21 -2025-04-18 11:43:27;/v2/catalog/category=22 -2025-04-18 11:45:43;/v2/authorization -2025-04-18 11:45:49;/v2/authorization -2025-04-18 11:45:49;/v2/catalog/category=22 -2025-04-18 11:52:05;/v2/authorization -2025-04-18 11:52:05;/v2/catalog/category=22 -2025-04-18 11:52:13;/v2/authorization -2025-04-18 11:58:12;/v2/authorization -2025-04-18 11:58:12;/v2/catalog/category=22 -2025-04-18 12:01:06;/v2/authorization -2025-04-18 12:01:06;/v2/catalog/category=22 -2025-04-18 12:02:58;/v2/authorization -2025-04-18 12:02:58;/v2/catalog/category=22 -2025-04-18 12:03:13;/v2/authorization -2025-04-18 12:03:13;/v2/categories/ -2025-04-18 12:03:13;/v2/catalog/category=17 -2025-04-18 12:03:13;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 12:03:17;/v2/authorization -2025-04-18 12:03:17;/v2/catalog/category=22 -2025-04-18 12:05:29;/v2/authorization -2025-04-18 12:05:29;/v2/categories/ -2025-04-18 12:05:29;/v2/catalog/category=17 -2025-04-18 12:05:29;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 12:06:13;/v2/authorization -2025-04-18 12:06:13;/v2/catalog/category=22 -2025-04-18 12:14:36;/v2/authorization -2025-04-18 12:14:36;/v2/categories/ -2025-04-18 12:14:36;/v2/catalog/ -2025-04-18 12:14:36;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:16:01;/v2/authorization -2025-04-18 12:16:01;/v2/categories/ -2025-04-18 12:16:01;/v2/catalog/ -2025-04-18 12:16:01;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:16:16;/v2/authorization -2025-04-18 12:16:16;/v2/categories/ -2025-04-18 12:16:16;/v2/catalog/ -2025-04-18 12:16:16;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:19:15;/v2/authorization -2025-04-18 12:19:15;/v2/categories/ -2025-04-18 12:19:15;/v2/catalog/ -2025-04-18 12:19:15;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:19:34;/v2/authorization -2025-04-18 12:19:34;/v2/catalog/category=22 -2025-04-18 12:19:40;/v2/authorization -2025-04-18 12:19:40;/v2/categories/ -2025-04-18 12:19:40;/v2/catalog/ -2025-04-18 12:19:40;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:21:22;/v2/authorization -2025-04-18 12:21:22;/v2/categories/ -2025-04-18 12:21:22;/v2/catalog/ -2025-04-18 12:21:22;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:35:28;/v2/authorization -2025-04-18 12:35:29;/v2/categories/ -2025-04-18 12:35:29;/v2/catalog/category=17 -2025-04-18 12:35:29;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 12:37:08;/v2/authorization -2025-04-18 12:37:08;/v2/categories/ -2025-04-18 12:37:08;/v2/catalog/ -2025-04-18 12:37:08;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:37:55;/v2/authorization -2025-04-18 12:37:55;/v2/categories/ -2025-04-18 12:37:55;/v2/catalog/ -2025-04-18 12:37:55;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 12:41:30;/v2/authorization -2025-04-18 12:41:30;/v2/categories/ -2025-04-18 12:41:30;/v2/catalog/ -2025-04-18 12:41:30;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:25:37;/v2/authorization -2025-04-18 13:26:36;/v2/authorization -2025-04-18 13:26:36;/v2/categories/ -2025-04-18 13:26:37;/v2/catalog/ -2025-04-18 13:26:37;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:28:57;/v2/authorization -2025-04-18 13:28:57;/v2/categories/ -2025-04-18 13:28:58;/v2/catalog/category=17 -2025-04-18 13:28:58;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 13:30:22;/v2/authorization -2025-04-18 13:30:22;/v2/categories/ -2025-04-18 13:30:22;/v2/catalog/ -2025-04-18 13:30:22;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:31:27;/v2/authorization -2025-04-18 13:31:27;/v2/categories/ -2025-04-18 13:31:27;/v2/catalog/ -2025-04-18 13:31:27;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:34:17;/v2/authorization -2025-04-18 13:34:17;/v2/categories/ -2025-04-18 13:34:18;/v2/catalog/ -2025-04-18 13:34:18;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:34:23;/v2/authorization -2025-04-18 13:34:23;/v2/categories/ -2025-04-18 13:34:24;/v2/catalog/ -2025-04-18 13:34:24;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:36:12;/v2/authorization -2025-04-18 13:36:12;/v2/categories/ -2025-04-18 13:36:12;/v2/catalog/ -2025-04-18 13:36:12;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:36:15;/v2/authorization -2025-04-18 13:36:15;/v2/categories/ -2025-04-18 13:36:15;/v2/catalog/ -2025-04-18 13:36:15;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:37:08;/v2/authorization -2025-04-18 13:37:08;/v2/categories/ -2025-04-18 13:37:08;/v2/catalog/category=17 -2025-04-18 13:37:08;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 13:37:57;/v2/authorization -2025-04-18 13:37:57;/v2/catalog/category=22 -2025-04-18 13:38:07;/v2/authorization -2025-04-18 13:38:07;/v2/categories/ -2025-04-18 13:38:07;/v2/catalog/ -2025-04-18 13:38:07;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:39:40;/v2/authorization -2025-04-18 13:39:40;/v2/categories/ -2025-04-18 13:39:40;/v2/catalog/ -2025-04-18 13:39:40;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:39:43;/v2/authorization -2025-04-18 13:39:43;/v2/categories/ -2025-04-18 13:39:43;/v2/catalog/ -2025-04-18 13:39:43;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:39:45;/v2/authorization -2025-04-18 13:39:45;/v2/categories/ -2025-04-18 13:39:45;/v2/catalog/ -2025-04-18 13:39:45;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:40:15;/v2/authorization -2025-04-18 13:40:15;/v2/categories/ -2025-04-18 13:40:16;/v2/catalog/ -2025-04-18 13:40:16;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:43:01;/v2/authorization -2025-04-18 13:43:02;/v2/categories/ -2025-04-18 13:43:02;/v2/catalog/ -2025-04-18 13:43:02;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:46:08;/v2/authorization -2025-04-18 13:46:08;/v2/categories/ -2025-04-18 13:46:08;/v2/catalog/ -2025-04-18 13:46:08;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:46:13;/v2/authorization -2025-04-18 13:46:13;/v2/categories/ -2025-04-18 13:46:13;/v2/catalog/ -2025-04-18 13:46:13;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:46:54;/v2/authorization -2025-04-18 13:46:54;/v2/categories/ -2025-04-18 13:46:55;/v2/catalog/ -2025-04-18 13:46:55;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:47:59;/v2/authorization -2025-04-18 13:47:59;/v2/categories/ -2025-04-18 13:48:00;/v2/catalog/ -2025-04-18 13:48:00;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:48:22;/v2/authorization -2025-04-18 13:48:22;/v2/catalog/category=22 -2025-04-18 13:48:52;/v2/authorization -2025-04-18 13:48:52;/v2/catalog/product_id=thomasII_ice_blue -2025-04-18 13:48:52;/v2/products_media/product_id=61 -2025-04-18 13:48:54;/v2/authorization -2025-04-18 13:48:54;/v2/catalog/category=22 -2025-04-18 13:49:40;/v2/authorization -2025-04-18 13:49:40;/v2/catalog/category=22 -2025-04-18 13:52:51;/v2/authorization -2025-04-18 13:52:51;/v2/catalog/category=22 -2025-04-18 13:52:53;/v2/authorization -2025-04-18 13:52:53;/v2/catalog/category=22 -2025-04-18 13:53:01;/v2/authorization -2025-04-18 13:53:01;/v2/categories/ -2025-04-18 13:53:01;/v2/catalog/ -2025-04-18 13:53:01;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:55:13;/v2/authorization -2025-04-18 13:55:13;/v2/categories/ -2025-04-18 13:55:14;/v2/catalog/ -2025-04-18 13:55:14;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 13:57:36;/v2/authorization -2025-04-18 13:57:36;/v2/catalog/category=22 -2025-04-18 13:57:56;/v2/authorization -2025-04-18 13:57:56;/v2/catalog/category=22 -2025-04-18 13:58:42;/v2/authorization -2025-04-18 13:58:42;/v2/catalog/category=22 -2025-04-18 13:58:52;/v2/authorization -2025-04-18 13:58:52;/v2/categories/ -2025-04-18 13:58:52;/v2/catalog/ -2025-04-18 13:58:52;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:00:57;/v2/authorization -2025-04-18 14:00:57;/v2/categories/ -2025-04-18 14:00:57;/v2/catalog/ -2025-04-18 14:00:57;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:01:00;/v2/authorization -2025-04-18 14:01:00;/v2/categories/ -2025-04-18 14:01:01;/v2/catalog/ -2025-04-18 14:01:01;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:03:12;/v2/authorization -2025-04-18 14:03:12;/v2/categories/ -2025-04-18 14:03:13;/v2/catalog/ -2025-04-18 14:03:13;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:03:17;/v2/authorization -2025-04-18 14:03:17;/v2/categories/ -2025-04-18 14:03:18;/v2/catalog/ -2025-04-18 14:03:18;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:03:20;/v2/authorization -2025-04-18 14:03:20;/v2/categories/ -2025-04-18 14:03:21;/v2/catalog/ -2025-04-18 14:03:21;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:03:27;/v2/authorization -2025-04-18 14:03:27;/v2/categories/ -2025-04-18 14:03:28;/v2/catalog/ -2025-04-18 14:03:28;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:04:40;/v2/authorization -2025-04-18 14:04:40;/v2/categories/ -2025-04-18 14:04:40;/v2/catalog/category=18 -2025-04-18 14:04:40;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:04:46;/v2/authorization -2025-04-18 14:04:46;/v2/categories/ -2025-04-18 14:04:46;/v2/catalog/category=23 -2025-04-18 14:04:46;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:04:51;/v2/authorization -2025-04-18 14:04:51;/v2/categories/ -2025-04-18 14:04:51;/v2/catalog/category=18,19 -2025-04-18 14:04:51;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:04:54;/v2/authorization -2025-04-18 14:04:54;/v2/categories/ -2025-04-18 14:04:54;/v2/catalog/category=18 -2025-04-18 14:04:54;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:05:02;/v2/authorization -2025-04-18 14:05:02;/v2/categories/ -2025-04-18 14:05:03;/v2/catalog/ -2025-04-18 14:05:03;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:05:48;/v2/authorization -2025-04-18 14:05:48;/v2/catalog/product_id=thomasII_navy_blue -2025-04-18 14:05:48;/v2/products_media/product_id=60 -2025-04-18 14:07:27;/v2/authorization -2025-04-18 14:07:27;/v2/categories/ -2025-04-18 14:07:27;/v2/catalog/ -2025-04-18 14:07:27;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:07:32;/v2/authorization -2025-04-18 14:07:32;/v2/categories/ -2025-04-18 14:07:32;/v2/catalog/ -2025-04-18 14:07:32;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:11:39;/v2/authorization -2025-04-18 14:11:39;/v2/categories/ -2025-04-18 14:11:39;/v2/catalog/ -2025-04-18 14:11:39;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:11:42;/v2/authorization -2025-04-18 14:11:42;/v2/categories/ -2025-04-18 14:11:43;/v2/catalog/ -2025-04-18 14:11:43;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:11:49;/v2/authorization -2025-04-18 14:11:49;/v2/categories/ -2025-04-18 14:11:49;/v2/catalog/ -2025-04-18 14:11:49;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:18:27;/v2/authorization -2025-04-18 14:18:27;/v2/categories/ -2025-04-18 14:18:28;/v2/catalog/ -2025-04-18 14:18:28;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:18:34;/v2/authorization -2025-04-18 14:18:34;/v2/catalog/category=22 -2025-04-18 14:18:38;/v2/authorization -2025-04-18 14:18:38;/v2/catalog/product_id=thomasII_dolphin_gray -2025-04-18 14:18:38;/v2/products_media/product_id=63 -2025-04-18 14:18:39;/v2/authorization -2025-04-18 14:18:40;/v2/catalog/category=22 -2025-04-18 14:18:42;/v2/authorization -2025-04-18 14:18:42;/v2/categories/ -2025-04-18 14:18:42;/v2/catalog/category=17 -2025-04-18 14:18:42;/v2/products/category=17&totals=&salesflag=1&status=1 -2025-04-18 14:19:20;/v2/authorization -2025-04-18 14:19:20;/v2/categories/ -2025-04-18 14:19:20;/v2/catalog/ -2025-04-18 14:19:20;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:22:28;/v2/authorization -2025-04-18 14:22:28;/v2/categories/ -2025-04-18 14:22:28;/v2/catalog/ -2025-04-18 14:22:28;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:22:34;/v2/authorization -2025-04-18 14:22:34;/v2/categories/ -2025-04-18 14:22:34;/v2/catalog/ -2025-04-18 14:22:34;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:23:27;/v2/authorization -2025-04-18 14:23:27;/v2/categories/ -2025-04-18 14:23:27;/v2/catalog/ -2025-04-18 14:23:27;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:24:38;/v2/authorization -2025-04-18 14:24:38;/v2/categories/ -2025-04-18 14:24:39;/v2/catalog/ -2025-04-18 14:24:39;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:24:45;/v2/authorization -2025-04-18 14:24:45;/v2/categories/ -2025-04-18 14:24:45;/v2/catalog/ -2025-04-18 14:24:45;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:25:55;/v2/authorization -2025-04-18 14:25:55;/v2/categories/ -2025-04-18 14:25:55;/v2/catalog/ -2025-04-18 14:25:55;/v2/products/&totals=&salesflag=1&status=1 -2025-04-18 14:26:46;/v2/authorization -2025-04-18 14:26:46;/v2/categories/ -2025-04-18 14:26:47;/v2/catalog/ -2025-04-18 14:27:03;/v2/authorization -2025-04-18 14:27:03;/v2/categories/ -2025-04-18 14:27:03;/v2/catalog/ -2025-04-18 14:27:44;/v2/authorization -2025-04-18 14:27:44;/v2/categories/ -2025-04-18 14:27:44;/v2/catalog/ -2025-04-18 14:29:29;/v2/authorization -2025-04-18 14:29:29;/v2/categories/ -2025-04-18 14:29:29;/v2/catalog/ -2025-04-18 14:29:34;/v2/authorization -2025-04-18 14:29:34;/v2/categories/ -2025-04-18 14:29:34;/v2/catalog/category= -2025-04-18 14:29:34;/v2/products/p=2&category=&sort=Sort&totals=&salesflag=1&status=1 -2025-04-18 14:29:57;/v2/authorization -2025-04-18 14:29:57;/v2/categories/ -2025-04-18 14:29:58;/v2/catalog/ -2025-04-18 14:30:56;/v2/authorization -2025-04-18 14:30:56;/v2/categories/ -2025-04-18 14:30:56;/v2/catalog/ -2025-04-18 14:33:22;/v2/authorization -2025-04-18 14:33:22;/v2/categories/ -2025-04-18 14:33:22;/v2/catalog/ -2025-04-18 14:33:28;/v2/authorization -2025-04-18 14:33:28;/v2/categories/ -2025-04-18 14:33:28;/v2/catalog/category=2 -2025-04-18 14:33:28;/v2/products/category=2&sort=Sort&totals=&salesflag=1&status=1 -2025-04-18 14:33:31;/v2/authorization -2025-04-18 14:33:31;/v2/categories/ -2025-04-18 14:33:32;/v2/catalog/ -2025-04-18 14:34:31;/v2/authorization -2025-04-18 14:34:31;/v2/categories/ -2025-04-18 14:34:31;/v2/catalog/ -2025-04-18 14:35:28;/v2/authorization -2025-04-18 14:35:28;/v2/categories/ -2025-04-18 14:35:28;/v2/catalog/ -2025-04-18 14:37:36;/v2/authorization -2025-04-18 14:37:36;/v2/categories/ -2025-04-18 14:37:36;/v2/catalog/ -2025-04-18 14:37:41;/v2/authorization -2025-04-18 14:37:41;/v2/categories/ -2025-04-18 14:37:41;/v2/catalog/category=18,19 -2025-04-18 14:38:07;/v2/authorization -2025-04-18 14:38:08;/v2/catalog/category=22 -2025-04-18 14:38:13;/v2/authorization -2025-04-18 14:38:13;/v2/categories/ -2025-04-18 14:38:13;/v2/catalog/category=17 -2025-04-18 14:38:14;/v2/authorization -2025-04-18 14:38:14;/v2/categories/ -2025-04-18 14:38:14;/v2/catalog/category=assets -2025-04-18 14:38:14;/v2/authorization -2025-04-18 14:38:14;/v2/categories/ -2025-04-18 14:38:14;/v2/catalog/category=assets -2025-04-18 14:38:14;/v2/authorization -2025-04-18 14:38:14;/v2/categories/ -2025-04-18 14:38:14;/v2/catalog/category=assets -2025-04-18 14:38:15;/v2/authorization -2025-04-18 14:38:15;/v2/categories/ -2025-04-18 14:38:15;/v2/catalog/category=assets -2025-04-18 14:38:24;/v2/authorization -2025-04-18 14:38:24;/v2/categories/ -2025-04-18 14:38:24;/v2/catalog/category=19 -2025-04-18 14:38:24;/v2/authorization -2025-04-18 14:38:24;/v2/categories/ -2025-04-18 14:38:24;/v2/catalog/category=assets -2025-04-18 14:38:24;/v2/authorization -2025-04-18 14:38:24;/v2/categories/ -2025-04-18 14:38:24;/v2/catalog/category=assets -2025-04-18 14:38:24;/v2/authorization -2025-04-18 14:38:24;/v2/categories/ -2025-04-18 14:38:24;/v2/catalog/category=assets -2025-04-18 14:38:30;/v2/authorization -2025-04-18 14:38:30;/v2/categories/ -2025-04-18 14:38:30;/v2/catalog/category=assets -2025-04-18 14:38:30;/v2/authorization -2025-04-18 14:38:30;/v2/categories/ -2025-04-18 14:38:30;/v2/catalog/category=23 -2025-04-18 14:38:30;/v2/authorization -2025-04-18 14:38:30;/v2/categories/ -2025-04-18 14:38:31;/v2/catalog/category=assets -2025-04-18 14:38:31;/v2/authorization -2025-04-18 14:38:31;/v2/categories/ -2025-04-18 14:38:31;/v2/catalog/category=assets -2025-04-18 14:38:31;/v2/authorization -2025-04-18 14:38:31;/v2/categories/ -2025-04-18 14:38:31;/v2/catalog/category=assets -2025-04-18 14:38:31;/v2/authorization -2025-04-18 14:38:31;/v2/categories/ -2025-04-18 14:38:31;/v2/catalog/category=assets -2025-04-18 14:38:35;/v2/authorization -2025-04-18 14:38:35;/v2/categories/ -2025-04-18 14:38:35;/v2/catalog/category=18,19 -2025-04-18 14:38:35;/v2/authorization -2025-04-18 14:38:35;/v2/categories/ -2025-04-18 14:38:36;/v2/catalog/category=assets -2025-04-18 14:38:36;/v2/authorization -2025-04-18 14:38:36;/v2/categories/ -2025-04-18 14:38:36;/v2/catalog/category=assets -2025-04-18 14:38:36;/v2/authorization -2025-04-18 14:38:36;/v2/categories/ -2025-04-18 14:38:36;/v2/catalog/category=assets -2025-04-18 14:38:36;/v2/authorization -2025-04-18 14:38:36;/v2/categories/ -2025-04-18 14:38:36;/v2/catalog/category=assets -2025-04-18 14:38:38;/v2/authorization -2025-04-18 14:38:38;/v2/categories/ -2025-04-18 14:38:39;/v2/catalog/category=18 -2025-04-18 14:38:39;/v2/authorization -2025-04-18 14:38:39;/v2/categories/ -2025-04-18 14:38:39;/v2/catalog/category=assets -2025-04-18 14:38:39;/v2/authorization -2025-04-18 14:38:39;/v2/categories/ -2025-04-18 14:38:39;/v2/catalog/category=assets -2025-04-18 14:38:39;/v2/authorization -2025-04-18 14:38:39;/v2/categories/ -2025-04-18 14:38:39;/v2/catalog/category=assets -2025-04-18 14:38:39;/v2/authorization -2025-04-18 14:38:39;/v2/categories/ -2025-04-18 14:38:40;/v2/catalog/category=assets -2025-04-18 14:39:12;/v2/authorization -2025-04-18 14:39:12;/v2/categories/ -2025-04-18 14:39:12;/v2/catalog/category=17 -2025-04-18 14:39:12;/v2/authorization -2025-04-18 14:39:12;/v2/categories/ -2025-04-18 14:39:12;/v2/catalog/category=assets -2025-04-18 14:39:13;/v2/authorization -2025-04-18 14:39:13;/v2/categories/ -2025-04-18 14:39:13;/v2/catalog/category=assets -2025-04-18 14:39:13;/v2/authorization -2025-04-18 14:39:13;/v2/categories/ -2025-04-18 14:39:13;/v2/catalog/category=assets -2025-04-18 14:39:13;/v2/authorization -2025-04-18 14:39:13;/v2/categories/ -2025-04-18 14:39:13;/v2/catalog/category=assets -2025-04-18 14:39:17;/v2/authorization -2025-04-18 14:39:17;/v2/categories/ -2025-04-18 14:39:17;/v2/catalog/category= -2025-04-18 14:39:18;/v2/authorization -2025-04-18 14:39:18;/v2/categories/ -2025-04-18 14:39:18;/v2/catalog/category=assets -2025-04-18 14:39:18;/v2/authorization -2025-04-18 14:39:18;/v2/categories/ -2025-04-18 14:39:18;/v2/catalog/category=assets -2025-04-18 14:39:18;/v2/authorization -2025-04-18 14:39:18;/v2/categories/ -2025-04-18 14:39:18;/v2/catalog/category=assets -2025-04-18 14:39:18;/v2/authorization -2025-04-18 14:39:18;/v2/categories/ -2025-04-18 14:39:18;/v2/catalog/category=assets -2025-04-18 14:39:21;/v2/authorization -2025-04-18 14:39:21;/v2/catalog/category=22 -2025-04-18 14:40:37;/v2/authorization -2025-04-18 14:40:37;/v2/catalog/category=22 -2025-04-18 14:41:09;/v2/authorization -2025-04-18 14:41:09;/v2/catalog/category=22 -2025-04-18 14:41:12;/v2/authorization -2025-04-18 14:41:12;/v2/categories/ -2025-04-18 14:41:12;/v2/catalog/category=17 -2025-04-18 14:43:32;/v2/authorization -2025-04-18 14:43:32;/v2/categories/ -2025-04-18 14:43:32;/v2/catalog/category=17 -2025-04-18 14:49:28;/v2/authorization -2025-04-18 14:49:28;/v2/categories/ -2025-04-18 14:49:29;/v2/catalog/category=17 -2025-04-18 14:49:43;/v2/authorization -2025-04-18 14:49:43;/v2/categories/ -2025-04-18 14:49:44;/v2/catalog/category=17 -2025-04-18 14:53:20;/v2/authorization -2025-04-18 14:53:20;/v2/categories/ -2025-04-18 14:53:21;/v2/catalog/category=17 -2025-04-18 14:59:50;/v2/authorization -2025-04-18 14:59:50;/v2/authorization -2025-04-18 14:59:50;/v2/catalog/category=22 -2025-04-18 14:59:53;/v2/authorization -2025-04-18 14:59:53;/v2/categories/ -2025-04-18 14:59:53;/v2/catalog/category=17 -2025-04-18 15:00:53;/v2/authorization -2025-04-18 15:00:53;/v2/authorization -2025-04-18 15:00:54;/v2/catalog/category=22 -2025-04-18 16:10:26;/v2/authorization -2025-04-18 16:10:26;/v2/categories/ -2025-04-18 16:10:26;/v2/catalog/category=17 -2025-04-18 16:10:38;/v2/authorization -2025-04-18 16:10:38;/v2/catalog/category=22 -2025-04-18 16:11:10;/v2/authorization -2025-04-18 16:11:10;/v2/catalog/category=22 -2025-04-18 16:11:23;/v2/authorization -2025-04-18 16:11:23;/v2/catalog/category=22 -2025-04-18 16:12:40;/v2/authorization -2025-04-18 16:12:40;/v2/catalog/category=22 -2025-04-18 16:12:50;/v2/authorization -2025-04-18 16:12:50;/v2/authorization -2025-04-18 16:12:50;/v2/catalog/category=22 -2025-04-18 16:13:02;/v2/authorization -2025-04-18 16:13:02;/v2/authorization -2025-04-18 16:13:02;/v2/catalog/category=22 -2025-04-18 16:13:03;/v2/authorization -2025-04-18 16:13:04;/v2/categories/ -2025-04-18 16:13:04;/v2/catalog/category=17 -2025-04-18 16:13:13;/v2/authorization -2025-04-18 16:13:14;/v2/catalog/category=22 -2025-04-18 16:13:22;/v2/authorization -2025-04-18 16:13:22;/v2/categories/ -2025-04-18 16:13:22;/v2/catalog/category=17 -2025-04-18 16:13:34;/v2/authorization -2025-04-18 16:13:34;/v2/catalog/category=22 -2025-04-18 16:13:44;/v2/authorization -2025-04-18 16:13:44;/v2/categories/ -2025-04-18 16:13:44;/v2/catalog/category=17 -2025-04-18 16:17:03;/v2/authorization -2025-04-18 16:17:03;/v2/catalog/category=22 -2025-04-18 16:17:08;/v2/authorization -2025-04-18 16:17:09;/v2/catalog/category=22 -2025-04-18 16:17:41;/v2/authorization -2025-04-18 16:17:41;/v2/authorization -2025-04-18 16:17:42;/v2/authorization -2025-04-18 16:17:42;/v2/catalog/category=22 -2025-04-18 16:17:44;/v2/authorization -2025-04-18 16:17:44;/v2/catalog/category=22 -2025-04-18 16:17:52;/v2/authorization -2025-04-18 16:17:52;/v2/categories/ -2025-04-18 16:17:52;/v2/catalog/category=17 -2025-04-18 16:18:02;/v2/authorization -2025-04-18 16:18:02;/v2/catalog/category=22 -2025-04-18 16:18:13;/v2/authorization -2025-04-18 16:18:14;/v2/catalog/category=22 -2025-04-18 16:19:17;/v2/authorization -2025-04-18 16:19:17;/v2/categories/ -2025-04-18 16:19:18;/v2/catalog/category=17 -2025-04-18 16:19:28;/v2/authorization -2025-04-18 16:19:28;/v2/catalog/product_id=thomasI_navy_blue -2025-04-18 16:19:28;/v2/products_media/product_id=57 -2025-04-18 16:21:56;/v2/authorization -2025-04-18 16:21:56;/v2/categories/ -2025-04-18 16:21:56;/v2/catalog/category=17 -2025-04-18 16:23:01;/v2/authorization -2025-04-18 16:23:01;/v2/categories/ -2025-04-18 16:23:02;/v2/catalog/category=17 -2025-04-18 16:23:04;/v2/authorization -2025-04-18 16:23:04;/v2/catalog/product_id=thomasI_navy_blue -2025-04-18 16:23:04;/v2/products_media/product_id=57 -2025-04-18 16:25:36;/v2/authorization -2025-04-18 16:25:36;/v2/catalog/product_id=thomasI_navy_blue -2025-04-18 16:25:36;/v2/products_media/product_id=57 -2025-04-18 16:27:10;/v2/authorization -2025-04-18 16:27:10;/v2/catalog/product_id=thomasI_navy_blue -2025-04-18 16:27:10;/v2/products_media/product_id=57 -2025-04-18 16:29:44;/v2/authorization -2025-04-18 16:29:44;/v2/catalog/product_id=thomasI_navy_blue -2025-04-18 16:29:44;/v2/products_media/product_id=57 -2025-04-18 16:36:52;/v2/authorization -2025-04-18 16:36:52;/v2/catalog/category=22 -2025-04-18 16:49:22;/v2/authorization -2025-04-18 16:49:22;/v2/catalog/product_id=thomasI_navy_blue -2025-04-18 16:49:22;/v2/products_media/product_id=57 -2025-04-18 19:33:40;/v2/authorization -2025-04-18 19:33:40;/v2/catalog/category=22 -2025-04-18 19:33:42;/v2/authorization -2025-04-18 19:33:42;/v2/catalog/category=22 -2025-04-18 19:33:55;/v2/authorization -2025-04-18 19:33:55;/v2/catalog/product_id=thomasII_navy_blue -2025-04-18 19:33:55;/v2/products_media/product_id=60 -2025-04-18 19:34:00;/v2/authorization -2025-04-18 19:34:00;/v2/catalog/category=22 -2025-04-18 19:34:03;/v2/authorization -2025-04-18 19:34:03;/v2/authorization -2025-04-18 19:34:03;/v2/catalog/category=22 -2025-04-18 19:34:08;/v2/authorization -2025-04-18 19:34:08;/v2/categories/ -2025-04-18 19:34:08;/v2/catalog/category=17 -2025-04-18 19:34:24;/v2/authorization -2025-04-18 19:34:24;/v2/catalog/product_id=thomasII_navy_blue -2025-04-18 19:34:24;/v2/products_media/product_id=60 -2025-04-18 19:34:30;/v2/authorization -2025-04-18 19:34:30;/v2/catalog/category=22 -2025-04-18 19:34:54;/v2/authorization -2025-04-18 19:34:54;/v2/catalog/category=22 -2025-04-18 19:35:11;/v2/authorization -2025-04-19 09:17:01;/v2/authorization -2025-04-19 09:17:02;/v2/catalog/category=22 -2025-04-19 09:17:08;/v2/authorization -2025-04-19 09:17:08;/v2/categories/ -2025-04-19 09:17:08;/v2/catalog/category=17 -2025-04-19 09:17:28;/v2/authorization -2025-04-19 09:17:28;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:17:28;/v2/products_media/product_id=57 -2025-04-19 09:27:06;/v2/authorization -2025-04-19 09:27:06;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:06;/v2/products_media/product_id=57 -2025-04-19 09:27:11;/v2/authorization -2025-04-19 09:27:11;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:11;/v2/products_media/product_id=57 -2025-04-19 09:27:13;/v2/authorization -2025-04-19 09:27:13;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:13;/v2/products_media/product_id=57 -2025-04-19 09:27:19;/v2/authorization -2025-04-19 09:27:19;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:19;/v2/products_media/product_id=57 -2025-04-19 09:27:21;/v2/authorization -2025-04-19 09:27:22;/v2/catalog/category=22 -2025-04-19 09:27:24;/v2/authorization -2025-04-19 09:27:24;/v2/categories/ -2025-04-19 09:27:24;/v2/catalog/category=17 -2025-04-19 09:27:26;/v2/authorization -2025-04-19 09:27:26;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:26;/v2/products_media/product_id=57 -2025-04-19 09:27:55;/v2/authorization -2025-04-19 09:27:55;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:55;/v2/products_media/product_id=57 -2025-04-19 09:27:59;/v2/authorization -2025-04-19 09:27:59;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:27:59;/v2/products_media/product_id=57 -2025-04-19 09:28:38;/v2/authorization -2025-04-19 09:28:38;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:28:38;/v2/products_media/product_id=57 -2025-04-19 09:30:47;/v2/authorization -2025-04-19 09:30:47;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:30:47;/v2/products_media/product_id=57 -2025-04-19 09:30:50;/v2/authorization -2025-04-19 09:30:50;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 09:30:50;/v2/products_media/product_id=57 -2025-04-19 09:31:40;/v2/authorization -2025-04-19 09:31:40;/v2/categories/ -2025-04-19 09:31:40;/v2/catalog/category=17 -2025-04-19 09:31:45;/v2/authorization -2025-04-19 09:31:45;/v2/categories/ -2025-04-19 09:31:45;/v2/catalog/category=17 -2025-04-19 09:31:47;/v2/authorization -2025-04-19 09:31:47;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:31:47;/v2/products_media/product_id=61 -2025-04-19 09:33:35;/v2/authorization -2025-04-19 09:33:35;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:33:35;/v2/products_media/product_id=61 -2025-04-19 09:33:39;/v2/authorization -2025-04-19 09:33:39;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:33:39;/v2/products_media/product_id=61 -2025-04-19 09:33:47;/v2/authorization -2025-04-19 09:33:47;/v2/categories/ -2025-04-19 09:33:47;/v2/catalog/category=17 -2025-04-19 09:33:51;/v2/authorization -2025-04-19 09:33:51;/v2/catalog/category=22 -2025-04-19 09:33:54;/v2/authorization -2025-04-19 09:33:54;/v2/categories/ -2025-04-19 09:33:54;/v2/catalog/category=17 -2025-04-19 09:34:38;/v2/authorization -2025-04-19 09:34:38;/v2/catalog/category=22 -2025-04-19 09:34:55;/v2/authorization -2025-04-19 09:34:55;/v2/categories/ -2025-04-19 09:34:55;/v2/catalog/category=17 -2025-04-19 09:34:59;/v2/authorization -2025-04-19 09:34:59;/v2/categories/ -2025-04-19 09:34:59;/v2/catalog/category=17 -2025-04-19 09:35:18;/v2/authorization -2025-04-19 09:35:19;/v2/categories/ -2025-04-19 09:35:19;/v2/catalog/category=17 -2025-04-19 09:35:22;/v2/authorization -2025-04-19 09:35:22;/v2/categories/ -2025-04-19 09:35:22;/v2/catalog/category=17 -2025-04-19 09:36:02;/v2/authorization -2025-04-19 09:36:02;/v2/catalog/category=22 -2025-04-19 09:36:08;/v2/authorization -2025-04-19 09:36:08;/v2/catalog/category=22 -2025-04-19 09:36:22;/v2/authorization -2025-04-19 09:36:22;/v2/categories/ -2025-04-19 09:36:22;/v2/catalog/category=17 -2025-04-19 09:36:31;/v2/authorization -2025-04-19 09:36:31;/v2/categories/ -2025-04-19 09:36:31;/v2/catalog/category=18 -2025-04-19 09:36:38;/v2/authorization -2025-04-19 09:36:38;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 09:36:38;/v2/products_media/product_id=70 -2025-04-19 09:36:51;/v2/authorization -2025-04-19 09:36:51;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 09:36:51;/v2/products_media/product_id=70 -2025-04-19 09:36:51;/v2/shopping_cart/ -2025-04-19 09:36:51;/v2/authorization -2025-04-19 09:38:51;/v2/authorization -2025-04-19 09:38:51;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:38:51;/v2/products_media/product_id=61 -2025-04-19 09:39:38;/v2/authorization -2025-04-19 09:39:38;/v2/catalog/category=22 -2025-04-19 09:39:41;/v2/authorization -2025-04-19 09:39:41;/v2/categories/ -2025-04-19 09:39:42;/v2/catalog/category=17 -2025-04-19 09:40:09;/v2/authorization -2025-04-19 09:40:09;/v2/categories/ -2025-04-19 09:40:09;/v2/catalog/category=17 -2025-04-19 09:40:12;/v2/authorization -2025-04-19 09:40:13;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:40:13;/v2/products_media/product_id=61 -2025-04-19 09:42:01;/v2/authorization -2025-04-19 09:42:01;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:42:01;/v2/products_media/product_id=61 -2025-04-19 09:43:09;/v2/authorization -2025-04-19 09:43:09;/v2/categories/ -2025-04-19 09:43:10;/v2/catalog/category=17 -2025-04-19 09:43:51;/v2/authorization -2025-04-19 09:43:51;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:43:51;/v2/products_media/product_id=61 -2025-04-19 09:44:17;/v2/authorization -2025-04-19 09:44:17;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:44:17;/v2/products_media/product_id=61 -2025-04-19 09:45:44;/v2/authorization -2025-04-19 09:45:44;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:45:44;/v2/products_media/product_id=61 -2025-04-19 09:45:51;/v2/authorization -2025-04-19 09:45:51;/v2/categories/ -2025-04-19 09:45:52;/v2/catalog/category=17 -2025-04-19 09:46:50;/v2/authorization -2025-04-19 09:46:50;/v2/categories/ -2025-04-19 09:46:50;/v2/catalog/category=17 -2025-04-19 09:48:13;/v2/authorization -2025-04-19 09:48:13;/v2/categories/ -2025-04-19 09:48:13;/v2/catalog/category=17 -2025-04-19 09:48:17;/v2/authorization -2025-04-19 09:48:17;/v2/categories/ -2025-04-19 09:48:18;/v2/catalog/category=17 -2025-04-19 09:48:27;/v2/authorization -2025-04-19 09:48:27;/v2/catalog/product_id=thomasII_navy_blue -2025-04-19 09:48:27;/v2/products_media/product_id=60 -2025-04-19 09:51:05;/v2/authorization -2025-04-19 09:51:05;/v2/catalog/product_id=thomasII_navy_blue -2025-04-19 09:51:05;/v2/products_media/product_id=60 -2025-04-19 09:51:39;/v2/authorization -2025-04-19 09:51:39;/v2/categories/ -2025-04-19 09:51:40;/v2/catalog/category=17 -2025-04-19 09:51:43;/v2/authorization -2025-04-19 09:51:43;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:51:43;/v2/products_media/product_id=61 -2025-04-19 09:52:26;/v2/authorization -2025-04-19 09:52:26;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:52:26;/v2/products_media/product_id=61 -2025-04-19 09:54:51;/v2/authorization -2025-04-19 09:54:51;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:54:51;/v2/products_media/product_id=61 -2025-04-19 09:56:04;/v2/authorization -2025-04-19 09:56:04;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:56:04;/v2/products_media/product_id=61 -2025-04-19 09:57:15;/v2/authorization -2025-04-19 09:57:15;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:57:15;/v2/products_media/product_id=61 -2025-04-19 09:59:25;/v2/authorization -2025-04-19 09:59:25;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:59:25;/v2/products_media/product_id=61 -2025-04-19 09:59:28;/v2/authorization -2025-04-19 09:59:28;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 09:59:28;/v2/products_media/product_id=61 -2025-04-19 10:01:06;/v2/authorization -2025-04-19 10:01:06;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:01:06;/v2/products_media/product_id=61 -2025-04-19 10:03:09;/v2/authorization -2025-04-19 10:03:09;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:03:09;/v2/products_media/product_id=61 -2025-04-19 10:03:17;/v2/authorization -2025-04-19 10:03:17;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:03:17;/v2/products_media/product_id=61 -2025-04-19 10:06:28;/v2/authorization -2025-04-19 10:06:28;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:06:28;/v2/products_media/product_id=61 -2025-04-19 10:06:30;/v2/authorization -2025-04-19 10:06:30;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:06:30;/v2/products_media/product_id=61 -2025-04-19 10:08:49;/v2/authorization -2025-04-19 10:08:49;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:08:49;/v2/products_media/product_id=61 -2025-04-19 10:10:00;/v2/authorization -2025-04-19 10:10:00;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:10:00;/v2/products_media/product_id=61 -2025-04-19 10:12:25;/v2/authorization -2025-04-19 10:12:25;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:12:25;/v2/products_media/product_id=61 -2025-04-19 10:15:08;/v2/authorization -2025-04-19 10:15:08;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 10:15:08;/v2/products_media/product_id=70 -2025-04-19 10:15:11;/v2/authorization -2025-04-19 10:15:11;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 10:15:11;/v2/products_media/product_id=70 -2025-04-19 10:15:14;/v2/authorization -2025-04-19 10:15:14;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 10:15:14;/v2/products_media/product_id=70 -2025-04-19 10:15:56;/v2/authorization -2025-04-19 10:15:56;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 10:15:56;/v2/products_media/product_id=70 -2025-04-19 10:16:18;/v2/authorization -2025-04-19 10:16:18;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:16:18;/v2/products_media/product_id=61 -2025-04-19 10:16:30;/v2/authorization -2025-04-19 10:16:30;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:16:30;/v2/products_media/product_id=61 -2025-04-19 10:18:31;/v2/authorization -2025-04-19 10:18:31;/v2/catalog/product_id=thomasII_ice_blue -2025-04-19 10:18:31;/v2/products_media/product_id=61 -2025-04-19 10:18:31;/v2/shopping_cart/ -2025-04-19 10:18:32;/v2/authorization -2025-04-19 10:18:36;/v2/authorization -2025-04-19 10:19:06;/v2/authorization -2025-04-19 10:23:07;/v2/authorization -2025-04-19 11:04:17;/v2/authorization -2025-04-19 11:04:17;/v2/catalog/category=22 -2025-04-19 11:04:25;/v2/authorization -2025-04-19 11:04:25;/v2/authorization -2025-04-19 11:04:25;/v2/catalog/category=22 -2025-04-19 11:04:34;/v2/authorization -2025-04-19 11:04:34;/v2/catalog/category=22 -2025-04-19 11:10:49;/v2/authorization -2025-04-19 11:12:49;/v2/authorization -2025-04-19 11:12:51;/v2/authorization -2025-04-19 11:16:39;/v2/authorization -2025-04-19 11:17:41;/v2/authorization -2025-04-19 11:18:06;/v2/authorization -2025-04-19 11:20:52;/v2/authorization -2025-04-19 11:20:56;/v2/authorization -2025-04-19 11:20:56;/v2/categories/ -2025-04-19 11:20:57;/v2/catalog/category=17 -2025-04-19 11:21:45;/v2/authorization -2025-04-19 11:21:45;/v2/catalog/product_id=thomasII_navy_blue -2025-04-19 11:21:45;/v2/products_media/product_id=60 -2025-04-19 11:21:47;/v2/authorization -2025-04-19 11:21:47;/v2/catalog/product_id=thomasII_navy_blue -2025-04-19 11:21:47;/v2/products_media/product_id=60 -2025-04-19 11:21:47;/v2/shopping_cart/ -2025-04-19 11:21:47;/v2/authorization -2025-04-19 11:22:07;/v2/authorization -2025-04-19 11:27:09;/v2/authorization -2025-04-19 11:29:25;/v2/authorization -2025-04-19 11:30:17;/v2/authorization -2025-04-19 11:30:45;/v2/authorization -2025-04-19 11:33:59;/v2/authorization -2025-04-19 11:33:59;/v2/categories/ -2025-04-19 11:33:59;/v2/catalog/category=17 -2025-04-19 11:34:02;/v2/authorization -2025-04-19 11:34:02;/v2/catalog/product_id=thomasII_navy_blue -2025-04-19 11:34:02;/v2/products_media/product_id=60 -2025-04-19 11:34:08;/v2/authorization -2025-04-19 11:36:57;/v2/authorization -2025-04-19 11:37:00;/v2/authorization -2025-04-19 11:38:52;/v2/authorization -2025-04-19 11:41:18;/v2/authorization -2025-04-19 11:41:41;/v2/authorization -2025-04-19 11:43:06;/v2/authorization -2025-04-19 11:43:10;/v2/authorization -2025-04-19 13:28:10;/v2/authorization -2025-04-19 13:28:10;/v2/catalog/category=22 -2025-04-19 23:22:27;/v2/authorization -2025-04-19 23:22:27;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 23:22:27;/v2/products_media/product_id=70 -2025-04-19 23:23:32;/v2/authorization -2025-04-19 23:23:32;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 23:23:32;/v2/products_media/product_id=70 -2025-04-19 23:33:27;/v2/authorization -2025-04-19 23:33:27;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 23:33:27;/v2/products_media/product_id=70 -2025-04-19 23:33:32;/v2/authorization -2025-04-19 23:33:32;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 23:33:32;/v2/products_media/product_id=70 -2025-04-19 23:33:36;/v2/authorization -2025-04-19 23:33:36;/v2/catalog/product_id=thomasI_racing_green -2025-04-19 23:33:36;/v2/products_media/product_id=70 -2025-04-19 23:33:36;/v2/shopping_cart/ -2025-04-19 23:33:36;/v2/authorization -2025-04-19 23:33:45;/v2/authorization -2025-04-19 23:33:47;/v2/authorization -2025-04-19 23:33:47;/v2/categories/ -2025-04-19 23:33:47;/v2/catalog/category=17 -2025-04-19 23:33:49;/v2/authorization -2025-04-19 23:33:49;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 23:33:49;/v2/products_media/product_id=57 -2025-04-19 23:33:53;/v2/authorization -2025-04-19 23:33:54;/v2/catalog/product_id=thomasI_navy_blue -2025-04-19 23:33:54;/v2/products_media/product_id=57 -2025-04-19 23:33:54;/v2/shopping_cart/ -2025-04-19 23:33:54;/v2/authorization -2025-04-20 07:28:21;/v2/authorization -2025-04-20 08:14:24;/v2/authorization -2025-04-20 08:16:01;/v2/authorization -2025-04-20 08:16:21;/v2/authorization -2025-04-20 08:16:21;/v2/catalog/product_id=thomasI_navy_blue -2025-04-20 08:16:21;/v2/products_media/product_id=57 -2025-04-20 08:17:04;/v2/authorization -2025-04-20 08:17:04;/v2/authorization -2025-04-20 08:17:04;/v2/catalog/category=22 -2025-04-20 08:17:07;/v2/authorization -2025-04-20 08:17:07;/v2/categories/ -2025-04-20 08:17:07;/v2/catalog/category=17 -2025-04-20 08:17:21;/v2/authorization -2025-04-20 08:17:22;/v2/catalog/product_id=thomasI_ice_blue -2025-04-20 08:17:22;/v2/products_media/product_id=69 -2025-04-20 08:21:41;/v2/authorization -2025-04-20 08:21:41;/v2/catalog/product_id=thomasI_ice_blue -2025-04-20 08:21:41;/v2/products_media/product_id=69 -2025-04-20 08:21:41;/v2/shopping_cart/ -2025-04-20 08:21:41;/v2/authorization -2025-04-20 08:21:48;/v2/authorization -2025-04-20 08:21:48;/v2/catalog/category=22 -2025-04-20 08:28:11;/v2/authorization -2025-04-20 08:28:11;/v2/catalog/category=22 -2025-04-20 08:28:20;/v2/authorization -2025-04-20 08:28:20;/v2/categories/ -2025-04-20 08:28:20;/v2/catalog/category=17 -2025-04-20 08:28:30;/v2/authorization -2025-04-20 08:28:30;/v2/categories/ -2025-04-20 08:28:30;/v2/catalog/category=17 -2025-04-20 08:28:33;/v2/authorization -2025-04-20 08:28:33;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:33;/v2/products_media/product_id=60 -2025-04-20 08:28:38;/v2/authorization -2025-04-20 08:28:38;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:38;/v2/products_media/product_id=60 -2025-04-20 08:28:43;/v2/authorization -2025-04-20 08:28:43;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:43;/v2/products_media/product_id=60 -2025-04-20 08:28:48;/v2/authorization -2025-04-20 08:28:48;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:48;/v2/products_media/product_id=60 -2025-04-20 08:28:48;/v2/authorization -2025-04-20 08:28:49;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:49;/v2/products_media/product_id=60 -2025-04-20 08:28:51;/v2/authorization -2025-04-20 08:28:52;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:52;/v2/products_media/product_id=60 -2025-04-20 08:28:58;/v2/authorization -2025-04-20 08:28:58;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 08:28:58;/v2/products_media/product_id=60 -2025-04-20 08:29:02;/v2/authorization -2025-04-20 08:29:02;/v2/catalog/category=22 -2025-04-20 08:29:32;/v2/authorization -2025-04-20 08:29:32;/v2/catalog/category=22 -2025-04-20 08:29:42;/v2/authorization -2025-04-20 08:29:42;/v2/catalog/category=22 -2025-04-20 08:32:02;/v2/authorization -2025-04-20 08:32:03;/v2/catalog/category=22 -2025-04-20 10:26:43;/v2/authorization -2025-04-20 10:29:15;/v2/authorization -2025-04-20 10:32:16;/v2/authorization -2025-04-20 10:32:19;/v2/authorization -2025-04-20 10:34:16;/v2/authorization -2025-04-20 10:34:18;/v2/authorization -2025-04-20 10:34:35;/v2/authorization -2025-04-20 10:37:10;/v2/authorization -2025-04-20 10:37:23;/v2/authorization -2025-04-20 10:37:23;/v2/categories/ -2025-04-20 10:37:23;/v2/catalog/category=17 -2025-04-20 10:37:25;/v2/authorization -2025-04-20 10:37:25;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 10:37:25;/v2/products_media/product_id=60 -2025-04-20 10:37:26;/v2/authorization -2025-04-20 10:37:26;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 10:37:26;/v2/products_media/product_id=60 -2025-04-20 10:37:26;/v2/shopping_cart/ -2025-04-20 10:37:26;/v2/authorization -2025-04-20 10:41:50;/v2/authorization -2025-04-20 10:43:21;/v2/authorization -2025-04-20 10:43:22;/v2/authorization -2025-04-20 10:44:31;/v2/authorization -2025-04-20 10:44:31;/v2/categories/ -2025-04-20 10:44:31;/v2/catalog/category=17 -2025-04-20 10:44:33;/v2/authorization -2025-04-20 10:44:33;/v2/catalog/product_id=thomasII_ice_blue -2025-04-20 10:44:33;/v2/products_media/product_id=61 -2025-04-20 10:44:34;/v2/authorization -2025-04-20 10:44:35;/v2/catalog/product_id=thomasII_ice_blue -2025-04-20 10:44:35;/v2/products_media/product_id=61 -2025-04-20 10:44:35;/v2/shopping_cart/ -2025-04-20 10:44:35;/v2/authorization -2025-04-20 10:44:49;/v2/authorization -2025-04-20 10:44:49;/v2/authorization -2025-04-20 10:44:49;/v2/authorization -2025-04-20 10:44:49;/v2/catalog/category=22 -2025-04-20 10:44:53;/v2/authorization -2025-04-20 10:44:53;/v2/catalog/category=22 -2025-04-20 10:48:54;/v2/authorization -2025-04-20 10:49:01;/v2/authorization -2025-04-20 10:49:01;/v2/authorization -2025-04-20 10:49:01;/v2/checkout/ -2025-04-20 10:49:01;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:52:18;/v2/authorization -2025-04-20 10:52:18;/v2/checkout/ -2025-04-20 10:52:18;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:52:37;/v2/authorization -2025-04-20 10:52:37;/v2/checkout/ -2025-04-20 10:52:37;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:53:19;/v2/authorization -2025-04-20 10:53:19;/v2/checkout/ -2025-04-20 10:53:19;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:54:49;/v2/authorization -2025-04-20 10:54:49;/v2/checkout/ -2025-04-20 10:54:49;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:54:50;/v2/authorization -2025-04-20 10:54:50;/v2/checkout/ -2025-04-20 10:54:50;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:54:53;/v2/authorization -2025-04-20 10:54:53;/v2/checkout/ -2025-04-20 10:54:53;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:58:49;/v2/authorization -2025-04-20 10:58:49;/v2/checkout/ -2025-04-20 10:58:49;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:58:50;/v2/authorization -2025-04-20 10:58:50;/v2/checkout/ -2025-04-20 10:58:50;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:58:54;/v2/authorization -2025-04-20 10:58:54;/v2/checkout/ -2025-04-20 10:58:54;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 10:59:37;/v2/authorization -2025-04-20 10:59:37;/v2/checkout/ -2025-04-20 10:59:37;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:00:26;/v2/authorization -2025-04-20 11:00:26;/v2/checkout/ -2025-04-20 11:00:26;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:00:30;/v2/authorization -2025-04-20 11:00:30;/v2/checkout/ -2025-04-20 11:00:30;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:01:29;/v2/authorization -2025-04-20 11:01:29;/v2/checkout/ -2025-04-20 11:01:29;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:01:58;/v2/authorization -2025-04-20 11:01:58;/v2/checkout/ -2025-04-20 11:01:58;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:02:28;/v2/authorization -2025-04-20 11:02:28;/v2/checkout/ -2025-04-20 11:02:28;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:04:14;/v2/authorization -2025-04-20 11:04:14;/v2/checkout/ -2025-04-20 11:04:14;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:04:27;/v2/authorization -2025-04-20 11:04:27;/v2/checkout/ -2025-04-20 11:04:27;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:08:05;/v2/authorization -2025-04-20 11:08:05;/v2/checkout/ -2025-04-20 11:08:05;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:09:43;/v2/authorization -2025-04-20 11:09:43;/v2/checkout/ -2025-04-20 11:09:43;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:12:11;/v2/authorization -2025-04-20 11:12:11;/v2/checkout/ -2025-04-20 11:12:11;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:12:34;/v2/authorization -2025-04-20 11:12:45;/v2/authorization -2025-04-20 11:12:45;/v2/authorization -2025-04-20 11:12:45;/v2/checkout/ -2025-04-20 11:12:45;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:13:44;/v2/authorization -2025-04-20 11:13:44;/v2/checkout/ -2025-04-20 11:13:44;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:14:13;/v2/authorization -2025-04-20 11:14:13;/v2/checkout/ -2025-04-20 11:14:13;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:14:17;/v2/authorization -2025-04-20 11:14:17;/v2/checkout/ -2025-04-20 11:14:17;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:14:22;/v2/authorization -2025-04-20 11:14:22;/v2/checkout/ -2025-04-20 11:14:22;/v2/shipping/list=methods&country=&price_total=1798.00&weight_total=0.00 -2025-04-20 11:17:24;/v2/authorization -2025-04-20 11:17:30;/v2/authorization -2025-04-20 11:22:58;/v2/authorization -2025-04-20 11:23:05;/v2/authorization -2025-04-20 11:23:05;/v2/catalog/category=22 -2025-04-20 11:25:12;/v2/authorization -2025-04-20 11:25:12;/v2/catalog/category=22 -2025-04-20 11:25:26;/v2/authorization -2025-04-20 11:25:26;/v2/catalog/category=22 -2025-04-20 11:26:00;/v2/authorization -2025-04-20 11:26:00;/v2/authorization -2025-04-20 11:26:00;/v2/catalog/category=22 -2025-04-20 11:26:06;/v2/authorization -2025-04-20 11:26:06;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 11:26:07;/v2/products_media/product_id=60 -2025-04-20 11:26:12;/v2/authorization -2025-04-20 11:26:12;/v2/categories/ -2025-04-20 11:26:12;/v2/catalog/category=17 -2025-04-20 11:26:21;/v2/authorization -2025-04-20 11:26:25;/v2/authorization -2025-04-20 11:26:25;/v2/categories/ -2025-04-20 11:26:25;/v2/catalog/category=17 -2025-04-20 11:26:38;/v2/authorization -2025-04-20 11:26:38;/v2/categories/ -2025-04-20 11:26:38;/v2/catalog/category=17 -2025-04-20 14:54:23;/v2/authorization -2025-04-20 14:54:23;/v2/categories/ -2025-04-20 14:54:23;/v2/catalog/category=17 -2025-04-20 15:28:10;/v2/authorization -2025-04-20 15:28:10;/v2/catalog/category=22 -2025-04-20 15:31:02;/v2/authorization -2025-04-20 15:31:02;/v2/catalog/category=22 -2025-04-20 15:31:38;/v2/authorization -2025-04-20 15:31:38;/v2/authorization -2025-04-20 15:31:38;/v2/authorization -2025-04-20 15:31:38;/v2/catalog/category=22 -2025-04-20 15:38:37;/v2/authorization -2025-04-20 15:38:37;/v2/catalog/category=22 -2025-04-20 15:38:39;/v2/authorization -2025-04-20 15:38:39;/v2/categories/ -2025-04-20 15:38:39;/v2/catalog/category=17 -2025-04-20 15:39:55;/v2/authorization -2025-04-20 15:39:55;/v2/authorization -2025-04-20 15:39:55;/v2/authorization -2025-04-20 15:39:55;/v2/catalog/category=22 -2025-04-20 15:41:34;/v2/authorization -2025-04-20 15:42:56;/v2/authorization -2025-04-20 15:46:31;/v2/authorization -2025-04-20 15:54:39;/v2/authorization -2025-04-20 15:55:15;/v2/authorization -2025-04-20 15:58:01;/v2/authorization -2025-04-20 15:58:01;/v2/catalog/category=22 -2025-04-20 15:58:15;/v2/authorization -2025-04-20 15:58:15;/v2/categories/ -2025-04-20 15:58:16;/v2/catalog/category=17 -2025-04-20 15:58:17;/v2/authorization -2025-04-20 15:58:17;/v2/catalog/product_id=thomasII_navy_blue -2025-04-20 15:58:17;/v2/products_media/product_id=60 -2025-04-20 15:58:26;/v2/authorization -2025-04-20 15:58:29;/v2/authorization -2025-04-20 15:58:29;/v2/categories/ -2025-04-20 15:58:29;/v2/catalog/category=17 -2025-04-20 15:58:35;/v2/authorization -2025-04-20 15:58:37;/v2/authorization -2025-04-20 15:58:37;/v2/categories/ -2025-04-20 15:58:37;/v2/catalog/category=17 -2025-04-20 15:58:38;/v2/authorization -2025-04-20 16:10:49;/v2/authorization -2025-04-20 16:17:07;/v2/authorization -2025-04-20 16:17:24;/v2/authorization -2025-04-20 16:17:40;/v2/authorization -2025-04-20 16:19:21;/v2/authorization -2025-04-20 16:20:34;/v2/authorization -2025-04-20 16:20:46;/v2/authorization -2025-04-20 16:20:53;/v2/authorization -2025-04-20 16:20:53;/v2/catalog/category=22 -2025-04-20 16:27:45;/v2/authorization -2025-04-20 16:27:46;/v2/catalog/category=22 -2025-04-20 16:27:59;/v2/authorization -2025-04-20 16:27:59;/v2/categories/ -2025-04-20 16:27:59;/v2/catalog/category=17 -2025-04-20 16:28:09;/v2/authorization -2025-04-20 16:28:09;/v2/catalog/product_id=thomasI_racing_green -2025-04-20 16:28:09;/v2/products_media/product_id=70 -2025-04-20 16:28:27;/v2/authorization -2025-04-20 16:28:27;/v2/catalog/product_id=thomasI_racing_green -2025-04-20 16:28:27;/v2/products_media/product_id=70 -2025-04-20 16:28:27;/v2/shopping_cart/ -2025-04-20 16:28:28;/v2/authorization -2025-04-20 16:28:32;/v2/authorization -2025-04-20 16:28:32;/v2/authorization -2025-04-20 16:28:32;/v2/checkout/ -2025-04-20 16:28:32;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-20 17:31:52;/v2/authorization -2025-04-20 17:31:52;/v2/catalog/category=22 -2025-04-21 08:12:17;/v2/authorization -2025-04-21 08:12:17;/v2/catalog/category=22 -2025-04-21 08:52:59;/v2/authorization -2025-04-21 08:52:59;/v2/catalog/category=22 -2025-04-21 08:53:01;/v2/authorization -2025-04-21 08:53:01;/v2/catalog/category=22 -2025-04-21 10:16:10;/v2/authorization -2025-04-21 10:16:10;/v2/catalog/category=22 -2025-04-21 14:29:11;/v2/authorization -2025-04-22 12:38:13;/v2/authorization -2025-04-22 12:38:13;/v2/catalog/category=22 -2025-04-22 12:39:23;/v2/authorization -2025-04-22 12:39:23;/v2/categories/ -2025-04-22 12:39:24;/v2/catalog/category=17 -2025-04-22 12:39:25;/v2/authorization -2025-04-22 12:39:25;/v2/catalog/product_id=thomasI_navy_blue -2025-04-22 12:39:25;/v2/products_media/product_id=57 -2025-04-22 12:39:31;/v2/authorization -2025-04-22 12:39:31;/v2/catalog/product_id=thomasI_navy_blue -2025-04-22 12:39:31;/v2/products_media/product_id=57 -2025-04-22 12:39:31;/v2/shopping_cart/ -2025-04-22 12:39:31;/v2/authorization -2025-04-22 12:39:45;/v2/authorization -2025-04-22 12:39:45;/v2/authorization -2025-04-22 12:39:45;/v2/checkout/ -2025-04-22 12:39:45;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 12:41:27;/v2/authorization -2025-04-22 12:41:27;/v2/checkout/ -2025-04-22 12:41:27;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 12:41:32;/v2/authorization -2025-04-22 12:41:32;/v2/checkout/ -2025-04-22 12:41:32;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 12:41:49;/v2/authorization -2025-04-22 12:42:54;/v2/authorization -2025-04-22 12:42:54;/v2/categories/ -2025-04-22 12:42:54;/v2/catalog/category=17 -2025-04-22 12:42:58;/v2/authorization -2025-04-22 12:58:05;/v2/authorization -2025-04-22 12:58:12;/v2/authorization -2025-04-22 12:58:14;/v2/authorization -2025-04-22 13:00:12;/v2/authorization -2025-04-22 13:00:38;/v2/authorization -2025-04-22 13:00:41;/v2/authorization -2025-04-22 13:00:41;/v2/categories/ -2025-04-22 13:00:41;/v2/catalog/category=17 -2025-04-22 13:00:44;/v2/authorization -2025-04-22 13:00:45;/v2/authorization -2025-04-22 13:00:45;/v2/catalog/category=22 -2025-04-22 13:00:47;/v2/authorization -2025-04-22 13:00:50;/v2/authorization -2025-04-22 13:00:59;/v2/authorization -2025-04-22 13:00:59;/v2/categories/ -2025-04-22 13:00:59;/v2/catalog/category=17 -2025-04-22 13:01:00;/v2/authorization -2025-04-22 13:01:00;/v2/catalog/category=22 -2025-04-22 13:05:15;/v2/authorization -2025-04-22 13:05:19;/v2/authorization -2025-04-22 13:06:39;/v2/authorization -2025-04-22 13:06:52;/v2/authorization -2025-04-22 13:07:49;/v2/authorization -2025-04-22 13:07:49;/v2/catalog/category=22 -2025-04-22 13:07:51;/v2/authorization -2025-04-22 13:08:44;/v2/authorization -2025-04-22 13:08:46;/v2/authorization -2025-04-22 13:09:41;/v2/authorization -2025-04-22 13:09:50;/v2/authorization -2025-04-22 13:09:50;/v2/catalog/category=22 -2025-04-22 13:09:52;/v2/authorization -2025-04-22 13:09:52;/v2/categories/ -2025-04-22 13:09:52;/v2/catalog/category=17 -2025-04-22 13:09:53;/v2/authorization -2025-04-22 13:09:58;/v2/authorization -2025-04-22 13:10:50;/v2/authorization -2025-04-22 13:12:45;/v2/authorization -2025-04-22 13:12:46;/v2/authorization -2025-04-22 13:12:46;/v2/authorization -2025-04-22 13:12:46;/v2/checkout/ -2025-04-22 13:12:46;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:13:09;/v2/authorization -2025-04-22 13:14:09;/v2/authorization -2025-04-22 13:14:09;/v2/categories/ -2025-04-22 13:14:09;/v2/catalog/category=17 -2025-04-22 13:14:11;/v2/authorization -2025-04-22 13:14:11;/v2/catalog/product_id=thomasII_navy_blue -2025-04-22 13:14:11;/v2/products_media/product_id=60 -2025-04-22 13:14:16;/v2/authorization -2025-04-22 13:14:17;/v2/categories/ -2025-04-22 13:14:17;/v2/catalog/category=17 -2025-04-22 13:14:18;/v2/authorization -2025-04-22 13:14:22;/v2/authorization -2025-04-22 13:14:38;/v2/authorization -2025-04-22 13:14:38;/v2/identity/ -2025-04-22 13:14:38;/v2/authorization -2025-04-22 13:14:38;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:14:38;/v2/checkout/ -2025-04-22 13:14:38;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:14:43;/v2/authorization -2025-04-22 13:14:43;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:14:43;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:15:50;/v2/authorization -2025-04-22 13:15:50;/v2/authorization -2025-04-22 13:15:50;/v2/catalog/category=22 -2025-04-22 13:15:51;/v2/authorization -2025-04-22 13:16:56;/v2/authorization -2025-04-22 13:16:59;/v2/authorization -2025-04-22 13:17:09;/v2/authorization -2025-04-22 13:17:09;/v2/identity/ -2025-04-22 13:17:09;/v2/authorization -2025-04-22 13:17:09;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:17:09;/v2/checkout/ -2025-04-22 13:17:09;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:17:12;/v2/authorization -2025-04-22 13:17:12;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:17:12;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:17:29;/v2/authorization -2025-04-22 13:17:29;/v2/catalog/category=22 -2025-04-22 13:17:33;/v2/authorization -2025-04-22 13:17:33;/v2/catalog/product_id=thomasII_racing_green -2025-04-22 13:17:33;/v2/products_media/product_id=62 -2025-04-22 13:17:37;/v2/authorization -2025-04-22 13:17:39;/v2/authorization -2025-04-22 13:17:44;/v2/authorization -2025-04-22 13:17:44;/v2/authorization -2025-04-22 13:17:44;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:17:44;/v2/checkout/ -2025-04-22 13:17:44;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:17:48;/v2/authorization -2025-04-22 13:17:48;/v2/categories/ -2025-04-22 13:17:49;/v2/catalog/category=17 -2025-04-22 13:17:53;/v2/authorization -2025-04-22 13:17:53;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:17:53;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:18:10;/v2/authorization -2025-04-22 13:18:10;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:18:10;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:18:30;/v2/authorization -2025-04-22 13:18:30;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:18:30;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:02;/v2/authorization -2025-04-22 13:19:02;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:02;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:05;/v2/authorization -2025-04-22 13:19:05;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:05;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:11;/v2/authorization -2025-04-22 13:19:11;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:11;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:14;/v2/authorization -2025-04-22 13:19:14;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:14;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:17;/v2/authorization -2025-04-22 13:19:18;/v2/authorization -2025-04-22 13:19:18;/v2/authorization -2025-04-22 13:19:18;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:18;/v2/checkout/ -2025-04-22 13:19:18;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:19:28;/v2/authorization -2025-04-22 13:19:28;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:30;/v2/authorization -2025-04-22 13:19:30;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:30;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:19:33;/v2/authorization -2025-04-22 13:19:33;/v2/authorization -2025-04-22 13:19:34;/v2/catalog/category=22 -2025-04-22 13:19:37;/v2/authorization -2025-04-22 13:21:18;/v2/authorization -2025-04-22 13:21:25;/v2/authorization -2025-04-22 13:21:25;/v2/identity/ -2025-04-22 13:21:25;/v2/authorization -2025-04-22 13:21:25;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:21:25;/v2/checkout/ -2025-04-22 13:21:25;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:21:33;/v2/authorization -2025-04-22 13:21:33;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:21:33;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:21:37;/v2/authorization -2025-04-22 13:21:37;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:21:37;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:21:49;/v2/authorization -2025-04-22 13:21:49;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:21:49;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:23:32;/v2/authorization -2025-04-22 13:23:32;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:23:32;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:23:35;/v2/authorization -2025-04-22 13:23:35;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:23:35;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:23:38;/v2/authorization -2025-04-22 13:23:39;/v2/authorization -2025-04-22 13:23:39;/v2/catalog/category=22 -2025-04-22 13:23:40;/v2/authorization -2025-04-22 13:29:48;/v2/authorization -2025-04-22 13:32:53;/v2/authorization -2025-04-22 13:32:53;/v2/identity/ -2025-04-22 13:32:53;/v2/authorization -2025-04-22 13:32:53;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:32:53;/v2/checkout/ -2025-04-22 13:32:53;/v2/shipping/list=methods&country=&price_total=699.00&weight_total=0.00 -2025-04-22 13:32:55;/v2/authorization -2025-04-22 13:32:56;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:32:56;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:07;/v2/authorization -2025-04-22 13:33:07;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:07;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:13;/v2/authorization -2025-04-22 13:33:13;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:13;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:13;/v2/identity/ -2025-04-22 13:33:13;/v2/authorization -2025-04-22 13:33:13;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:13;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 13:33:24;/v2/authorization -2025-04-22 13:33:24;/v2/catalog/category=22 -2025-04-22 15:13:02;/v2/authorization -2025-04-22 15:13:09;/v2/authorization -2025-04-22 15:13:09;/v2/identity/ -2025-04-22 15:13:09;/v2/authorization -2025-04-22 15:13:09;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 15:13:09;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-22 15:13:17;/v2/authorization -2025-04-22 15:13:17;/v2/authorization -2025-04-22 15:13:17;/v2/catalog/category=22 -2025-04-22 15:13:19;/v2/authorization -2025-04-22 15:14:27;/v2/authorization -2025-04-22 15:14:29;/v2/authorization -2025-04-22 15:14:38;/v2/authorization -2025-04-22 15:15:02;/v2/authorization -2025-04-22 15:15:36;/v2/authorization -2025-04-22 15:16:20;/v2/authorization -2025-04-22 15:18:54;/v2/authorization -2025-04-22 15:18:56;/v2/authorization -2025-04-22 15:19:02;/v2/authorization -2025-04-22 15:19:02;/v2/categories/ -2025-04-22 15:19:02;/v2/catalog/category=17 -2025-04-22 15:19:06;/v2/authorization -2025-04-22 15:19:06;/v2/catalog/product_id=thomasII_racing_green -2025-04-22 15:19:07;/v2/products_media/product_id=62 -2025-04-22 15:19:55;/v2/authorization -2025-04-22 15:19:58;/v2/authorization -2025-04-22 15:20:03;/v2/authorization -2025-04-22 15:20:09;/v2/authorization -2025-04-22 15:20:12;/v2/authorization -2025-04-22 15:20:13;/v2/catalog/category=22 -2025-04-22 15:20:35;/v2/authorization -2025-04-22 15:20:35;/v2/categories/ -2025-04-22 15:20:36;/v2/catalog/category=17 -2025-04-22 15:20:38;/v2/authorization -2025-04-22 15:20:44;/v2/authorization -2025-04-22 15:20:44;/v2/catalog/category=22 -2025-04-22 15:37:23;/v2/authorization -2025-04-22 15:37:30;/v2/authorization -2025-04-22 15:37:30;/v2/authorization -2025-04-22 15:37:30;/v2/catalog/category=22 -2025-04-22 15:37:33;/v2/authorization -2025-04-22 15:40:55;/v2/authorization -2025-04-22 15:41:04;/v2/authorization -2025-04-22 15:41:04;/v2/catalog/category=22 -2025-04-22 17:00:19;/v2/authorization -2025-04-22 17:00:19;/v2/catalog/category=22 -2025-04-22 17:00:58;/v2/authorization -2025-04-22 17:00:58;/v2/catalog/category=21 -2025-04-22 17:00:58;/v2/catalog/category=22 -2025-04-22 17:09:24;/v2/authorization -2025-04-22 17:09:24;/v2/catalog/category=22 -2025-04-22 17:09:55;/v2/authorization -2025-04-22 17:09:55;/v2/catalog/category=22 -2025-04-22 17:10:21;/v2/authorization -2025-04-22 17:10:21;/v2/catalog/category=22 -2025-04-22 18:02:09;/v2/authorization -2025-04-22 18:02:09;/v2/catalog/category=22 -2025-04-22 22:03:54;/v2/authorization -2025-04-22 22:03:54;/v2/catalog/category=22 -2025-04-22 22:03:58;/v2/authorization -2025-04-22 22:03:58;/v2/categories/ -2025-04-22 22:03:59;/v2/catalog/category=17 -2025-04-22 22:04:07;/v2/authorization -2025-04-22 22:04:07;/v2/catalog/product_id=thomasII_graphite -2025-04-22 22:04:07;/v2/products_media/product_id=64 -2025-04-22 22:04:11;/v2/authorization -2025-04-22 22:04:11;/v2/catalog/product_id=thomasII_graphite -2025-04-22 22:04:11;/v2/products_media/product_id=64 -2025-04-22 22:04:11;/v2/shopping_cart/ -2025-04-22 22:04:11;/v2/authorization -2025-04-22 22:04:15;/v2/authorization -2025-04-22 22:04:15;/v2/authorization -2025-04-22 22:04:15;/v2/checkout/ -2025-04-22 22:04:15;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-22 22:04:25;/v2/authorization -2025-04-22 22:04:25;/v2/checkout/ -2025-04-22 22:04:25;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-22 22:04:41;/v2/authorization -2025-04-22 22:04:48;/v2/authorization -2025-04-22 22:04:56;/v2/authorization -2025-04-22 22:04:57;/v2/catalog/category=22 -2025-04-22 22:04:58;/v2/authorization -2025-04-22 22:04:58;/v2/catalog/category=22 -2025-04-22 22:05:30;/v2/authorization -2025-04-22 22:05:32;/v2/authorization -2025-04-22 22:05:32;/v2/catalog/category=22 -2025-04-23 09:44:06;/v2/authorization -2025-04-23 09:44:06;/v2/catalog/category=22 -2025-04-23 09:44:09;/v2/authorization -2025-04-23 09:44:32;/v2/authorization -2025-04-23 09:44:32;/v2/identity/ -2025-04-23 09:44:32;/v2/authorization -2025-04-23 09:44:32;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 09:44:32;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 09:46:13;/v2/authorization -2025-04-23 09:46:14;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 09:46:14;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 09:46:15;/v2/authorization -2025-04-23 09:46:15;/v2/catalog/category=22 -2025-04-23 09:46:31;/v2/authorization -2025-04-23 09:46:31;/v2/authorization -2025-04-23 09:46:31;/v2/catalog/category=22 -2025-04-23 09:46:44;/v2/authorization -2025-04-23 09:46:44;/v2/authorization -2025-04-23 09:46:45;/v2/catalog/category=22 -2025-04-23 09:46:48;/v2/authorization -2025-04-23 09:46:49;/v2/authorization -2025-04-23 09:46:49;/v2/catalog/category=22 -2025-04-23 09:46:52;/v2/authorization -2025-04-23 09:46:52;/v2/authorization -2025-04-23 09:46:52;/v2/catalog/category=22 -2025-04-23 09:52:59;/v2/authorization -2025-04-23 09:52:59;/v2/categories/ -2025-04-23 09:52:59;/v2/catalog/category=17 -2025-04-23 09:53:05;/v2/authorization -2025-04-23 09:53:05;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 09:53:05;/v2/products_media/product_id=57 -2025-04-23 10:13:21;/v2/authorization -2025-04-23 10:13:23;/v2/authorization -2025-04-23 10:13:23;/v2/identity/ -2025-04-23 10:13:23;/v2/authorization -2025-04-23 10:13:23;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 10:13:24;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 10:13:27;/v2/authorization -2025-04-23 10:13:28;/v2/authorization -2025-04-23 10:13:28;/v2/catalog/category=22 -2025-04-23 10:13:49;/v2/authorization -2025-04-23 10:13:49;/v2/catalog/category=22 -2025-04-23 10:13:51;/v2/authorization -2025-04-23 10:13:51;/v2/categories/ -2025-04-23 10:13:51;/v2/catalog/category=17 -2025-04-23 10:13:59;/v2/authorization -2025-04-23 10:13:59;/v2/authorization -2025-04-23 10:13:59;/v2/catalog/category=22 -2025-04-23 10:14:04;/v2/authorization -2025-04-23 10:14:04;/v2/categories/ -2025-04-23 10:14:05;/v2/catalog/category=17 -2025-04-23 10:14:07;/v2/authorization -2025-04-23 10:14:07;/v2/catalog/product_id=thomasII_dolphin_gray -2025-04-23 10:14:07;/v2/products_media/product_id=63 -2025-04-23 10:14:23;/v2/authorization -2025-04-23 10:14:23;/v2/catalog/product_id=thomasII_dolphin_gray -2025-04-23 10:14:23;/v2/products_media/product_id=63 -2025-04-23 10:14:23;/v2/shopping_cart/ -2025-04-23 10:14:23;/v2/authorization -2025-04-23 10:14:31;/v2/authorization -2025-04-23 10:14:31;/v2/authorization -2025-04-23 10:14:31;/v2/checkout/ -2025-04-23 10:14:31;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-23 10:14:56;/v2/authorization -2025-04-23 10:15:45;/v2/authorization -2025-04-23 10:15:45;/v2/catalog/category=22 -2025-04-23 10:15:52;/v2/authorization -2025-04-23 10:15:52;/v2/authorization -2025-04-23 10:15:53;/v2/catalog/category=22 -2025-04-23 10:15:54;/v2/authorization -2025-04-23 10:15:54;/v2/categories/ -2025-04-23 10:15:54;/v2/catalog/category=17 -2025-04-23 10:15:55;/v2/authorization -2025-04-23 10:15:55;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 10:15:55;/v2/products_media/product_id=57 -2025-04-23 10:16:59;/v2/authorization -2025-04-23 10:16:59;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 10:16:59;/v2/products_media/product_id=57 -2025-04-23 10:29:33;/v2/authorization -2025-04-23 10:29:33;/v2/catalog/category=22 -2025-04-23 10:29:35;/v2/authorization -2025-04-23 10:29:37;/v2/authorization -2025-04-23 10:29:37;/v2/identity/ -2025-04-23 10:29:37;/v2/authorization -2025-04-23 10:29:37;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 10:29:37;/v2/checkout/ -2025-04-23 10:29:37;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-23 10:29:54;/v2/authorization -2025-04-23 10:29:54;/v2/categories/ -2025-04-23 10:29:54;/v2/catalog/category=17 -2025-04-23 10:29:56;/v2/authorization -2025-04-23 10:29:56;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 10:29:56;/v2/products_media/product_id=57 -2025-04-23 10:30:01;/v2/authorization -2025-04-23 10:30:01;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 10:30:01;/v2/products_media/product_id=57 -2025-04-23 10:30:28;/v2/authorization -2025-04-23 10:30:28;/v2/authorization -2025-04-23 10:30:28;/v2/catalog/category=22 -2025-04-23 10:30:31;/v2/authorization -2025-04-23 10:30:31;/v2/catalog/product_id=thomasII_racing_green -2025-04-23 10:30:31;/v2/products_media/product_id=62 -2025-04-23 10:31:22;/v2/authorization -2025-04-23 10:31:23;/v2/authorization -2025-04-23 10:31:23;/v2/catalog/category=22 -2025-04-23 11:12:29;/v2/authorization -2025-04-23 11:12:29;/v2/catalog/category=22 -2025-04-23 12:13:00;/v2/authorization -2025-04-23 12:13:00;/v2/catalog/category=22 -2025-04-23 12:13:02;/v2/authorization -2025-04-23 12:13:04;/v2/authorization -2025-04-23 12:13:04;/v2/identity/ -2025-04-23 12:13:04;/v2/authorization -2025-04-23 12:13:04;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 12:13:04;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 12:13:26;/v2/authorization -2025-04-23 12:13:26;/v2/categories/ -2025-04-23 12:13:26;/v2/catalog/category=17 -2025-04-23 12:13:28;/v2/authorization -2025-04-23 12:13:28;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 12:13:28;/v2/products_media/product_id=57 -2025-04-23 12:13:48;/v2/authorization -2025-04-23 12:13:48;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 12:13:48;/v2/products_media/product_id=57 -2025-04-23 12:13:51;/v2/authorization -2025-04-23 12:13:51;/v2/catalog/product_id=thomasI_navy_blue -2025-04-23 12:13:51;/v2/products_media/product_id=57 -2025-04-23 12:18:01;/v2/authorization -2025-04-23 12:18:02;/v2/catalog/category=22 -2025-04-23 12:18:05;/v2/authorization -2025-04-23 12:18:06;/v2/authorization -2025-04-23 12:18:06;/v2/catalog/category=22 -2025-04-23 12:21:13;/v2/authorization -2025-04-23 12:21:13;/v2/catalog/category=22 -2025-04-23 12:21:22;/v2/authorization -2025-04-23 12:21:22;/v2/authorization -2025-04-23 12:21:22;/v2/catalog/category=22 -2025-04-23 12:21:27;/v2/authorization -2025-04-23 12:21:27;/v2/catalog/category=22 -2025-04-23 12:30:09;/v2/authorization -2025-04-23 12:30:09;/v2/catalog/category=22 -2025-04-23 12:30:15;/v2/authorization -2025-04-23 12:30:15;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 12:30:15;/v2/products_media/product_id=61 -2025-04-23 12:30:19;/v2/authorization -2025-04-23 12:30:19;/v2/catalog/category=22 -2025-04-23 12:32:28;/v2/authorization -2025-04-23 12:32:28;/v2/authorization -2025-04-23 12:32:28;/v2/catalog/category=22 -2025-04-23 12:40:08;/v2/authorization -2025-04-23 12:40:08;/v2/catalog/category=22 -2025-04-23 12:40:14;/v2/authorization -2025-04-23 12:40:14;/v2/authorization -2025-04-23 12:40:14;/v2/catalog/category=22 -2025-04-23 12:41:39;/v2/authorization -2025-04-23 12:41:39;/v2/catalog/category=22 -2025-04-23 12:44:36;/v2/authorization -2025-04-23 12:44:36;/v2/catalog/category=22 -2025-04-23 12:44:46;/v2/authorization -2025-04-23 12:44:47;/v2/authorization -2025-04-23 12:44:47;/v2/catalog/category=22 -2025-04-23 15:09:01;/v2/authorization -2025-04-23 15:09:01;/v2/catalog/category=22 -2025-04-23 15:09:06;/v2/authorization -2025-04-23 15:09:06;/v2/authorization -2025-04-23 15:09:06;/v2/catalog/category=22 -2025-04-23 15:09:14;/v2/authorization -2025-04-23 15:09:22;/v2/authorization -2025-04-23 15:09:23;/v2/catalog/category=22 -2025-04-23 15:09:27;/v2/authorization -2025-04-23 15:09:27;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 15:09:27;/v2/products_media/product_id=61 -2025-04-23 15:09:33;/v2/authorization -2025-04-23 15:09:33;/v2/catalog/category=22 -2025-04-23 15:09:36;/v2/authorization -2025-04-23 15:09:36;/v2/categories/ -2025-04-23 15:09:36;/v2/catalog/category=17 -2025-04-23 15:09:45;/v2/authorization -2025-04-23 15:09:45;/v2/catalog/product_id=thomasII_dolphin_gray -2025-04-23 15:09:45;/v2/products_media/product_id=63 -2025-04-23 15:09:54;/v2/authorization -2025-04-23 15:09:54;/v2/catalog/category=22 -2025-04-23 15:10:38;/v2/authorization -2025-04-23 15:10:38;/v2/catalog/category=22 -2025-04-23 15:11:58;/v2/authorization -2025-04-23 15:11:58;/v2/catalog/category=22 -2025-04-23 15:12:14;/v2/authorization -2025-04-23 15:12:21;/v2/authorization -2025-04-23 15:12:21;/v2/categories/ -2025-04-23 15:12:21;/v2/catalog/category=17 -2025-04-23 15:12:26;/v2/authorization -2025-04-23 15:12:26;/v2/catalog/product_id=thomasII_graphite -2025-04-23 15:12:27;/v2/products_media/product_id=64 -2025-04-23 15:12:40;/v2/authorization -2025-04-23 15:12:40;/v2/catalog/product_id=thomasII_graphite -2025-04-23 15:12:40;/v2/products_media/product_id=64 -2025-04-23 15:12:41;/v2/shopping_cart/ -2025-04-23 15:12:41;/v2/authorization -2025-04-23 15:12:44;/v2/authorization -2025-04-23 15:12:45;/v2/authorization -2025-04-23 15:12:45;/v2/checkout/ -2025-04-23 15:12:45;/v2/shipping/list=methods&country=&price_total=899.00&weight_total=0.00 -2025-04-23 16:13:38;/v2/authorization -2025-04-23 16:13:40;/v2/authorization -2025-04-23 16:13:40;/v2/identity/ -2025-04-23 16:13:40;/v2/authorization -2025-04-23 16:13:40;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 16:13:40;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 16:13:41;/v2/authorization -2025-04-23 16:13:41;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 16:13:41;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-04-23 16:22:18;/v2/authorization -2025-04-23 16:22:18;/v2/authorization -2025-04-23 16:22:19;/v2/catalog/category=22 -2025-04-23 16:22:45;/v2/authorization -2025-04-23 16:22:46;/v2/authorization -2025-04-23 16:22:46;/v2/catalog/category=22 -2025-04-23 16:22:51;/v2/authorization -2025-04-23 16:22:51;/v2/catalog/product_id=thomasII_racing_green -2025-04-23 16:22:51;/v2/products_media/product_id=62 -2025-04-23 19:27:03;/v2/authorization -2025-04-23 19:27:03;/v2/catalog/category=22 -2025-04-23 19:27:08;/v2/authorization -2025-04-23 19:27:08;/v2/authorization -2025-04-23 19:27:08;/v2/catalog/category=22 -2025-04-23 19:27:39;/v2/authorization -2025-04-23 19:27:39;/v2/catalog/category=22 -2025-04-23 19:27:43;/v2/authorization -2025-04-23 19:27:43;/v2/authorization -2025-04-23 19:27:43;/v2/catalog/category=22 -2025-04-23 19:28:35;/v2/authorization -2025-04-23 19:28:35;/v2/categories/ -2025-04-23 19:28:35;/v2/catalog/category=17 -2025-04-23 19:28:37;/v2/authorization -2025-04-23 19:28:37;/v2/authorization -2025-04-23 19:28:37;/v2/catalog/category=22 -2025-04-23 19:29:02;/v2/authorization -2025-04-23 19:29:02;/v2/categories/ -2025-04-23 19:29:02;/v2/catalog/category=17 -2025-04-23 19:29:12;/v2/authorization -2025-04-23 19:29:12;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 19:29:12;/v2/products_media/product_id=61 -2025-04-23 19:29:23;/v2/authorization -2025-04-23 19:29:23;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 19:29:23;/v2/products_media/product_id=61 -2025-04-23 19:29:36;/v2/authorization -2025-04-23 19:29:36;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 19:29:36;/v2/products_media/product_id=61 -2025-04-23 19:29:39;/v2/authorization -2025-04-23 19:29:39;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 19:29:39;/v2/products_media/product_id=61 -2025-04-23 19:29:48;/v2/authorization -2025-04-23 19:29:48;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 19:29:48;/v2/products_media/product_id=61 -2025-04-23 19:30:06;/v2/authorization -2025-04-23 19:30:07;/v2/catalog/product_id=thomasII_ice_blue -2025-04-23 19:30:07;/v2/products_media/product_id=61 -2025-04-23 19:30:15;/v2/authorization -2025-04-23 19:30:15;/v2/catalog/category=22 -2025-04-24 14:09:21;/v2/authorization -2025-04-24 14:09:21;/v2/authorization -2025-04-24 14:09:21;/v2/catalog/category=22 -2025-04-25 10:25:03;/v2/authorization -2025-04-25 10:25:04;/v2/catalog/category=22 -2025-04-25 10:34:17;/v2/authorization -2025-04-25 10:34:17;/v2/catalog/category=22 -2025-04-25 10:34:22;/v2/authorization -2025-04-25 10:34:22;/v2/authorization -2025-04-25 10:34:23;/v2/catalog/category=22 -2025-04-27 14:16:44;/v2/authorization -2025-04-27 14:16:44;/v2/catalog/category=22 -2025-04-30 11:31:18;/v2/authorization -2025-04-30 11:31:18;/v2/catalog/category=22 diff --git a/log/log_05.txt b/log/log_05.txt deleted file mode 100644 index efaf1fa..0000000 --- a/log/log_05.txt +++ /dev/null @@ -1,247 +0,0 @@ -2025-05-01 13:26:30;/v2/authorization -2025-05-01 13:26:30;/v2/catalog/category=22 -2025-05-01 13:27:06;/v2/authorization -2025-05-01 13:27:07;/v2/authorization -2025-05-01 13:27:07;/v2/catalog/category=22 -2025-05-01 17:33:32;/v2/authorization -2025-05-01 17:33:32;/v2/catalog/category=22 -2025-05-01 21:17:53;/v2/authorization -2025-05-01 21:17:53;/v2/catalog/category=22 -2025-05-04 09:58:52;/v2/authorization -2025-05-04 09:58:52;/v2/catalog/category=22 -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/catalog/category=22 -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:17;/v2/catalog/category=22 -2025-05-04 10:04:17;/v2/authorization -2025-05-04 10:04:18;/v2/catalog/category=22 -2025-05-04 10:04:18;/v2/authorization -2025-05-04 10:04:18;/v2/catalog/category=22 -2025-05-04 10:04:18;/v2/authorization -2025-05-04 10:04:18;/v2/catalog/category=22 -2025-05-07 15:11:15;/v2/authorization -2025-05-07 15:11:15;/v2/catalog/category=22 -2025-05-07 15:12:33;/v2/authorization -2025-05-07 15:12:33;/v2/catalog/category=22 -2025-05-08 19:41:48;/v2/authorization -2025-05-08 19:41:48;/v2/catalog/category=22 -2025-05-08 19:42:02;/v2/authorization -2025-05-08 19:42:02;/v2/authorization -2025-05-08 19:42:02;/v2/catalog/category=22 -2025-05-08 19:42:10;/v2/authorization -2025-05-08 19:42:10;/v2/categories/ -2025-05-08 19:42:10;/v2/catalog/category=17 -2025-05-08 19:42:24;/v2/authorization -2025-05-08 19:42:28;/v2/authorization -2025-05-08 19:42:28;/v2/identity/ -2025-05-08 19:42:28;/v2/authorization -2025-05-08 19:42:28;/v2/transactions_items/account_id=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-05-08 19:42:28;/v2/identity/userkey=d808773e1ba5292d7c640d04ed04c1fbc32cce74a83d334061 -2025-05-08 19:42:55;/v2/authorization -2025-05-08 19:42:56;/v2/catalog/category=22 -2025-05-08 19:43:08;/v2/authorization -2025-05-08 19:43:08;/v2/categories/ -2025-05-08 19:43:09;/v2/catalog/category=17 -2025-05-08 19:43:14;/v2/authorization -2025-05-08 19:43:14;/v2/catalog/category=22 -2025-05-08 19:43:19;/v2/authorization -2025-05-08 19:43:19;/v2/catalog/category=22 -2025-05-08 19:43:27;/v2/authorization -2025-05-08 19:43:27;/v2/categories/ -2025-05-08 19:43:27;/v2/catalog/category=17 -2025-05-08 19:45:41;/v2/authorization -2025-05-08 19:45:46;/v2/authorization -2025-05-08 19:45:46;/v2/categories/ -2025-05-08 19:45:46;/v2/catalog/category=17 -2025-05-08 19:45:47;/v2/authorization -2025-05-08 19:45:47;/v2/catalog/category=22 -2025-05-08 19:54:20;/v2/authorization -2025-05-08 19:54:21;/v2/catalog/category=22 -2025-05-09 11:12:58;/v2/authorization -2025-05-09 11:12:58;/v2/catalog/category=22 -2025-05-09 11:13:01;/v2/authorization -2025-05-09 11:13:01;/v2/catalog/category=22 -2025-05-09 11:14:06;/v2/authorization -2025-05-09 11:14:07;/v2/catalog/category=22 -2025-05-09 11:14:42;/v2/authorization -2025-05-09 11:14:42;/v2/authorization -2025-05-09 11:14:42;/v2/catalog/category=22 -2025-05-09 11:14:42;/v2/catalog/category=22 -2025-05-09 11:45:34;/v2/authorization -2025-05-09 11:45:34;/v2/catalog/category=22 -2025-05-09 11:45:39;/v2/authorization -2025-05-09 11:45:39;/v2/catalog/category=22 -2025-05-09 11:45:48;/v2/authorization -2025-05-09 11:45:48;/v2/catalog/category=22 -2025-05-09 11:45:49;/v2/authorization -2025-05-09 12:56:57;/v2/authorization -2025-05-09 12:56:57;/v2/catalog/category=22 -2025-05-09 13:08:28;/v2/authorization -2025-05-09 13:08:29;/v2/catalog/category=22 -2025-05-09 13:44:52;/v2/authorization -2025-05-09 13:44:52;/v2/catalog/category=22 -2025-05-09 13:44:55;/v2/authorization -2025-05-09 13:44:56;/v2/authorization -2025-05-09 13:44:56;/v2/catalog/category=22 -2025-05-09 15:15:07;/v2/authorization -2025-05-09 15:15:07;/v2/catalog/category=22 -2025-05-09 21:10:30;/v2/authorization -2025-05-09 21:10:30;/v2/catalog/category=22 -2025-05-10 20:03:56;/v2/authorization -2025-05-10 20:03:56;/v2/catalog/category=22 -2025-05-10 20:03:57;/v2/authorization -2025-05-10 20:03:57;/v2/catalog/category=22 -2025-05-11 03:21:55;/v2/authorization -2025-05-11 03:21:55;/v2/catalog/category=22 -2025-05-11 03:21:57;/v2/authorization -2025-05-11 03:21:57;/v2/authorization -2025-05-11 03:21:57;/v2/catalog/category=22 -2025-05-11 04:50:31;/v2/authorization -2025-05-11 04:50:31;/v2/catalog/category=22 -2025-05-11 20:21:12;/v2/authorization -2025-05-11 20:21:12;/v2/catalog/category=22 -2025-05-12 10:07:48;/v2/authorization -2025-05-12 10:07:49;/v2/catalog/category=22 -2025-05-13 09:08:36;/v2/authorization -2025-05-13 09:08:36;/v2/catalog/category=22 -2025-05-13 09:08:37;/v2/authorization -2025-05-13 09:08:37;/v2/authorization -2025-05-13 09:08:38;/v2/catalog/category=22 -2025-05-13 09:08:40;/v2/authorization -2025-05-13 09:08:40;/v2/authorization -2025-05-13 09:08:46;/v2/catalog/category=22 -2025-05-13 09:08:47;/v2/authorization -2025-05-13 09:08:47;/v2/authorization -2025-05-13 09:08:47;/v2/catalog/category=22 -2025-05-13 09:08:47;/v2/authorization -2025-05-13 09:08:48;/v2/authorization -2025-05-13 09:08:48;/v2/catalog/category=22 -2025-05-13 09:08:50;/v2/authorization -2025-05-13 09:08:50;/v2/authorization -2025-05-13 09:08:50;/v2/catalog/category=22 -2025-05-13 09:08:52;/v2/authorization -2025-05-13 09:08:52;/v2/authorization -2025-05-13 09:08:52;/v2/catalog/category=22 -2025-05-13 09:08:53;/v2/authorization -2025-05-13 09:08:53;/v2/authorization -2025-05-13 09:08:53;/v2/catalog/category=22 -2025-05-13 09:08:55;/v2/authorization -2025-05-13 09:08:57;/v2/authorization -2025-05-13 09:08:57;/v2/authorization -2025-05-13 09:08:57;/v2/catalog/category=22 -2025-05-13 09:08:58;/v2/authorization -2025-05-13 09:08:58;/v2/authorization -2025-05-13 09:08:59;/v2/catalog/category=22 -2025-05-13 09:08:59;/v2/authorization -2025-05-13 09:08:59;/v2/authorization -2025-05-13 09:08:59;/v2/catalog/category=22 -2025-05-13 13:14:28;/v2/authorization -2025-05-13 13:14:28;/v2/catalog/category=22 -2025-05-13 13:14:41;/v2/authorization -2025-05-13 13:14:42;/v2/catalog/product_id=thomasII_navy_blue -2025-05-13 13:14:42;/v2/products_media/product_id=60 -2025-05-13 13:15:02;/v2/authorization -2025-05-13 13:15:03;/v2/catalog/category=22 -2025-05-13 13:15:42;/v2/authorization -2025-05-13 13:15:42;/v2/catalog/product_id=thomasII_navy_blue -2025-05-13 13:15:42;/v2/products_media/product_id=60 -2025-05-13 13:15:56;/v2/authorization -2025-05-13 13:15:56;/v2/authorization -2025-05-13 13:15:56;/v2/catalog/category=22 -2025-05-13 13:16:10;/v2/authorization -2025-05-13 13:16:10;/v2/catalog/category=22 -2025-05-13 13:16:25;/v2/authorization -2025-05-13 13:16:26;/v2/authorization -2025-05-13 13:16:26;/v2/catalog/category=22 -2025-05-13 13:16:36;/v2/authorization -2025-05-13 13:16:37;/v2/authorization -2025-05-13 13:16:37;/v2/catalog/category=22 -2025-05-13 13:16:43;/v2/authorization -2025-05-13 13:16:43;/v2/catalog/product_id=thomasII_ice_blue -2025-05-13 13:16:43;/v2/products_media/product_id=61 -2025-05-13 13:18:40;/v2/authorization -2025-05-13 13:18:40;/v2/catalog/category=22 -2025-05-13 14:05:58;/v2/authorization -2025-05-13 14:05:58;/v2/authorization -2025-05-13 14:05:58;/v2/authorization -2025-05-13 14:05:59;/v2/catalog/category=22 -2025-05-13 14:05:59;/v2/authorization -2025-05-13 14:05:59;/v2/authorization -2025-05-13 14:05:59;/v2/catalog/category=22 -2025-05-13 14:59:33;/v2/authorization -2025-05-13 14:59:33;/v2/catalog/category=22 -2025-05-13 15:00:23;/v2/authorization -2025-05-13 15:00:23;/v2/catalog/category=22 -2025-05-13 15:01:35;/v2/authorization -2025-05-13 15:01:36;/v2/catalog/category=22 -2025-05-13 15:49:43;/v2/authorization -2025-05-13 15:49:43;/v2/catalog/category=22 -2025-05-13 15:56:55;/v2/authorization -2025-05-13 15:56:56;/v2/catalog/category=22 -2025-05-13 15:57:01;/v2/authorization -2025-05-13 15:57:01;/v2/catalog/product_id=thomasII_dolphin_gray -2025-05-13 15:57:01;/v2/products_media/product_id=63 -2025-05-13 15:57:03;/v2/authorization -2025-05-13 15:57:03;/v2/catalog/category=22 -2025-05-13 15:57:30;/v2/authorization -2025-05-13 15:57:30;/v2/catalog/product_id=thomasII_racing_green -2025-05-13 15:57:30;/v2/products_media/product_id=62 -2025-05-13 15:57:38;/v2/authorization -2025-05-13 15:57:38;/v2/catalog/category=22 -2025-05-13 15:57:58;/v2/authorization -2025-05-13 15:57:58;/v2/categories/ -2025-05-13 15:57:58;/v2/catalog/category=17 -2025-05-13 15:58:06;/v2/authorization -2025-05-13 15:58:06;/v2/categories/ -2025-05-13 15:58:06;/v2/catalog/category=23 -2025-05-13 15:58:32;/v2/authorization -2025-05-13 15:58:32;/v2/categories/ -2025-05-13 15:58:32;/v2/catalog/category=17 -2025-05-13 15:58:48;/v2/authorization -2025-05-13 15:58:48;/v2/catalog/category=22 -2025-05-13 17:39:53;/v2/authorization -2025-05-13 17:39:53;/v2/catalog/category=22 -2025-05-13 18:07:39;/v2/authorization -2025-05-13 18:07:39;/v2/catalog/category=22 -2025-05-13 22:58:35;/v2/authorization -2025-05-13 22:58:35;/v2/catalog/category=22 -2025-05-15 22:34:09;/v2/authorization -2025-05-15 22:34:09;/v2/catalog/category=22 -2025-05-21 14:46:27;/v2/authorization -2025-05-21 14:46:27;/v2/catalog/category=22 -2025-05-21 14:46:28;/v2/authorization -2025-05-21 14:46:28;/v2/authorization -2025-05-21 14:46:29;/v2/catalog/category=22 -2025-05-21 14:46:30;/v2/authorization -2025-05-21 14:46:30;/v2/catalog/product_id=thomasII_dolphin_gray -2025-05-21 14:46:30;/v2/products_media/product_id=63 -2025-05-21 14:46:30;/v2/authorization -2025-05-21 14:46:30;/v2/authorization -2025-05-21 14:46:30;/v2/catalog/category=22 -2025-05-21 14:46:31;/v2/authorization -2025-05-21 14:46:31;/v2/authorization -2025-05-21 14:46:31;/v2/catalog/category=22 -2025-05-21 20:44:30;/v2/authorization -2025-05-21 20:44:30;/v2/catalog/category=22 -2025-05-22 17:16:25;/v2/authorization -2025-05-22 17:16:25;/v2/catalog/category=22 -2025-05-22 17:16:27;/v2/authorization -2025-05-22 17:16:27;/v2/catalog/category=22 -2025-05-22 17:16:28;/v2/authorization -2025-05-22 17:16:28;/v2/catalog/category=22 -2025-05-22 17:16:28;/v2/authorization -2025-05-22 17:16:29;/v2/catalog/category=22 -2025-05-23 06:16:09;/v2/authorization -2025-05-23 06:16:09;/v2/catalog/category=22 -2025-05-23 06:16:12;/v2/authorization -2025-05-23 06:16:13;/v2/authorization -2025-05-23 06:16:13;/v2/catalog/category=22 -2025-05-23 22:27:40;/v2/authorization -2025-05-23 22:27:40;/v2/catalog/category=22 -2025-05-25 20:27:10;/v2/authorization -2025-05-25 20:27:11;/v2/catalog/category=22 diff --git a/log/logging.php b/log/logging.php new file mode 100644 index 0000000..39c8b03 --- /dev/null +++ b/log/logging.php @@ -0,0 +1,608 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>System Logging + + + + $file, + 'date' => $date, + 'path' => $logs_dir . $file, + 'size' => filesize($logs_dir . $file) + ]; + } + } +} + +// Sort by date descending, then by filename +usort($log_files, function($a, $b) { + if ($a['date'] === $b['date']) { + return strcmp($b['filename'], $a['filename']); + } + return $b['date'] <=> $a['date']; +}); + +// Load selected log content +$contents = ''; +if ($selected_log && file_exists($logs_dir . $selected_log)) { + $contents = file_get_contents($logs_dir . $selected_log); +} elseif (!empty($log_files)) { + // Default to most recent log + $contents = file_get_contents($log_files[0]['path']); + $selected_log = $log_files[0]['filename']; +} else { + $contents = 'No application log files found.'; +} + +$filelocation_webserver = '/var/www/vhosts/morvalwatches.com/logs/'.$_SERVER['HTTP_HOST'].'/access_ssl_log'; + +if (file_exists($filelocation_webserver)){ + $contents_webserver = file_get_contents($filelocation_webserver); +} else {$contents_webserver = 'No webserver log file found.';} +?> + + + ✓ ' . htmlspecialchars($delete_message) . ' +
'; +} + +echo ' +
+
+ +
+
+ + +
+
+ + +
+ +
+
+
+

Application Log

+
+ + +
+
+
+ + +
+ +
+
+
+ +
+ + + +
+
+
+'; ?> + + + + + \ No newline at end of file diff --git a/log/main.css b/log/main.css new file mode 100644 index 0000000..f7cc677 --- /dev/null +++ b/log/main.css @@ -0,0 +1,5463 @@ +:root { + /* Color palette */ + --color-white: #ffffff; + --color-off-white: #f8f8f8; + --color-light-gray: #f5f5f5; + --color-lighter-gray: #f9f9f9; + --color-gray: #dddddd; + --color-medium-gray: #cccccc; + --color-dark-gray: #7f8c8d; + --color-darker-gray: #666666; + --color-text-gray: #555555; + --color-text-dark: #444444; + --color-black: #000000; + + /* Brand colors */ + --color-primary: #ff6f00; + --color-primary-dark: #e56200; + --color-primary-darker: #d35400; + --color-secondary: #e67e22; + --color-accent: #2c4b7c; + --color-dark-blue: #1f3d6b; + --color-dark-text: #333333; + --color-heading: #2c3e50; + + /* UI colors */ + --color-shadow: rgba(0, 0, 0, 0.1); + --color-modal-bg: rgba(0, 0, 0, 0.9); + --color-slider-nav-bg: rgba(255, 255, 255, 0.7); + --color-star: goldenrod; + + /* New Colors from the rest of the CSS */ + --color-loading-bg: rgba(255, 255, 255, 0.8); + --color-progress-bg: #f0f0f0; + --color-progress-bar: #4CAF50; + --color-filter-border: #e0e0e0; + --color-filter-section-heading: #333; + --color-filter-option-border: #eee; + --color-green: #1e7b4d; + --color-blue: #1a5276; + --color-brown: #6e4c1e; + --color-rpp-line: #BBBBBB; + --color-checked-before-bg: #03337a; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, sans-serif; +} + +body { + overflow-x: hidden; +} + +/* Top Info Bar */ +.top-info-bar { + background-color: var(--color-off-white); + display: flex; + justify-content: space-between; + align-items: center; + padding: 5px 20px; + font-size: 12px; /* Smaller font size */ + color: var(--color-text-gray); + flex-wrap: wrap; +} + +.top-info-bar div { + display: flex; + align-items: center; + margin: 3px 10px; +} + +.top-info-bar i { + margin-right: 5px; +} + +.star-rating { + color: var(--color-star); +} + +/* Container */ +.container { + max-width: 90%; + margin: 0 auto; + padding: 0 15px; +} + +/* Header */ +header { + background-color: var(--color-white); + padding: 15px 20px; + display: flex; + justify-content: space-between; + align-items: center; + box-shadow: 0 2px 10px var(--color-shadow); + position: relative; + z-index: 10; +} + +.logo { + display: flex; + align-items: center; +} + +.logo img { + height: 40px; +} + +/* Navigation */ +nav { + display: flex; + align-items: center; +} + +.nav-links { + display: flex; + list-style: none; +} + +.nav-links li { + margin: 0 15px; +} + +.nav-links a { + text-decoration: none; + color: var(--color-dark-text); + font-weight: bold; + text-transform: uppercase; + font-size: 14px; + transition: color 0.3s; +} + +.nav-links a:hover { + color: var(--color-primary); +} + +.header-icons { + display: flex; + align-items: center; +} + +.header-icons a { + margin-left: 20px; + color: var(--color-dark-text); + text-decoration: none; + font-size: 18px; + position: relative; +} + +.cart-count { + background-color: var(--color-primary); + color: var(--color-white); + font-size: 12px; + width: 18px; + height: 18px; + border-radius: 50%; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + top: -8px; + right: -8px; +} + +/* Hero Section */ +.hero { + background-image: url('../../custom/assets/comp2.png'); + background-size: cover; + background-position: center; + height: 60vh; + display: flex; + align-items: center; + position: relative; + max-width: 90%; /* Match container max-width to constrain image */ + margin: 0 auto; /* Center the hero section */ +} + +.hero-content { + padding: 0 50px; + max-width: 50%; + position: relative; + z-index: 2; +} + +.hero h1 { + color: var(--color-white); + font-size: 42px; + background: transparent !important; + font-weight: 900; + text-shadow: 1px 1px 2px rgb(114 90 90 / 90%), 2px 2px 4px rgba(0, 0, 0, 0.7); + filter: brightness(1.5); + line-height: 1.2; + margin-bottom: 20px; +} + +.hero-btn { + background-color: var(--color-primary); + color: var(--color-white); + text-decoration: none; + padding: 12px 24px; + display: inline-block; + text-transform: uppercase; + font-weight: bold; + font-size: 14px; + border: none; + cursor: pointer; + transition: background-color 0.3s; +} + +.hero-btn:hover { + background-color: var(--color-primary-dark); +} + +/* Store Description */ +.store-description { + text-align: center; + padding: 50px 20px; + max-width: 1000px; + margin: 0 auto; +} + +.section-footer { + text-align: center; + margin-top: 20px; +} + +.store-description p { + font-size: 20px; + line-height: 1.6; + color: var(--color-text-dark); + margin-bottom: 30px; +} + +.highlighted { + font-weight: bold; + color: var(--color-accent); /* Updated to dark blue to match the example */ +} + +.orange-text { + color: var(--color-primary); + font-weight: bold; +} + +/* Mobile Menu */ +.hamburger { + display: none; + cursor: pointer; + background: none; + border: none; + font-size: 24px; +} + +.mobile-menu { + display: none; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: var(--color-modal-bg); + z-index: 100; + padding: 20px; + flex-direction: column; +} + +.close-menu { + align-self: flex-end; + color: var(--color-white); + font-size: 24px; + background: none; + border: none; + cursor: pointer; + margin-bottom: 30px; +} + +.mobile-nav-links { + list-style: none; + margin-top: 30px; +} + +.mobile-nav-links li { + margin: 20px 0; + text-align: center; +} + +.mobile-nav-links a { + color: var(--color-white); + font-size: 20px; + text-decoration: none; + text-transform: uppercase; + font-weight: bold; +} + +.mobile-menu-open { + display: flex; + animation: fadeIn 0.3s; +} + +@keyframes fadeIn { + from { opacity: 0; } + to { opacity: 1; } +} + +/* Responsive Design */ +@media (max-width: 992px) { + .nav-links { + display: none; + } + + .hamburger { + display: block; + margin-right: 15px; + } + + .hero-content { + max-width: 70%; + } + + .hero h1 { + font-size: 36px; + } +} + +/* Hide top info bar and products hero on mobile (<993px) */ +@media (max-width: 992px) { + .top-info-bar, + .info-bar, + .hero-products { + display: none !important; + } + + /* Full width containers on mobile */ + .container, + .content-wrapper { + max-width: 100% !important; + padding-left: 0 !important; + padding-right: 0 !important; + } +} + +@media (max-width: 768px) { + .top-info-bar { + justify-content: center; + } + + .top-info-bar div { + margin: 3px 8px; + font-size: 11px; + } + + .hero { + height: 400px; + } + + .hero-content { + max-width: 100%; + padding: 0 20px; + text-align: center; + } + + .hero h1 { + font-size: 32px; + } + + .store-description p { + font-size: 18px; + } +} + +@media (max-width: 576px) { + header { + padding: 10px 15px; + } + + .logo img { + height: 30px; + } + + .hero { + height: 300px; + } + + .hero h1 { + font-size: 28px; + } + + .hero-btn { + padding: 10px 20px; + font-size: 12px; + } + + .store-description { + padding: 30px 15px; + } + + .store-description p { + font-size: 16px; + } + + .footer-links { + display: flex; + gap: 20px; + flex-direction: column; + } +} + +/* Language Selector */ +.language-selector { + position: relative; + margin-left: 20px; +} + +.language-btn { + background: none; + border: none; + cursor: pointer; + display: flex; + align-items: center; + padding: 0; +} + +.language-btn i { + margin-left: 5px; + font-size: 12px; + color: var(--color-dark-text); +} + +.flag-icon { + width: 20px; + height: 15px; + border-radius: 2px; + object-fit: cover; +} + +.language-dropdown { + position: absolute; + top: 100%; + right: 0; + background-color: var(--color-white); + box-shadow: 0 5px 15px var(--color-shadow); + border-radius: 4px; + min-width: 140px; + display: none; + z-index: 20; + margin-top: 2px; +} + +.language-dropdown.show { + display: block; +} + +.language-dropdown a { + display: flex; + align-items: center; + padding: 10px 15px; + text-decoration: none; + color: var(--color-dark-text); + font-size: 14px; + transition: background-color 0.2s; +} + +.language-dropdown a span { + margin-left: 8px; +} + +.language-dropdown a:hover { + background-color: var(--color-off-white); +} + +.language-dropdown a.active { + font-weight: bold; + color: var(--color-primary); +} + +/* Show dropdown on hover */ +.language-selector:hover .language-dropdown { + display: block; +} + +/* Add invisible bridge to prevent dropdown from closing */ +.language-selector::before { + content: ''; + position: absolute; + top: 100%; + right: 0; + width: 100%; + height: 4px; + z-index: 19; +} + +/* Responsive adjustments */ +@media (max-width: 768px) { + .language-selector { + margin-left: 15px; + } + + .flag-icon { + width: 18px; + height: 14px; + } +} + +.watches-section { + max-width: 90%; + margin: 0 auto; + padding: 20px 15px; + background-color: var(--color-lighter-gray); +} + +.section-header { + text-align: center; + margin-bottom: 40px; +} + +.section-title { + font-size: 16px; + color: var(--color-heading); + font-weight: 600; +} + +.section-subtitle { + font-size: 14px; + color: var(--color-dark-gray); + font-weight: normal; +} + +.product-slider { + position: relative; + overflow: hidden; + padding: 0 30px; +} + +.product-container-slider { + display: flex; + justify-content: space-between; + gap: 20px; + transition: transform 0.3s ease; +} + +.product-card-slider { + flex: 0 0 calc(25% - 15px); + text-align: center; + padding: 10px; +} + +.product-card-slider a { + text-decoration: none; +} + +.product-image-slider { + width: 70%; + margin-bottom: 15px; + transition: transform 0.3s ease; +} + +.product-image-slider:hover { + transform: scale(1.05); +} + +.product-name-slider { + font-size: 12px; + color: var(--color-heading); + margin-bottom: 5px; + font-weight: 600; +} + +.product-price-slider { + font-size: 12px; + color: var(--color-dark-gray); +} + +.price-from{ + font-size: 0.8em; + opacity: 0.8; +} + +.slider-nav { + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 40px; + height: 40px; + background-color: var(--color-slider-nav-bg); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + border: 1px solid var(--color-gray); + font-size: 20px; + z-index: 10; +} + +.prev-btn { + left: -10px; +} + +.next-btn { + right: -10px; +} + +/* Responsive adjustments */ +@media screen and (max-width: 992px) { + .product-card-slider { + flex: 0 0 calc(33.333% - 15px); + } + .product-container { + flex-wrap: wrap; + justify-content: center; + } +} + +@media screen and (max-width: 768px) { + .product-card-slider { + flex: 0 0 calc(50% - 15px); + } + .section-title { + font-size: 24px; + } +} + +@media screen and (max-width: 480px) { + .product-card-slider { + flex: 0 0 100%; + } + .product-slider {padding: 0 10px; + } + .slider-nav { + width: 30px; + height: 30px; + } +} + +/* Features section */ +.features { + padding: 50px 0; +} + +.features-container { + display: flex; + flex-direction: row; /* Ensure items are in a row on larger screens */ + justify-content: space-between; + gap: 30px; +} + +.feature-item { + flex: 1; + padding: 0 0px 10px 10px; + padding-bottom: 10px; + border-bottom: solid 2px var(--color-dark-blue); + margin-top: 5em; + height: 12em; + margin-bottom: 5em; +} + +.feature-item h2 { + color: var(--color-dark-blue); + font-size: 1.5rem; + margin-bottom: 15px; +} + +.feature-item p { + color: var(--color-darker-gray); + font-size: 0.9rem; +} + +.feature-divider { + width: 100%; + height: 2px; + background-color: var(--color-dark-blue); + margin-top: 15px; +} + +.divider{ + width: 100%; + height: 2px; + background-color: var(--color-white); + margin-top: 15px; +} + +.watch-ad-section { + display: flex; + flex-direction: column; + max-width: 90%; + margin: 0 auto; + } + + .top-section { + position: relative; + height: 400px; + background-image: url('../../custom/assets/header.jpg'); + background-size: cover; + background-position: center; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 40px; + } + + .watch-image { + width: 70%; + height: 100%; + display: flex; + align-items: center; + } + + .watch-image img { + max-width: 100%; + max-height: 100%; + } + + .top-content { + width: 30%; + text-align: right; + color: var(--color-white); + } + + .top-content h2 { + font-size: 2.5rem; + background: transparent !important; + font-weight: 900; + text-shadow: 1px 1px 2px rgb(114 90 90 / 90%), 2px 2px 4px rgba(0, 0, 0, 0.7); + filter: brightness(1.5); + margin-bottom: 20px; + line-height: 1.2; + } + + .bottom-section { + position: relative; + height: 350px; + background-image: url('../../custom/assets/watchad2.jpg'); + background-size: cover; + background-position: center; + display: flex; + align-items: center; + padding: 0 40px; + } + + .bottom-content { + width: 60%; + color: var(--color-white); + } + + .bottom-content h2 { + font-size: 2.5rem; + line-height: 1.2; + margin-bottom: 20px; + background: transparent !important; + font-weight: 900; + text-shadow: 1px 1px 2px rgb(114 90 90 / 90%), 2px 2px 4px rgba(0, 0, 0, 0.7); + filter: brightness(1.5); + } + .btn { + display: inline-block; + padding: 10px 20px; + background-color: var(--color-primary); + color: var(--color-white); + text-decoration: none; + text-transform: uppercase; + font-size: 0.8rem; + font-weight: bold; + letter-spacing: 1px; + } + +/* Newsletter section */ +.newsletter { + background-color: var(--color-lighter-gray); + padding: 50px 0; +} + +.newsletter-container { + display: flex; + flex-wrap: wrap; + align-items: center; +} + +.newsletter-text { + flex: 0 0 30%; + padding-right: 30px; +} + +.newsletter-text h2 { + color: var(--color-dark-blue); + font-size: 2rem; + margin-bottom: 15px; +} + +.newsletter-text p { + color: var(--color-darker-gray); + font-size: 0.9rem; +} + +.newsletter-form { + flex: 0 0 70%; + display: flex; + flex-wrap: wrap; + gap: 15px; +} + +.form-group { + flex: 1 1 200px; +} + +.form-control { + width: 100%; + padding: 12px 15px; + border: 1px solid var(--color-gray); + font-size: 1rem; +} + +.checkbox-group { + flex: 0 0 100%; + margin: 10px 0; +} + +.btn-submit { + background-color: var(--color-secondary); + color: var(--color-white); + border: none; + padding: 12px 25px; + font-size: 1rem; + cursor: pointer; + transition: background-color 0.3s; +} + +.btn-submit:hover { + background-color: var(--color-primary-darker); +} + +/* Footer section */ +.footer { + background-color: var(--color-light-gray); + padding: 40px 0; +} + +.footer-container { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; +} + +.footer-info { + flex: 1 1 300px; +} + +.footer-info h3 { + color: var(--color-dark-blue); + font-size: 1.5rem; + margin-bottom: 10px; +} + +.footer-info p { + color: var(--color-darker-gray); + font-size: 0.9rem; + margin-bottom: 5px; +} + +.social-icons { + display: flex; + gap: 15px; +} + +.social-icon { + color: var(--color-dark-blue); + font-size: 1.3rem; +} + +.footer-bottom { + margin-top: 30px; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; + padding-top: 20px; + border-top: 1px solid var(--color-gray); +} + +.copyright { + color: var(--color-darker-gray); + font-size: 0.8rem; +} + +.footer-links { + display: flex; + gap: 20px; +} + +.footer-links a { + color: var(--color-darker-gray); + text-decoration: none; + font-size: 0.8rem; +} + +.payment-methods { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 15px; + margin-top: 30px; +} + +.payment-method { + height: 30px; + width: auto; +} + +/* Responsive styles */ +@media (max-width: 992px) { + .newsletter-text { + flex: 0 0 100%; + margin-bottom: 30px; + padding-right: 0; + } + + .newsletter-form { + flex: 0 0 100%; + } +} + +@media (max-width: 768px) { + .features-container { + flex-direction: column; /* Stack vertically on smaller screens */ + } + + .feature-item { + margin-bottom: 30px; + } + + .footer-info, .social-icons, .copyright, .footer-links { + flex: 0 0 100%; + text-align: center; + margin-bottom: 15px; + } + + .social-icons { + justify-content: center; + margin: 20px 0; + } + + .footer-links { + justify-content: center; + } +} + +.loading-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: var(--color-loading-bg); + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + z-index: 9999; + opacity: 0; + visibility: hidden; + transition: opacity 0.3s, visibility 0.3s; + } + + .loading-container.active { + opacity: 1; + visibility: visible; + } + + .loading-bar { + width: 200px; + height: 10px; + background-color: var(--color-progress-bg); + border-radius: 5px; + overflow: hidden; + box-shadow: 0 2px 5px var(--color-shadow); + } + + .progress { + height: 100%; + width: 0%; + background-color: var(--color-progress-bar); + animation: progressAnimation 2s infinite ease-in-out; + } + + .loading-text { + margin-top: 10px; + font-size: 14px; + color: var(--color-text-dark); + } + + @keyframes progressAnimation { + 0% { width: 0%; } + 50% { width: 100%; } + 100% { width: 0%; } + } + + /* Hide the loading bar when page is loaded */ + .loaded .loading-container { + display: none; + } + + + /* Main Container */ + .filtersection { + display: flex; + margin: 0 auto; + box-shadow: 0 1px 3px var(--color-shadow); + background: var(--color-white); + border-radius: 12px; + margin-bottom: 50px; + padding: 10px; + width: 95%; + } + + /* Filter Section */ + .filter-section { + width: 250px; + padding: 20px; + border-right: 1px solid var(--color-filter-border); + } + + .filter-section h2 { + margin-bottom: 15px; + color: var(--color-filter-section-heading); + } + + .filter-group { + margin-bottom: 20px; + } + + .filter-group label { + margin-bottom: 10px; + } + + .filter-group input[type="checkbox"] { + margin-right: 10px; + } + + /* Responsive Design */ + @media (max-width: 768px) { + .filtersection { + flex-direction: column; + text-align: center; + } + + .filter-section { + width: 100%; + border-right: none; + border-bottom: 1px solid var(--color-filter-border); + } + } + + + .filters-products-container { + display: flex; + gap: 30px; +} + +.filters { + width: 250px; + background: var(--color-white); + padding: 20px; +} + +.filter-section { + margin-bottom: 25px; +} + +.filter-section h3 { + font-size: 16px; + margin-bottom: 15px; + color: var(--color-heading); + padding-bottom: 8px; +} + +.filter-options { + display: flex; + flex-direction: column; + gap: 10px; +} + +.filter-option { + display: flex; + align-items: center; + gap: 10px; +} + +.filter-option input { + cursor: pointer; +} + +.filter-option label { + font-size: 14px; + cursor: pointer; +} + +.color-options { + display: flex; + flex-wrap: wrap; + gap: 10px; +} + +.color-option { + width: 25px; + height: 25px; + border-radius: 50%; + cursor: pointer; + box-shadow: 0 0 3px var(--color-shadow); +} + +.color-green { + background-color: var(--color-green); +} + +.color-blue { + background-color: var(--color-blue); +} + +.color-black { + background-color: var(--color-black); +} + +.color-brown { + background-color: var(--color-brown); +} + +.price-range { + margin-top: 10px; +} + +.price-inputs { + display: flex; + justify-content: space-between; + margin-top: 10px; + gap: 10px; +} + +.price-inputs input { + width: 80px; + padding: 5px; + border: 1px solid var(--color-gray); + border-radius: 3px; +} + +.products { + flex: 1; +} + +.product-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); + gap: 30px; +} + +.product-card { + background: var(--color-white); + flex: 0 0 calc(25% - 15px); + text-align: center; + padding: 10px; + overflow: hidden; +} + +.product-card a { + text-decoration: none; +} + +.product-image { + height: 200px; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + padding: 20px; + background: var(--color-lighter-gray); +} + +.product-image img { + max-width: 100%; + max-height: 100%; +} + +.product-info { + padding: 15px; + text-align: center; +} + +.product-title { + font-size: 16px; + font-weight: 500; + margin-bottom: 5px; + color: var(--color-heading); +} + +.product-description { + font-size: 14px; + color: var(--color-darker-gray); + margin-bottom: 10px; +} + +.product-price { + font-weight: 600; + color: var(--color-heading); + margin-bottom: 15px; +} + +.view-button { + display: inline-block; + padding: 8px 20px; + background-color: var(--color-heading); + color: var(--color-white); + text-decoration: none; + border-radius: 3px; + font-size: 12px; + letter-spacing: 1px; + text-transform: uppercase; + transition: background-color 0.3s; +} + +.view-button:hover { + background-color: var(--color-dark-blue); +} + +.filter-button { + display: none; + width: 90%; + padding: 10px; + background-color: var(--color-heading); + color: var(--color-white); + border: none; + border-radius: 3px; + margin-bottom: 20px; + cursor: pointer; + margin:auto; +} + +@media (max-width: 768px) { + .filters-products-container { + flex-direction: column; + } + + .filters { + width: 100%; + margin-bottom: 20px; + display: none; + } + + .filters.show { + display: block; + } + + .filter-button { + display: block; + } + + .product-grid { + grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); + gap: 15px; + } +} + +.products_name { + color: var(--color-text-gray); + font-size: 15px; + max-width: 169px; + word-wrap: break-word; +} + +.products_price { + color: var(--color-text-gray); + display: block; + text-align: center; + font-size:15px; +} + +.products_rpp{ + color: var(--color-rpp-line); + text-decoration: line-through; +} + :checked+.picture_select { + border-color: var(--color-medium-gray); + } + + :checked+.picture_select::before { + content: "✓"; + background-color: var(--color-checked-before-bg); + transform: scale(1); + } + + :checked+.picture_select img { + transform: scale(0.9); + box-shadow: 0 0 5px var(--color-dark-text); /* Using an existing dark text color for shadow */ + } + + .img_config { + border-radius:5px; + width: 25px; + height: 25px; + margin: 1px; + } + + .stock p { + font-size: 10px; + margin: auto; + padding: 5px; + width: fit-content; + border-radius: 5px; + color: var(--color-white); + } + + .stock p:before { + content : '\1F4E6'; + } + + .delivery p { + font-size: 10px; + font-weight: normal; + margin: 10px; + padding: 0px; + } + + .delivery p:before { + content : '\26DF'; + } + + +/* Main Product Container */ +.product.content-wrapper { + max-width: 90%; + margin: 2rem auto; + display: grid; + grid-template-columns: 1fr 1fr; + gap: 3rem; + padding: 0 1.5rem; + background-color: #fff; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); + border-radius: 8px; + } + + /* Mobile Header - Hidden on desktop */ + .product-mobile-header { + display: none; + } + + /* Product Images Section */ + .product-imgs { + position: relative; + padding: 2rem 0; + } + + .product-img-large { + margin-bottom: 1.5rem; + text-align: center; + background-color: #f8f8f8; + border-radius: 8px; + padding: 1rem; + position: relative; + overflow: hidden; + transition: all 0.3s ease; + } + + .product-img-large img { + max-width: 100%; + height: auto; + display: block; + margin: 0 auto; + transition: transform 0.3s ease; + } + + .product-img-large:hover img { + transform: scale(1.05); + } + + .product-small-imgs { + display: flex; + flex-wrap: wrap; + gap: 0.75rem; + justify-content: flex-start; + } + + .product-img-small { + width: calc(25% - 0.75rem); + cursor: pointer; + position: relative; + border-radius: 6px; + overflow: hidden; + border: 2px solid transparent; + transition: all 0.2s ease; + } + + .product-img-small:hover { + border-color: #1a3a5f; + } + + .product-img-small img { + width: 100%; + height: auto; + display: block; + object-fit: cover; + } + + /* Product Info Section */ + .product-wrapper { + padding: 2rem 0; + } + + .breadcrum { + display: flex; + align-items: center; + margin-bottom: 1rem; + font-size: 0.9rem; + color: #777; + } + + .breadcrum a { + color: #1a3a5f; + text-decoration: none; + margin-right: 0.25rem; + } + + .breadcrum a:hover { + text-decoration: underline; + } + + .breadcrum p { + margin: 0; + } + + h1.name { + color: #1a3a5f; + font-size: 2.rem; + font-weight: 700; + margin-bottom: 1.5rem; + border-bottom: 1px solid #eee; + padding-bottom: 0.75rem; + } + + /* Price & Stock */ + .prices { + margin-bottom: 1rem; + } + + .price { + font-size: 2rem; + font-weight: 600; + color: #1a3a5f; + display: block; + } + + .stock { + margin-bottom: 2rem; + } + + .stock p { + display: inline-block; + background-color: rgba(0, 128, 0, 0.1); + border-radius: 4px; + font-size: 0.7em; + } + + /* Form Elements */ +#product-form { + margin-bottom: 2rem; + } + + #product-form label { + display: block; + font-weight: 600; + margin-bottom: 0.75rem; + color: #333; + font-size: 1.1rem; + } + + .radio-checkbox { + display: flex; + margin-bottom: 2rem; + flex-wrap: wrap; + } + + .picture_select_label > input[type="checkbox"] { + display: none; + } + + .picture_select_label > input[type="radio"] { + display: none; + } + + .picture_select { + display: block; + position: relative; + margin: 10px; + cursor: pointer; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + } + + .picture_select::before { + + color: white; + content: " "; + display: block; + border-radius: 50%; + border: 1px solid #03337a; + position: absolute; + top: -5px; + left: -5px; + width: 25px; + height: 25px; + text-align: center; + line-height: 28px; + transition-duration: 0.4s; + transform: scale(0); + z-index:1 + } + + .picture_select img { + height: 50px; + width: 50px; + transition-duration: 0.2s; + transform-origin: 50% 50%; + } + + :checked+.picture_select { + border-color: #ddd; + } + + .picture_select_label input[type="radio"]:checked + .picture_select { + border-color: #1a3a5f; + box-shadow: 0 0 0 2px rgba(26, 58, 95, 0.3); + } + + .picture_select_label:hover .picture_select { + transform: scale(1.05); + } + + input[type="number"] { + width: 100px; + padding: 0.75rem; + border: 1px solid #ddd; + border-radius: 4px; + font-size: 1rem; + margin-bottom: 2rem; + } + + input[type="submit"].btn { + background-color: var(--color-secondary); + color: var(--color-white); + border: none; + padding: 1rem 2rem; + border-radius: 4px; + cursor: pointer; + transition: background-color 0.2s ease; + width: 100%; + text-transform: uppercase; + letter-spacing: 1px; + } + + input[type="submit"].btn:hover { + background-color: #0e2a4d; + } + + /* Product Description */ + .description { + margin-top: 3rem; + border-top: 1px solid #eee; + padding-top: 2rem; + } + + .description p { + margin-bottom: 1.5rem; + font-size: 1.1rem; + } + + .description h3 { + color: #1a3a5f; + font-size: 1.5rem; + margin-bottom: 1rem; + } + + .description ul { + list-style-position: inside; + margin-bottom: 2rem; + padding-left: 1rem; + } + + .description li { + margin-bottom: 0.5rem; + position: relative; + padding-left: 0.5rem; + } + + /* Responsive Design */ + @media (max-width: 992px) { + .product.content-wrapper { + display: flex; + flex-direction: column; + gap: 1rem; + } + + .product-imgs, + .carousel-container { + order: 1; + width: 100%; + } + + .carousel-main, + .product-img-large { + max-height: 500px; + } + + .product-wrapper { + order: 2; + } + + .carousel-thumbnails, + .product-small-imgs { + display: flex; + flex-wrap: nowrap; + justify-content: center; + overflow-x: auto; + gap: 10px; + } + } + /* Note: Product page tablet/mobile styles (< 993px) are handled in product.php inline styles */ + + @media (max-width: 576px) { + .product.content-wrapper { + margin: 0; + padding: 0; + padding-bottom: 70px; + } + + .product-imgs { + padding: 0; + } + + .product-wrapper { + padding: 1rem; + } + + .radio-checkbox { + justify-content: center; + } + + .product-img-small { + flex-shrink: 0; + width: 50px; + height: 50px; + } + + h1.name { + font-size: 1.25rem; + } + } + + /* Additional Enhancements */ + /* Add smooth transition for image gallery */ + .product-img-large { + position: relative; + } + + .product-img-large::after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 30%; + background: linear-gradient(to top, rgba(248, 248, 248, 0.5), transparent); + pointer-events: none; + } + + /* Style for hover effects on navigation */ + .breadcrum a { + position: relative; + } + + .breadcrum a::after { + content: ''; + position: absolute; + left: 0; + bottom: -2px; + width: 0; + height: 1px; + background-color: #1a3a5f; + transition: width 0.3s ease; + } + + .breadcrum a:hover::after { + width: 100%; + } + + /* Add subtle animation to the add to cart button */ + input[type="submit"].btn { + position: relative; + overflow: hidden; + } + + input[type="submit"].btn::before { + content: ''; + position: absolute; + top: 0; + left: -100%; + width: 100%; + height: 100%; + background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); + transition: left 0.5s ease; + } + + input[type="submit"].btn:hover::before { + left: 100%; + } + + /* Brand-Specific Luxury Shopping Cart Styles */ + +/* Global Reset and Base Styles */ +.cart.content-wrapper { + max-width: 90%; + margin: 0 auto; + padding: 2rem; + color: var(--color-text-dark); + background-color: var(--color-white); + border: 1px solid var(--color-gray); + box-shadow: 0 4px 12px var(--color-shadow); + margin-top: 30px; + margin-bottom: 30px; + } + + /* Header Styles */ + .cart-container { + max-width: 90%; + margin: 2rem auto; + padding: 0 1rem; +} + +.cart-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 2rem; + padding-bottom: 1rem; + border-bottom: 1px solid var(--border-color); +} + +.cart-header h1 { + font-size: 1.8rem; + font-weight: 600; + color: var(--primary-color); +} + +.continue-shopping { + color: var(--text-color); + text-decoration: none; + font-size: 0.9rem; + padding: 0.5rem 1rem; + border-radius: var(--border-radius); + background-color: var(--white); + border: 1px solid var(--border-color); + transition: var(--transition); +} + +.continue-shopping:hover { + background-color: var(--light-gray); +} + + /* Table Styles */ + .cart table { + width: 100%; + border-collapse: collapse; + margin-bottom: 2rem; + border: none; + } + + .cart thead td { + font-weight: 500; + text-transform: uppercase; + font-size: 0.75rem; + letter-spacing: 1px; + padding: 1rem 0.5rem; + color: var(--color-heading); + } + + + .cart tbody td { + padding: 1.5rem 0.5rem; + vertical-align: middle; + } + + /* Product Image */ + .cart td.img { + width: 90px; + } + + .cart td.img img { + width: 80px; + height: 80px; + object-fit: cover; + transition: opacity 0.3s ease; + } + + .cart td.img img:hover { + opacity: 0.8; + } + + /* Product Info */ + .cart td a { + color: var(--color-dark-text); + text-decoration: none; + font-weight: 400; + transition: color 0.3s ease; + font-size: 1.1rem; + } + + .cart td a:hover { + color: var(--color-primary); + } + + .cart td a.remove { + color: var(--color-dark-gray); + font-size: 0.75rem; + text-transform: uppercase; + letter-spacing: 1px; + transition: color 0.3s ease; + } + + .cart td a.remove:hover { + color: var(--color-primary-darker); + } + + /* Quantity Input */ + .cart td.cart_quantity input { + width: 60px; + height: 40px; + padding: 0.5rem; + border: 1px solid var(--color-gray); + text-align: center; + font-size: 0.9rem; + transition: border-color 0.3s ease; + background-color: var(--color-off-white); + } + + .cart td.cart_quantity input:focus { + border-color: var(--color-primary); + outline: none; + } + + /* Price Display */ + .cart td.cart_price { + font-weight: 400; + color: var(--color-text-dark); + } + + .cart td.product-total { + font-weight: 600; + color: var(--color-primary); + } + + + .cart .add_product img { + min-width: 60px; + max-width: 60px !important; + height: auto; + object-fit: cover; + transition: opacity 0.3s ease; + } + +/* Extras Section Layout - 4 items per row on large screens - Version 1 with Centering */ + +.add_products { + background-color: var(--color-lighter-gray); + padding: 2rem; + margin-bottom: 2rem; + border: 1px solid var(--color-gray); + border-radius: 8px; + text-align: center; /* Center the content */ +} + +.add_products h2 { + font-size: 1.5rem; + margin-bottom: 1.5rem; + color: var(--color-heading); + text-align: center; + text-transform: uppercase; + letter-spacing: 1px; + position: relative; +} + +.add_products h2:after { + content: ""; + display: block; + width: 50px; + height: 2px; + background-color: var(--color-primary); + margin: 10px auto 0; +} + +/* Create an inner container to center the floated items */ +.add_products { + position: relative; +} + +.add_products::before { + content: ""; + display: table; + width: 100%; +} + +.add_products::after { + content: ""; + display: table; + clear: both; +} + +/* Float layout for the product items */ +.add_product { + display: flex; + flex-direction: column; /* Stack content vertically */ + align-items: center; /* Center content horizontally */ + padding: 1rem; + border: 1px solid var(--color-gray); + border-radius: 8px; + margin-bottom: 1rem; + transition: all 0.3s ease; + background-color: var(--color-white); + box-shadow: 0 2px 4px var(--color-shadow); + text-align: center; /* Center text content */ + + /* Float layout for side-by-side positioning */ + float: left; + width: calc(25% - 0.75rem); /* 4 items per row */ + margin-right: 1rem; +} + +/* Remove margin from every 4th item */ +.add_product:nth-child(4n+2) { /* Adjust for h2 being first child */ + margin-right: 0; +} + +/* Clear float after every 4th item */ +.add_product:nth-child(4n+2)::after { + content: ""; + display: table; + clear: both; +} + +.add_product:hover { + background-color: var(--color-light-gray); + transform: translateY(-2px); + box-shadow: 0 4px 8px var(--color-shadow); +} + +.add_product img { + width: 60px; + height: 60px; + object-fit: cover; + margin-bottom: 0.5rem; /* Space below image */ + border-radius: 4px; + transition: opacity 0.3s ease; +} + +.add_product img:hover { + opacity: 0.8; +} + +.add_product form { + margin: 0.5rem 0; /* Space above and below form */ + flex-shrink: 0; +} + +.add_product input[type="submit"] { + width: 30px; + height: 30px; + background-color: var(--color-primary); + color: var(--color-white); + font-size: 1.2rem; + border: none; + border-radius: 50%; + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.3s ease; + box-shadow: 0 2px 4px var(--color-shadow); +} + +.add_product input[type="submit"]:hover { + background-color: var(--color-primary-dark); + transform: scale(1.1); +} + +.add_product .product { + text-decoration: none; + color: inherit; +} + +.add_name { + font-weight: 500; + color: var(--color-text-dark); + display: block; + font-size: 0.9rem; + line-height: 1.3; + margin-bottom: 0.25rem; + text-align: center; /* Center the product name */ +} + +.add_price { + font-weight: 600; + color: var(--color-primary); + font-size: 1rem; + display: block; + text-align: center; /* Center the price */ +} + +/* Centering logic for different screen sizes */ + +/* Large screens (1200px+) - 4 items per row centered */ +@media (min-width: 1200px) { + .add_products { + /* Calculate centering: container width minus total items width, divided by 2 */ + padding-left: calc((100% - (4 * calc(25% - 0.75rem) + 3rem)) / 2 + 2rem); + padding-right: calc((100% - (4 * calc(25% - 0.75rem) + 3rem)) / 2 + 2rem); + } + + .add_product { + width: calc(25% - 0.75rem); + } + + .add_product:nth-child(5n+2) { /* h2 + 4 products */ + margin-right: 0; + } + + .add_product:nth-child(5n+2)::after { + content: ""; + display: table; + clear: both; + } +} + +/* Large screens (992px-1199px) - 4 items per row centered */ +@media (max-width: 1199px) and (min-width: 992px) { + .add_products { + padding-left: calc((100% - (4 * calc(25% - 0.75rem) + 3rem)) / 2 + 2rem); + padding-right: calc((100% - (4 * calc(25% - 0.75rem) + 3rem)) / 2 + 2rem); + } + + .add_product { + width: calc(25% - 0.75rem); + } +} + +/* Medium screens (768px-991px) - 3 items per row centered */ +@media (max-width: 991px) and (min-width: 768px) { + .add_products { + padding-left: calc((100% - (3 * calc(33.33% - 0.67rem) + 2rem)) / 2 + 1.5rem); + padding-right: calc((100% - (3 * calc(33.33% - 0.67rem) + 2rem)) / 2 + 1.5rem); + } + + .add_product { + width: calc(33.33% - 0.67rem); + } + + .add_product:nth-child(4n+2) { + margin-right: 1rem; + } + + .add_product:nth-child(4n+4) { /* h2 + 3 products */ + margin-right: 0; + } + + .add_product:nth-child(4n+2)::after { + display: none; + } + + .add_product:nth-child(4n+4)::after { + content: ""; + display: table; + clear: both; + } +} + +/* Small screens (576px-767px) - 2 items per row centered */ +@media (max-width: 767px) and (min-width: 576px) { + .add_products { + padding-left: calc((100% - (2 * calc(50% - 0.5rem) + 1rem)) / 2 + 1.5rem); + padding-right: calc((100% - (2 * calc(50% - 0.5rem) + 1rem)) / 2 + 1.5rem); + } + + .add_product { + width: calc(50% - 0.5rem); + } + + .add_product:nth-child(4n+2), + .add_product:nth-child(4n+4) { + margin-right: 1rem; + } + + .add_product:nth-child(odd) { + margin-right: 1rem; + } + + .add_product:nth-child(even) { + margin-right: 0; + } + + .add_product:nth-child(4n+2)::after, + .add_product:nth-child(4n+4)::after { + display: none; + } + + .add_product:nth-child(even)::after { + content: ""; + display: table; + clear: both; + } +} + +/* Extra small screens (575px and below) - 1 item per row centered */ +@media (max-width: 575px) { + .add_product { + float: none; + width: 100%; + margin-right: 0; + margin-left: auto; + margin-right: auto; + flex-direction: column; /* Already set, but keeping for clarity */ + text-align: center; + padding: 1rem; + max-width: 300px; /* Limit width on very small screens */ + } + + .add_product:nth-child(n) { + margin-right: 0; + } + + .add_product:nth-child(n)::after { + display: none; + } + + .add_product img { + margin-bottom: 0.5rem; /* Already set correctly */ + } + + .add_product form { + margin: 0.5rem 0; /* Already set correctly */ + } + + .add_name { + text-align: center; + margin-bottom: 0.25rem; + } + + .add_price { + text-align: center; + } + + .add_products { + padding: 1rem; + } +} + +/* Mobile compact accessories section (<993px) - horizontal scroll */ +@media (max-width: 992px) { + .add_products { + padding: 1rem; + margin-bottom: 1rem; + display: block; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + scrollbar-width: thin; + white-space: nowrap; + } + + .add_products h2 { + font-size: 1rem; + margin-bottom: 0.75rem; + display: block; + width: 100%; + white-space: normal; + } + + .add_products h2:after { + width: 30px; + height: 2px; + margin-top: 0.4rem; + } + + .add_products::before, + .add_products::after { + display: none; + } + + .add_product { + float: none; + display: inline-flex; + flex-direction: column; + align-items: center; + text-align: center; + width: 90px; + min-width: 90px; + max-width: 90px; + padding: 0.5rem; + margin: 0 0.4rem 0 0; + vertical-align: top; + white-space: normal; + } + + .add_product:hover { + transform: none; + } + + .add_product img { + width: 45px; + height: 45px; + min-width: 45px; + margin-right: 0; + margin-bottom: 0.3rem; + } + + .add_product .product { + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + } + + .add_product .name { + font-size: 0.65rem; + line-height: 1.2; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-bottom: 0.1rem; + max-width: 100%; + } + + .add_product .price { + font-size: 0.6rem; + margin-bottom: 0.3rem; + } + + .add_product form { + margin: 0; + width: 100%; + display: flex; + justify-content: center; + } + + .add_product input[type="submit"] { + width: 22px; + height: 22px; + font-size: 11px; + } + + /* Hide scrollbar on webkit browsers but keep functionality */ + .add_products::-webkit-scrollbar { + height: 4px; + } + + .add_products::-webkit-scrollbar-track { + background: var(--color-lighter-gray); + } + + .add_products::-webkit-scrollbar-thumb { + background: var(--color-light-gray); + border-radius: 2px; + } +} + + /* Cart Totals */ + .cart .total { + border-top: 2px solid var(--color-dark-text); + border-bottom: 2px solid var(--color-dark-text); + padding: 1.5rem 0; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; + margin-bottom: 2rem; + } + + .cart .total .text { + font-size: 1.2rem; + font-weight: 400; + color: var(--color-heading); + text-transform: uppercase; + letter-spacing: 1px; + } + + .cart .total .cart_price { + font-size: 1.3rem; + font-weight: 600; + color: var(--color-primary); + } + + .cart .total .note { + width: 100%; + margin-top: 0.8rem; + font-size: 0.85rem; + color: var(--color-dark-gray); + text-align: right; + font-style: italic; + } + + /* Buttons */ + .cart .buttons { + display: flex; + justify-content: flex-end; + gap: 1rem; + margin-bottom: 1.5rem; + } + + .cart .buttons .btn { + padding: 0.75rem 1.5rem; + font-size: 0.85rem; + font-weight: 500; + border: 1px solid var(--color-dark-text); + background-color: transparent; + color: var(--color-dark-text); + cursor: pointer; + transition: all 0.3s ease; + text-transform: uppercase; + letter-spacing: 1px; + } + + .cart .buttons input[type="submit"][name="emptycart"] { + color: var(--color-dark-gray); + font-size: 1.2rem; + border: none; + } + + .cart .buttons input[type="submit"][name="emptycart"]:hover { + color: var(--color-dark-text); + } + + .cart .buttons input[type="submit"][name="update"]:hover { + background-color: var(--color-accent); + border-color: var(--color-accent); + color: var(--color-white); + } + + .cart .buttons input[type="submit"][name="checkout"] { + background-color: var(--color-primary) !important; + border-color: var(--color-primary) !important; + color: var(--color-white); + } + + .cart .buttons input[type="submit"][name="checkout"]:hover { + background-color: var(--color-primary-dark) !important; + border-color: var(--color-primary-dark) !important; + } + + /* Fix for bottom link */ + .cart h4 { + margin-bottom: 1rem !important; + text-align: right; + } + + .cart h4 a { + display: inline-block; + font-size: 0.85rem !important; + padding: 0.6rem 1.2rem !important; + background-color: transparent; + border: 1px solid var(--color-text-dark); + transition: all 0.3s ease; + color: var(--color-text-dark) !important; + text-transform: uppercase; + letter-spacing: 1px; + } + + .cart h4 a:hover { + background-color: var(--color-accent); + border-color: var(--color-accent); + color: var(--color-white) !important; + } + + /* Enhanced Responsive Design */ + @media (max-width: 992px) { + .cart.content-wrapper { + padding: 1.5rem; + } + + .cart h1 { + font-size: 1.8rem; + } + } + + @media (max-width: 768px) { + .rhide { + display: none; + } + + .cart td.img { + width: 70px; + } + + .cart td.img img { + width: 60px; + height: 60px; + } + + .cart h1 { + font-size: 1.6rem; + } + + .cart tbody td { + padding: 1rem 0.4rem; + } + + .cart td a { + font-size: 1rem; + } + + .cart .buttons { + flex-wrap: wrap; + justify-content: center; + } + + .cart .buttons .btn { + min-width: 120px; + text-align: center; + } + + .cart .total { + flex-direction: column; + text-align: center; + } + + .cart .total .text, + .cart .total .cart_price { + margin-bottom: 0.5rem; + } + + .cart .total .note { + text-align: center; + } + + .cart h4 { + text-align: center; + } + } + + @media (max-width: 576px) { + .cart.content-wrapper { + padding: 1rem; + } + + .cart h1 { + font-size: 1.4rem; + } + + .cart thead td { + font-size: 0.7rem; + padding: 0.75rem 0.3rem; + } + + .cart td.img { + width: 50px; + } + + .cart td.img img { + width: 45px; + height: 45px; + } + + .cart td.cart_quantity input { + width: 50px; + height: 35px; + } + + .cart .add_product { + flex-wrap: wrap; + } + + .cart .add_product img { + min-width: 45px; + max-width: 45px !important; + } + + .cart .add_name { + width: 100%; + margin: 0.5rem 0; + } + + .cart .buttons .btn { + width: 100%; + margin-bottom: 0.5rem; + } + + .cart .add_products { + padding: 1rem; + } + } + +/* Sticky checkout button on mobile (<993px) */ +@media (max-width: 992px) { + .cart .buttons { + position: relative; + padding-bottom: 70px; + } + + .cart .btn-checkout-sticky { + position: fixed !important; + left: 0 !important; + right: 0 !important; + bottom: 0 !important; + width: 100% !important; + z-index: 1000 !important; + border-radius: 0 !important; + margin: 0 !important; + padding: 1rem !important; + box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15) !important; + font-size: 1rem !important; + background-color: green !important; + color: white !important; + border: none !important; + } +} + + /* Checkout Page Modernization */ + +.checkout { + font-family: 'Inter', 'Helvetica Neue', sans-serif; + color: var(--color-text-dark); + margin: 0 auto; + padding: 1rem 1rem; +} + +.checkout h1 { + color: var(--color-heading); + font-size: 2rem; + font-weight: 600; + margin-bottom: 1.5rem; + position: relative; +} + +.checkout h1::after { + content: ''; + position: absolute; + bottom: -10px; + left: 0; + width: 60px; + height: 3px; + background-color: var(--color-primary); +} + +.checkout h2 { + color: var(--color-dark-blue); + font-size: 1.25rem; + font-weight: 500; + margin: 1.75rem 0 1rem; + padding-bottom: 0.5rem; + border-bottom: 1px solid var(--color-gray); +} + +.checkout p { + margin-bottom: 1.5rem; + line-height: 1.6; +} + +.checkout a { + color: var(--color-accent); + text-decoration: none; + transition: color 0.2s ease; +} + +.checkout a:hover { + color: var(--color-primary); + text-decoration: underline; +} + +.checkout .error { + color: #e74c3c; + background-color: rgba(231, 76, 60, 0.1); + padding: 0.75rem; + border-radius: 4px; + margin-bottom: 1.5rem; + font-size: 0.9rem; +} + +/* Container and layout */ +.checkout .container { + display: grid; + grid-template-columns: 1fr; + gap: 2rem; +} + +@media (min-width: 768px) { + .checkout .container { + grid-template-columns: 3fr 2fr; + } +} + +/* Form elements */ +.checkout .form-field { + width: 100%; + padding: 0.875rem 1rem; + margin-bottom: 1rem; + border: 1px solid var(--color-gray); + border-radius: 4px; + font-size: 0.95rem; + transition: border-color 0.3s, box-shadow 0.3s; + background-color: var(--color-white); +} + +.checkout .form-field:focus { + border-color: var(--color-accent); + box-shadow: 0 0 0 3px rgba(44, 75, 124, 0.15); + outline: none; +} + +.checkout label { + display: block; + font-size: 0.85rem; + font-weight: 500; + margin-bottom: 0.5rem; + color: var(--color-dark-text); +} + +.checkout select.form-field { + appearance: none; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-position: right 1rem center; + background-size: 1rem; + padding-right: 2.5rem; +} + +/* Inline field rows - use flexbox for better control */ +.inline-fields { + display: flex; + gap: 0.75rem; +} + +.inline-fields > div { + flex: 1; + min-width: 0; +} + +/* Legacy row1/row2 support - desktop side-by-side */ +@media (min-width: 601px) { + .row1, .row2 { + display: inline-block; + width: calc(50% - 0.4rem); + vertical-align: top; + } + .row1 { margin-right: 0.4rem; } + .row2 { margin-left: 0.4rem; } +} + +/* Mobile: stack all fields */ +@media (max-width: 600px) { + .row1, .row2 { + display: block; + width: 100%; + margin: 0; + } + + .inline-fields { + flex-direction: column; + gap: 0; + } +} + +/* Shipping details */ +.shipping-details { + background-color: var(--color-white); + border-radius: 8px; + padding: 1.5rem; + box-shadow: 0 2px 12px var(--color-shadow); +} + +#dropin-container { + margin-bottom: 1.5rem; +} + +/* Payment methods */ +.payment-methods { + display: flex; + flex-wrap: wrap; + gap: 1rem; + margin-bottom: 1.5rem; +} + +/* Cart details */ +.cart-details { + background-color: var(--color-white); + border-radius: 8px; + padding: 1.5rem; + box-shadow: 0 2px 12px var(--color-shadow); + position: sticky; + top: 20px; +} + +.cart-details table { + width: 100%; + border-collapse: collapse; + margin-bottom: 1.5rem; +} + +.cart-details table td { + padding: 0.75rem 0; + border-bottom: 1px solid var(--color-gray); +} + +.cart-details table td img { + border-radius: 4px; + object-fit: cover; + border: 1px solid var(--color-light-gray); +} + +.cart-details table td.price { + font-weight: 600; + text-align: right; + color: var(--color-dark-text); +} + +/* Discount code */ +.discount-code { + display: flex; + gap: 0.5rem; + margin-bottom: 1.5rem; +} + +.discount-code input { + flex: 1; + margin-bottom: 0; +} + +.discount-code .result { + font-size: 0.9rem; + color: var(--color-green); +} + +/* Summary and total */ +.summary { + margin-bottom: 1rem; +} + +.summary > div { + display: flex; + justify-content: space-between; + margin-bottom: 0.5rem; + padding: 0.5rem 0; + font-size: 0.95rem; +} + +.total { + display: flex; + justify-content: space-between; + padding: 1rem 0; + margin: 1rem 0; + border-top: 2px solid var(--color-gray); + border-bottom: 2px solid var(--color-gray); + font-size: 1.1rem; + font-weight: 600; + color: var(--color-dark-text); +} + +.total .alt { + font-size: 0.8rem; + font-weight: normal; + color: var(--color-dark-gray); +} + +/* Checkboxes */ +.checkout input[type="checkbox"] { + margin-right: 0.5rem; + position: relative; + top: 2px; + accent-color: var(--color-accent); +} + +/* Button */ +.buttons { + margin-top: 1.5rem; +} + +.checkout_btn { + background-color: var(--color-primary); + color: var(--color-white); + border: none; + border-radius: 4px; + padding: 1rem 1.5rem; + font-size: 1rem; + font-weight: 600; + cursor: pointer; + transition: background-color 0.2s, transform 0.1s; + width: 100%; + text-align: center; + box-shadow: 0 2px 4px rgba(255, 111, 0, 0.25); +} + +.checkout_btn:hover { + background-color: var(--color-primary-dark); +} + +.checkout_btn:active { + transform: translateY(1px); + background-color: var(--color-primary-darker); +} + +/* Responsive adjustments */ +@media (max-width: 767px) { + .shipping-details, .cart-details { + padding: 1.25rem; + } + + .cart-details { + position: static; + } + + .checkout h1 { + font-size: 1.75rem; + } + + .checkout h2 { + font-size: 1.1rem; + } +} + +/* Compact checkout on mobile (<993px) */ +@media (max-width: 992px) { + .checkout { + padding: 0.5rem; + padding-bottom: 90px; /* Space for sticky button */ + } + + .checkout h1 { + font-size: 1.3rem; + margin-bottom: 0.75rem; + text-align: center; + } + + .checkout h1::after { + display: none; + } + + .checkout > p { + text-align: center; + margin-bottom: 0.5rem; + font-size: 0.85rem; + } + + .checkout h2 { + font-size: 0.95rem; + margin: 0.75rem 0 0.5rem; + padding-bottom: 0.25rem; + border-bottom: 1px solid #eee; + } + + .checkout .form-field { + padding: 0.75rem; + margin-bottom: 0.5rem; + font-size: 16px; /* Prevents iOS zoom */ + border-radius: 6px; + } + + .checkout label { + font-size: 0.8rem; + margin-bottom: 0.2rem; + display: block; + } + + .checkout .container { + display: flex; + flex-direction: column; + gap: 0.75rem; + } + + .shipping-details { + padding: 0.75rem; + border-radius: 8px; + background: #fff; + box-shadow: 0 1px 4px rgba(0,0,0,0.08); + } + + .cart-details { + position: static; + padding: 0.75rem; + border-radius: 8px; + background: #f9f9f9; + } + + .cart-details h2 { + margin-top: 0; + } + + .cart-details table { + font-size: 0.85rem; + } + + .cart-details table td { + padding: 0.4rem 0; + } + + .cart-details table td img { + width: 35px !important; + height: 35px !important; + border-radius: 4px; + } + + .cart-details table td:last-child { + text-align: right; + white-space: nowrap; + } + + .discount-code { + margin: 0.5rem 0; + } + + .discount-code input { + padding: 0.6rem; + font-size: 0.9rem; + } + + .shipping-methods-container { + margin: 0.5rem 0; + } + + .shipping-methods h3 { + font-size: 0.85rem; + margin-bottom: 0.4rem; + } + + .shipping-method { + padding: 0.4rem 0; + font-size: 0.85rem; + } + + .summary { + border-top: 1px solid #eee; + padding-top: 0.5rem; + margin-top: 0.5rem; + } + + .summary > div { + display: flex; + justify-content: space-between; + padding: 0.25rem 0; + font-size: 0.85rem; + } + + .total { + display: flex; + justify-content: space-between; + padding: 0.6rem 0; + margin: 0.5rem 0; + font-size: 1.05rem; + font-weight: 600; + border-top: 2px solid var(--color-primary); + } + + /* Consent checkboxes */ + .checkout .summary .subtotal { + font-size: 0.75rem; + line-height: 1.4; + } + + .checkout .summary .subtotal input[type="checkbox"] { + margin-right: 0.4rem; + vertical-align: middle; + } + + /* Payment methods compact grid */ + .checkout .payment-methods { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 0.5rem; + margin-bottom: 0.5rem; + } + + .checkout .payment-methods label { + height: 45px; + width: 100%; + margin: 0; + font-size: 0.75rem; + padding: 0.25rem; + } + + .checkout .payment-methods label img { + max-height: 25px; + width: auto; + } + + /* Sticky checkout button */ + .checkout .buttons { + position: fixed; + bottom: 0; + left: 0; + right: 0; + margin: 0; + padding: 0.75rem; + background: #fff; + box-shadow: 0 -2px 10px rgba(0,0,0,0.1); + z-index: 1000; + } + + .checkout .checkout_btn { + width: 100%; + padding: 0.9rem; + font-size: 1rem; + font-weight: 600; + border-radius: 8px; + } + + .checkout .error { + padding: 0.5rem; + margin-bottom: 0.5rem; + font-size: 0.8rem; + border-radius: 6px; + } + + /* Hide account creation section initially - less overwhelming */ + #password-section { + background: #f5f5f5; + padding: 0.75rem; + border-radius: 6px; + margin-top: 0.5rem; + } +} + +/* Extra compact for small phones (<480px) */ +@media (max-width: 480px) { + .checkout { + padding: 0.35rem; + padding-bottom: 85px; + } + + .checkout h1 { + font-size: 1.15rem; + } + + .checkout h2 { + font-size: 0.9rem; + } + + .checkout .form-field { + padding: 0.65rem; + } + + .checkout label { + font-size: 0.75rem; + } + + .shipping-details, + .cart-details { + padding: 0.5rem; + } + + .cart-details table td img { + width: 30px !important; + height: 30px !important; + } + + .checkout .payment-methods { + grid-template-columns: repeat(2, 1fr); + gap: 0.35rem; + } + + .checkout .payment-methods label { + height: 40px; + } + + .checkout .payment-methods label img { + max-height: 20px; + } + + .checkout .buttons { + padding: 0.5rem; + } + + .checkout .checkout_btn { + padding: 0.75rem; + font-size: 0.95rem; + } + + .checkout .summary .subtotal { + font-size: 0.7rem; + } +} + +.checkout .payment-methods { + display: flex; + flex-flow: wrap; + width: 100%; + gap:10px; + } + + .checkout .payment-methods label { + text-decoration: none; + display: flex; + justify-content: center; + align-items: center; + border: 1px solid #EEEEEE; + border-radius: 5px; + height: 60px; + width: 159px; + margin: 10px; + font-weight: 500; + color: #434f61; + padding: 0; + cursor: pointer; + text-align: center; + } + + .checkout .payment-methods label:nth-child(2), main .checkout .payment-methods label:nth-child(8) { + margin-left: 0; + } + + .checkout .payment-methods label:nth-child(3n) { + margin-right: 0; + } + + .checkout .payment-methods label:hover { + border: 1px solid #d5d5d5; + } + + .checkout .payment-methods input { + position: absolute; + top: -9999px; + left: -9999px; + visibility: hidden; + } + + .checkout .payment-methods input:checked + label { + border: 2px solid var(--color-primary); + } + +.order-confirmation { + width: 100%; + max-width: 800px; + margin: 2rem auto; + padding: 2rem; + background-color: var(--color-white); + border-radius: 12px; + box-shadow: 0 8px 24px var(--color-shadow); +} + +.order-confirmation__container { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} + +.order-confirmation__icon { + color: var(--color-primary); + margin-bottom: 1.5rem; + animation: fadeInUp 0.6s ease-out; +} + +.order-confirmation__title { + color: var(--color-heading); + font-size: 1.75rem; + font-weight: 700; + margin-bottom: 1rem; + animation: fadeInUp 0.8s ease-out; +} + +.order-confirmation__message { + color: var(--color-text-gray); + font-size: 1.125rem; + line-height: 1.5; + animation: fadeInUp 1s ease-out; +} + +@keyframes fadeInUp { + from { + opacity: 0; + transform: translateY(20px); + } + to { + opacity: 1; + transform: translateY(0); + } +} + +@media (max-width: 768px) { + .order-confirmation { + padding: 1.5rem; + margin: 1rem; + } + + .order-confirmation__title { + font-size: 1.5rem; + } + + .order-confirmation__message { + font-size: 1rem; + } +} + +.content-section { + max-width: 90%; + margin: 40px auto; + line-height: 1.6; + } + + .text-image-block { + margin-bottom: 60px; + overflow: hidden; + position: relative; + } + + .text-content { + padding: 30px; + } + + .image-container { + width: 40%; + border-radius: 8px; + overflow: hidden; + box-shadow: 0 6px 12px rgba(0,0,0,0.15); + } + + .image-container img { + width: 100%; + height: auto; + display: block; + } + + /* First layout - image on right */ + .layout-1 .image-container { + float: right; + margin: 0 0 20px 30px; + shape-outside: margin-box; + } + + /* Second layout - image on left */ + .layout-2 .image-container { + float: left; + margin: 0 30px 20px 0; + shape-outside: margin-box; + } + + /* Third layout - image centered with text wrapping */ + .layout-3 .image-container { + float: right; + margin: 0 0 20px 30px; + shape-outside: margin-box; + } + + .about_link { + display: inline-block; + font-size: 0.85rem !important; + padding: 0.6rem 1.2rem !important; + background-color: transparent; + border: 1px solid var(--color-text-dark); + transition: all 0.3s ease; + color: var(--color-text-dark) !important; + text-transform: uppercase; + letter-spacing: 1px; + margin-top: 20px; + } + + /* Responsive adjustments */ + @media (max-width: 768px) { + .image-container { + width: 50%; + float: none; + margin: auto; + shape-outside: none; + } + } + + +.myaccount.content-wrapper { + max-width: 90%; + margin: 3rem auto; + padding: 0 1.5rem; +} + +.login-register { + display: flex; + flex-direction: column; + gap: 2.5rem; +} + +@media (min-width: 768px) { + .login-register { + flex-direction: row; + } + + .login, .register { + flex: 1; + } +} + +.login, .register { + background-color: var(--color-white); + border-radius: var(--form-border-radius); + box-shadow: var(--form-box-shadow); + padding: 2rem; + transition: transform 0.3s ease, box-shadow 0.3s ease; +} + +.login:hover, .register:hover { + transform: translateY(-5px); + box-shadow: 0 6px 18px var(--color-shadow); +} + +.login h1, .register h1 { + color: var(--color-heading); + font-size: 1.75rem; + font-weight: 600; + margin-bottom: 1.5rem; + padding-bottom: 0.75rem; + border-bottom: 2px solid var(--color-primary); + position: relative; +} + +.login form, .register form { + display: flex; + flex-direction: column; + gap: 1rem; +} + +.form-label { + display: block; + font-weight: 500; + margin-bottom: 0.5rem; + color: var(--color-text-dark); + font-size: 0.9rem; +} + +.form-field { + width: 100%; + padding: 0.75rem 1rem; + border: 1px solid var(--color-gray); + border-radius: var(--input-border-radius); + background-color: var(--color-off-white); + font-size: 1rem; + transition: border-color 0.3s ease, box-shadow 0.3s ease; + box-shadow: var(--input-box-shadow); +} + +.form-field:focus { + outline: none; + border-color: var(--color-primary); + box-shadow: var(--input-focus-shadow); + background-color: var(--color-white); +} + +.form-field::placeholder { + color: var(--color-dark-gray); + opacity: 0.7; +} + +/* Modern form enhancements */ +@media (prefers-reduced-motion: no-preference) { + .form-field { + transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; + } + + .form-field:focus { + transform: scale(1.01); + } +} + +/* Fix for duplicate IDs */ +.register #email { + border-left: 3px solid var(--color-accent); +} + +.register #password { + border-left: 3px solid var(--color-accent); +} + +/* Password field styling */ +input[type="password"] { + letter-spacing: 0.2em; +} + +/* Responsive adjustments */ +@media (max-width: 767px) { + .btn { + width: 100%; + align-self: stretch; + } + + .login, .register { + padding: 1.5rem; + } +} + +.myaccount h1 { + font-size: 2.25rem; + font-weight: 700; + color: var(--color-heading); + margin-bottom: 2rem; + border-bottom: 3px solid var(--color-primary); + padding-bottom: 0.75rem; + display: inline-block; +} + +/* Layout */ +@media (min-width: 992px) { + .myaccount.content-wrapper { + display: grid; + grid-template-columns: 250px 1fr; + gap: 2.5rem; + } + + .myaccount h1 { + grid-column: 1 / -1; + } +} + +/* Menu styles */ +.menu { + background-color: var(--color-white); + border-radius: 8px; + box-shadow: 0 2px 8px var(--color-shadow); + padding: 1.5rem; + margin-bottom: 2rem; + position: sticky; + top: 1.5rem; + align-self: start; +} + +.menu h2 { + font-size: 1.25rem; + font-weight: 600; + color: var(--color-heading); + margin: 0 0 1.25rem; + padding-bottom: 0.75rem; + border-bottom: 2px solid var(--color-primary); +} + +.menu-items { + display: flex; + flex-direction: column; + gap: 0.5rem; +} + +.menu-items a { + display: block; + padding: 0.75rem 1rem; + color: var(--color-text-dark); + text-decoration: none; + border-radius: 6px; + transition: all 0.2s ease; + font-weight: 500; + border-left: 3px solid transparent; +} + +.menu-items a:hover { + background-color: var(--color-light-gray); + color: var(--color-primary); + border-left-color: var(--color-primary); +} + +.menu-items a.active { + background-color: var(--color-lighter-gray); + color: var(--color-primary); + border-left-color: var(--color-primary); + font-weight: 600; +} + +/* Orders section */ +.myorders { + width: 100%; +} + +.myorders h2 { + font-size: 1.5rem; + font-weight: 600; + color: var(--color-heading); + margin: 0 0 1.5rem; + padding-bottom: 0.75rem; + border-bottom: 2px solid var(--color-accent); +} + +/* Order item */ +.order { + background-color: var(--color-white); + border-radius: 8px; + box-shadow: 0 2px 6px var(--color-shadow); + margin-bottom: 1.5rem; + overflow: hidden; + transition: transform 0.2s ease, box-shadow 0.2s ease; +} + +.order:hover { + transform: translateY(-3px); + box-shadow: 0 4px 12px var(--color-shadow); +} + +/* Order header */ +.order-header { + display: flex; + justify-content: space-between; + padding: 1.25rem; + background-color: var(--color-lighter-gray); + border-bottom: 1px solid var(--color-gray); +} + +.order-header > div { + display: flex; + flex-direction: column; + gap: 0.5rem; +} + +@media (min-width: 576px) { + .order-header > div { + flex-direction: row; + align-items: center; + gap: 1.5rem; + } +} + +.order-header span { + display: block; + font-size: 0.75rem; + color: var(--color-dark-gray); + margin-bottom: 0.15rem; + text-transform: uppercase; + letter-spacing: 0.5px; +} + +.order-header div > div { + margin-right: 1rem; + font-weight: 500; +} + +/* Status styling */ +.order-header div > div:nth-child(3) { + font-weight: 600; +} + +.order-header div > div:nth-child(3):contains("Open") { + color: var(--color-status-open); +} + +.order-header div > div:nth-child(3):contains("Betaald") { + color: var(--color-status-paid); +} + +.order-header div > div:nth-child(3):contains("Verlopen") { + color: var(--color-status-expired); +} + +/* Total price styling */ +.order-header > div:last-child > div:last-child { + font-weight: 700; + font-size: 1.1rem; + color: var(--color-dark-text); +} + +/* Order items */ +.order-items { + padding: 1rem; +} + +.order-items table { + width: 100%; + border-collapse: collapse; +} + +.order-items tr { + border-bottom: 1px solid var(--color-gray); +} + +.order-items tr:last-child { + border-bottom: none; +} + +.order-items td { + padding: 0.875rem 0.5rem; + vertical-align: middle; +} + +.order-items td.img { + width: 70px; + padding-left: 0; +} + +.order-items td.img img { + width: 60px; + height: 60px; + object-fit: cover; + border-radius: 4px; + border: 1px solid var(--color-gray); + background-color: var(--color-white); + transition: transform 0.2s ease; +} + +.order-items tr:hover td.img img { + transform: scale(1.05); +} + +.order-items td.name { + font-weight: 500; + color: var(--color-text-dark); +} + +.order-items td.price { + text-align: right; + font-weight: 600; + color: var(--color-text-dark); + white-space: nowrap; +} + +/* Responsive styles */ +@media (max-width: 767px) { + .rhide { + display: none; + } + + .order-header { + flex-direction: column; + gap: 0.875rem; + } + + .order-header > div:last-child { + align-self: flex-end; + } +} + +@media (max-width: 576px) { + .myaccount h1 { + font-size: 1.75rem; + } + + .myorders h2, .menu h2 { + font-size: 1.35rem; + } + + .order-items td.name { + font-size: 0.9rem; + } +} + +/* Empty state for no orders */ +.myorders:empty::after { + content: "No orders found"; + display: block; + text-align: center; + padding: 3rem 1rem; + color: var(--color-dark-gray); + background-color: var(--color-white); + border-radius: 8px; + box-shadow: 0 2px 6px var(--color-shadow); + font-size: 1.1rem; +} + +/* Animation for new orders */ +@keyframes highlight { + 0% { background-color: rgba(255, 111, 0, 0.2); } + 100% { background-color: var(--color-white); } +} + +.order.new { + animation: highlight 2s ease-out; +} + +/* =================================== + DEALERS PAGE STYLES + =================================== */ + +/* Dealers Section */ +.dealers-section { + padding: 80px 0; + background-color: var(--color-lighter-gray); +} + +.section-intro { + text-align: center; + max-width: 800px; + margin: 0 auto 60px; +} + +.section-intro h2 { + font-size: 2.5rem; + font-weight: 600; + color: var(--color-heading); + margin-bottom: 20px; + position: relative; +} + +.section-intro h2::after { + content: ''; + position: absolute; + bottom: -10px; + left: 50%; + transform: translateX(-50%); + width: 80px; + height: 3px; + background-color: var(--color-primary); +} + +.section-intro p { + font-size: 1.2rem; + line-height: 1.6; + color: var(--color-text-gray); +} + +/* Dealers Grid */ +.dealers-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); + gap: 30px; + max-width: 1200px; + margin: 0 auto; +} + +/* Dealer Card */ +.dealer-card { + background-color: var(--color-white); + border-radius: 12px; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); + padding: 30px; + transition: transform 0.3s ease, box-shadow 0.3s ease; + position: relative; + overflow: hidden; +} + +.dealer-card::before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 4px; + background: linear-gradient(90deg, var(--color-primary), var(--color-secondary)); +} + +.dealer-card:hover { + transform: translateY(-5px); + box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); +} + +/* Dealer Header */ +.dealer-header { + margin-bottom: 25px; + padding-bottom: 20px; + border-bottom: 1px solid var(--color-light-gray); +} + +.dealer-header h3 { + font-size: 1.5rem; + font-weight: 600; + color: var(--color-heading); + margin-bottom: 5px; +} + +.dealer-location { + font-size: 1rem; + color: var(--color-primary); + font-weight: 500; + text-transform: uppercase; + letter-spacing: 0.5px; +} + +/* Dealer Info */ +.dealer-info { + margin-bottom: 25px; +} + +.info-item { + display: flex; + align-items: flex-start; + margin-bottom: 15px; + gap: 12px; +} + +.info-item:last-child { + margin-bottom: 0; +} + +.info-item i { + font-size: 1.1rem; + color: var(--color-primary); + margin-top: 2px; + min-width: 20px; +} + +/* Icons using CSS pseudo-elements */ +.icon-location::before { + content: "📍"; +} + +.icon-phone::before { + content: "📞"; +} + +.icon-email::before { + content: "✉️"; +} + +.icon-whatsapp::before { + content: "💬"; +} + +.info-item div { + display: flex; + flex-direction: column; +} + +.info-item span { + font-size: 0.95rem; + color: var(--color-text-gray); + line-height: 1.4; +} + +.info-item a { + color: var(--color-text-dark); + text-decoration: none; + font-weight: 500; + transition: color 0.3s ease; +} + +.info-item a:hover { + color: var(--color-primary); +} + +/* Dealer Actions */ +.dealer-actions { + display: flex; + gap: 10px; +} + +.dealer-actions .btn { + flex: 1; + text-align: center; + padding: 10px 15px; + font-size: 0.9rem; + font-weight: 500; + border-radius: 6px; + text-decoration: none; + transition: all 0.3s ease; + display: flex; + align-items: center; + justify-content: center; + gap: 5px; +} + +.btn-secondary { + background-color: var(--color-primary); + color: var(--color-white); + border: 1px solid var(--color-primary); +} + +.btn-secondary:hover { + background-color: var(--color-primary-dark); + border-color: var(--color-primary-dark); +} + +.btn-outline { + background-color: transparent; + color: var(--color-primary); + border: 1px solid var(--color-primary); +} + +.btn-outline:hover { + background-color: var(--color-primary); + color: var(--color-white); +} + +/* Become a Dealer Section */ +.become-dealer-section { + padding: 80px 0; + background-color: var(--color-white); +} + +.become-dealer-content { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 60px; + align-items: center; + max-width: 1200px; + margin: 0 auto; +} + +.become-dealer-text h2 { + font-size: 2.2rem; + font-weight: 600; + color: var(--color-heading); + margin-bottom: 20px; + line-height: 1.3; +} + +.become-dealer-text p { + font-size: 1.1rem; + line-height: 1.6; + color: var(--color-text-gray); + margin-bottom: 30px; +} + +.contact-options { + display: flex; + flex-direction: column; + gap: 15px; +} + +.contact-options .btn { + display: inline-flex; + align-items: center; + gap: 10px; + padding: 12px 20px; + font-size: 1rem; + font-weight: 500; + border-radius: 6px; + text-decoration: none; + transition: all 0.3s ease; + width: fit-content; +} + +.btn-primary { + background-color: var(--color-primary); + color: var(--color-white); + border: 1px solid var(--color-primary); +} + +.btn-primary:hover { + background-color: var(--color-primary-dark); + border-color: var(--color-primary-dark); + transform: translateY(-2px); +} + +.btn-whatsapp { + background-color: #25D366; + color: var(--color-white); + border: 1px solid #25D366; +} + +.btn-whatsapp:hover { + background-color: #128C7E; + border-color: #128C7E; + transform: translateY(-2px); +} + +.become-dealer-image { + display: flex; + justify-content: center; + align-items: center; +} + +.image-placeholder { + width: 100%; + height: 300px; + background-image: url(../../custom/assets/header.jpg); + background-size: cover; + background-position: center; + border-radius: 12px; + display: flex; + align-items: center; + justify-content: center; + position: relative; + overflow: hidden; +} + +/* Responsive Design */ +@media (max-width: 992px) { + .dealers-grid { + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 25px; + } + + .become-dealer-content { + grid-template-columns: 1fr; + gap: 40px; + text-align: center; + } + + .section-intro h2 { + font-size: 2.2rem; + } + + .become-dealer-text h2 { + font-size: 2rem; + } +} + +@media (max-width: 768px) { + .dealers-section { + padding: 60px 0; + } + + .become-dealer-section { + padding: 60px 0; + } + + .dealers-grid { + grid-template-columns: 1fr; + gap: 20px; + } + + .dealer-card { + padding: 25px; + } + + .section-intro h2 { + font-size: 2rem; + } + + .section-intro p { + font-size: 1.1rem; + } + + .become-dealer-text h2 { + font-size: 1.8rem; + } + + .contact-options { + align-items: center; + } + + .contact-options .btn { + width: 100%; + justify-content: center; + max-width: 300px; + } +} + +@media (max-width: 576px) { + .dealer-card { + padding: 20px; + } + + .dealer-actions { + flex-direction: column; + } + + .dealer-actions .btn { + width: 100%; + } + + .section-intro h2 { + font-size: 1.8rem; + } + + .become-dealer-text h2 { + font-size: 1.6rem; + } + + .hero h1 { + font-size: 2rem; + } + + .hero p { + font-size: 1.1rem; + } +} + +/* Animation for cards on scroll */ +@media (prefers-reduced-motion: no-preference) { + .dealer-card { + opacity: 0; + transform: translateY(30px); + animation: fadeInUp 0.6s ease forwards; + } + + .dealer-card:nth-child(1) { + animation-delay: 0.1s; + } + + .dealer-card:nth-child(2) { + animation-delay: 0.2s; + } + + .dealer-card:nth-child(3) { + animation-delay: 0.3s; + } + + @keyframes fadeInUp { + to { + opacity: 1; + transform: translateY(0); + } + } +} + +/* Reviews section */ +.reviews { + padding: 60px 0; + background-color: var(--color-light-gray); +} + +.reviews .container { + max-width: 90%; + margin: 0 auto; +} + +.reviews h2 { + text-align: center; + color: var(--color-dark-blue); + font-size: 2.2rem; + margin-bottom: 50px; + font-weight: 600; +} + +.reviews-container { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 40px; + max-width: 1200px; + margin: 0 auto; +} + +.review-item { + background: var(--color-white); + padding: 30px; + border-radius: 12px; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); + transition: transform 0.3s ease, box-shadow 0.3s ease; + position: relative; + border-left: 4px solid var(--color-dark-blue); +} + +.review-item:hover { + transform: translateY(-5px); + box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); +} + +.review-item .stars { + color: var(--color-star); + font-size: 1.3rem; + margin-bottom: 20px; + letter-spacing: 2px; +} + +.review-item p { + color: var(--color-text-dark); + font-size: 0.8rem; + line-height: 1.6; + margin-bottom: 20px; + font-style: italic; + position: relative; +} + +.review-item p::before { + content: '"'; + font-size: 3rem; + color: var(--color-dark-blue); + position: absolute; + left: -15px; + top: -10px; + opacity: 0.3; + font-family: serif; +} + +.review-item p::after { + content: '"'; + font-size: 3rem; + color: var(--color-dark-blue); + position: absolute; + right: -10px; + bottom: -20px; + opacity: 0.3; + font-family: serif; +} + +.reviewer { + color: var(--color-dark-blue); + font-weight: 600; + font-size: 1.1rem; + text-align: right; + position: relative; +} + +.reviewer::before { + content: ''; + width: 40px; + height: 2px; + background-color: var(--color-dark-blue); + position: absolute; + right: 0; + top: -10px; +} + +/* Mobile responsiveness for reviews */ +@media (max-width: 768px) { + .reviews { + padding: 40px 0; + } + + .reviews h2 { + font-size: 1.8rem; + margin-bottom: 30px; + } + + .reviews-container { + grid-template-columns: 1fr; + gap: 25px; + } + + .review-item { + padding: 25px 20px; + } + + .review-item p { + font-size: 0.95rem; + } + + .review-item p::before, + .review-item p::after { + font-size: 2.5rem; + } +} + +/* Mobile styles for watch ad section */ +@media (max-width: 768px) { + .watch-ad-section { + max-width: 95%; + } + + .top-section { + flex-direction: column; + justify-content: center; + align-items: center; + height: 300px; + padding: 20px; + } + + .watch-image { + display: none; + } + + .top-content { + width: 90%; + max-width: 90%; + text-align: center; + margin: 0 auto; + } + + .top-content h2 { + font-size: 1.6rem; + line-height: 1.3; + word-wrap: break-word; + overflow-wrap: break-word; + } + + .bottom-section { + flex-direction: column; + justify-content: center; + align-items: center; + height: 300px; + padding: 20px; + } + + .bottom-content { + width: 90%; + max-width: 90%; + text-align: center; + margin: 0 auto; + } + + .bottom-content h2 { + font-size: 1.6rem; + line-height: 1.3; + word-wrap: break-word; + overflow-wrap: break-word; + } +} + +/* ============================================ + STEP-BY-STEP CHECKOUT WIZARD + ============================================ */ + +/* Progress Steps Indicator */ +.progress-steps { + display: flex; + justify-content: space-between; + align-items: center; + max-width: 600px; + margin: 2rem auto 3rem; + position: relative; + padding: 0 1rem; +} + +.progress-steps::before { + content: ''; + position: absolute; + top: 20px; + left: 15%; + right: 15%; + height: 2px; + background: #e5e7eb; + z-index: 0; +} + +.progress-step { + display: flex; + flex-direction: column; + align-items: center; + gap: 0.5rem; + position: relative; + z-index: 1; + flex: 1; +} + +.step-number { + width: 40px; + height: 40px; + border-radius: 50%; + background: #e5e7eb; + color: #9ca3af; + display: flex; + align-items: center; + justify-content: center; + font-weight: 700; + font-size: 1.125rem; + transition: all 0.3s ease; +} + +.step-label { + font-size: 0.875rem; + color: #6b7280; + font-weight: 500; + text-align: center; + transition: color 0.3s ease; +} + +.progress-step.active .step-number { + background: #2c4b7c; + color: white; + box-shadow: 0 0 0 4px rgba(44, 75, 124, 0.2); +} + +.progress-step.active .step-label { + color: #2c4b7c; + font-weight: 600; +} + +.progress-step.completed .step-number { + background: #10b981; + color: white; +} + +.progress-step.completed .step-label { + color: #10b981; +} + +/* Checkout Steps Container */ +.checkout-wizard .container { + display: grid; + grid-template-columns: 1fr; + gap: 2rem; + margin-top: 2rem; + max-width: 800px; + margin-left: auto; + margin-right: auto; +} + +.checkout-steps { + display: flex; + flex-direction: column; + gap: 1.5rem; +} + +/* Step Sections */ +.step-section { + background: white; + border: 2px solid #e5e7eb; + border-radius: 4px; + overflow: hidden; + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); +} + +.step-section.active { + border-color: #2c4b7c; + box-shadow: 0 4px 12px rgba(44, 75, 124, 0.15); +} + +.step-section.completed { + border-color: var(--color-primary); +} + +.step-section.completed .step-header { + cursor: pointer; +} + +.step-section.completed .step-header:hover { + background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%); +} + +/* Step Header */ +.step-header { + display: flex; + align-items: center; + justify-content: space-between; + padding: 1.5rem; + background: #f9fafb; + transition: background 0.3s ease; +} + +.step-section.active .step-header { + background: linear-gradient(135deg, rgba(44, 75, 124, 0.1) 0%, rgba(44, 75, 124, 0.05) 100%); +} + +.step-header-content { + display: flex; + align-items: center; + gap: 1rem; +} + +.step-badge { + width: 32px; + height: 32px; + border-radius: 50%; + background: #d1d5db; + color: #6b7280; + display: flex; + align-items: center; + justify-content: center; + font-weight: 700; + font-size: 1rem; + transition: all 0.3s ease; +} + +.step-section.active .step-badge { + background: #2c4b7c; + color: white; +} + +.step-section.completed .step-badge { + background: #10b981; + color: white; +} + +.step-title { + margin: 0; + font-size: 1.25rem; + font-weight: 600; + color: #1f2937; +} + +.step-edit { + color: #2c4b7c; + font-size: 0.9rem; + font-weight: 500; + opacity: 0; + transition: opacity 0.3s ease; +} + +.step-section.completed .step-edit { + opacity: 1; +} + +.step-section.completed:hover .step-edit { + text-decoration: underline; +} + +/* Step Content */ +.step-content { + padding: 2rem; + max-height: 0; + overflow: hidden; + opacity: 0; + padding-top: 0; + padding-bottom: 0; + transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out; +} + +.step-section.active .step-content { + max-height: 5000px; + opacity: 1; + padding-top: 2rem; + padding-bottom: 2rem; + animation: slideDown 0.3s ease-out; +} + +@keyframes slideDown { + from { + opacity: 0; + transform: translateY(-10px); + } + to { + opacity: 1; + transform: translateY(0); + } +} + +/* Step Summary (shown when completed) */ +.step-summary { + background: #f3f4f6; + border-radius: 4px; + padding: 1rem; + margin-top: 1rem; +} + +.step-section.completed .step-content { + max-height: 0; + opacity: 0; + padding-top: 0; + padding-bottom: 0; + overflow: hidden; +} + +.step-section.completed .step-summary { + display: block !important; + padding: 1.5rem; +} + +.summary-item { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0.5rem 0; +} + +.summary-label { + font-weight: 500; + color: #6b7280; +} + +.summary-value { + font-weight: 600; + color: #1f2937; +} + +/* Step Buttons */ +.step-buttons { + display: flex; + gap: 1rem; + margin-top: 2rem; +} + +.btn-continue, +.btn-back { + display: inline-flex; + align-items: center; + justify-content: center; + gap: 0.5rem; + padding: 1rem 2rem; + border: none; + border-radius: 4px; + font-size: 1rem; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; +} + +.btn-continue { + flex: 1; + background: linear-gradient(135deg, #ff6f00 0%, #e56200 100%); + color: white; + box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3); +} + +.btn-continue:hover { + background: linear-gradient(135deg, #e56200 0%, #d35400 100%); + box-shadow: 0 6px 16px rgba(255, 111, 0, 0.4); + transform: translateY(-2px); +} + +.btn-back { + background: white; + color: #6b7280; + border: 2px solid #e5e7eb; +} + +.btn-back:hover { + background: #f9fafb; + border-color: #d1d5db; +} + +/* Existing styles from previous checkout */ +.payment-methods-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); + gap: 1rem; + margin-bottom: 1.5rem; +} + +.payment-option { + position: relative; +} + +.payment-option input[type="radio"] { + position: absolute; + opacity: 0; + width: 0; + height: 0; +} + +.payment-card { + display: block; + position: relative; + padding: 1.25rem; + border: 2px solid #e5e7eb; + border-radius: 10px; + background: white; + cursor: pointer; + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); + min-height: 130px; +} + +.payment-card:hover { + border-color: #2c4b7c; + box-shadow: 0 6px 12px rgba(44, 75, 124, 0.12); + transform: translateY(-2px); +} + +.payment-option input[type="radio"]:checked + .payment-card { + border-color: #2c4b7c; + background: linear-gradient(135deg, rgba(44, 75, 124, 0.05) 0%, rgba(44, 75, 124, 0.02) 100%); + box-shadow: 0 6px 16px rgba(44, 75, 124, 0.2), 0 0 0 1px #2c4b7c; +} + +.payment-card-content { + display: flex; + flex-direction: column; + align-items: center; + gap: 0.875rem; + text-align: center; +} + +.payment-logos { + display: flex; + align-items: center; + justify-content: center; + gap: 0.5rem; + min-height: 45px; + flex-wrap: wrap; +} + +.payment-logo { + max-height: 40px; + max-width: 65px; + width: auto; + height: auto; + object-fit: contain; +} + +.payment-icon { + color: #2c4b7c; + opacity: 0.8; +} + +.payment-name { + font-size: 0.95rem; + font-weight: 600; + color: #1f2937; + line-height: 1.2; +} + +.payment-check { + position: absolute; + top: 10px; + right: 10px; + width: 26px; + height: 26px; + background: #2c4b7c; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + color: white; + font-weight: bold; + font-size: 14px; + opacity: 0; + transform: scale(0); + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); +} + +.payment-option input[type="radio"]:checked + .payment-card .payment-check { + opacity: 1; + transform: scale(1); +} + +/* Form Fields */ +.form-row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 1rem; + margin-bottom: 1rem; +} + +.form-col { + display: flex; + flex-direction: column; +} + +.form-col .form-field { + margin-bottom: 0; +} + +/* Collapsible Sections */ +.collapsible-section { + margin-bottom: 1.5rem; +} + +.collapsible-header { + display: flex; + align-items: center; + justify-content: space-between; + background: none; + border: none; + cursor: pointer; + font-size: 0.5rem; + color: #1f3d6b; + transition: all 0.3s ease; + text-align: left; +} + +.collapsible-header:hover { + color: #2c4b7c; + border-bottom-color: #2c4b7c; +} + +.collapsible-icon { + transition: transform 0.3s ease; + flex-shrink: 0; +} + +.collapsible-content { + max-height: 0; + overflow: hidden; + transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); +} + +.collapsible-section.active .collapsible-content { + padding-top: 1rem; +} + +/* Cart Table */ +.cart-table { + width: 100%; + border-collapse: separate; + border-spacing: 0; + margin-bottom: 1.5rem; +} + +.cart-table tr { + border-bottom: 1px solid #f3f4f6; +} + +.cart-table tr:last-child { + border-bottom: none; +} + +.cart-table td { + padding: 1rem 0; +} + +.cart-img { + width: 50px; +} + +.cart-img img { + border-radius: 8px; + object-fit: cover; + border: 1px solid #e5e7eb; +} + +.cart-info { + font-size: 0.9rem; + color: #374151; +} + +.cart-price { + text-align: right; + font-weight: 600; + color: #1f2937; + white-space: nowrap; +} + +/* Discount Section */ +.discount-section { + margin-top: 1.5rem; + padding-top: 1.5rem; + border-top: 1px solid #e5e7eb; +} + +.discount-header { + font-size: 0.95rem; + padding: 0.75rem 0; +} + +.discount-input-wrapper { + margin-bottom: 0.5rem; +} + +.discount-result { + display: block; + font-size: 0.875rem; + color: #10b981; + font-weight: 500; + min-height: 1.5rem; + margin-top: 0.5rem; +} + +/* Shipping Methods */ +.shipping-methods-wrapper { + margin: 1.5rem 0; +} + +.shipping-title { + font-size: 1rem; + font-weight: 600; + color: #1f3d6b; + margin-bottom: 1rem; +} + +.shipping-methods { + display: flex; + flex-direction: column; + gap: 0.75rem; +} + +.shipping-method { + position: relative; + display: flex !important; + flex-direction: row !important; + align-items: center !important; + gap: 1rem; + padding: 1rem 1.25rem; + border: 2px solid #e5e7eb; + border-radius: 8px; + cursor: pointer; + transition: all 0.3s ease; + background: white; + flex-wrap: nowrap !important; +} + +.shipping-method:hover { + border-color: #2c4b7c; + box-shadow: 0 2px 8px rgba(44, 75, 124, 0.1); +} + +.shipping-method input[type="radio"] { + position: absolute; + opacity: 0; +} + +.shipping-method input[type="radio"]:checked ~ .shipping-info { + color: #2c4b7c; +} + +.shipping-method input[type="radio"]:checked ~ .shipping-radio::after { + opacity: 1; + transform: scale(1); +} + +.shipping-info { + display: flex; + align-items: center; + justify-content: space-between; + flex: 1; + gap: 1rem; +} + +.shipping-name { + font-weight: 500; + color: #374151; + transition: color 0.3s ease; +} + +.shipping-price { + font-weight: 600; + color: #1f2937; +} + +.shipping-radio { + position: relative; + width: 20px; + height: 20px; + border: 2px solid #d1d5db; + border-radius: 50%; + flex-shrink: 0; + transition: all 0.3s ease; +} + +.shipping-method:hover .shipping-radio { + border-color: #2c4b7c; +} + +.shipping-method input[type="radio"]:checked ~ .shipping-radio { + border-color: #2c4b7c; +} + +.shipping-radio::after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) scale(0); + width: 10px; + height: 10px; + background: #2c4b7c; + border-radius: 50%; + opacity: 0; + transition: all 0.3s ease; +} + +/* Order Summary */ +.order-summary { + margin: 1.5rem 0; + padding: 1.25rem 0; + border-top: 1px solid #e5e7eb; +} + +.summary-row { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0.75rem 0; + font-size: 0.95rem; + color: #4b5563; +} + +.summary-value { + font-weight: 600; + color: #1f2937; +} + +.discount-row { + color: #10b981; +} + +.discount-row .summary-value { + color: #10b981; +} + +.tax-rate { + font-size: 0.8rem; + font-weight: normal; + color: #6b7280; +} + +/* Order Total */ +.order-total { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1.25rem 0; + margin: 1rem 0; + border-top: 2px solid #e5e7eb; + border-bottom: 2px solid #e5e7eb; +} + +.total-label { + font-size: 1.1rem; + font-weight: 600; + color: #1f2937; +} + +.total-note { + font-size: 0.8rem; + font-weight: normal; + color: #6b7280; +} + +.total-amount { + font-size: 1.5rem; + font-weight: 700; + color: #1f2937; +} + +/* Consent Section */ +.consent-section { + margin: 1.5rem 0; +} + +.consent-checkbox { + display: flex; + align-items: flex-start; + gap: 0.75rem; + margin-bottom: 1rem; + cursor: pointer; + line-height: 1.6; +} + +.consent-checkbox input[type="checkbox"] { + margin-top: 3px; + width: 18px; + height: 18px; + cursor: pointer; + accent-color: #2c4b7c; + flex-shrink: 0; +} + +.consent-text { + font-size: 0.875rem; + color: #4b5563; +} + +.consent-text a { + color: #2c4b7c; + text-decoration: underline; +} + +/* Final Checkout Button */ +.checkout-btn { + width: 100%; + display: flex; + align-items: center; + justify-content: center; + gap: 0.75rem; + padding: 1.25rem 2rem; + background: linear-gradient(135deg, #ff6f00 0%, #e56200 100%); + color: white; + border: none; + border-radius: 10px; + font-size: 1.125rem; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + box-shadow: 0 4px 14px rgba(255, 111, 0, 0.35); + margin-top: 1.5rem; +} + +.checkout-btn:hover { + background: linear-gradient(135deg, #e56200 0%, #d35400 100%); + box-shadow: 0 6px 20px rgba(255, 111, 0, 0.45); + transform: translateY(-2px); +} + +.checkout-btn:active { + transform: translateY(0); +} + +.checkout-btn svg { + transition: transform 0.3s ease; +} + +.checkout-btn:hover svg { + transform: translateX(4px); +} + +/* Step 4 cart/order details styling */ +#step-4 .cart-table { + width: 100%; + border-collapse: collapse; + margin-bottom: 1.5rem; +} + +#step-4 .cart-table td { + padding: 0.75rem 0; + border-bottom: 1px solid var(--color-gray); +} + +#step-4 .cart-table .cart-img img { + border-radius: 4px; + object-fit: cover; + border: 1px solid var(--color-light-gray); +} + +#step-4 .cart-table .cart-price { + font-weight: 600; + text-align: right; + color: var(--color-dark-text); +} + +#step-4 .order-summary { + border-top: 2px solid var(--color-gray); + padding-top: 1rem; + margin: 1.5rem 0; +} + +#step-4 .summary-row { + display: flex; + justify-content: space-between; + padding: 0.5rem 0; + font-size: 0.95rem; +} + +#step-4 .order-total { + display: flex; + justify-content: space-between; + padding: 1rem 0; + font-size: 1.25rem; + font-weight: 700; + border-top: 2px solid var(--color-dark-text); + margin-top: 1rem; +} + +#step-4 .total-note { + font-size: 0.75rem; + font-weight: 400; + color: var(--color-text); +} + +#step-4 .consent-section { + margin: 1.5rem 0; +} + +#step-4 .consent-checkbox { + display: flex; + align-items: flex-start; + gap: 0.5rem; + margin-bottom: 1rem; + cursor: pointer; +} + +#step-4 .consent-checkbox input[type="checkbox"] { + margin-top: 0.25rem; + accent-color: var(--color-primary); +} + +#step-4 .consent-text { + font-size: 0.9rem; + line-height: 1.5; +} + +#step-4 .shipping-methods-wrapper { + margin: 1.5rem 0; +} + +#step-4 .shipping-title { + font-size: 1rem; + font-weight: 600; + margin-bottom: 1rem; + color: var(--color-dark-text); +} + +#step-4 .shipping-methods { + display: flex; + flex-direction: column; + gap: 0.75rem; +} + +#step-4 .shipping-method { + display: flex; + align-items: center; + justify-content: space-between; + padding: 1rem; + border: 2px solid var(--color-gray); + border-radius: 8px; + cursor: pointer; + transition: all 0.2s ease; +} + +#step-4 .shipping-method:hover { + border-color: var(--color-primary); + background-color: rgba(255, 111, 0, 0.05); +} + +#step-4 .shipping-method input[type="radio"] { + margin-right: 1rem; + accent-color: var(--color-primary); +} + +#step-4 .shipping-method input[type="radio"]:checked ~ .shipping-info { + font-weight: 600; +} + +#step-4 .shipping-info { + display: flex; + justify-content: space-between; + align-items: center; + flex: 1; + gap: 1rem; +} + +#step-4 .shipping-name { + flex: 1; +} + +#step-4 .shipping-price { + font-weight: 600; + color: var(--color-primary); +} + +/* Error highlighting for mandatory fields */ +.error-highlight { + border-color: #e74c3c !important; + background-color: rgba(231, 76, 60, 0.05) !important; + animation: shake 0.3s ease-in-out; +} + +@keyframes shake { + 0%, 100% { transform: translateX(0); } + 25% { transform: translateX(-5px); } + 75% { transform: translateX(5px); } +} + +.error-highlight:focus { + border-color: #e74c3c !important; + box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2) !important; +} + +/* ============================================ + Place Order / Order Status Page Styling + ============================================ */ + +.status-container { + max-width: 700px; + margin: 4rem auto; + padding: 0 2rem; +} + +.status-card { + background: white; + border-radius: 16px; + padding: 4rem 3rem; + text-align: center; + box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); + border: 2px solid #e5e7eb; + margin: 2rem 0; +} + +.status-card.success { + border-color: #10b981; +} + +.status-card.pending { + border-color: #f59e0b; +} + +.status-card.processing { + border-color: #3b82f6; +} + +.status-card.failed { + border-color: #ef4444; +} + +.status-icon { + margin: 0 auto 1.5rem; + display: flex; + justify-content: center; + align-items: center; +} + +.status-icon svg { + filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1)); +} + +.status-title { + font-size: 2rem; + font-weight: 700; + margin-bottom: 1rem; + color: var(--color-dark-text); +} + +.success-title { + color: #10b981; +} + +.pending-title { + color: #f59e0b; +} + +.processing-title { + color: #3b82f6; +} + +.failed-title { + color: #ef4444; +} + +.status-message { + font-size: 1.1rem; + line-height: 1.6; + color: #6b7280; + margin-bottom: 2rem; +} + +.order-number { + background: #f3f4f6; + padding: 1rem; + border-radius: 8px; + font-size: 1.1rem; + margin: 2rem 0; + color: var(--color-dark-text); +} + +.order-number strong { + color: var(--color-primary); + font-weight: 700; +} + +.status-actions { + display: flex; + gap: 1rem; + justify-content: center; + flex-wrap: wrap; + margin-top: 2rem; +} + +.btn { + display: inline-flex; + align-items: center; + gap: 0.5rem; + padding: 1rem 2rem; + border-radius: 8px; + font-weight: 600; + font-size: 1rem; + text-decoration: none; + transition: all 0.3s ease; + cursor: pointer; + border: 2px solid transparent; +} + +.btn-primary { + background: var(--color-primary); + color: white; + border-color: var(--color-primary); +} + +.btn-primary:hover { + background: var(--color-primary-dark); + border-color: var(--color-primary-dark); + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3); +} + +.btn-secondary { + background: white; + color: var(--color-dark-text); + border-color: #d1d5db; +} + +.btn-secondary:hover { + background: #f9fafb; + border-color: #9ca3af; + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); +} + +/* Processing spinner animation */ +.spinner { + animation: spin 1s linear infinite; +} + +@keyframes spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} + +/* Progress bar for processing state */ +.progress-bar { + width: 100%; + height: 8px; + background: #e5e7eb; + border-radius: 4px; + overflow: hidden; + margin-top: 2rem; +} + +.progress-fill { + height: 100%; + background: linear-gradient(90deg, #3b82f6, #60a5fa); + animation: progress 2s ease-in-out infinite; +} + +@keyframes progress { + 0% { + width: 0%; + } + 50% { + width: 70%; + } + 100% { + width: 100%; + } +} + +/* Mobile responsive */ +@media (max-width: 768px) { + .status-container { + margin: 2rem auto; + padding: 0 1rem; + } + + .status-card { + padding: 2.5rem 1.5rem; + margin: 1rem 0; + } + + .status-title { + font-size: 1.5rem; + } + + .status-message { + font-size: 1rem; + } + + .status-actions { + flex-direction: column; + } + + .btn { + width: 100%; + justify-content: center; + } + + .status-icon svg { + width: 60px; + height: 60px; + } +} + +/* Mobile Responsive */ +@media (max-width: 991px) { + .checkout-wizard .container { + max-width: 100%; + } +} + +@media (max-width: 768px) { + .progress-steps { + padding: 0; + } + + .step-label { + font-size: 0.75rem; + } + + .step-number { + width: 36px; + height: 36px; + font-size: 1rem; + } + + .form-row { + grid-template-columns: 1fr; + gap: 0; + } + + .payment-methods-grid { + grid-template-columns: 1fr; + } + + .step-content { + padding: 1.5rem; + } + + .step-buttons { + flex-direction: column-reverse; + } + + .btn-continue, + .btn-back { + width: 100%; + } + + .total-amount { + font-size: 1.25rem; + } +} + +@media (max-width: 600px) { + .progress-steps::before { + left: 10%; + right: 10%; + } + + .step-label { + display: none; + } + + .payment-card { + padding: 1rem; + min-height: 110px; + } + + .payment-logo { + max-height: 32px; + max-width: 55px; + } +} \ No newline at end of file diff --git a/log/translations_DE.php b/log/translations_DE.php deleted file mode 100644 index 1bf518f..0000000 --- a/log/translations_DE.php +++ /dev/null @@ -1,209 +0,0 @@ -Die Thomas-I strahlt Eleganz und Raffinesse aus. Klassische Maße kombiniert mit dezenten Details im Zifferblatt machen sie zu einer besonderen Automatikuhr, die zu jedem Anlass getragen werden kann.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Polierter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Datum: Arabische Zahlen (Tag)
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH2NB_description = '

Die Thomas-II bietet einen Blick auf das schlagende Herz der Schweizer Uhr. Sie steht für die Präzision und Perfektion, mit der die Zeit angezeigt wird.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Gebürsteter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH2IB_description = '

Die Thomas-II bietet einen Blick auf das schlagende Herz der Schweizer Uhr. Sie steht für die Präzision und Perfektion, mit der die Zeit angezeigt wird.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Gebürsteter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH2RG_description = '

Die Thomas-II bietet einen Blick auf das schlagende Herz der Schweizer Uhr. Sie steht für die Präzision und Perfektion, mit der die Zeit angezeigt wird.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Gebürsteter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH2DG_description = '

Die Thomas-II bietet einen Blick auf das schlagende Herz der Schweizer Uhr. Sie steht für die Präzision und Perfektion, mit der die Zeit angezeigt wird.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Gebürsteter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH2G_description = '

Die Thomas-II bietet einen Blick auf das schlagende Herz der Schweizer Uhr. Sie steht für die Präzision und Perfektion, mit der die Zeit angezeigt wird.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Gebürsteter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWABRB1_description = 'Armband Handgefertigtes italienisches Kalbsleder'; -$MWABRDB1_description = 'Armband Handgefertigtes italienisches Kalbsleder'; -$MWABRLB1_description = 'Armband Handgefertigtes italienisches Kalbsleder'; -$MWABRBL1_description = 'Armband Handgefertigtes italienisches Kalbsleder'; -$MWTH1IB_description = '

Die Thomas-I strahlt Eleganz und Raffinesse aus. Klassische Maße kombiniert mit dezenten Details im Zifferblatt machen sie zu einer besonderen Automatikuhr, die zu jedem Anlass getragen werden kann.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Polierter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Datum: Arabische Zahlen (Tag)
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH1RG_description = '

Die Thomas-I strahlt Eleganz und Raffinesse aus. Klassische Maße kombiniert mit dezenten Details im Zifferblatt machen sie zu einer besonderen Automatikuhr, die zu jedem Anlass getragen werden kann.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Polierter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Datum: Arabische Zahlen (Tag)
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH1DG_description = '

Die Thomas-I strahlt Eleganz und Raffinesse aus. Klassische Maße kombiniert mit dezenten Details im Zifferblatt machen sie zu einer besonderen Automatikuhr, die zu jedem Anlass getragen werden kann.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Polierter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Datum: Arabische Zahlen (Tag)
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$MWTH1G_description = '

Die Thomas-I strahlt Eleganz und Raffinesse aus. Klassische Maße kombiniert mit dezenten Details im Zifferblatt machen sie zu einer besonderen Automatikuhr, die zu jedem Anlass getragen werden kann.

Technische Daten

  • Gehäusegröße: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 mit 26 Steinen
  • Gangreserve: 40 h
  • Ischronismus: < 10 Sek./Tag
  • Lünette: Polierter Edelstahl (316L)
  • Wasserdicht: 50 Meter (5 ATM)
  • Zifferblatt: Sonnenstrahlen-Muster
  • Datum: Arabische Zahlen (Tag)
  • Leuchtmasse: Superluminova (Blau)
  • Glas: Saphirglas mit Antireflexbeschichtung
  • Gehäuseboden: Verschraubt, gebürsteter Edelstahl mit Saphirglas
  • Armband (Stahl): Gebürsteter und polierter 316L Edelstahl
  • Armband (Leder): Handgefertigtes italienisches Kalbsleder
  • Schließe: Faltschließe für höchsten Komfort
  • Verpackung: Blaue Box mit Zertifikat und Bedienungsanleitung.
'; -$payment_status_0 = 'Offen'; -$payment_status_1 = 'Bezahlt'; -$payment_status_101 = 'Ausstehend'; -$payment_status_102 = 'Fehlgeschlagen'; -$payment_status_103 = 'Abgelaufen'; -$payment_status_999 = 'Abgesagt'; -$payment_method_3 = 'Soll/Haben'; -$ad_watch_1 = 'Niederländisches Design und Schweizer Handwerkskunst'; -$ad_watch_2 = 'Zeitlose Uhren, die Generationen überdauern!'; -$ad_watch_btn = 'mehr lesen'; -$newsletter_h2 = 'Melden Sie sich für den
Newsletter an'; -$newsletter_p = 'Bleiben Sie mit unseren neuesten Updates, Tipps und exklusiven Angeboten auf dem Laufenden – direkt in Ihrem Posteingang.'; -$newsletter_confirm = 'Ich habe die Datenschutzrichtlinie gelesen und stimme ihr zu'; -$newsletter_submit = 'einreichen'; -$header_manufacturing = 'Schweizer Qualität und niederländische Fertigung'; -$header_shipping = 'Kostenloser Versand für alle unsere Uhren'; -$header_delivery = 'Schneller Service und Lieferung'; -$header_rating = 'Kundenbewertung 4.7/5.0'; -?> \ No newline at end of file diff --git a/log/translations_ES.php b/log/translations_ES.php deleted file mode 100644 index f01554b..0000000 --- a/log/translations_ES.php +++ /dev/null @@ -1,209 +0,0 @@ -El Thomas-I irradia elegancia y sofisticación. Dimensiones clásicas combinadas con detalles sutiles en la esfera hacen de este un reloj automático especial para cualquier ocasión.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable pulido (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Fecha: Números arábigos (día)
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH2NB_description = '

El Thomas-II ofrece una vista del corazón palpitante del reloj suizo. Representa la precisión y perfección con la que se muestra el tiempo.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable cepillado (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH2IB_description = '

El Thomas-II ofrece una vista del corazón palpitante del reloj suizo. Representa la precisión y perfección con la que se muestra el tiempo.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable cepillado (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH2RG_description = '

El Thomas-II ofrece una vista del corazón palpitante del reloj suizo. Representa la precisión y perfección con la que se muestra el tiempo.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable cepillado (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH2DG_description = '

El Thomas-II ofrece una vista del corazón palpitante del reloj suizo. Representa la precisión y perfección con la que se muestra el tiempo.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable cepillado (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH2G_description = '

El Thomas-II ofrece una vista del corazón palpitante del reloj suizo. Representa la precisión y perfección con la que se muestra el tiempo.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable cepillado (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWABRB1_description = 'Pulsera de piel de becerro italiana hecha a mano'; -$MWABRDB1_description = 'Pulsera de piel de becerro italiana hecha a mano'; -$MWABRLB1_description = 'Pulsera de piel de becerro italiana hecha a mano'; -$MWABRBL1_description = 'Pulsera de piel de becerro italiana hecha a mano'; -$MWTH1IB_description = '

El Thomas-I irradia elegancia y sofisticación. Dimensiones clásicas combinadas con detalles sutiles en la esfera hacen de este un reloj automático especial para cualquier ocasión.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable pulido (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Fecha: Números arábigos (día)
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH1RG_description = '

El Thomas-I irradia elegancia y sofisticación. Dimensiones clásicas combinadas con detalles sutiles en la esfera hacen de este un reloj automático especial para cualquier ocasión.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable pulido (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Fecha: Números arábigos (día)
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH1DG_description = '

El Thomas-I irradia elegancia y sofisticación. Dimensiones clásicas combinadas con detalles sutiles en la esfera hacen de este un reloj automático especial para cualquier ocasión.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable pulido (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Fecha: Números arábigos (día)
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$MWTH1G_description = '

El Thomas-I irradia elegancia y sofisticación. Dimensiones clásicas combinadas con detalles sutiles en la esfera hacen de este un reloj automático especial para cualquier ocasión.

Especificaciones

  • Tamaño de la caja: 39 mm x 10,5 mm.
  • Calibre: STP1-11 con 26 rubíes
  • Reserva de marcha: 40 h
  • Isocronismo: < 10 seg./día
  • Bisel: Acero inoxidable pulido (316L)
  • Resistente al agua: 50 metros (5 ATM)
  • Esfera: Efecto rayo de sol
  • Fecha: Números arábigos (día)
  • Lumen: Superluminova (Azul)
  • Cristal: Zafiro con recubrimiento antirreflectante
  • Tapa trasera: Atornillada, acero inoxidable cepillado con cristal de zafiro
  • Brazalete (acero): Acero inoxidable 316L cepillado y pulido
  • Brazalete (cuero): Cuero de becerro italiano hecho a mano
  • Cierre: Mecanismo plegable para máxima comodidad
  • Embalaje: Caja azul con certificado y manual.
'; -$payment_status_0 = 'Abierto'; -$payment_status_1 = 'Pagado'; -$payment_status_101 = 'Pendiente'; -$payment_status_102 = 'Fallido'; -$payment_status_103 = 'Venció'; -$payment_status_999 = 'Cancelado'; -$payment_method_3 = 'Débito/Crédito'; -$ad_watch_1 = 'Diseño holandés y artesanía suiza'; -$ad_watch_2 = '¡Relojes atemporales que durarán generaciones!'; -$ad_watch_btn = 'leer más'; -$newsletter_h2 = 'Suscríbete al boletín informativo'; -$newsletter_p = 'Manténgase conectado con nuestras últimas actualizaciones, consejos y ofertas exclusivas, directamente en su bandeja de entrada.'; -$newsletter_confirm = 'He leído y estoy de acuerdo con la política de privacidad.'; -$newsletter_submit = 'entregar'; -$header_manufacturing = 'Calidad suiza y fabricación holandesa'; -$header_shipping = 'Envío gratuito en todos nuestros relojes.'; -$header_delivery = 'Servicio y entrega rápidos'; -$header_rating = 'Calificación del cliente 4.7/5.0'; -?> \ No newline at end of file diff --git a/log/translations_FR.php b/log/translations_FR.php deleted file mode 100644 index 052b868..0000000 --- a/log/translations_FR.php +++ /dev/null @@ -1,209 +0,0 @@ -La Thomas-I dégage élégance et sophistication. Des dimensions classiques combinées à des détails subtils sur le cadran en font une montre automatique spéciale à porter en toute occasion.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable poli (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Date : Chiffres arabes (jour)
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH2NB_description = '

La Thomas-II offre une vue sur le cœur battant de la montre suisse. Elle incarne la précision et la perfection avec lesquelles l’heure est affichée.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable brossé (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH2IB_description = '

La Thomas-II offre une vue sur le cœur battant de la montre suisse. Elle incarne la précision et la perfection avec lesquelles l’heure est affichée.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable brossé (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH2RG_description = '

La Thomas-II offre une vue sur le cœur battant de la montre suisse. Elle incarne la précision et la perfection avec lesquelles l’heure est affichée.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable brossé (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH2DG_description = '

La Thomas-II offre une vue sur le cœur battant de la montre suisse. Elle incarne la précision et la perfection avec lesquelles l’heure est affichée.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable brossé (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH2G_description = '

La Thomas-II offre une vue sur le cœur battant de la montre suisse. Elle incarne la précision et la perfection avec lesquelles l’heure est affichée.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable brossé (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWABRB1_description = 'Bracelet en cuir de veau italien fait main'; -$MWABRDB1_description = 'Bracelet en cuir de veau italien fait main'; -$MWABRLB1_description = 'Bracelet en cuir de veau italien fait main'; -$MWABRBL1_description = 'Bracelet en cuir de veau italien fait main'; -$MWTH1IB_description = '

La Thomas-I dégage élégance et sophistication. Des dimensions classiques combinées à des détails subtils sur le cadran en font une montre automatique spéciale à porter en toute occasion.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable poli (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Date : Chiffres arabes (jour)
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH1RG_description = '

La Thomas-I dégage élégance et sophistication. Des dimensions classiques combinées à des détails subtils sur le cadran en font une montre automatique spéciale à porter en toute occasion.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable poli (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Date : Chiffres arabes (jour)
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH1DG_description = '

La Thomas-I dégage élégance et sophistication. Des dimensions classiques combinées à des détails subtils sur le cadran en font une montre automatique spéciale à porter en toute occasion.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable poli (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Date : Chiffres arabes (jour)
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$MWTH1G_description = '

La Thomas-I dégage élégance et sophistication. Des dimensions classiques combinées à des détails subtils sur le cadran en font une montre automatique spéciale à porter en toute occasion.

Caractéristiques

  • Taille du boîtier : 39 mm x 10,5 mm.
  • Calibre : STP1-11 avec 26 rubis
  • Réserve de marche : 40 h
  • Isochronisme : < 10 sec./jour
  • Lunette : Acier inoxydable poli (316L)
  • Étanchéité : 50 mètres (5 ATM)
  • Cadran : Cadran effet rayon de soleil
  • Date : Chiffres arabes (jour)
  • Luminescence : Superluminova (Bleu)
  • Verre : Saphir avec revêtement antireflet
  • Fond du boîtier : Vissé, acier inoxydable brossé avec verre saphir
  • Bracelet (acier) : Acier inoxydable 316L brossé et poli
  • Bracelet (cuir) : Cuir de veau italien fait main
  • Boucle : Mécanisme déployant pour un confort optimal
  • Emballage : Boîte bleue avec certificat et manuel.
'; -$payment_status_0 = 'Ouvrir'; -$payment_status_1 = 'Payé'; -$payment_status_101 = 'En attente'; -$payment_status_102 = 'Échoué'; -$payment_status_103 = 'Expiré'; -$payment_status_999 = 'Annulé'; -$payment_method_3 = 'Débit/Crédit'; -$ad_watch_1 = 'Design néerlandais et artisanat suisse'; -$ad_watch_2 = 'Des montres intemporelles qui dureront des générations !'; -$ad_watch_btn = 'En savoir plus'; -$newsletter_h2 = 'Inscrivez-vous à la newsletter'; -$newsletter_p = 'Restez connecté avec nos dernières mises à jour, conseils et offres exclusives, directement dans votre boîte de réception.'; -$newsletter_confirm = 'J\'ai lu et j\'accepte la politique de confidentialité'; -$newsletter_submit = 'soumettre'; -$header_manufacturing = 'Qualité suisse et fabrication néerlandaise'; -$header_shipping = 'Livraison gratuite sur toutes nos montres'; -$header_delivery = 'Service et livraison rapides'; -$header_rating = 'Note client 4,7/5,0'; -?> \ No newline at end of file diff --git a/log/translations_IT.php b/log/translations_IT.php deleted file mode 100644 index 67c94a5..0000000 --- a/log/translations_IT.php +++ /dev/null @@ -1,2 +0,0 @@ - \ No newline at end of file diff --git a/log/translations_NL.php b/log/translations_NL.php deleted file mode 100644 index 84bd9ee..0000000 --- a/log/translations_NL.php +++ /dev/null @@ -1,219 +0,0 @@ -De Thomas-I straalt elegantie en verfijning uit. Klassieke afmetingen gecombineerd met subtiele details in de wijzerplaat maken het een bijzondere automatische horloge dat bij elke gelegenheid gedragen kan worden.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Gepolijst roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Datum: Arabische cijfers (dag)
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH2NB_description = '

De Thomas-II biedt een blik op het kloppende hart van het Zwitserse uurwerk. Het benadrukt de precisie en perfectie waarmee de tijd wordt weergegeven.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Geborsteld roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH2IB_description = '

De Thomas-II biedt een blik op het kloppende hart van het Zwitserse uurwerk. Het benadrukt de precisie en perfectie waarmee de tijd wordt weergegeven.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Geborsteld roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH2RG_description = '

De Thomas-II biedt een blik op het kloppende hart van het Zwitserse uurwerk. Het benadrukt de precisie en perfectie waarmee de tijd wordt weergegeven.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Geborsteld roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH2DG_description = '

De Thomas-II biedt een blik op het kloppende hart van het Zwitserse uurwerk. Het benadrukt de precisie en perfectie waarmee de tijd wordt weergegeven.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Geborsteld roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH2G_description = '

De Thomas-II biedt een blik op het kloppende hart van het Zwitserse uurwerk. Het benadrukt de precisie en perfectie waarmee de tijd wordt weergegeven.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Geborsteld roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWABRB1_description = 'Armband Handgemaakt Italiaans kalfsleer'; -$MWABRDB1_description = 'Armband Handgemaakt Italiaans kalfsleer'; -$MWABRLB1_description = 'Armband Handgemaakt Italiaans kalfsleer'; -$MWABRBL1_description = 'Armband Handgemaakt Italiaans kalfsleer'; -$MWTH1IB_description = '

De Thomas-I straalt elegantie en verfijning uit. Klassieke afmetingen gecombineerd met subtiele details in de wijzerplaat maken het een bijzondere automatische horloge dat bij elke gelegenheid gedragen kan worden.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Gepolijst roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Datum: Arabische cijfers (dag)
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH1RG_description = '

De Thomas-I straalt elegantie en verfijning uit. Klassieke afmetingen gecombineerd met subtiele details in de wijzerplaat maken het een bijzondere automatische horloge dat bij elke gelegenheid gedragen kan worden.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Gepolijst roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Datum: Arabische cijfers (dag)
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH1DG_description = '

De Thomas-I straalt elegantie en verfijning uit. Klassieke afmetingen gecombineerd met subtiele details in de wijzerplaat maken het een bijzondere automatische horloge dat bij elke gelegenheid gedragen kan worden.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Gepolijst roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Datum: Arabische cijfers (dag)
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$MWTH1G_description = '

De Thomas-I straalt elegantie en verfijning uit. Klassieke afmetingen gecombineerd met subtiele details in de wijzerplaat maken het een bijzondere automatische horloge dat bij elke gelegenheid gedragen kan worden.

Specificaties

  • Kastgrootte: 39 mm x 10,5 mm.
  • Kaliber: STP1-11 met 26 juwelen
  • Energiereserve: 40 u
  • Isocronisme: < 10 sec./dag
  • Lunette: Gepolijst roestvrij staal (316L)
  • Waterdicht: 50 meter (5 ATM)
  • Wijzerplaat: Zonnestraal-patroon
  • Datum: Arabische cijfers (dag)
  • Lumen: Superluminova (Blauw)
  • Glas: Saffierglas met antireflecterende coating
  • Achterkant kast: Geschroefd, geborsteld roestvrij staal met saffierglas
  • Band (staal): Geborsteld en gepolijst 316L roestvrij staal
  • Band (leer): Handgemaakt Italiaans kalfsleer
  • Sluiting: Vouwmechanisme voor ultiem comfort
  • Verpakking: Blauwe doos met certificaat en handleiding.
'; -$payment_status_0 = 'Open'; -$payment_status_1 = 'Betaald'; -$payment_status_101 = 'In behandeling'; -$payment_status_102 = 'Mislukt'; -$payment_status_103 = 'Verlopen'; -$payment_status_999 = 'Geannuleerd'; -$payment_method_3 = 'Debet/Credit'; -$ad_watch_1 = 'Nederlands design en Zwitsers vakmanschap'; -$ad_watch_2 = 'Tijdloze uurwerken die generaties lang meegaan!'; -$ad_watch_btn = 'lees verder'; -$newsletter_h2 = 'Meld u aan voor de nieuwsbrief'; -$newsletter_p = 'Blijf op de hoogte van onze laatste updates, tips en exclusieve aanbiedingen, rechtstreeks in uw inbox.'; -$newsletter_confirm = 'Ik heb het privacybeleid gelezen en ga ermee akkoord'; -$newsletter_submit = 'indienen'; -$header_manufacturing = 'Zwitserse kwaliteit en Nederlandse makelij'; -$header_shipping = 'Gratis verzending op al onze horloges'; -$header_delivery = 'Snelle service en levering'; -$header_rating = 'Klantbeoordeling 4,7/5,0'; -?> \ No newline at end of file diff --git a/log/translations_US.php b/log/translations_US.php deleted file mode 100644 index 3c112e8..0000000 --- a/log/translations_US.php +++ /dev/null @@ -1,220 +0,0 @@ -The Thomas-I exudes elegance and sophistication. Classic dimensions combined with subtle details in the dial make it an special automatic watch that can be worn on all occasions.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Polished stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Date: Arabic numbers (day)
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crystal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH1NB_description = 'Le Thomas-I respire l\'élégance et la sophistication. Des dimensions classiques combinées à des détails subtils sur le cadran en font une montre automatique spéciale qui peut être portée en toutes occasions.SpécificationsTaille du boîtier : 39 mm x 10,5 mm.Calibre : STP1-11 avec 26 rubisRéserve de marche : 40 hIsochronisme : < 10 sec./jourLunette : Acier inoxydable poli (316L)Étanchéité : 50 mètres (5 ATM)Cadran : Cadran soleilléDate : Chiffres arabes (jour)Lumen : Superluminova (bleu)Verre : Saphir avec traitement antirefletFond du boîtier : Acier inoxydable brossé vissé avec verre saphirBracelet (acier) : Brossé et poli Acier inoxydable 316LBracelet (cuir) : Cuir de veau italien fait mainFermoir : Mécanisme pliant pour un confort ultimeEmballage : Boîte bleue avec certificat et manuel.'; -$MWTH2NB_description = '

The Thomas-II provides a view of the beating heart of the Swiss timepiece. It marks the precision and perfection with which the time is displayed.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Brushed stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crytal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH2IB_description = '

The Thomas-II provides a view of the beating heart of the Swiss timepiece. It marks the precision and perfection with which the time is displayed.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Brushed stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crytal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH2RG_description = '

The Thomas-II provides a view of the beating heart of the Swiss timepiece. It marks the precision and perfection with which the time is displayed.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Brushed stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crytal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH2DG_description = '

The Thomas-II provides a view of the beating heart of the Swiss timepiece. It marks the precision and perfection with which the time is displayed.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Brushed stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crytal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH2G_description = '

The Thomas-II provides a view of the beating heart of the Swiss timepiece. It marks the precision and perfection with which the time is displayed.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Brushed stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crytal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWABRB1_description = 'Bracelet Handmade Italian Calf leather'; -$MWABRDB1_description = 'Bracelet Handmade Italian Calf leather'; -$MWABRLB1_description = 'Bracelet Handmade Italian Calf leather'; -$MWABRBL1_description = 'Bracelet Handmade Italian Calf leather'; -$MWTH1IB_description = '

The Thomas-I exudes elegance and sophistication. Classic dimensions combined with subtle details in the dial make it an special automatic watch that can be worn on all occasions.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Polished stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Date: Arabic numbers (day)
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crystal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH1RG_description = '

The Thomas-I exudes elegance and sophistication. Classic dimensions combined with subtle details in the dial make it an special automatic watch that can be worn on all occasions.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Polished stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Date: Arabic numbers (day)
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crystal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH1DG_description = '

The Thomas-I exudes elegance and sophistication. Classic dimensions combined with subtle details in the dial make it an special automatic watch that can be worn on all occasions.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Polished stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Date: Arabic numbers (day)
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crystal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$MWTH1G_description = '

The Thomas-I exudes elegance and sophistication. Classic dimensions combined with subtle details in the dial make it an special automatic watch that can be worn on all occasions.

Specifications

  • Case Size: 39 mm x 10,5 mm.
  • Caliber: STP1-11 with 26 jewels
  • Power reserve: 40 h
  • Isochronism: < 10 sec./day
  • Bezel: Polished stainless steel (316L)
  • Waterproof: 50 meters (5 ATM)
  • Dial: Sunburst dial
  • Date: Arabic numbers (day)
  • Lumen: Superluminova (Blue)
  • Crystal: Sapphire with anti-reflective coating
  • Back Case: Screwed, brushed stainless steel with sapphire crystal
  • Bracelet (steel): Brushed and polished 316L stainless steel
  • Bracelet (Leather): Handmade Italian Calf leather
  • Clasp: Folding mechanism for ultimate comfort
  • Packaging: Blue box with certificate and manual.
'; -$payment_status_0 = 'Open'; -$payment_status_1 = 'Paid'; -$payment_status_101 = 'Pending'; -$payment_status_102 = 'Failed'; -$payment_status_103 = 'Expired'; -$payment_status_999 = 'Cancelled'; -$payment_method_3 = 'Debit/Credit'; -$ad_watch_1 = 'Dutch design and Swiss craftsmanship'; -$ad_watch_2 = 'Timeless timepieces that will last for generations!'; -$ad_watch_btn = 'read more'; -$newsletter_h2 = 'Sign up for
the newsletter'; -$newsletter_p = 'Stay connected with our latest updates, tips, and exclusive offers—straight to your inbox.'; -$newsletter_confirm = 'I have read and agree with the privacy policy'; -$newsletter_submit = 'submit'; -$header_manufacturing = 'Swiss quality and Dutch manufacturing'; -$header_shipping = 'Free shipping on all of our watches'; -$header_delivery = 'Fast service and delivery'; -$header_rating = 'Client rate 4.7/5.0'; -?> \ No newline at end of file diff --git a/placeorder.php b/placeorder.php index 9c84778..73186eb 100644 --- a/placeorder.php +++ b/placeorder.php @@ -1,38 +1,205 @@ '.$error.'

'; -} -else{ - $view .= ' -
-
-
- - - - +
+
+
+ + + + +
+

'.($payment_success_title ?? 'Payment Successful!').'

+

'.($payment_success_message ?? 'Your order has been confirmed and an email confirmation has been sent to your email address.').'

+ '.($order_id ? '
'.($order_number_label ?? 'Order number').': #'.$order_id.'
' : '').' + +
+
'; + +} elseif ($payment_status === 'pending') { + // Payment pending + $view .= ' +
+
+
+ + + + + +
+

'.($payment_pending_title ?? 'Payment Pending').'

+

'.($payment_pending_message ?? 'Your order has been received and is awaiting payment confirmation. You will receive an email once the payment is confirmed.').'

+ '.($order_id ? '
'.($order_number_label ?? 'Order number').': #'.$order_id.'
' : '').' +
-

'.$h1_order_succes_message.'

-

'.$order_succes_message.'

+ '; + +} elseif ($payment_status === 'processing') { + // Payment is being processed + $view .= ' +
+
+
+ + + + + +
+

'.($payment_processing_title ?? 'Processing Payment...').'

+

'.($payment_processing_message ?? 'Please wait while we confirm your payment. This may take a few moments.').'

+
+
+
+
- '; + '; + +} else { + // Payment failed + $view .= ' +
+
+
+ + + + +
+

'.($payment_failed_title ?? 'Payment Not Successful').'

+

'.($payment_failed_message ?? 'Unfortunately, your payment could not be processed. Please try again or choose a different payment method.').'

+ '.($order_id ? '
'.($order_number_label ?? 'Order reference').': #'.$order_id.'
' : '').' + +
+
'; } $view .= template_footer(); -echo $view; \ No newline at end of file +echo $view; +?> \ No newline at end of file diff --git a/product.php b/product.php index 0e64a7e..b8c387c 100644 --- a/product.php +++ b/product.php @@ -5,10 +5,17 @@ defined(security_key) or exit; // Check to make sure the id parameter is specified in the URL if (isset($_GET['id'])) { - //GET CATALOG DATA - $product = ioAPIv2('/v2/catalog/product_id='.$_GET['id'],'',$clientsecret); - $product = json_decode($product,true); - $product = $product[0] ?? ''; + //GET CATALOG DATA FROM CACHE + $all_products = $GLOBALS['cached_catalog']; + + // Find the specific product by ID or slug + $product = null; + foreach ($all_products as $prod) { + if ($prod['rowID'] == $_GET['id'] || (isset($prod['url_slug']) && $prod['url_slug'] == $_GET['id'])) { + $product = $prod; + break; + } + } // Check if the product exists (array is not empty) if (!$product) { @@ -89,42 +96,76 @@ $view .='

'.$error.'

'; } else { $view .=' -
-
'; - if (isset($_GET['option_id']) && !empty($_GET['option_id']) && $_GET['option_id'] !=''){ - - $fullPath = null; +
+
+
+ '.$breadcrum_products.'

/ '.(${$product['productname']} ?? $product['productname']).'

+
+

'.(${$product['productname']} ?? $product['productname']).'

+
+ +
'; +$view .= ''; +} + $view .= ' - '; -} +})(); +'; $view .= template_footer(); diff --git a/products.php b/products.php index 0e310a8..8c4da3d 100644 --- a/products.php +++ b/products.php @@ -9,37 +9,66 @@ $num_products_on_each_page = 25; //GET Details from URL $GET_VALUES = urlGETdetails($_GET) ?? ''; -//Get all the categories from the database -$categories = ioAPIv2('/v2/categories/','',$clientsecret); -$categories = json_decode($categories,true); +//Get all the categories from cached data +$categories = $GLOBALS['cached_categories']; -//IF CATEGORY IS RECEIVED ONLY GET RELATED PRODUCTS -$url_input = ''; -if(isset($_GET['category']) && !isset($_POST['category'])){ - $url_input = 'category='.$_GET['category']; +// Deduplicate categories by rowID (since categories repeat for each product) +$unique_categories = []; +foreach ($categories as $cat) { + $unique_categories[$cat['rowID']] = $cat; +} +$categories = array_values($unique_categories); + +//Get all products from cached data +$products = $GLOBALS['cached_catalog']; + +// Build product-to-categories mapping for filtering +$product_categories_map = []; +foreach ($GLOBALS['cached_categories'] as $cat) { + if (isset($cat['product_id'])) { + $product_id = $cat['product_id']; + if (!isset($product_categories_map[$product_id])) { + $product_categories_map[$product_id] = []; + } + // Only add categories that have status=1 and filter=1 + if (isset($cat['status']) && $cat['status'] == 1) { + $product_categories_map[$product_id][] = $cat['rowID']; + } + } } -if (isset($_POST['category'])){ - - $filter_input = ''; +// Add categories array to each product for JavaScript filtering +foreach ($products as &$product) { + $product_id = $product['rowID']; + $product['category_ids'] = isset($product_categories_map[$product_id]) + ? array_unique($product_categories_map[$product_id]) + : []; +} +unset($product); - foreach (array_keys($_POST['category']) as $cat_filter){ - $filter_input .= $cat_filter.','; - } - - if ($url_input != ''){ - $url_input = $url_input.','.substr($filter_input,0, -1); - - } else { - $url_input = 'category='.substr($filter_input,0, -1); - } -} - -//GET CATALOG DATA -$products = ioAPIv2('/v2/catalog/'.$url_input,'',$clientsecret); -$products = json_decode($products,true); $total_products = count($products); +// Get URL category filter if present +$url_category_filter = isset($_GET['category']) ? explode(',', $_GET['category']) : []; + +// Expand parent categories to include all their children +$expanded_filters = []; +foreach ($url_category_filter as $cat_id) { + $expanded_filters[] = $cat_id; + // Find all children of this category + foreach ($unique_categories as $cat) { + if ($cat['parent_id'] == $cat_id && $cat['status'] == 1 && $cat['filter'] == 1) { + $expanded_filters[] = $cat['rowID']; + } + } +} +$url_category_filter = array_unique($expanded_filters); + +// Debug: log what category was received +if (debug && !empty($url_category_filter)) { + debuglog('URL category filter (expanded): ' . implode(',', $url_category_filter)); +} + //SORT BY NAME usort($products, function($a, $b) { return strcmp($a['productname'], $b['productname']); @@ -50,7 +79,7 @@ $view = template_header($products_text,''); $view .= ' -
+

'.$h1_content_top.'

@@ -64,7 +93,7 @@ $view .= '
-
'; +
'; if (count($categories) > 0){ //BUILD UP FILTERS BASED ON CATEGORY ASSIGNMENTS @@ -77,10 +106,11 @@ $view .= ' //Iterate through categories for subfilters foreach ($categories as $subfilter){ if ($filters['rowID'] == $subfilter['parent_id'] && $subfilter['status'] == 1 && $subfilter['filter'] == 1){ + $checked = in_array($subfilter['rowID'], $url_category_filter) ? 'checked' : ''; $view .= '
- - + +
'; } } @@ -90,10 +120,10 @@ $view .= ' } $view .= '
- +
'; } -$view .= ' +$view .= '
'; @@ -105,7 +135,7 @@ $view .= ' $view .= ' -
+
'.(${$product['productname']} ?? $product['productname']).' '; @@ -223,7 +253,7 @@ $view .= ' } '; diff --git a/script.js b/script.js index cd77db4..146a70e 100644 --- a/script.js +++ b/script.js @@ -1,17 +1,193 @@ -if (document.querySelector('.product-img-small')) { - let imgs = document.querySelectorAll('.product-img-small img'); - let mainImg = document.querySelector('.product-img-large img'); +// Initialize dataLayer for Google Tag Manager +window.dataLayer = window.dataLayer || []; - imgs.forEach(img => { - img.onclick = () => { - // Update main image - document.querySelector('.product-img-large img').src = img.src; - // Update selection - imgs.forEach(i => i.parentElement.classList.remove('selected')); - img.parentElement.classList.add('selected'); - }; +// Push virtual page view event on page load +window.dataLayer.push({ + 'event': 'virtualPageview', + 'pagePath': window.location.pathname + window.location.search, + 'pageTitle': document.title +}); + +// --- Product Carousel Logic --- +document.addEventListener('DOMContentLoaded', function initProductCarousel() { + const carouselMain = document.querySelector('.carousel-main'); + if (!carouselMain) return; + + const mainImg = carouselMain.querySelector('img'); + const thumbs = Array.from(document.querySelectorAll('.carousel-thumbnails .product-img-small')); + const leftArrow = document.querySelector('.carousel-arrow.left'); + const rightArrow = document.querySelector('.carousel-arrow.right'); + + if (!mainImg || thumbs.length === 0) return; + + let current = thumbs.findIndex(t => t.classList.contains('selected')); + if (current === -1) current = 0; + let isAnimating = false; + + function updateCarousel(idx, smooth = true) { + if (isAnimating || thumbs.length === 0) return; + + // Infinite loop logic + if (idx < 0) idx = thumbs.length - 1; + if (idx >= thumbs.length) idx = 0; + + // Animate transition + if (smooth) { + isAnimating = true; + mainImg.style.opacity = '0.5'; + } + + // Update selected thumbnail + thumbs.forEach(t => t.classList.remove('selected')); + thumbs[idx].classList.add('selected'); + + // Update main image + const newSrc = thumbs[idx].querySelector('img').src; + + if (smooth) { + setTimeout(() => { + mainImg.src = newSrc; + mainImg.style.opacity = '1'; + isAnimating = false; + }, 150); + } else { + mainImg.src = newSrc; + } + + current = idx; + + // Scroll thumbnail into view (centered) + const thumbContainer = document.querySelector('.carousel-thumbnails'); + if (thumbContainer) { + const thumbElement = thumbs[idx]; + const containerRect = thumbContainer.getBoundingClientRect(); + const thumbRect = thumbElement.getBoundingClientRect(); + const scrollLeft = thumbElement.offsetLeft - (containerRect.width / 2) + (thumbRect.width / 2); + thumbContainer.scrollTo({ left: scrollLeft, behavior: 'smooth' }); + } + } + + // Arrow click handlers + if (leftArrow) { + leftArrow.addEventListener('click', (e) => { + e.preventDefault(); + updateCarousel(current - 1); + }); + } + + if (rightArrow) { + rightArrow.addEventListener('click', (e) => { + e.preventDefault(); + updateCarousel(current + 1); + }); + } + + // Thumbnail click handlers + thumbs.forEach((thumb, idx) => { + thumb.addEventListener('click', () => updateCarousel(idx)); }); -} + + // Swipe support for touch devices + let touchStartX = null; + + carouselMain.addEventListener('touchstart', (e) => { + touchStartX = e.touches[0].clientX; + }, { passive: true }); + + carouselMain.addEventListener('touchend', (e) => { + if (touchStartX === null) return; + + const endX = e.changedTouches[0].clientX; + const diffX = endX - touchStartX; + + // Require minimum swipe distance + if (Math.abs(diffX) > 50) { + if (diffX > 0) { + updateCarousel(current - 1); // Swipe right = previous + } else { + updateCarousel(current + 1); // Swipe left = next + } + } + + touchStartX = null; + }, { passive: true }); + + // Keyboard navigation + document.addEventListener('keydown', (e) => { + // Only if carousel is visible in viewport + const rect = carouselMain.getBoundingClientRect(); + const inViewport = rect.top < window.innerHeight && rect.bottom > 0; + + if (!inViewport) return; + + if (e.key === 'ArrowLeft') { + e.preventDefault(); + updateCarousel(current - 1); + } else if (e.key === 'ArrowRight') { + e.preventDefault(); + updateCarousel(current + 1); + } + }); + + // Initialize first thumbnail as selected + updateCarousel(current, false); +}); + +// --- Sticky Add to Basket Button --- +(function handleStickyButton() { + const btn = document.querySelector('.add-to-basket-sticky'); + if (!btn) return; + + // Store original position after page load + let originalBottom = null; + let isInitialized = false; + + function initPosition() { + const rect = btn.getBoundingClientRect(); + originalBottom = window.scrollY + rect.bottom; + isInitialized = true; + checkSticky(); + } + + function checkSticky() { + if (!isInitialized) return; + + // On tablet/mobile (992px and below), always keep sticky + if (window.innerWidth <= 992) { + btn.classList.add('is-sticky'); + return; + } + + // On desktop: sticky while user hasn't scrolled past the button's original position + const viewportBottom = window.scrollY + window.innerHeight; + + if (viewportBottom < originalBottom) { + // User hasn't scrolled enough to see the button naturally + btn.classList.add('is-sticky'); + } else { + // User has scrolled past where the button would naturally be + btn.classList.remove('is-sticky'); + } + } + + function handleResize() { + // Recalculate position on resize + btn.classList.remove('is-sticky'); + setTimeout(() => { + initPosition(); + }, 100); + } + + // Initialize after DOM is ready and images are loaded + if (document.readyState === 'complete') { + initPosition(); + } else { + window.addEventListener('load', initPosition); + } + + window.addEventListener('scroll', checkSticky, { passive: true }); + window.addEventListener('resize', handleResize, { passive: true }); +})(); if (document.querySelector('.product #product-form')) { let updatePrice = () => { let price = parseFloat(document.querySelector('.product .price').dataset.price); @@ -45,6 +221,40 @@ if (document.querySelector('.product #product-form')) { }; document.querySelectorAll('.product #product-form .option').forEach(ele => ele.onchange = () => updatePrice()); updatePrice(); + + // Add to cart event + document.querySelector('.product #product-form').addEventListener('submit', function(e) { + e.preventDefault(); // Prevent immediate submission + + let productId = document.querySelector('input[name="product[product]"]').value; + let quantity = parseInt(document.querySelector('input[name="product[quantity]"]').value); + let productName = document.querySelector('.product .name').textContent; + let price = parseFloat(document.querySelector('.product .price').dataset.price); + + window.dataLayer.push({ + 'event': 'addToCart', + 'ecommerce': { + 'add': { + 'products': [{ + 'id': productId, + 'name': productName, + 'price': price, + 'quantity': quantity + }] + } + }, + 'content_type': 'product', + 'content_ids': [productId], + 'content_name': productName, + 'value': price * quantity, + 'currency': 'EUR' + }); + + // Submit form after a short delay + setTimeout(() => { + e.target.submit(); + }, 100); + }); } if (document.querySelector('.products-form')) { let products_form_submit = () => { @@ -74,6 +284,11 @@ if (document.querySelector('.cart .ajax-update')) { document.querySelectorAll('.product-total').forEach((e,i) => { e.innerHTML = doc.querySelectorAll('.product-total')[i].innerHTML; }); + + // Push cart update event + window.dataLayer.push({ + 'event': 'updateCart' + }); }); }; }); @@ -94,6 +309,12 @@ const checkoutHandler = () => { document.querySelector('.total').innerHTML = doc.querySelector('.total').innerHTML; document.querySelector('.discount-code .result').innerHTML = doc.querySelector('.discount-code .result').innerHTML; document.querySelector('.shipping-methods-container').innerHTML = doc.querySelector('.shipping-methods-container').innerHTML; + + // Push checkout update event + window.dataLayer.push({ + 'event': 'checkoutUpdate' + }); + checkoutHandler(); }); }; @@ -130,6 +351,13 @@ function update(id_large, IMG_large, option_id, price){ function updateOption(id_large, IMG_large){ //change picture document.getElementById(id_large).src = IMG_large; + + // Update the first thumbnail to match the new main image + let firstThumbnail = document.querySelector('.product-img-small img'); + if (firstThumbnail) { + firstThumbnail.src = IMG_large; + firstThumbnail.parentElement.classList.add('selected'); + } } @@ -217,12 +445,5 @@ function initializeCarousels() { }); } -// Initialize carousels when DOM is loaded -document.addEventListener('DOMContentLoaded', initializeCarousels); - -// Also initialize if DOM is already loaded -if (document.readyState === 'loading') { - document.addEventListener('DOMContentLoaded', initializeCarousels); -} else { - initializeCarousels(); -} \ No newline at end of file +// Only initialize carousels once DOM is loaded +// (No duplicate or stray HTML allowed) \ No newline at end of file diff --git a/webhook.php b/webhook.php index a52e1f8..c02b7ce 100644 --- a/webhook.php +++ b/webhook.php @@ -87,7 +87,7 @@ try { $invoice_language = 'US'; // Default fallback } - list($data,$customer_email,$order_id) = generateInvoice($invoice_cust,$orderId,$invoice_language); + list($data,$invoice_customer_email,$order_id) = generateInvoice($invoice_cust,$orderId,$invoice_language); //CREATE PDF $dompdf->loadHtml($data); @@ -102,7 +102,7 @@ try { //++++++++++++++++++++++++++++++++++++++++++++++++++++++ //Send to PHPMailer //++++++++++++++++++++++++++++++++++++++++++++++++++++++ - send_mail_by_PHPMailer($customer_email, $subject, $data, $attachment, $subject); + send_mail_by_PHPMailer($invoice_customer_email, $subject, $data, $attachment, $subject); if(invoice_bookkeeping){ send_mail_by_PHPMailer(email_bookkeeping, $subject, $data, $attachment, $subject); diff --git a/webhook_paypal.php b/webhook_paypal.php index e58beec..7e7a648 100644 --- a/webhook_paypal.php +++ b/webhook_paypal.php @@ -82,7 +82,7 @@ if($token !=''){ $invoice_language = 'US'; // Default fallback } - list($data,$customer_email,$order_id) = generateInvoice($invoice_cust,$orderId,$invoice_language); + list($data,$invoice_customer_email,$order_id) = generateInvoice($invoice_cust,$orderId,$invoice_language); //CREATE PDF $dompdf->loadHtml($data); @@ -97,7 +97,7 @@ if($token !=''){ //++++++++++++++++++++++++++++++++++++++++++++++++++++++ //Send to PHPMailer //++++++++++++++++++++++++++++++++++++++++++++++++++++++ - send_mail_by_PHPMailer($customer_email, $subject, $data, $attachment, $subject); + send_mail_by_PHPMailer($invoice_customer_email, $subject, $data, $attachment, $subject); if(invoice_bookkeeping){ send_mail_by_PHPMailer(email_bookkeeping, $subject, $data, $attachment, $subject);