1
0.40 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.35 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.37 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.11 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.43 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? ) AND (is_canonical = ? ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"customized-products/price-detail-box/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'customized-products/price-detail-box/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.25 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"customized-products/price-detail-box "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'customized-products/price-detail-box' );
Copy
7
0.24 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"/customized-products/price-detail-box "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (path_info = '/customized-products/price-detail-box' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.37 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
9
0.34 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4' ) LIMIT 1 ;
Copy
10
1.01 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
11
0.15 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4' ;
Copy
12
0.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
13
0.35 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
14
0.17 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
15
0.25 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 )) AND (`country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 )) GROUP BY `country` . `id` ;
Copy
16
0.32 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
17
0.34 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
18
0.91 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
19
0.30 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
20
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
21
0.27 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
22
0.29 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
23
0.53 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
24
0.34 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
25
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
26
1.46 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
27
0.42 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
28
0.25 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
29
0.17 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
30
0.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4' ) LIMIT 1 ;
Copy
31
0.76 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
32
0.09 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'tAHWrTrewpSnlwTDOui3l6wUKl0hLQQ4' ;
Copy
33
0.31 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
34
0.26 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
35
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
36
0.26 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
37
0.22 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
38
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
39
0.24 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
40
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
41
0.25 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
42
0.22 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
43
0.11 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
44
0.39 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` = ? )) AND (`swag_customized_products_template_option` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` = 0xF483B80C2EDB48FBB2A3C4B07659A4E5 )) AND (`swag_customized_products_template_option` . `id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC ));
Copy
45
0.35 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x018D165A831770E1A9CDDBD759A1781D )) GROUP BY `product` . `id` ;
Copy
46
2.40 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.featureSet` . `id` as `product.featureSet.id` , `product.featureSet` . `features` as `product.featureSet.features` , `product.featureSet` . `created_at` as `product.featureSet.createdAt` , `product.featureSet` . `updated_at` as `product.featureSet.updatedAt` , `product.featureSet.translation.name` , COALESCE (`product.featureSet.translation.name` , `product.featureSet.translation.name` ) as `product.featureSet.name` , `product.featureSet.translation.description` , COALESCE (`product.featureSet.translation.description` , `product.featureSet.translation.description` ) as `product.featureSet.description` , `product.featureSet.translation.createdAt` , `product.featureSet.translation.updatedAt` , `product.featureSet.translation.productFeatureSetId` , `product.featureSet.translation.languageId` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.featureSet.translation` . product_feature_set_id , `product.featureSet.translation` . name as `product.featureSet.translation.name` , `product.featureSet.translation` . description as `product.featureSet.translation.description` , `product.featureSet.translation` . created_at as `product.featureSet.translation.createdAt` , `product.featureSet.translation` . updated_at as `product.featureSet.translation.updatedAt` , `product.featureSet.translation` . product_feature_set_id as `product.featureSet.translation.productFeatureSetId` , `product.featureSet.translation` . language_id as `product.featureSet.translation.languageId` FROM `product_feature_set_translation` `product.featureSet.translation` WHERE `product.featureSet.translation` . language_id = ? ) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id` LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = ? ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.languageId` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.featureSet` . `id` as `product.featureSet.id` ,
`product.featureSet` . `features` as `product.featureSet.features` ,
`product.featureSet` . `created_at` as `product.featureSet.createdAt` ,
`product.featureSet` . `updated_at` as `product.featureSet.updatedAt` ,
`product.featureSet.translation.name` ,
COALESCE (
`product.featureSet.translation.name` ,
`product.featureSet.translation.name`
) as `product.featureSet.name` ,
`product.featureSet.translation.description` ,
COALESCE (
`product.featureSet.translation.description` ,
`product.featureSet.translation.description`
) as `product.featureSet.description` ,
`product.featureSet.translation.createdAt` ,
`product.featureSet.translation.updatedAt` ,
`product.featureSet.translation.productFeatureSetId` ,
`product.featureSet.translation.languageId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.unitId` ,
`product.unit.translation.languageId` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.languageId` ,
`product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` ,
`product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` ,
`product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` ,
`product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` ,
`product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` ,
`product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` ,
`product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` ,
`product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` ,
`product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` ,
`product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` ,
`product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` ,
`product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName`
) as `product.swagCustomizedProductsTemplate.displayName` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation.description`
) as `product.swagCustomizedProductsTemplate.description` ,
`product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id`
AND IFNULL (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) = `product.swagCustomizedProductsTemplate` . `version_id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . media_id ,
`product.cover.media.translation` . title as `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id as `product.cover.media.translation.languageId`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . language_id = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.featureSet.translation` . product_feature_set_id ,
`product.featureSet.translation` . name as `product.featureSet.translation.name` ,
`product.featureSet.translation` . description as `product.featureSet.translation.description` ,
`product.featureSet.translation` . created_at as `product.featureSet.translation.createdAt` ,
`product.featureSet.translation` . updated_at as `product.featureSet.translation.updatedAt` ,
`product.featureSet.translation` . product_feature_set_id as `product.featureSet.translation.productFeatureSetId` ,
`product.featureSet.translation` . language_id as `product.featureSet.translation.languageId`
FROM
`product_feature_set_translation` `product.featureSet.translation`
WHERE
`product.featureSet.translation` . language_id = ?
) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id`
LEFT JOIN (
SELECT
`product.unit.translation` . unit_id ,
`product.unit.translation` . short_code as `product.unit.translation.shortCode` ,
`product.unit.translation` . name as `product.unit.translation.name` ,
`product.unit.translation` . custom_fields as `product.unit.translation.customFields` ,
`product.unit.translation` . created_at as `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at as `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id as `product.unit.translation.unitId` ,
`product.unit.translation` . language_id as `product.unit.translation.languageId`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . language_id = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . delivery_time_id ,
`product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . language_id = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN (
SELECT
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id ,
`product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId`
FROM
`swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation`
WHERE
`product.swagCustomizedProductsTemplate.translation` . language_id = ?
) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id`
AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.featureSet` . `id` as `product.featureSet.id` , `product.featureSet` . `features` as `product.featureSet.features` , `product.featureSet` . `created_at` as `product.featureSet.createdAt` , `product.featureSet` . `updated_at` as `product.featureSet.updatedAt` , `product.featureSet.translation.name` , COALESCE (`product.featureSet.translation.name` , `product.featureSet.translation.name` ) as `product.featureSet.name` , `product.featureSet.translation.description` , COALESCE (`product.featureSet.translation.description` , `product.featureSet.translation.description` ) as `product.featureSet.description` , `product.featureSet.translation.createdAt` , `product.featureSet.translation.updatedAt` , `product.featureSet.translation.productFeatureSetId` , `product.featureSet.translation.languageId` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.featureSet.translation` . product_feature_set_id , `product.featureSet.translation` . name as `product.featureSet.translation.name` , `product.featureSet.translation` . description as `product.featureSet.translation.description` , `product.featureSet.translation` . created_at as `product.featureSet.translation.createdAt` , `product.featureSet.translation` . updated_at as `product.featureSet.translation.updatedAt` , `product.featureSet.translation` . product_feature_set_id as `product.featureSet.translation.productFeatureSetId` , `product.featureSet.translation` . language_id as `product.featureSet.translation.languageId` FROM `product_feature_set_translation` `product.featureSet.translation` WHERE `product.featureSet.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id` LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x018D165A831770E1A9CDDBD759A1781D ));
Copy
47
0.25 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
48
0.66 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"èþVd|’CY«è^±ûø´a "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name as `property_group_option.translation.name` ,
`property_group_option.translation` . position as `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . language_id = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . property_group_id ,
`property_group_option.group.translation` . name as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . description as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . position as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (? , ? )
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x0F95E97B1D3C4736B7529A2980DC2253 , 0xE8FE56647C924359ABE85EB1FBF8B461 );
Copy
49
0.65 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b",·ªkÿ\r Næª\x1F Gœ_Ò×s "
b"BJ×\x04 5ïA\x15 –8rƒVßRH "
b"j¢ãê¯oG*°„97ÍôË "
b"sd£}vbL¦ªhƆnY\x04 w "
b"ü\x05 C#&çH¿à\x17\x07 {H+"& "
b"‰—\x1A ¡½èM·–žfQ`õJ’ "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"Ü█ÉònõOÚâà\x12 t4OÓ3 "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"Åå©o\r 'G·ˆfž¥õ\v ^j "
b"Ðñ*ð2£C═üB)U<\x00 6U "
b"ÖI|\t å\x01 M\x1D ¦Zú¥F®žü "
b"ϸϻ©\x7F A7öR¹╩ôéØÁ "
b"▀\x1F\x14 ╣kACÅûMò¥ÈÕɳ "
b"çbäçééD½›5¡\x11 Þå(2 "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name as `property_group_option.translation.name` ,
`property_group_option.translation` . position as `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . language_id = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . property_group_id ,
`property_group_option.group.translation` . name as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . description as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . position as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x0F95E97B1D3C4736B7529A2980DC2253 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x1994139448454A488BF947A5D8EF3DCD , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x2CB7AA6BFF0D4EE6AA1F479C5FD2D773 , 0x424AD70435EF41159638728356DF5248 , 0x6AA2E3EAAF6F472AB0843937CDF4CB20 , 0x7364A37D76624CA6AA68C6866E590477 , 0x81054323268748A88517077B482B2226 , 0x89971AA1BDE84DB7969E665160F54A92 , 0x8A81098EC61B41E5A8003143BAE1B45A , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0x9ADB90956EE44FE983851274344FE033 , 0x9F94099234124FE185150412EF32536C , 0xB0976CE20446476EA6876CA97A31B5EA , 0xC5E5A96F0D2747B788669EA5F50B5E6A , 0xD1A42AD0329C43CD814229553C003655 , 0xD6497C09E5014D1DA65AFAA546AE9EFC , 0xD8F7D8AFB87F41379452FBCA93829DB5 , 0xDF1F14B96B41438F964D95BED4E590FC , 0xE762E4E7E9E944BD9B35A111DEE52832 , 0xF6408AA5334343FAAC490E15CCFF17A9 );
Copy
50
0.20 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
b"K/=\x12 }1F\x15 ±»ê(pØ„¤ "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x018D165A831770E1A9CDDBD759A1781D , 0x4B2F3D127D314615B1BBEA2870D884A4 )));
Copy
51
0.42 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` IN (? ))) ORDER BY `swag_customized_products_template_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 ))) ORDER BY `swag_customized_products_template_option` . `position` ASC ;
Copy
52
0.21 ms
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = ? ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
53
0.32 ms
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = ? ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = ? ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (? ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC ;
Copy
54
0.16 ms
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = ? ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 )));
Copy
55
0.28 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x06 õX\x15 ò\x14 I'‚u\x12 l#G¼õ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x06F55815F21449278275126C2347BCF5 );
Copy
56
0.28 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation` . unit_id , `unit.translation` . short_code as `unit.translation.shortCode` , `unit.translation` . name as `unit.translation.name` , `unit.translation` . custom_fields as `unit.translation.customFields` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . language_id = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation` . unit_id , `unit.translation` . short_code as `unit.translation.shortCode` , `unit.translation` . name as `unit.translation.name` , `unit.translation` . custom_fields as `unit.translation.customFields` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
57
0.43 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
58
0.37 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
59
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
60
0.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
61
0.33 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
62
0.18 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
63
0.52 ms
SELECT `swag_customized_products_template` . `id` as `swag_customized_products_template.id` , `swag_customized_products_template` . `version_id` as `swag_customized_products_template.versionId` , `swag_customized_products_template` . `parent_version_id` as `swag_customized_products_template.parentVersionId` , `swag_customized_products_template` . `internal_name` as `swag_customized_products_template.internalName` , `swag_customized_products_template` . `active` as `swag_customized_products_template.active` , `swag_customized_products_template` . `step_by_step` as `swag_customized_products_template.stepByStep` , `swag_customized_products_template` . `confirm_input` as `swag_customized_products_template.confirmInput` , `swag_customized_products_template` . `options_auto_collapse` as `swag_customized_products_template.optionsAutoCollapse` , `swag_customized_products_template` . `decision_tree` as `swag_customized_products_template.decisionTree` , `swag_customized_products_template` . `media_id` as `swag_customized_products_template.mediaId` , `swag_customized_products_template` . `created_at` as `swag_customized_products_template.createdAt` , `swag_customized_products_template` . `updated_at` as `swag_customized_products_template.updatedAt` , `swag_customized_products_template.translation.displayName` , COALESCE (`swag_customized_products_template.translation.displayName` , `swag_customized_products_template.translation.displayName` ) as `swag_customized_products_template.displayName` , `swag_customized_products_template.translation.description` , COALESCE (`swag_customized_products_template.translation.description` , `swag_customized_products_template.translation.description` ) as `swag_customized_products_template.description` , `swag_customized_products_template.translation.createdAt` , `swag_customized_products_template.translation.updatedAt` , `swag_customized_products_template.translation.swagCustomizedProductsTemplateId` , `swag_customized_products_template.translation.languageId` , `swag_customized_products_template.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template` LEFT JOIN (SELECT `swag_customized_products_template.translation` . swag_customized_products_template_id , `swag_customized_products_template.translation` . swag_customized_products_template_version_id , `swag_customized_products_template.translation` . display_name as `swag_customized_products_template.translation.displayName` , `swag_customized_products_template.translation` . description as `swag_customized_products_template.translation.description` , `swag_customized_products_template.translation` . created_at as `swag_customized_products_template.translation.createdAt` , `swag_customized_products_template.translation` . updated_at as `swag_customized_products_template.translation.updatedAt` , `swag_customized_products_template.translation` . swag_customized_products_template_id as `swag_customized_products_template.translation.swagCustomizedProductsTemplateId` , `swag_customized_products_template.translation` . language_id as `swag_customized_products_template.translation.languageId` , `swag_customized_products_template.translation` . swag_customized_products_template_version_id as `swag_customized_products_template.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `swag_customized_products_template.translation` WHERE `swag_customized_products_template.translation` . language_id = ? ) `swag_customized_products_template.swag_customized_products_template_translation` ON `swag_customized_products_template.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `swag_customized_products_template` . `id` AND `swag_customized_products_template.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `swag_customized_products_template` . version_id WHERE (`swag_customized_products_template` . `version_id` = ? ) AND (`swag_customized_products_template` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template` . `id` as `swag_customized_products_template.id` , `swag_customized_products_template` . `version_id` as `swag_customized_products_template.versionId` , `swag_customized_products_template` . `parent_version_id` as `swag_customized_products_template.parentVersionId` , `swag_customized_products_template` . `internal_name` as `swag_customized_products_template.internalName` , `swag_customized_products_template` . `active` as `swag_customized_products_template.active` , `swag_customized_products_template` . `step_by_step` as `swag_customized_products_template.stepByStep` , `swag_customized_products_template` . `confirm_input` as `swag_customized_products_template.confirmInput` , `swag_customized_products_template` . `options_auto_collapse` as `swag_customized_products_template.optionsAutoCollapse` , `swag_customized_products_template` . `decision_tree` as `swag_customized_products_template.decisionTree` , `swag_customized_products_template` . `media_id` as `swag_customized_products_template.mediaId` , `swag_customized_products_template` . `created_at` as `swag_customized_products_template.createdAt` , `swag_customized_products_template` . `updated_at` as `swag_customized_products_template.updatedAt` , `swag_customized_products_template.translation.displayName` , COALESCE (`swag_customized_products_template.translation.displayName` , `swag_customized_products_template.translation.displayName` ) as `swag_customized_products_template.displayName` , `swag_customized_products_template.translation.description` , COALESCE (`swag_customized_products_template.translation.description` , `swag_customized_products_template.translation.description` ) as `swag_customized_products_template.description` , `swag_customized_products_template.translation.createdAt` , `swag_customized_products_template.translation.updatedAt` , `swag_customized_products_template.translation.swagCustomizedProductsTemplateId` , `swag_customized_products_template.translation.languageId` , `swag_customized_products_template.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template` LEFT JOIN (SELECT `swag_customized_products_template.translation` . swag_customized_products_template_id , `swag_customized_products_template.translation` . swag_customized_products_template_version_id , `swag_customized_products_template.translation` . display_name as `swag_customized_products_template.translation.displayName` , `swag_customized_products_template.translation` . description as `swag_customized_products_template.translation.description` , `swag_customized_products_template.translation` . created_at as `swag_customized_products_template.translation.createdAt` , `swag_customized_products_template.translation` . updated_at as `swag_customized_products_template.translation.updatedAt` , `swag_customized_products_template.translation` . swag_customized_products_template_id as `swag_customized_products_template.translation.swagCustomizedProductsTemplateId` , `swag_customized_products_template.translation` . language_id as `swag_customized_products_template.translation.languageId` , `swag_customized_products_template.translation` . swag_customized_products_template_version_id as `swag_customized_products_template.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `swag_customized_products_template.translation` WHERE `swag_customized_products_template.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template.swag_customized_products_template_translation` ON `swag_customized_products_template.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `swag_customized_products_template` . `id` AND `swag_customized_products_template.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `swag_customized_products_template` . version_id WHERE (`swag_customized_products_template` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`swag_customized_products_template` . `id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 ));
Copy
64
0.40 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 )));
Copy
65
0.19 ms
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = ? ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
66
0.31 ms
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = ? ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = ? ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
67
0.30 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x018D165A831770E1A9CDDBD759A1781D )) GROUP BY `product` . `id` ;
Copy
68
1.87 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = ? ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` ,
`product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` ,
`product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` ,
`product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` ,
`product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` ,
`product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` ,
`product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` ,
`product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` ,
`product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` ,
`product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` ,
`product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` ,
`product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName`
) as `product.swagCustomizedProductsTemplate.displayName` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation.description`
) as `product.swagCustomizedProductsTemplate.description` ,
`product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.unitId` ,
`product.unit.translation.languageId` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.languageId` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.languageId` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id`
AND IFNULL (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) = `product.swagCustomizedProductsTemplate` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id ,
`product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId`
FROM
`swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation`
WHERE
`product.swagCustomizedProductsTemplate.translation` . language_id = ?
) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id`
AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id
LEFT JOIN (
SELECT
`product.unit.translation` . unit_id ,
`product.unit.translation` . short_code as `product.unit.translation.shortCode` ,
`product.unit.translation` . name as `product.unit.translation.name` ,
`product.unit.translation` . custom_fields as `product.unit.translation.customFields` ,
`product.unit.translation` . created_at as `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at as `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id as `product.unit.translation.unitId` ,
`product.unit.translation` . language_id as `product.unit.translation.languageId`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . language_id = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . delivery_time_id ,
`product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . language_id = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . media_id ,
`product.cover.media.translation` . title as `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id as `product.cover.media.translation.languageId`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . language_id = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x018D165A831770E1A9CDDBD759A1781D ));
Copy
69
0.49 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` IN (? ))) ORDER BY `swag_customized_products_template_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 ))) ORDER BY `swag_customized_products_template_option` . `position` ASC ;
Copy
70
0.19 ms
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = ? ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
71
0.33 ms
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = ? ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = ? ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (? ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC ;
Copy
72
0.15 ms
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = ? ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 )));
Copy
73
0.23 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
b"K/=\x12 }1F\x15 ±»ê(pØ„¤ "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x018D165A831770E1A9CDDBD759A1781D , 0x4B2F3D127D314615B1BBEA2870D884A4 )));
Copy
74
0.15 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x06 õX\x15 ò\x14 I'‚u\x12 l#G¼õ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x06F55815F21449278275126C2347BCF5 );
Copy
75
0.39 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
76
0.35 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
77
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
78
0.59 ms
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion` . `id` = `promotion.acrisPromotionDisplay` . `promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = ? AND `promotion.salesChannels` . `sales_channel_id` = ? AND ((`promotion` . `valid_from` < = > ? AND `promotion` . `valid_until` < = > ? ) OR (`promotion` . `valid_from` < = > ? AND (`promotion` . `valid_until` > ? )) OR ((`promotion` . `valid_from` < = ? ) AND `promotion` . `valid_until` < = > ? ) OR ((`promotion` . `valid_from` < = ? ) AND (`promotion` . `valid_until` > ? ))) AND `promotion` . `use_codes` = ? ) AND NOT (`promotion.acrisPromotionDisplay` . `display_position` < = > ? )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC
Parameters :
[
true
b"b\x0E _]iåL½žH¾Z¾T÷³ "
null
null
null
"2025-04-25 11:45:12 "
"2025-04-25 11:45:12 "
null
"2025-04-25 11:45:12 "
"2025-04-25 11:45:12 "
false
"notInCart "
]
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion` . `id` = `promotion.acrisPromotionDisplay` . `promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = 1 AND `promotion.salesChannels` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2025-04-25 11:45:12' )) OR ((`promotion` . `valid_from` < = '2025-04-25 11:45:12' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2025-04-25 11:45:12' ) AND (`promotion` . `valid_until` > '2025-04-25 11:45:12' ))) AND `promotion` . `use_codes` = 0 ) AND NOT (`promotion.acrisPromotionDisplay` . `display_position` < = > 'notInCart' )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
79
0.49 ms
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = ? ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉjÑbœhKãƒrÍÆv@`æ "
]
SELECT
`dmits_payment_cost` . `id` as `dmits_payment_cost.id` ,
`dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` ,
`dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` ,
`dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` ,
`dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` ,
`dmits_payment_cost` . `title` as `dmits_payment_cost.title` ,
`dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` ,
`dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` ,
`dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` ,
`dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` ,
`dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` ,
`dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` ,
`dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` ,
`dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` ,
`dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` ,
`dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` ,
`dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.name` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation.name`
) as `dmits_payment_cost.paymentMethod.name` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName`
) as `dmits_payment_cost.paymentMethod.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.description` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation.description`
) as `dmits_payment_cost.paymentMethod.description` ,
`dmits_payment_cost.paymentMethod.translation.customFields` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation.customFields`
) as `dmits_payment_cost.paymentMethod.customFields` ,
`dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`dmits_payment_cost`
LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN (
SELECT
`dmits_payment_cost.paymentMethod.translation` . payment_method_id ,
`dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`payment_method_translation` `dmits_payment_cost.paymentMethod.translation`
WHERE
`dmits_payment_cost.paymentMethod.translation` . language_id = ?
) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id`
WHERE
(
`dmits_payment_cost` . `payment_method_id` = ?
)
Copy
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = 0xC96AD1629C684BE38372CDC6764060E6 );
Copy
80
0.14 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\VoucherPayment "
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment' );
Copy
81
0.88 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `product_number` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"* "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `product_number` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `product_number` = '*' ));
Copy
82
1.06 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `product_number` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"SG-01074MK-0250-9999 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `product_number` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `product_number` = 'SG-01074MK-0250-9999' ));
Copy
83
0.99 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"K/=\x12 }1F\x15 ±»ê(pØ„¤ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x4B2F3D127D314615B1BBEA2870D884A4 ));
Copy
84
0.57 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.tax` . `id` as `shipping_method.tax.id` , `shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` , `shipping_method.tax` . `name` as `shipping_method.tax.name` , `shipping_method.tax` . `position` as `shipping_method.tax.position` , `shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` , `shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` , `shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . language_id = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¯òâ\x06 30@Œ£Jü`.î/Ç "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.tax` . `id` as `shipping_method.tax.id` ,
`shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` ,
`shipping_method.tax` . `name` as `shipping_method.tax.name` ,
`shipping_method.tax` . `position` as `shipping_method.tax.position` ,
`shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` ,
`shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` ,
`shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . language_id = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . delivery_time_id ,
`shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . language_id = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.tax` . `id` as `shipping_method.tax.id` , `shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` , `shipping_method.tax` . `name` as `shipping_method.tax.name` , `shipping_method.tax` . `position` as `shipping_method.tax.position` , `shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` , `shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` , `shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` WHERE `shipping_method` . `id` IN (0xAFF2E2063330408CA34AFC602EEE2FC7 );
Copy
85
0.24 ms
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (? ))
Parameters :
[
b"¯òâ\x06 30@Œ£Jü`.î/Ç "
]
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (0xAFF2E2063330408CA34AFC602EEE2FC7 ));
Copy
86
0.64 ms
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = ? ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉjÑbœhKãƒrÍÆv@`æ "
]
SELECT
`dmits_payment_cost` . `id` as `dmits_payment_cost.id` ,
`dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` ,
`dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` ,
`dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` ,
`dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` ,
`dmits_payment_cost` . `title` as `dmits_payment_cost.title` ,
`dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` ,
`dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` ,
`dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` ,
`dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` ,
`dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` ,
`dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` ,
`dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` ,
`dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` ,
`dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` ,
`dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` ,
`dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.name` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation.name`
) as `dmits_payment_cost.paymentMethod.name` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName`
) as `dmits_payment_cost.paymentMethod.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.description` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation.description`
) as `dmits_payment_cost.paymentMethod.description` ,
`dmits_payment_cost.paymentMethod.translation.customFields` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation.customFields`
) as `dmits_payment_cost.paymentMethod.customFields` ,
`dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`dmits_payment_cost`
LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN (
SELECT
`dmits_payment_cost.paymentMethod.translation` . payment_method_id ,
`dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`payment_method_translation` `dmits_payment_cost.paymentMethod.translation`
WHERE
`dmits_payment_cost.paymentMethod.translation` . language_id = ?
) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id`
WHERE
(
`dmits_payment_cost` . `payment_method_id` = ?
)
Copy
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = 0xC96AD1629C684BE38372CDC6764060E6 );
Copy
87
0.62 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
88
0.37 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
89
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
90
0.36 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.54 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
93
0.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
94
0.18 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
95
0.27 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x018D165A831770E1A9CDDBD759A1781D )) GROUP BY `product` . `id` ;
Copy
96
1.81 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = ? ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` ,
`product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` ,
`product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` ,
`product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` ,
`product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` ,
`product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` ,
`product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` ,
`product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` ,
`product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` ,
`product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` ,
`product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` ,
`product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName`
) as `product.swagCustomizedProductsTemplate.displayName` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation.description`
) as `product.swagCustomizedProductsTemplate.description` ,
`product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.unitId` ,
`product.unit.translation.languageId` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.languageId` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.languageId` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id`
AND IFNULL (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) = `product.swagCustomizedProductsTemplate` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id ,
`product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId`
FROM
`swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation`
WHERE
`product.swagCustomizedProductsTemplate.translation` . language_id = ?
) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id`
AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id
LEFT JOIN (
SELECT
`product.unit.translation` . unit_id ,
`product.unit.translation` . short_code as `product.unit.translation.shortCode` ,
`product.unit.translation` . name as `product.unit.translation.name` ,
`product.unit.translation` . custom_fields as `product.unit.translation.customFields` ,
`product.unit.translation` . created_at as `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at as `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id as `product.unit.translation.unitId` ,
`product.unit.translation` . language_id as `product.unit.translation.languageId`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . language_id = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . delivery_time_id ,
`product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . language_id = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . media_id ,
`product.cover.media.translation` . title as `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id as `product.cover.media.translation.languageId`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . language_id = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x018D165A831770E1A9CDDBD759A1781D ));
Copy
97
0.50 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` IN (? ))) ORDER BY `swag_customized_products_template_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 ))) ORDER BY `swag_customized_products_template_option` . `position` ASC ;
Copy
98
0.19 ms
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = ? ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
99
0.33 ms
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = ? ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = ? ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (? ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC ;
Copy
100
0.15 ms
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = ? ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 )));
Copy
101
0.23 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 Zâ\x17 pß®═█ÎYíx\x1D "
b"K/=\x12 }1F\x15 ±»ê(pØ„¤ "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x018D165A831770E1A9CDDBD759A1781D , 0x4B2F3D127D314615B1BBEA2870D884A4 )));
Copy
102
0.22 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x06 õX\x15 ò\x14 I'‚u\x12 l#G¼õ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x06F55815F21449278275126C2347BCF5 );
Copy
103
0.59 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
104
0.43 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
105
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
106
0.48 ms
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = ? ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉjÑbœhKãƒrÍÆv@`æ "
]
SELECT
`dmits_payment_cost` . `id` as `dmits_payment_cost.id` ,
`dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` ,
`dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` ,
`dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` ,
`dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` ,
`dmits_payment_cost` . `title` as `dmits_payment_cost.title` ,
`dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` ,
`dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` ,
`dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` ,
`dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` ,
`dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` ,
`dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` ,
`dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` ,
`dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` ,
`dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` ,
`dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` ,
`dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.name` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation.name`
) as `dmits_payment_cost.paymentMethod.name` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName`
) as `dmits_payment_cost.paymentMethod.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.description` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation.description`
) as `dmits_payment_cost.paymentMethod.description` ,
`dmits_payment_cost.paymentMethod.translation.customFields` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation.customFields`
) as `dmits_payment_cost.paymentMethod.customFields` ,
`dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`dmits_payment_cost`
LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN (
SELECT
`dmits_payment_cost.paymentMethod.translation` . payment_method_id ,
`dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`payment_method_translation` `dmits_payment_cost.paymentMethod.translation`
WHERE
`dmits_payment_cost.paymentMethod.translation` . language_id = ?
) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id`
WHERE
(
`dmits_payment_cost` . `payment_method_id` = ?
)
Copy
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = 0xC96AD1629C684BE38372CDC6764060E6 );
Copy
107
0.15 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\VoucherPayment "
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment' );
Copy
108
0.90 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `product_number` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"* "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `product_number` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `product_number` = '*' ));
Copy
109
1.02 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `product_number` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"SG-01074MK-0250-9999 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `product_number` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `product_number` = 'SG-01074MK-0250-9999' ));
Copy
110
1.26 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"K/=\x12 }1F\x15 ±»ê(pØ„¤ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x4B2F3D127D314615B1BBEA2870D884A4 ));
Copy
111
0.61 ms
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = ? ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉjÑbœhKãƒrÍÆv@`æ "
]
SELECT
`dmits_payment_cost` . `id` as `dmits_payment_cost.id` ,
`dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` ,
`dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` ,
`dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` ,
`dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` ,
`dmits_payment_cost` . `title` as `dmits_payment_cost.title` ,
`dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` ,
`dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` ,
`dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` ,
`dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` ,
`dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` ,
`dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` ,
`dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` ,
`dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` ,
`dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` ,
`dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` ,
`dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` ,
`dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.name` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation.name`
) as `dmits_payment_cost.paymentMethod.name` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.distinguishableName`
) as `dmits_payment_cost.paymentMethod.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation.description` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation.description`
) as `dmits_payment_cost.paymentMethod.description` ,
`dmits_payment_cost.paymentMethod.translation.customFields` ,
COALESCE (
`dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation.customFields`
) as `dmits_payment_cost.paymentMethod.customFields` ,
`dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`dmits_payment_cost`
LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN (
SELECT
`dmits_payment_cost.paymentMethod.translation` . payment_method_id ,
`dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` ,
`dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` ,
`dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` ,
`dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` ,
`dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` ,
`dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` ,
`dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` ,
`dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId`
FROM
`payment_method_translation` `dmits_payment_cost.paymentMethod.translation`
WHERE
`dmits_payment_cost.paymentMethod.translation` . language_id = ?
) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id`
LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id`
WHERE
(
`dmits_payment_cost` . `payment_method_id` = ?
)
Copy
SELECT `dmits_payment_cost` . `id` as `dmits_payment_cost.id` , `dmits_payment_cost` . `payment_method_id` as `dmits_payment_cost.paymentMethodId` , `dmits_payment_cost` . `amount` as `dmits_payment_cost.amount` , `dmits_payment_cost` . `amount_per` as `dmits_payment_cost.amount_per` , `dmits_payment_cost` . `tax` as `dmits_payment_cost.tax` , `dmits_payment_cost` . `title` as `dmits_payment_cost.title` , `dmits_payment_cost` . `product_id` as `dmits_payment_cost.product_id` , `dmits_payment_cost` . `created_at` as `dmits_payment_cost.createdAt` , `dmits_payment_cost` . `updated_at` as `dmits_payment_cost.updatedAt` , `dmits_payment_cost.paymentMethod` . `id` as `dmits_payment_cost.paymentMethod.id` , `dmits_payment_cost.paymentMethod` . `plugin_id` as `dmits_payment_cost.paymentMethod.pluginId` , `dmits_payment_cost.paymentMethod` . `handler_identifier` as `dmits_payment_cost.paymentMethod.handlerIdentifier` , `dmits_payment_cost.paymentMethod` . `position` as `dmits_payment_cost.paymentMethod.position` , `dmits_payment_cost.paymentMethod` . `active` as `dmits_payment_cost.paymentMethod.active` , `dmits_payment_cost.paymentMethod` . `after_order_enabled` as `dmits_payment_cost.paymentMethod.afterOrderEnabled` , `dmits_payment_cost.paymentMethod` . `availability_rule_id` as `dmits_payment_cost.paymentMethod.availabilityRuleId` , `dmits_payment_cost.paymentMethod` . `media_id` as `dmits_payment_cost.paymentMethod.mediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.id` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_name` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appName` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `identifier` as `dmits_payment_cost.paymentMethod.appPaymentMethod.identifier` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `pay_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.payUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `finalize_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.finalizeUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `validate_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.validateUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `capture_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.captureUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `refund_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.refundUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `recurring_url` as `dmits_payment_cost.paymentMethod.appPaymentMethod.recurringUrl` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `app_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.appId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `original_media_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.originalMediaId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` as `dmits_payment_cost.paymentMethod.appPaymentMethod.paymentMethodId` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.createdAt` , `dmits_payment_cost.paymentMethod.appPaymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.appPaymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod` . `technical_name` as `dmits_payment_cost.paymentMethod.technicalName` , `dmits_payment_cost.paymentMethod` . `created_at` as `dmits_payment_cost.paymentMethod.createdAt` , `dmits_payment_cost.paymentMethod` . `updated_at` as `dmits_payment_cost.paymentMethod.updatedAt` , `dmits_payment_cost.paymentMethod.translation.name` , COALESCE (`dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation.name` ) as `dmits_payment_cost.paymentMethod.name` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` , COALESCE (`dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.distinguishableName` ) as `dmits_payment_cost.paymentMethod.distinguishableName` , `dmits_payment_cost.paymentMethod.translation.description` , COALESCE (`dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation.description` ) as `dmits_payment_cost.paymentMethod.description` , `dmits_payment_cost.paymentMethod.translation.customFields` , COALESCE (`dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation.customFields` ) as `dmits_payment_cost.paymentMethod.customFields` , `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation.languageId` FROM `dmits_payment_cost` LEFT JOIN `payment_method` `dmits_payment_cost.paymentMethod` ON `dmits_payment_cost` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN (SELECT `dmits_payment_cost.paymentMethod.translation` . payment_method_id , `dmits_payment_cost.paymentMethod.translation` . name as `dmits_payment_cost.paymentMethod.translation.name` , `dmits_payment_cost.paymentMethod.translation` . distinguishable_name as `dmits_payment_cost.paymentMethod.translation.distinguishableName` , `dmits_payment_cost.paymentMethod.translation` . description as `dmits_payment_cost.paymentMethod.translation.description` , `dmits_payment_cost.paymentMethod.translation` . custom_fields as `dmits_payment_cost.paymentMethod.translation.customFields` , `dmits_payment_cost.paymentMethod.translation` . created_at as `dmits_payment_cost.paymentMethod.translation.createdAt` , `dmits_payment_cost.paymentMethod.translation` . updated_at as `dmits_payment_cost.paymentMethod.translation.updatedAt` , `dmits_payment_cost.paymentMethod.translation` . payment_method_id as `dmits_payment_cost.paymentMethod.translation.paymentMethodId` , `dmits_payment_cost.paymentMethod.translation` . language_id as `dmits_payment_cost.paymentMethod.translation.languageId` FROM `payment_method_translation` `dmits_payment_cost.paymentMethod.translation` WHERE `dmits_payment_cost.paymentMethod.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `dmits_payment_cost.paymentMethod.payment_method_translation` ON `dmits_payment_cost.paymentMethod.payment_method_translation` . `payment_method_id` = `dmits_payment_cost.paymentMethod` . `id` LEFT JOIN `app_payment_method` `dmits_payment_cost.paymentMethod.appPaymentMethod` ON `dmits_payment_cost.paymentMethod` . `id` = `dmits_payment_cost.paymentMethod.appPaymentMethod` . `payment_method_id` WHERE (`dmits_payment_cost` . `payment_method_id` = 0xC96AD1629C684BE38372CDC6764060E6 );
Copy
112
0.55 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
113
0.37 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
114
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
115
0.46 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
116
0.39 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
117
0.98 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
118
0.14 ms
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ;
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ; ;
Copy
119
5.06 ms
INSERT INTO `cart` (`token` , `currency_id` , `shipping_method_id` , `payment_method_id` , `country_id` , `sales_channel_id` , `customer_id` , `price` , `line_item_count` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES (:token , :currency_id , :shipping_method_id , :payment_method_id , :country_id , :sales_channel_id , :customer_id , :price , :line_item_count , :payload , :rule_ids , :compressed , :now )
ON DUPLICATE KEY UPDATE `currency_id` = :currency_id , `shipping_method_id` = :shipping_method_id , `payment_method_id` = :payment_method_id , `country_id` = :country_id , `sales_channel_id` = :sales_channel_id , `customer_id` = :customer_id , `price` = :price , `line_item_count` = :line_item_count , `payload` = :payload , `compressed` = :compressed , `rule_ids` = :rule_ids , `updated_at` = :now ;
Parameters :
[
"token " => "01966cc4179a716b8a80b3a590f9d14f "
"currency_id " => b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
"shipping_method_id " => b"¯òâ\x06 30@Œ£Jü`.î/Ç "
"payment_method_id " => b"ÉjÑbœhKãƒrÍÆv@`æ "
"country_id " => b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
"sales_channel_id " => b"b\x0E _]iåL½žH¾Z¾T÷³ "
"customer_id " => null
"price " => 86.45
"line_item_count " => 1
"payload " => "O:32:"Shopware\Core\Checkout\Cart\Cart":16:{s:13:"\x00 *\x00 extensions";a:2:{s:24:"price-detail-calculation";O:97:"Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\Route\PriceDetailCalculationExtension":1:{s:13:"\x00 *\x00 extensions";a:0:{}}s:15:"cart-promotions";O:61:"Shopware\Core\Checkout\Promotion\Cart\Extension\CartExtension":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 addedCodes";a:0:{}s:22:"\x00 *\x00 blockedPromotionIds";a:0:{}}}s:8:"\x00 *\x00 price";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\CartPrice":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 netPrice";d:71.45;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:16:"\x00 *\x00 positionPrice";d:86.45;s:12:"\x00 *\x00 taxStatus";s:5:"gross";s:11:"\x00 *\x00 rawTotal";d:86.45;}s:12:"\x00 *\x00 lineItems";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a5917d7c29";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:1:{s:22:"ADD_TO_CART_IDENTIFIER";O:95:"Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartIdentifierExtension":1:{s:13:"\x00 *\x00 extensions";a:0:{}}}s:10:"\x00 *\x00 payload";a:3:{s:13:"productNumber";s:1:"*";s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:38:"customized-products-configuration-hash";s:32:"fd92e8bc5c7c4b0d87d65ed5829eac50";}s:8:"\x00 *\x00 label";s:11:"Colour code";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";N;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;r:24;}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:0;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";N;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1000000;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a592edab9b";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-01-17 07:37:27.066";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:164:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":77.46,"gross":93.73,"linked":false,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:20:"SG-01074MK-0250-9999";s:14:"manufacturerId";s:32:"e7e462458410442b949e66f3ed20b9f5";s:5:"taxId";s:32:"2a9d00999e454d4d8d746b8a57449de9";s:6:"tagIds";a:1:{i:0;s:32:"018abc37289b70a3b5ee8bd6f0511672";}s:11:"categoryIds";a:21:{i:0;s:32:"c9bf874afefe4d80b3e9fa5c1f7dd5c9";i:1;s:32:"56733c6b3a044ae9965b3c13f2925c0c";i:2;s:32:"08f530a967544d848bb4ee6cc7ed71b1";i:3;s:32:"a4cb64e4dae94ea3a64e44a5b2b409fe";i:4;s:32:"dd1ba816880040fdac3bf9839b3409e2";i:5;s:32:"ea548e6db300435eba69e4a8159b6870";i:6;s:32:"b0dd24f9ce5d4d7aadbf78084f1cf3ae";i:7;s:32:"018e7658acde7c95b3d26d152574b2aa";i:8;s:32:"f13c3883c9ef4baaaaf32f1c0ac0b415";i:9;s:32:"a25ef12db09d4c2fb1d5824a4d89314e";i:10;s:32:"0131675421964b1c91262e5787f1edfc";i:11;s:32:"210a507d02494830ac7f9cd0e44bce63";i:12;s:32:"cd4b83075b4744edbca920207d2e82a3";i:13;s:32:"0fc658d884f143ffba28936732ccda62";i:14;s:32:"28280a50959e4cfbb23c4e9ea9aa035d";i:15;s:32:"3b58cad852ba485e95da9ca44e6bf856";i:16;s:32:"70627a2f26044449bdde2f94061c81e7";i:17;s:32:"8ca5e5a13d854c26bc06316d448e2e33";i:18;s:32:"960d3f3db3704983a4e4d5ae2b38954e";i:19;s:32:"ad675ab2187b471b9b32e12c512fade5";i:20;s:32:"dfd931be76504304b7e8cc40595d0072";}s:11:"propertyIds";a:23:{i:0;s:32:"05cc4e549ce54aaf9eb884ac15d79cd2";i:1;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:2;s:32:"14de2ecbd9f84c4baa06ef0dc1a43dde";i:3;s:32:"1994139448454a488bf947a5d8ef3dcd";i:4;s:32:"29bb5714bea540b9ac7bd077e2b1d96f";i:5;s:32:"2cb7aa6bff0d4ee6aa1f479c5fd2d773";i:6;s:32:"424ad70435ef41159638728356df5248";i:7;s:32:"6aa2e3eaaf6f472ab0843937cdf4cb20";i:8;s:32:"7364a37d76624ca6aa68c6866e590477";i:9;s:32:"81054323268748a88517077b482b2226";i:10;s:32:"89971aa1bde84db7969e665160f54a92";i:11;s:32:"8a81098ec61b41e5a8003143bae1b45a";i:12;s:32:"97799fd60d974ade81efbee687ba9faa";i:13;s:32:"9adb90956ee44fe983851274344fe033";i:14;s:32:"9f94099234124fe185150412ef32536c";i:15;s:32:"b0976ce20446476ea6876ca97a31b5ea";i:16;s:32:"c5e5a96f0d2747b788669ea5f50b5e6a";i:17;s:32:"d1a42ad0329c43cd814229553c003655";i:18;s:32:"d6497c09e5014d1da65afaa546ae9efc";i:19;s:32:"d8f7d8afb87f41379452fbca93829db5";i:20;s:32:"df1f14b96b41438f964d95bed4e590fc";i:21;s:32:"e762e4e7e9e944bd9b35a111dee52832";i:22;s:32:"f6408aa5334343faac490e15ccff17a9";}s:9:"optionIds";a:2:{i:0;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:1;s:32:"e8fe56647c924359abe85eb1fbf8b461";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:9:"streamIds";a:16:{i:0;s:32:"018bd79347137ce88023463921fa739e";i:1;s:32:"018bd853f68a736bbc0735f31686c01c";i:2;s:32:"018c7bf5b02871a2854bb6ecb094731a";i:3;s:32:"02af71c397784e37b665844625aa1a3b";i:4;s:32:"0517a8cde53f473eacad8bf4455c222f";i:5;s:32:"2a40f5613f1b47afa232f9a7ad97d2a6";i:6;s:32:"73bb020b0ed646cfb43e735b8d3c91a0";i:7;s:32:"74fb9c33c41842ee89382dfd522acd57";i:8;s:32:"7e7975defe7841f8bcd18c6adcb61c04";i:9;s:32:"80ffe276b9bf4a86aba3737d02c2c45d";i:10;s:32:"8a01d05a8cba4230882a1bb35371d702";i:11;s:32:"9794863cc7af4abb88d053ec7e426fab";i:12;s:32:"bdaa2f82fc7f4b539ef72f1e1486ff37";i:13;s:32:"c0746492a2194819940b81526bf71fd5";i:14;s:32:"d6c2c27ec3d0451ca08b28fd76104d93";i:15;s:32:"ea6b217c7f7548f0845bbf15ac3ee432";}s:8:"parentId";s:32:"4b2f3d127d314615b1bbea2870d884a4";s:5:"stock";i:1000000;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:18:"Sigma Silicat Matt";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:86.45;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;r:24;}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";r:183;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"06f55815f21449278275126c2347bcf5";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:09.794000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:2:{i:0;s:12:"mediaTypeRaw";i:1;s:12:"thumbnailsRo";}}s:9:"\x00 *\x00 userId";s:32:"1c4cfc98fcfa4d9cbec6953969787492";s:11:"\x00 *\x00 mimeType";s:9:"image/png";s:16:"\x00 *\x00 fileExtension";s:3:"png";s:11:"\x00 *\x00 fileSize";i:444240;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00 *\x00 extensions";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:4:"hash";s:32:"e117424e75b1c517b5e3a319637781a7";s:4:"type";i:3;s:5:"width";i:1000;s:6:"height";i:1000;}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.103000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000";s:11:"\x00 *\x00 fileName";s:28:"Sigma - Silicat Topcoat Matt";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:3:{s:32:"1d87392603054621b7a310b22657d56d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"1d87392603054621b7a310b22657d56d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:8:"\x00 *\x00 width";i:400;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"1d87392603054621b7a310b22657d56d";}s:32:"6edb86e69e3043968362e74409f3a382";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"6edb86e69e3043968362e74409f3a382";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:800;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"6edb86e69e3043968362e74409f3a382";}s:32:"8e46437885254fb6b0f17b7b7be5587d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8e46437885254fb6b0f17b7b7be5587d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:1920;s:7:"\x00 *\x00 path";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8e46437885254fb6b0f17b7b7be5587d";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"c2a1e30cc9bc423cad37148d4986ba34";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:1;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:58:"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"06f55815f21449278275126c2347bcf5";}s:22:"\x00 *\x00 deliveryInformation";r:74;s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:0;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:10000;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-25 11:45:12.630811";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"ad9f20cdc155b130467ef9c67fdad3bc";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a5939e54c2";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a592edab9b";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"018d165a831770e1a9cddbd759a1781d";}}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";r:378;s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";N;s:18:"\x00 *\x00 dataContextHash";N;s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a591f877ee";s:9:"\x00 *\x00 states";a:0:{}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:13:"productNumber";b:0;s:7:"options";b:0;s:38:"customized-products-configuration-hash";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a5917d7c29";s:7:"\x00 *\x00 type";s:19:"customized-products";s:15:"\x00 *\x00 referencedId";s:32:"f483b80c2edb48fbb2a3c4b07659a4e5";}}}s:9:"\x00 *\x00 errors";O:49:"Shopware\Core\Checkout\Cart\Error\ErrorCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:13:"\x00 *\x00 deliveries";O:62:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Delivery\Struct\Delivery":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 positions";O:70:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPositionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a5917d7c29";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:1:{s:22:"ADD_TO_CART_IDENTIFIER";O:95:"Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartIdentifierExtension":1:{s:13:"\x00 *\x00 extensions";a:0:{}}}s:10:"\x00 *\x00 payload";a:3:{s:13:"productNumber";s:1:"*";s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:38:"customized-products-configuration-hash";s:32:"fd92e8bc5c7c4b0d87d65ed5829eac50";}s:8:"\x00 *\x00 label";s:11:"Colour code";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";N;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:0;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";N;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1000000;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a592edab9b";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-01-17 07:37:27.066";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:164:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":77.46,"gross":93.73,"linked":false,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:20:"SG-01074MK-0250-9999";s:14:"manufacturerId";s:32:"e7e462458410442b949e66f3ed20b9f5";s:5:"taxId";s:32:"2a9d00999e454d4d8d746b8a57449de9";s:6:"tagIds";a:1:{i:0;s:32:"018abc37289b70a3b5ee8bd6f0511672";}s:11:"categoryIds";a:21:{i:0;s:32:"c9bf874afefe4d80b3e9fa5c1f7dd5c9";i:1;s:32:"56733c6b3a044ae9965b3c13f2925c0c";i:2;s:32:"08f530a967544d848bb4ee6cc7ed71b1";i:3;s:32:"a4cb64e4dae94ea3a64e44a5b2b409fe";i:4;s:32:"dd1ba816880040fdac3bf9839b3409e2";i:5;s:32:"ea548e6db300435eba69e4a8159b6870";i:6;s:32:"b0dd24f9ce5d4d7aadbf78084f1cf3ae";i:7;s:32:"018e7658acde7c95b3d26d152574b2aa";i:8;s:32:"f13c3883c9ef4baaaaf32f1c0ac0b415";i:9;s:32:"a25ef12db09d4c2fb1d5824a4d89314e";i:10;s:32:"0131675421964b1c91262e5787f1edfc";i:11;s:32:"210a507d02494830ac7f9cd0e44bce63";i:12;s:32:"cd4b83075b4744edbca920207d2e82a3";i:13;s:32:"0fc658d884f143ffba28936732ccda62";i:14;s:32:"28280a50959e4cfbb23c4e9ea9aa035d";i:15;s:32:"3b58cad852ba485e95da9ca44e6bf856";i:16;s:32:"70627a2f26044449bdde2f94061c81e7";i:17;s:32:"8ca5e5a13d854c26bc06316d448e2e33";i:18;s:32:"960d3f3db3704983a4e4d5ae2b38954e";i:19;s:32:"ad675ab2187b471b9b32e12c512fade5";i:20;s:32:"dfd931be76504304b7e8cc40595d0072";}s:11:"propertyIds";a:23:{i:0;s:32:"05cc4e549ce54aaf9eb884ac15d79cd2";i:1;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:2;s:32:"14de2ecbd9f84c4baa06ef0dc1a43dde";i:3;s:32:"1994139448454a488bf947a5d8ef3dcd";i:4;s:32:"29bb5714bea540b9ac7bd077e2b1d96f";i:5;s:32:"2cb7aa6bff0d4ee6aa1f479c5fd2d773";i:6;s:32:"424ad70435ef41159638728356df5248";i:7;s:32:"6aa2e3eaaf6f472ab0843937cdf4cb20";i:8;s:32:"7364a37d76624ca6aa68c6866e590477";i:9;s:32:"81054323268748a88517077b482b2226";i:10;s:32:"89971aa1bde84db7969e665160f54a92";i:11;s:32:"8a81098ec61b41e5a8003143bae1b45a";i:12;s:32:"97799fd60d974ade81efbee687ba9faa";i:13;s:32:"9adb90956ee44fe983851274344fe033";i:14;s:32:"9f94099234124fe185150412ef32536c";i:15;s:32:"b0976ce20446476ea6876ca97a31b5ea";i:16;s:32:"c5e5a96f0d2747b788669ea5f50b5e6a";i:17;s:32:"d1a42ad0329c43cd814229553c003655";i:18;s:32:"d6497c09e5014d1da65afaa546ae9efc";i:19;s:32:"d8f7d8afb87f41379452fbca93829db5";i:20;s:32:"df1f14b96b41438f964d95bed4e590fc";i:21;s:32:"e762e4e7e9e944bd9b35a111dee52832";i:22;s:32:"f6408aa5334343faac490e15ccff17a9";}s:9:"optionIds";a:2:{i:0;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:1;s:32:"e8fe56647c924359abe85eb1fbf8b461";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:9:"streamIds";a:16:{i:0;s:32:"018bd79347137ce88023463921fa739e";i:1;s:32:"018bd853f68a736bbc0735f31686c01c";i:2;s:32:"018c7bf5b02871a2854bb6ecb094731a";i:3;s:32:"02af71c397784e37b665844625aa1a3b";i:4;s:32:"0517a8cde53f473eacad8bf4455c222f";i:5;s:32:"2a40f5613f1b47afa232f9a7ad97d2a6";i:6;s:32:"73bb020b0ed646cfb43e735b8d3c91a0";i:7;s:32:"74fb9c33c41842ee89382dfd522acd57";i:8;s:32:"7e7975defe7841f8bcd18c6adcb61c04";i:9;s:32:"80ffe276b9bf4a86aba3737d02c2c45d";i:10;s:32:"8a01d05a8cba4230882a1bb35371d702";i:11;s:32:"9794863cc7af4abb88d053ec7e426fab";i:12;s:32:"bdaa2f82fc7f4b539ef72f1e1486ff37";i:13;s:32:"c0746492a2194819940b81526bf71fd5";i:14;s:32:"d6c2c27ec3d0451ca08b28fd76104d93";i:15;s:32:"ea6b217c7f7548f0845bbf15ac3ee432";}s:8:"parentId";s:32:"4b2f3d127d314615b1bbea2870d884a4";s:5:"stock";i:1000000;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:18:"Sigma Silicat Matt";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:86.45;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"06f55815f21449278275126c2347bcf5";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:09.794000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:236;s:9:"\x00 *\x00 userId";s:32:"1c4cfc98fcfa4d9cbec6953969787492";s:11:"\x00 *\x00 mimeType";s:9:"image/png";s:16:"\x00 *\x00 fileExtension";s:3:"png";s:11:"\x00 *\x00 fileSize";i:444240;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00 *\x00 extensions";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:4:"hash";s:32:"e117424e75b1c517b5e3a319637781a7";s:4:"type";i:3;s:5:"width";i:1000;s:6:"height";i:1000;}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.103000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000";s:11:"\x00 *\x00 fileName";s:28:"Sigma - Silicat Topcoat Matt";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:3:{s:32:"1d87392603054621b7a310b22657d56d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"1d87392603054621b7a310b22657d56d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:400;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"1d87392603054621b7a310b22657d56d";}s:32:"6edb86e69e3043968362e74409f3a382";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"6edb86e69e3043968362e74409f3a382";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:800;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"6edb86e69e3043968362e74409f3a382";}s:32:"8e46437885254fb6b0f17b7b7be5587d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8e46437885254fb6b0f17b7b7be5587d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:1920;s:7:"\x00 *\x00 path";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8e46437885254fb6b0f17b7b7be5587d";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"c2a1e30cc9bc423cad37148d4986ba34";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:1;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:58:"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"06f55815f21449278275126c2347bcf5";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1000000;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:0;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:10000;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-25 11:45:12.630811";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"ad9f20cdc155b130467ef9c67fdad3bc";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a5939e54c2";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a592edab9b";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"018d165a831770e1a9cddbd759a1781d";}}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:10000;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";N;s:18:"\x00 *\x00 dataContextHash";N;s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a591f877ee";s:9:"\x00 *\x00 states";a:0:{}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:13:"productNumber";b:0;s:7:"options";b:0;s:38:"customized-products-configuration-hash";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a5917d7c29";s:7:"\x00 *\x00 type";s:19:"customized-products";s:15:"\x00 *\x00 referencedId";s:32:"f483b80c2edb48fbb2a3c4b07659a4e5";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"01966cc4179a716b8a80b3a5917d7c29";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-28 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}}}s:11:"\x00 *\x00 location";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 country";O:42:"Shopware\Core\System\Country\CountryEntity":37:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:30:"country_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"43d54c2050bb4c079f337c2d27699216";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:4:"name";s:7:"Belgium";s:12:"customFields";a:3:{s:32:"acris_tax_advanced_configuration";b:0;s:39:"gshop_yuki_daily_totals_country_contact";s:32:"8cd495f6212e409f9c2f8f058fdb41f3";s:42:"acris_tax_specific_country_validate_vat_id";b:1;}s:13:"addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-10-04 10:40:40.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-10 10:28:01.420000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:7:"country";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:7:"Belgium";s:6:"\x00 *\x00 iso";s:2:"BE";s:11:"\x00 *\x00 position";i:10;s:9:"\x00 *\x00 active";b:1;s:20:"\x00 *\x00 shippingAvailable";b:1;s:7:"\x00 *\x00 iso3";s:3:"BEL";s:29:"\x00 *\x00 displayStateInRegistration";b:0;s:27:"\x00 *\x00 forceStateInRegistration";b:0;s:20:"\x00 *\x00 checkVatIdPattern";b:0;s:15:"\x00 *\x00 vatIdPattern";s:12:"BE(0|1)\d{9}";s:16:"\x00 *\x00 vatIdRequired";b:0;s:14:"\x00 *\x00 customerTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:13:"\x00 *\x00 companyTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:9:"\x00 *\x00 states";N;s:15:"\x00 *\x00 translations";N;s:17:"\x00 *\x00 orderAddresses";N;s:20:"\x00 *\x00 customerAddresses";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:11:"\x00 *\x00 taxRules";N;s:27:"\x00 *\x00 currencyCountryRoundings";N;s:21:"\x00 *\x00 postalCodeRequired";b:0;s:25:"\x00 *\x00 checkPostalCodePattern";b:0;s:33:"\x00 *\x00 checkAdvancedPostalCodePattern";b:0;s:28:"\x00 *\x00 advancedPostalCodePattern";N;s:27:"\x00 *\x00 defaultPostalCodePattern";s:5:"\d{4}";s:16:"\x00 *\x00 addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}s:15:"\x00 *\x00 customFields";a:3:{s:32:"acris_tax_advanced_configuration";b:0;s:39:"gshop_yuki_daily_totals_country_contact";s:32:"8cd495f6212e409f9c2f8f058fdb41f3";s:42:"acris_tax_specific_country_validate_vat_id";b:1;}s:5:"\x00 *\x00 id";s:32:"43d54c2050bb4c079f337c2d27699216";}s:8:"\x00 *\x00 state";N;s:10:"\x00 *\x00 address";N;}s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-28 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}s:17:"\x00 *\x00 shippingMethod";O:52:"Shopware\Core\Checkout\Shipping\ShippingMethodEntity":32:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"shipping_method_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"aff2e2063330408ca34afc602eee2fc7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:4:{s:4:"name";s:27:"🌱 Service Point Delivery";s:12:"customFields";a:1:{s:42:"acris_checkout_shipping_preselect_priority";i:1;}s:11:"description";s:114:"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. ";s:11:"trackingUrl";N;}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-11-22 09:16:14.688000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-15 07:21:43.036000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"shipping_method";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:27:"🌱 Service Point Delivery";s:9:"\x00 *\x00 active";b:1;s:11:"\x00 *\x00 position";i:1;s:14:"\x00 *\x00 description";s:114:"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. ";s:14:"\x00 *\x00 trackingUrl";N;s:17:"\x00 *\x00 deliveryTimeId";s:32:"ae7200455fa04d0fabaff0c56284cd52";s:15:"\x00 *\x00 deliveryTime";O:52:"Shopware\Core\System\DeliveryTime\DeliveryTimeEntity":17:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:36:"delivery_time_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"ae7200455fa04d0fabaff0c56284cd52";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:2:{s:4:"name";s:8:"1-3 days";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-10-04 10:40:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-23 09:17:15.282000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:13:"delivery_time";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:8:"1-3 days";s:6:"\x00 *\x00 min";i:1;s:6:"\x00 *\x00 max";i:3;s:7:"\x00 *\x00 unit";s:3:"day";s:18:"\x00 *\x00 shippingMethods";N;s:15:"\x00 *\x00 translations";N;s:11:"\x00 *\x00 products";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"ae7200455fa04d0fabaff0c56284cd52";}s:15:"\x00 *\x00 translations";N;s:18:"\x00 *\x00 orderDeliveries";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:19:"\x00 *\x00 availabilityRule";N;s:21:"\x00 *\x00 availabilityRuleId";s:32:"7e2febe0d564402da0eb0a0f425dfcb8";s:9:"\x00 *\x00 prices";O:91:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"9391bc774179427dad5cadc8ef58dd8f";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"9391bc774179427dad5cadc8ef58dd8f";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-01-12 09:28:59.373000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca4f6a977d3a40d68b1c54bfa3c841f3";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:74.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:5.74;s:8:"\x00 *\x00 gross";d:6.95;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"9391bc774179427dad5cadc8ef58dd8f";}s:32:"81c19ece83324a52b7a631634d58c12f";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"81c19ece83324a52b7a631634d58c12f";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-01-12 09:28:59.374000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1078;s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca4f6a977d3a40d68b1c54bfa3c841f3";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:75;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"81c19ece83324a52b7a631634d58c12f";}s:32:"5b7a40cff3f74559a6dc710f9ea0a37a";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"5b7a40cff3f74559a6dc710f9ea0a37a";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-12-01 13:33:39.567000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1078;s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca8324c3095543f6a69f923050786657";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:74.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:4.09;s:8:"\x00 *\x00 gross";d:4.95;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"5b7a40cff3f74559a6dc710f9ea0a37a";}s:32:"59dcce28772a4234854035a37b62aea4";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"59dcce28772a4234854035a37b62aea4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-12-01 13:33:39.567000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1078;s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca8324c3095543f6a69f923050786657";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:75;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"59dcce28772a4234854035a37b62aea4";}}}s:10:"\x00 *\x00 mediaId";s:32:"f525b1f6836c402d8714fa3886b07c61";s:8:"\x00 *\x00 taxId";N;s:8:"\x00 *\x00 media";N;s:7:"\x00 *\x00 tags";N;s:10:"\x00 *\x00 taxType";s:4:"auto";s:16:"\x00 *\x00 technicalName";N;s:6:"\x00 *\x00 tax";N;s:20:"\x00 *\x00 appShippingMethod";N;s:15:"\x00 *\x00 customFields";a:1:{s:42:"acris_checkout_shipping_preselect_priority";i:1;}s:5:"\x00 *\x00 id";s:32:"aff2e2063330408ca34afc602eee2fc7";}s:16:"\x00 *\x00 shippingCosts";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:0;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:0;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:0;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:0;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}}}}s:15:"\x00 *\x00 transactions";O:68:"Shopware\Core\Checkout\Cart\Transaction\Struct\TransactionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:58:"Shopware\Core\Checkout\Cart\Transaction\Struct\Transaction":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:9:"\x00 *\x00 amount";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";r:13;s:11:"\x00 *\x00 taxRules";r:21;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:18:"\x00 *\x00 paymentMethodId";s:32:"c96ad1629c684be38372cdc6764060e6";}}}s:11:"\x00 *\x00 modified";b:0;s:18:"\x00 *\x00 customerComment";N;s:16:"\x00 *\x00 affiliateCode";N;s:15:"\x00 *\x00 campaignCode";N;s:9:"\x00 *\x00 source";N;s:38:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 data";N;s:41:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 ruleIds";a:33:{i:0;s:32:"526d6930b1dd49d5ba77f629a6a477f7";i:1;s:32:"adc7f28258b64f9aa877d237b34088ae";i:2;s:32:"c54c7c670e27454cb613c9d6d1e9e78b";i:3;s:32:"6c9bee2e47084fe09edf500180c8e9ba";i:4;s:32:"7e2febe0d564402da0eb0a0f425dfcb8";i:5;s:32:"95ffc6d0105a47c1a0e09714a6a17c4a";i:6;s:32:"a5b6366f102b41f7924cdaaf2b8bbf2e";i:7;s:32:"aec7d06af7734675a1ae0dd498a34e3d";i:8;s:32:"ca8324c3095543f6a69f923050786657";i:9;s:32:"de2455bf8ca24b9a847c9e397e407269";i:10;s:32:"f0c63ac906df419090fc07780145dd6b";i:11;s:32:"018dc5f1bcca70e0875af87e71a6a83b";i:12;s:32:"018df924a7b17e7f826f71c2fb4e1b9d";i:13;s:32:"018df92561bf7f61b2b8d3d6343950aa";i:14;s:32:"018df92708377deaaa62f83703e4aa2f";i:15;s:32:"018b388ce7fe7f049571265605de5ecb";i:16;s:32:"018e7b67eec97a0f9ec656070c9811ac";i:17;s:32:"018e7b6a7f6a7c3897b6dc5abd23866f";i:18;s:32:"018ecc26664f735ebd1c7cb16436bff8";i:19;s:32:"018ecc270c47712d830094bbeb2c659b";i:20;s:32:"018ecc27a2757356925719ea4f8c24bd";i:21;s:32:"018ecc28727d7102bd2ce4d013e76704";i:22;s:32:"018ecc3051be7398a4436249c570f88d";i:23;s:32:"018ecc616ffc73b9a147e15dc3da29a5";i:24;s:32:"018f51dc2dd875768a2eec716b420000";i:25;s:32:"018f51e2f49d7319b04105d4f9cdff56";i:26;s:32:"3f08388692a146f69bf796510f30967c";i:27;s:32:"6ed8f188b8dd4cfe8f37fdd0ddcc19b9";i:28;s:32:"9750caf64ad34990aafe2bca8951c6f2";i:29;s:32:"c07187e4d1134e839d197cffd62206ea";i:30;s:32:"d40cf9900bd049508b93b3e9c880f8f6";i:31;s:32:"752a9cdeda8d4dd4a54f6060bbde3572";i:32;s:32:"b264febe2cb9487a926b4e06e41e3051";}s:42:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 behavior";O:40:"Shopware\Core\Checkout\Cart\CartBehavior":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:53:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 permissions";a:0:{}s:51:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 hookAware";b:1;s:57:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 isRecalculation";b:0;}s:8:"\x00 *\x00 token";s:32:"01966cc4179a716b8a80b3a590f9d14f";s:40:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 states";a:0:{}} "
"rule_ids " => "["526d6930b1dd49d5ba77f629a6a477f7","adc7f28258b64f9aa877d237b34088ae","c54c7c670e27454cb613c9d6d1e9e78b","6c9bee2e47084fe09edf500180c8e9ba","7e2febe0d564402da0eb0a0f425dfcb8","95ffc6d0105a47c1a0e09714a6a17c4a","a5b6366f102b41f7924cdaaf2b8bbf2e","aec7d06af7734675a1ae0dd498a34e3d","ca8324c3095543f6a69f923050786657","de2455bf8ca24b9a847c9e397e407269","f0c63ac906df419090fc07780145dd6b","018dc5f1bcca70e0875af87e71a6a83b","018df924a7b17e7f826f71c2fb4e1b9d","018df92561bf7f61b2b8d3d6343950aa","018df92708377deaaa62f83703e4aa2f","018b388ce7fe7f049571265605de5ecb","018e7b67eec97a0f9ec656070c9811ac","018e7b6a7f6a7c3897b6dc5abd23866f","018ecc26664f735ebd1c7cb16436bff8","018ecc270c47712d830094bbeb2c659b","018ecc27a2757356925719ea4f8c24bd","018ecc28727d7102bd2ce4d013e76704","018ecc3051be7398a4436249c570f88d","018ecc616ffc73b9a147e15dc3da29a5","018f51dc2dd875768a2eec716b420000","018f51e2f49d7319b04105d4f9cdff56","3f08388692a146f69bf796510f30967c","6ed8f188b8dd4cfe8f37fdd0ddcc19b9","9750caf64ad34990aafe2bca8951c6f2","c07187e4d1134e839d197cffd62206ea","d40cf9900bd049508b93b3e9c880f8f6","752a9cdeda8d4dd4a54f6060bbde3572","b264febe2cb9487a926b4e06e41e3051"] "
"now " => "2025-04-25 11:45:12.719 "
"compressed " => 0
]
INSERT INTO `cart` (`token` , `currency_id` , `shipping_method_id` , `payment_method_id` , `country_id` , `sales_channel_id` , `customer_id` , `price` , `line_item_count` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES ('01966cc4179a716b8a80b3a590f9d14f' , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , 0xAFF2E2063330408CA34AFC602EEE2FC7 , 0xC96AD1629C684BE38372CDC6764060E6 , 0x43D54C2050BB4C079F337C2D27699216 , 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , NULL , 86.45 , 1 , 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":16:{s:13:\"\0*\0extensions\";a:2:{s:24:\"price-detail-calculation\";O:97:\"Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailCalculationExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:71.45;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:86.45;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:86.45;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";r:183;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:2:{i:0;s:12:\"mediaTypeRaw\";i:1;s:12:\"thumbnailsRo\";}}s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";r:74;s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";r:378;s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:236;s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":37:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"43d54c2050bb4c079f337c2d27699216\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:7:\"Belgium\";s:12:\"customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-10 10:28:01.420000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:7:\"Belgium\";s:6:\"\0*\0iso\";s:2:\"BE\";s:11:\"\0*\0position\";i:10;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"BEL\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:12:\"BE(0|1)\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:0;s:25:\"\0*\0checkPostalCodePattern\";b:0;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{4}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:5:\"\0*\0id\";s:32:\"43d54c2050bb4c079f337c2d27699216\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";N;}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:27:\"🌱 Service Point Delivery\";s:12:\"customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:11:\"description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-11-22 09:16:14.688000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-15 07:21:43.036000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:27:\"🌱 Service Point Delivery\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:8:\"1-3 days\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-23 09:17:15.282000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:8:\"1-3 days\";s:6:\"\0*\0min\";i:1;s:6:\"\0*\0max\";i:3;s:7:\"\0*\0unit\";s:3:\"day\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"9391bc774179427dad5cadc8ef58dd8f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.373000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:5.74;s:8:\"\0*\0gross\";d:6.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";}s:32:\"81c19ece83324a52b7a631634d58c12f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"81c19ece83324a52b7a631634d58c12f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.374000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"81c19ece83324a52b7a631634d58c12f\";}s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:4.09;s:8:\"\0*\0gross\";d:4.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";}s:32:\"59dcce28772a4234854035a37b62aea4\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"59dcce28772a4234854035a37b62aea4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"59dcce28772a4234854035a37b62aea4\";}}}s:10:\"\0*\0mediaId\";s:32:\"f525b1f6836c402d8714fa3886b07c61\";s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";N;s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:5:\"\0*\0id\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":3:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";r:13;s:11:\"\0*\0taxRules\";r:21;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"c96ad1629c684be38372cdc6764060e6\";}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:33:{i:0;s:32:\"526d6930b1dd49d5ba77f629a6a477f7\";i:1;s:32:\"adc7f28258b64f9aa877d237b34088ae\";i:2;s:32:\"c54c7c670e27454cb613c9d6d1e9e78b\";i:3;s:32:\"6c9bee2e47084fe09edf500180c8e9ba\";i:4;s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";i:5;s:32:\"95ffc6d0105a47c1a0e09714a6a17c4a\";i:6;s:32:\"a5b6366f102b41f7924cdaaf2b8bbf2e\";i:7;s:32:\"aec7d06af7734675a1ae0dd498a34e3d\";i:8;s:32:\"ca8324c3095543f6a69f923050786657\";i:9;s:32:\"de2455bf8ca24b9a847c9e397e407269\";i:10;s:32:\"f0c63ac906df419090fc07780145dd6b\";i:11;s:32:\"018dc5f1bcca70e0875af87e71a6a83b\";i:12;s:32:\"018df924a7b17e7f826f71c2fb4e1b9d\";i:13;s:32:\"018df92561bf7f61b2b8d3d6343950aa\";i:14;s:32:\"018df92708377deaaa62f83703e4aa2f\";i:15;s:32:\"018b388ce7fe7f049571265605de5ecb\";i:16;s:32:\"018e7b67eec97a0f9ec656070c9811ac\";i:17;s:32:\"018e7b6a7f6a7c3897b6dc5abd23866f\";i:18;s:32:\"018ecc26664f735ebd1c7cb16436bff8\";i:19;s:32:\"018ecc270c47712d830094bbeb2c659b\";i:20;s:32:\"018ecc27a2757356925719ea4f8c24bd\";i:21;s:32:\"018ecc28727d7102bd2ce4d013e76704\";i:22;s:32:\"018ecc3051be7398a4436249c570f88d\";i:23;s:32:\"018ecc616ffc73b9a147e15dc3da29a5\";i:24;s:32:\"018f51dc2dd875768a2eec716b420000\";i:25;s:32:\"018f51e2f49d7319b04105d4f9cdff56\";i:26;s:32:\"3f08388692a146f69bf796510f30967c\";i:27;s:32:\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\";i:28;s:32:\"9750caf64ad34990aafe2bca8951c6f2\";i:29;s:32:\"c07187e4d1134e839d197cffd62206ea\";i:30;s:32:\"d40cf9900bd049508b93b3e9c880f8f6\";i:31;s:32:\"752a9cdeda8d4dd4a54f6060bbde3572\";i:32;s:32:\"b264febe2cb9487a926b4e06e41e3051\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"01966cc4179a716b8a80b3a590f9d14f\";s:40:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0states\";a:0:{}}' , '[\"526d6930b1dd49d5ba77f629a6a477f7\",\"adc7f28258b64f9aa877d237b34088ae\",\"c54c7c670e27454cb613c9d6d1e9e78b\",\"6c9bee2e47084fe09edf500180c8e9ba\",\"7e2febe0d564402da0eb0a0f425dfcb8\",\"95ffc6d0105a47c1a0e09714a6a17c4a\",\"a5b6366f102b41f7924cdaaf2b8bbf2e\",\"aec7d06af7734675a1ae0dd498a34e3d\",\"ca8324c3095543f6a69f923050786657\",\"de2455bf8ca24b9a847c9e397e407269\",\"f0c63ac906df419090fc07780145dd6b\",\"018dc5f1bcca70e0875af87e71a6a83b\",\"018df924a7b17e7f826f71c2fb4e1b9d\",\"018df92561bf7f61b2b8d3d6343950aa\",\"018df92708377deaaa62f83703e4aa2f\",\"018b388ce7fe7f049571265605de5ecb\",\"018e7b67eec97a0f9ec656070c9811ac\",\"018e7b6a7f6a7c3897b6dc5abd23866f\",\"018ecc26664f735ebd1c7cb16436bff8\",\"018ecc270c47712d830094bbeb2c659b\",\"018ecc27a2757356925719ea4f8c24bd\",\"018ecc28727d7102bd2ce4d013e76704\",\"018ecc3051be7398a4436249c570f88d\",\"018ecc616ffc73b9a147e15dc3da29a5\",\"018f51dc2dd875768a2eec716b420000\",\"018f51e2f49d7319b04105d4f9cdff56\",\"3f08388692a146f69bf796510f30967c\",\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\",\"9750caf64ad34990aafe2bca8951c6f2\",\"c07187e4d1134e839d197cffd62206ea\",\"d40cf9900bd049508b93b3e9c880f8f6\",\"752a9cdeda8d4dd4a54f6060bbde3572\",\"b264febe2cb9487a926b4e06e41e3051\"]' , 0 , '2025-04-25 11:45:12.719' )
ON DUPLICATE KEY UPDATE `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , `shipping_method_id` = 0xAFF2E2063330408CA34AFC602EEE2FC7 , `payment_method_id` = 0xC96AD1629C684BE38372CDC6764060E6 , `country_id` = 0x43D54C2050BB4C079F337C2D27699216 , `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , `customer_id` = NULL , `price` = 86.45 , `line_item_count` = 1 , `payload` = 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":16:{s:13:\"\0*\0extensions\";a:2:{s:24:\"price-detail-calculation\";O:97:\"Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailCalculationExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:71.45;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:86.45;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:86.45;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";r:183;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:2:{i:0;s:12:\"mediaTypeRaw\";i:1;s:12:\"thumbnailsRo\";}}s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";r:74;s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";r:378;s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:236;s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":37:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"43d54c2050bb4c079f337c2d27699216\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:7:\"Belgium\";s:12:\"customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-10 10:28:01.420000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:7:\"Belgium\";s:6:\"\0*\0iso\";s:2:\"BE\";s:11:\"\0*\0position\";i:10;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"BEL\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:12:\"BE(0|1)\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:0;s:25:\"\0*\0checkPostalCodePattern\";b:0;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{4}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:5:\"\0*\0id\";s:32:\"43d54c2050bb4c079f337c2d27699216\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";N;}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:27:\"🌱 Service Point Delivery\";s:12:\"customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:11:\"description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-11-22 09:16:14.688000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-15 07:21:43.036000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:27:\"🌱 Service Point Delivery\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:8:\"1-3 days\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-23 09:17:15.282000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:8:\"1-3 days\";s:6:\"\0*\0min\";i:1;s:6:\"\0*\0max\";i:3;s:7:\"\0*\0unit\";s:3:\"day\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"9391bc774179427dad5cadc8ef58dd8f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.373000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:5.74;s:8:\"\0*\0gross\";d:6.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";}s:32:\"81c19ece83324a52b7a631634d58c12f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"81c19ece83324a52b7a631634d58c12f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.374000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"81c19ece83324a52b7a631634d58c12f\";}s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:4.09;s:8:\"\0*\0gross\";d:4.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";}s:32:\"59dcce28772a4234854035a37b62aea4\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"59dcce28772a4234854035a37b62aea4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"59dcce28772a4234854035a37b62aea4\";}}}s:10:\"\0*\0mediaId\";s:32:\"f525b1f6836c402d8714fa3886b07c61\";s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";N;s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:5:\"\0*\0id\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":3:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";r:13;s:11:\"\0*\0taxRules\";r:21;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"c96ad1629c684be38372cdc6764060e6\";}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:33:{i:0;s:32:\"526d6930b1dd49d5ba77f629a6a477f7\";i:1;s:32:\"adc7f28258b64f9aa877d237b34088ae\";i:2;s:32:\"c54c7c670e27454cb613c9d6d1e9e78b\";i:3;s:32:\"6c9bee2e47084fe09edf500180c8e9ba\";i:4;s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";i:5;s:32:\"95ffc6d0105a47c1a0e09714a6a17c4a\";i:6;s:32:\"a5b6366f102b41f7924cdaaf2b8bbf2e\";i:7;s:32:\"aec7d06af7734675a1ae0dd498a34e3d\";i:8;s:32:\"ca8324c3095543f6a69f923050786657\";i:9;s:32:\"de2455bf8ca24b9a847c9e397e407269\";i:10;s:32:\"f0c63ac906df419090fc07780145dd6b\";i:11;s:32:\"018dc5f1bcca70e0875af87e71a6a83b\";i:12;s:32:\"018df924a7b17e7f826f71c2fb4e1b9d\";i:13;s:32:\"018df92561bf7f61b2b8d3d6343950aa\";i:14;s:32:\"018df92708377deaaa62f83703e4aa2f\";i:15;s:32:\"018b388ce7fe7f049571265605de5ecb\";i:16;s:32:\"018e7b67eec97a0f9ec656070c9811ac\";i:17;s:32:\"018e7b6a7f6a7c3897b6dc5abd23866f\";i:18;s:32:\"018ecc26664f735ebd1c7cb16436bff8\";i:19;s:32:\"018ecc270c47712d830094bbeb2c659b\";i:20;s:32:\"018ecc27a2757356925719ea4f8c24bd\";i:21;s:32:\"018ecc28727d7102bd2ce4d013e76704\";i:22;s:32:\"018ecc3051be7398a4436249c570f88d\";i:23;s:32:\"018ecc616ffc73b9a147e15dc3da29a5\";i:24;s:32:\"018f51dc2dd875768a2eec716b420000\";i:25;s:32:\"018f51e2f49d7319b04105d4f9cdff56\";i:26;s:32:\"3f08388692a146f69bf796510f30967c\";i:27;s:32:\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\";i:28;s:32:\"9750caf64ad34990aafe2bca8951c6f2\";i:29;s:32:\"c07187e4d1134e839d197cffd62206ea\";i:30;s:32:\"d40cf9900bd049508b93b3e9c880f8f6\";i:31;s:32:\"752a9cdeda8d4dd4a54f6060bbde3572\";i:32;s:32:\"b264febe2cb9487a926b4e06e41e3051\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"01966cc4179a716b8a80b3a590f9d14f\";s:40:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0states\";a:0:{}}' , `compressed` = 0 , `rule_ids` = '[\"526d6930b1dd49d5ba77f629a6a477f7\",\"adc7f28258b64f9aa877d237b34088ae\",\"c54c7c670e27454cb613c9d6d1e9e78b\",\"6c9bee2e47084fe09edf500180c8e9ba\",\"7e2febe0d564402da0eb0a0f425dfcb8\",\"95ffc6d0105a47c1a0e09714a6a17c4a\",\"a5b6366f102b41f7924cdaaf2b8bbf2e\",\"aec7d06af7734675a1ae0dd498a34e3d\",\"ca8324c3095543f6a69f923050786657\",\"de2455bf8ca24b9a847c9e397e407269\",\"f0c63ac906df419090fc07780145dd6b\",\"018dc5f1bcca70e0875af87e71a6a83b\",\"018df924a7b17e7f826f71c2fb4e1b9d\",\"018df92561bf7f61b2b8d3d6343950aa\",\"018df92708377deaaa62f83703e4aa2f\",\"018b388ce7fe7f049571265605de5ecb\",\"018e7b67eec97a0f9ec656070c9811ac\",\"018e7b6a7f6a7c3897b6dc5abd23866f\",\"018ecc26664f735ebd1c7cb16436bff8\",\"018ecc270c47712d830094bbeb2c659b\",\"018ecc27a2757356925719ea4f8c24bd\",\"018ecc28727d7102bd2ce4d013e76704\",\"018ecc3051be7398a4436249c570f88d\",\"018ecc616ffc73b9a147e15dc3da29a5\",\"018f51dc2dd875768a2eec716b420000\",\"018f51e2f49d7319b04105d4f9cdff56\",\"3f08388692a146f69bf796510f30967c\",\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\",\"9750caf64ad34990aafe2bca8951c6f2\",\"c07187e4d1134e839d197cffd62206ea\",\"d40cf9900bd049508b93b3e9c880f8f6\",\"752a9cdeda8d4dd4a54f6060bbde3572\",\"b264febe2cb9487a926b4e06e41e3051\"]' , `updated_at` = '2025-04-25 11:45:12.719' ; ;
Copy
120
1.08 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
121
0.16 ms
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ;
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ; ;
Copy
122
2.82 ms
INSERT INTO `cart` (`token` , `currency_id` , `shipping_method_id` , `payment_method_id` , `country_id` , `sales_channel_id` , `customer_id` , `price` , `line_item_count` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES (:token , :currency_id , :shipping_method_id , :payment_method_id , :country_id , :sales_channel_id , :customer_id , :price , :line_item_count , :payload , :rule_ids , :compressed , :now )
ON DUPLICATE KEY UPDATE `currency_id` = :currency_id , `shipping_method_id` = :shipping_method_id , `payment_method_id` = :payment_method_id , `country_id` = :country_id , `sales_channel_id` = :sales_channel_id , `customer_id` = :customer_id , `price` = :price , `line_item_count` = :line_item_count , `payload` = :payload , `compressed` = :compressed , `rule_ids` = :rule_ids , `updated_at` = :now ;
Parameters :
[
"token " => "01966cc4179a716b8a80b3a590f9d14f "
"currency_id " => b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
"shipping_method_id " => b"¯òâ\x06 30@Œ£Jü`.î/Ç "
"payment_method_id " => b"ÉjÑbœhKãƒrÍÆv@`æ "
"country_id " => b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
"sales_channel_id " => b"b\x0E _]iåL½žH¾Z¾T÷³ "
"customer_id " => null
"price " => 86.45
"line_item_count " => 1
"payload " => "O:32:"Shopware\Core\Checkout\Cart\Cart":16:{s:13:"\x00 *\x00 extensions";a:2:{s:24:"price-detail-calculation";O:97:"Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\Route\PriceDetailCalculationExtension":1:{s:13:"\x00 *\x00 extensions";a:0:{}}s:15:"cart-promotions";O:61:"Shopware\Core\Checkout\Promotion\Cart\Extension\CartExtension":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 addedCodes";a:0:{}s:22:"\x00 *\x00 blockedPromotionIds";a:0:{}}}s:8:"\x00 *\x00 price";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\CartPrice":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 netPrice";d:71.45;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:16:"\x00 *\x00 positionPrice";d:86.45;s:12:"\x00 *\x00 taxStatus";s:5:"gross";s:11:"\x00 *\x00 rawTotal";d:86.45;}s:12:"\x00 *\x00 lineItems";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a5917d7c29";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:1:{s:22:"ADD_TO_CART_IDENTIFIER";O:95:"Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartIdentifierExtension":1:{s:13:"\x00 *\x00 extensions";a:0:{}}}s:10:"\x00 *\x00 payload";a:3:{s:13:"productNumber";s:1:"*";s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:38:"customized-products-configuration-hash";s:32:"fd92e8bc5c7c4b0d87d65ed5829eac50";}s:8:"\x00 *\x00 label";s:11:"Colour code";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";N;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;r:24;}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:0;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";N;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1000000;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a592edab9b";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-01-17 07:37:27.066";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:164:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":77.46,"gross":93.73,"linked":false,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:20:"SG-01074MK-0250-9999";s:14:"manufacturerId";s:32:"e7e462458410442b949e66f3ed20b9f5";s:5:"taxId";s:32:"2a9d00999e454d4d8d746b8a57449de9";s:6:"tagIds";a:1:{i:0;s:32:"018abc37289b70a3b5ee8bd6f0511672";}s:11:"categoryIds";a:21:{i:0;s:32:"c9bf874afefe4d80b3e9fa5c1f7dd5c9";i:1;s:32:"56733c6b3a044ae9965b3c13f2925c0c";i:2;s:32:"08f530a967544d848bb4ee6cc7ed71b1";i:3;s:32:"a4cb64e4dae94ea3a64e44a5b2b409fe";i:4;s:32:"dd1ba816880040fdac3bf9839b3409e2";i:5;s:32:"ea548e6db300435eba69e4a8159b6870";i:6;s:32:"b0dd24f9ce5d4d7aadbf78084f1cf3ae";i:7;s:32:"018e7658acde7c95b3d26d152574b2aa";i:8;s:32:"f13c3883c9ef4baaaaf32f1c0ac0b415";i:9;s:32:"a25ef12db09d4c2fb1d5824a4d89314e";i:10;s:32:"0131675421964b1c91262e5787f1edfc";i:11;s:32:"210a507d02494830ac7f9cd0e44bce63";i:12;s:32:"cd4b83075b4744edbca920207d2e82a3";i:13;s:32:"0fc658d884f143ffba28936732ccda62";i:14;s:32:"28280a50959e4cfbb23c4e9ea9aa035d";i:15;s:32:"3b58cad852ba485e95da9ca44e6bf856";i:16;s:32:"70627a2f26044449bdde2f94061c81e7";i:17;s:32:"8ca5e5a13d854c26bc06316d448e2e33";i:18;s:32:"960d3f3db3704983a4e4d5ae2b38954e";i:19;s:32:"ad675ab2187b471b9b32e12c512fade5";i:20;s:32:"dfd931be76504304b7e8cc40595d0072";}s:11:"propertyIds";a:23:{i:0;s:32:"05cc4e549ce54aaf9eb884ac15d79cd2";i:1;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:2;s:32:"14de2ecbd9f84c4baa06ef0dc1a43dde";i:3;s:32:"1994139448454a488bf947a5d8ef3dcd";i:4;s:32:"29bb5714bea540b9ac7bd077e2b1d96f";i:5;s:32:"2cb7aa6bff0d4ee6aa1f479c5fd2d773";i:6;s:32:"424ad70435ef41159638728356df5248";i:7;s:32:"6aa2e3eaaf6f472ab0843937cdf4cb20";i:8;s:32:"7364a37d76624ca6aa68c6866e590477";i:9;s:32:"81054323268748a88517077b482b2226";i:10;s:32:"89971aa1bde84db7969e665160f54a92";i:11;s:32:"8a81098ec61b41e5a8003143bae1b45a";i:12;s:32:"97799fd60d974ade81efbee687ba9faa";i:13;s:32:"9adb90956ee44fe983851274344fe033";i:14;s:32:"9f94099234124fe185150412ef32536c";i:15;s:32:"b0976ce20446476ea6876ca97a31b5ea";i:16;s:32:"c5e5a96f0d2747b788669ea5f50b5e6a";i:17;s:32:"d1a42ad0329c43cd814229553c003655";i:18;s:32:"d6497c09e5014d1da65afaa546ae9efc";i:19;s:32:"d8f7d8afb87f41379452fbca93829db5";i:20;s:32:"df1f14b96b41438f964d95bed4e590fc";i:21;s:32:"e762e4e7e9e944bd9b35a111dee52832";i:22;s:32:"f6408aa5334343faac490e15ccff17a9";}s:9:"optionIds";a:2:{i:0;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:1;s:32:"e8fe56647c924359abe85eb1fbf8b461";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:9:"streamIds";a:16:{i:0;s:32:"018bd79347137ce88023463921fa739e";i:1;s:32:"018bd853f68a736bbc0735f31686c01c";i:2;s:32:"018c7bf5b02871a2854bb6ecb094731a";i:3;s:32:"02af71c397784e37b665844625aa1a3b";i:4;s:32:"0517a8cde53f473eacad8bf4455c222f";i:5;s:32:"2a40f5613f1b47afa232f9a7ad97d2a6";i:6;s:32:"73bb020b0ed646cfb43e735b8d3c91a0";i:7;s:32:"74fb9c33c41842ee89382dfd522acd57";i:8;s:32:"7e7975defe7841f8bcd18c6adcb61c04";i:9;s:32:"80ffe276b9bf4a86aba3737d02c2c45d";i:10;s:32:"8a01d05a8cba4230882a1bb35371d702";i:11;s:32:"9794863cc7af4abb88d053ec7e426fab";i:12;s:32:"bdaa2f82fc7f4b539ef72f1e1486ff37";i:13;s:32:"c0746492a2194819940b81526bf71fd5";i:14;s:32:"d6c2c27ec3d0451ca08b28fd76104d93";i:15;s:32:"ea6b217c7f7548f0845bbf15ac3ee432";}s:8:"parentId";s:32:"4b2f3d127d314615b1bbea2870d884a4";s:5:"stock";i:1000000;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:18:"Sigma Silicat Matt";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:86.45;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;r:24;}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";r:183;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"06f55815f21449278275126c2347bcf5";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:09.794000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:2:{i:0;s:12:"mediaTypeRaw";i:1;s:12:"thumbnailsRo";}}s:9:"\x00 *\x00 userId";s:32:"1c4cfc98fcfa4d9cbec6953969787492";s:11:"\x00 *\x00 mimeType";s:9:"image/png";s:16:"\x00 *\x00 fileExtension";s:3:"png";s:11:"\x00 *\x00 fileSize";i:444240;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00 *\x00 extensions";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:4:"hash";s:32:"e117424e75b1c517b5e3a319637781a7";s:4:"type";i:3;s:5:"width";i:1000;s:6:"height";i:1000;}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.103000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000";s:11:"\x00 *\x00 fileName";s:28:"Sigma - Silicat Topcoat Matt";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:3:{s:32:"1d87392603054621b7a310b22657d56d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"1d87392603054621b7a310b22657d56d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:8:"\x00 *\x00 width";i:400;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"1d87392603054621b7a310b22657d56d";}s:32:"6edb86e69e3043968362e74409f3a382";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"6edb86e69e3043968362e74409f3a382";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:800;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"6edb86e69e3043968362e74409f3a382";}s:32:"8e46437885254fb6b0f17b7b7be5587d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8e46437885254fb6b0f17b7b7be5587d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:1920;s:7:"\x00 *\x00 path";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8e46437885254fb6b0f17b7b7be5587d";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"c2a1e30cc9bc423cad37148d4986ba34";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:1;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:58:"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"06f55815f21449278275126c2347bcf5";}s:22:"\x00 *\x00 deliveryInformation";r:74;s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:0;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:10000;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-25 11:45:12.630811";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"ad9f20cdc155b130467ef9c67fdad3bc";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a5939e54c2";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a592edab9b";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"018d165a831770e1a9cddbd759a1781d";}}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";r:378;s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";N;s:18:"\x00 *\x00 dataContextHash";N;s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a591f877ee";s:9:"\x00 *\x00 states";a:0:{}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:13:"productNumber";b:0;s:7:"options";b:0;s:38:"customized-products-configuration-hash";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a5917d7c29";s:7:"\x00 *\x00 type";s:19:"customized-products";s:15:"\x00 *\x00 referencedId";s:32:"f483b80c2edb48fbb2a3c4b07659a4e5";}}}s:9:"\x00 *\x00 errors";O:49:"Shopware\Core\Checkout\Cart\Error\ErrorCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:13:"\x00 *\x00 deliveries";O:62:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Delivery\Struct\Delivery":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 positions";O:70:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPositionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a5917d7c29";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:1:{s:22:"ADD_TO_CART_IDENTIFIER";O:95:"Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartIdentifierExtension":1:{s:13:"\x00 *\x00 extensions";a:0:{}}}s:10:"\x00 *\x00 payload";a:3:{s:13:"productNumber";s:1:"*";s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:38:"customized-products-configuration-hash";s:32:"fd92e8bc5c7c4b0d87d65ed5829eac50";}s:8:"\x00 *\x00 label";s:11:"Colour code";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";N;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:0;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";N;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1000000;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"01966cc4179a716b8a80b3a592edab9b";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-01-17 07:37:27.066";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:164:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":77.46,"gross":93.73,"linked":false,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:20:"SG-01074MK-0250-9999";s:14:"manufacturerId";s:32:"e7e462458410442b949e66f3ed20b9f5";s:5:"taxId";s:32:"2a9d00999e454d4d8d746b8a57449de9";s:6:"tagIds";a:1:{i:0;s:32:"018abc37289b70a3b5ee8bd6f0511672";}s:11:"categoryIds";a:21:{i:0;s:32:"c9bf874afefe4d80b3e9fa5c1f7dd5c9";i:1;s:32:"56733c6b3a044ae9965b3c13f2925c0c";i:2;s:32:"08f530a967544d848bb4ee6cc7ed71b1";i:3;s:32:"a4cb64e4dae94ea3a64e44a5b2b409fe";i:4;s:32:"dd1ba816880040fdac3bf9839b3409e2";i:5;s:32:"ea548e6db300435eba69e4a8159b6870";i:6;s:32:"b0dd24f9ce5d4d7aadbf78084f1cf3ae";i:7;s:32:"018e7658acde7c95b3d26d152574b2aa";i:8;s:32:"f13c3883c9ef4baaaaf32f1c0ac0b415";i:9;s:32:"a25ef12db09d4c2fb1d5824a4d89314e";i:10;s:32:"0131675421964b1c91262e5787f1edfc";i:11;s:32:"210a507d02494830ac7f9cd0e44bce63";i:12;s:32:"cd4b83075b4744edbca920207d2e82a3";i:13;s:32:"0fc658d884f143ffba28936732ccda62";i:14;s:32:"28280a50959e4cfbb23c4e9ea9aa035d";i:15;s:32:"3b58cad852ba485e95da9ca44e6bf856";i:16;s:32:"70627a2f26044449bdde2f94061c81e7";i:17;s:32:"8ca5e5a13d854c26bc06316d448e2e33";i:18;s:32:"960d3f3db3704983a4e4d5ae2b38954e";i:19;s:32:"ad675ab2187b471b9b32e12c512fade5";i:20;s:32:"dfd931be76504304b7e8cc40595d0072";}s:11:"propertyIds";a:23:{i:0;s:32:"05cc4e549ce54aaf9eb884ac15d79cd2";i:1;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:2;s:32:"14de2ecbd9f84c4baa06ef0dc1a43dde";i:3;s:32:"1994139448454a488bf947a5d8ef3dcd";i:4;s:32:"29bb5714bea540b9ac7bd077e2b1d96f";i:5;s:32:"2cb7aa6bff0d4ee6aa1f479c5fd2d773";i:6;s:32:"424ad70435ef41159638728356df5248";i:7;s:32:"6aa2e3eaaf6f472ab0843937cdf4cb20";i:8;s:32:"7364a37d76624ca6aa68c6866e590477";i:9;s:32:"81054323268748a88517077b482b2226";i:10;s:32:"89971aa1bde84db7969e665160f54a92";i:11;s:32:"8a81098ec61b41e5a8003143bae1b45a";i:12;s:32:"97799fd60d974ade81efbee687ba9faa";i:13;s:32:"9adb90956ee44fe983851274344fe033";i:14;s:32:"9f94099234124fe185150412ef32536c";i:15;s:32:"b0976ce20446476ea6876ca97a31b5ea";i:16;s:32:"c5e5a96f0d2747b788669ea5f50b5e6a";i:17;s:32:"d1a42ad0329c43cd814229553c003655";i:18;s:32:"d6497c09e5014d1da65afaa546ae9efc";i:19;s:32:"d8f7d8afb87f41379452fbca93829db5";i:20;s:32:"df1f14b96b41438f964d95bed4e590fc";i:21;s:32:"e762e4e7e9e944bd9b35a111dee52832";i:22;s:32:"f6408aa5334343faac490e15ccff17a9";}s:9:"optionIds";a:2:{i:0;s:32:"0f95e97b1d3c4736b7529a2980dc2253";i:1;s:32:"e8fe56647c924359abe85eb1fbf8b461";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:18:"Select your colour";s:6:"option";s:11:"Mix colours";}i:1;a:2:{s:5:"group";s:7:"Content";s:6:"option";s:6:" 2,5 l";}}s:9:"streamIds";a:16:{i:0;s:32:"018bd79347137ce88023463921fa739e";i:1;s:32:"018bd853f68a736bbc0735f31686c01c";i:2;s:32:"018c7bf5b02871a2854bb6ecb094731a";i:3;s:32:"02af71c397784e37b665844625aa1a3b";i:4;s:32:"0517a8cde53f473eacad8bf4455c222f";i:5;s:32:"2a40f5613f1b47afa232f9a7ad97d2a6";i:6;s:32:"73bb020b0ed646cfb43e735b8d3c91a0";i:7;s:32:"74fb9c33c41842ee89382dfd522acd57";i:8;s:32:"7e7975defe7841f8bcd18c6adcb61c04";i:9;s:32:"80ffe276b9bf4a86aba3737d02c2c45d";i:10;s:32:"8a01d05a8cba4230882a1bb35371d702";i:11;s:32:"9794863cc7af4abb88d053ec7e426fab";i:12;s:32:"bdaa2f82fc7f4b539ef72f1e1486ff37";i:13;s:32:"c0746492a2194819940b81526bf71fd5";i:14;s:32:"d6c2c27ec3d0451ca08b28fd76104d93";i:15;s:32:"ea6b217c7f7548f0845bbf15ac3ee432";}s:8:"parentId";s:32:"4b2f3d127d314615b1bbea2870d884a4";s:5:"stock";i:1000000;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:18:"Sigma Silicat Matt";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:86.45;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"06f55815f21449278275126c2347bcf5";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:09.794000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:236;s:9:"\x00 *\x00 userId";s:32:"1c4cfc98fcfa4d9cbec6953969787492";s:11:"\x00 *\x00 mimeType";s:9:"image/png";s:16:"\x00 *\x00 fileExtension";s:3:"png";s:11:"\x00 *\x00 fileSize";i:444240;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00 *\x00 extensions";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:4:"hash";s:32:"e117424e75b1c517b5e3a319637781a7";s:4:"type";i:3;s:5:"width";i:1000;s:6:"height";i:1000;}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.103000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000";s:11:"\x00 *\x00 fileName";s:28:"Sigma - Silicat Topcoat Matt";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:3:{s:32:"1d87392603054621b7a310b22657d56d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"1d87392603054621b7a310b22657d56d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:400;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"1d87392603054621b7a310b22657d56d";}s:32:"6edb86e69e3043968362e74409f3a382";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"6edb86e69e3043968362e74409f3a382";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:800;s:7:"\x00 *\x00 path";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:94:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"6edb86e69e3043968362e74409f3a382";}s:32:"8e46437885254fb6b0f17b7b7be5587d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8e46437885254fb6b0f17b7b7be5587d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-29 15:08:10.871000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:288;s:8:"\x00 *\x00 width";i:1920;s:7:"\x00 *\x00 path";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:95:"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920";s:10:"\x00 *\x00 mediaId";s:32:"06f55815f21449278275126c2347bcf5";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8e46437885254fb6b0f17b7b7be5587d";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"c2a1e30cc9bc423cad37148d4986ba34";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:1;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:58:"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"06f55815f21449278275126c2347bcf5";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1000000;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:0;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:10000;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-25 11:45:12.630811";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"ad9f20cdc155b130467ef9c67fdad3bc";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a5939e54c2";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a592edab9b";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"018d165a831770e1a9cddbd759a1781d";}}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:10000;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";N;s:18:"\x00 *\x00 dataContextHash";N;s:19:"\x00 *\x00 uniqueIdentifier";s:32:"01966cc4179a716b8a80b3a591f877ee";s:9:"\x00 *\x00 states";a:0:{}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:13:"productNumber";b:0;s:7:"options";b:0;s:38:"customized-products-configuration-hash";b:0;}s:5:"\x00 *\x00 id";s:32:"01966cc4179a716b8a80b3a5917d7c29";s:7:"\x00 *\x00 type";s:19:"customized-products";s:15:"\x00 *\x00 referencedId";s:32:"f483b80c2edb48fbb2a3c4b07659a4e5";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:15;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:86.45;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"01966cc4179a716b8a80b3a5917d7c29";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-28 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}}}s:11:"\x00 *\x00 location";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 country";O:42:"Shopware\Core\System\Country\CountryEntity":37:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:30:"country_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"43d54c2050bb4c079f337c2d27699216";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:4:"name";s:7:"Belgium";s:12:"customFields";a:3:{s:32:"acris_tax_advanced_configuration";b:0;s:39:"gshop_yuki_daily_totals_country_contact";s:32:"8cd495f6212e409f9c2f8f058fdb41f3";s:42:"acris_tax_specific_country_validate_vat_id";b:1;}s:13:"addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-10-04 10:40:40.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-10 10:28:01.420000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:7:"country";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:7:"Belgium";s:6:"\x00 *\x00 iso";s:2:"BE";s:11:"\x00 *\x00 position";i:10;s:9:"\x00 *\x00 active";b:1;s:20:"\x00 *\x00 shippingAvailable";b:1;s:7:"\x00 *\x00 iso3";s:3:"BEL";s:29:"\x00 *\x00 displayStateInRegistration";b:0;s:27:"\x00 *\x00 forceStateInRegistration";b:0;s:20:"\x00 *\x00 checkVatIdPattern";b:0;s:15:"\x00 *\x00 vatIdPattern";s:12:"BE(0|1)\d{9}";s:16:"\x00 *\x00 vatIdRequired";b:0;s:14:"\x00 *\x00 customerTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:13:"\x00 *\x00 companyTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:9:"\x00 *\x00 states";N;s:15:"\x00 *\x00 translations";N;s:17:"\x00 *\x00 orderAddresses";N;s:20:"\x00 *\x00 customerAddresses";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:11:"\x00 *\x00 taxRules";N;s:27:"\x00 *\x00 currencyCountryRoundings";N;s:21:"\x00 *\x00 postalCodeRequired";b:0;s:25:"\x00 *\x00 checkPostalCodePattern";b:0;s:33:"\x00 *\x00 checkAdvancedPostalCodePattern";b:0;s:28:"\x00 *\x00 advancedPostalCodePattern";N;s:27:"\x00 *\x00 defaultPostalCodePattern";s:5:"\d{4}";s:16:"\x00 *\x00 addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}s:15:"\x00 *\x00 customFields";a:3:{s:32:"acris_tax_advanced_configuration";b:0;s:39:"gshop_yuki_daily_totals_country_contact";s:32:"8cd495f6212e409f9c2f8f058fdb41f3";s:42:"acris_tax_specific_country_validate_vat_id";b:1;}s:5:"\x00 *\x00 id";s:32:"43d54c2050bb4c079f337c2d27699216";}s:8:"\x00 *\x00 state";N;s:10:"\x00 *\x00 address";N;}s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-28 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}s:17:"\x00 *\x00 shippingMethod";O:52:"Shopware\Core\Checkout\Shipping\ShippingMethodEntity":32:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"shipping_method_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"aff2e2063330408ca34afc602eee2fc7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:4:{s:4:"name";s:27:"🌱 Service Point Delivery";s:12:"customFields";a:1:{s:42:"acris_checkout_shipping_preselect_priority";i:1;}s:11:"description";s:114:"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. ";s:11:"trackingUrl";N;}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-11-22 09:16:14.688000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-15 07:21:43.036000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"shipping_method";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:27:"🌱 Service Point Delivery";s:9:"\x00 *\x00 active";b:1;s:11:"\x00 *\x00 position";i:1;s:14:"\x00 *\x00 description";s:114:"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. ";s:14:"\x00 *\x00 trackingUrl";N;s:17:"\x00 *\x00 deliveryTimeId";s:32:"ae7200455fa04d0fabaff0c56284cd52";s:15:"\x00 *\x00 deliveryTime";O:52:"Shopware\Core\System\DeliveryTime\DeliveryTimeEntity":17:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:36:"delivery_time_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"ae7200455fa04d0fabaff0c56284cd52";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:2:{s:4:"name";s:8:"1-3 days";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-10-04 10:40:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-23 09:17:15.282000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:13:"delivery_time";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:8:"1-3 days";s:6:"\x00 *\x00 min";i:1;s:6:"\x00 *\x00 max";i:3;s:7:"\x00 *\x00 unit";s:3:"day";s:18:"\x00 *\x00 shippingMethods";N;s:15:"\x00 *\x00 translations";N;s:11:"\x00 *\x00 products";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"ae7200455fa04d0fabaff0c56284cd52";}s:15:"\x00 *\x00 translations";N;s:18:"\x00 *\x00 orderDeliveries";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:19:"\x00 *\x00 availabilityRule";N;s:21:"\x00 *\x00 availabilityRuleId";s:32:"7e2febe0d564402da0eb0a0f425dfcb8";s:9:"\x00 *\x00 prices";O:91:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"9391bc774179427dad5cadc8ef58dd8f";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"9391bc774179427dad5cadc8ef58dd8f";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-01-12 09:28:59.373000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca4f6a977d3a40d68b1c54bfa3c841f3";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:74.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:5.74;s:8:"\x00 *\x00 gross";d:6.95;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"9391bc774179427dad5cadc8ef58dd8f";}s:32:"81c19ece83324a52b7a631634d58c12f";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"81c19ece83324a52b7a631634d58c12f";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-01-12 09:28:59.374000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1078;s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca4f6a977d3a40d68b1c54bfa3c841f3";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:75;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"81c19ece83324a52b7a631634d58c12f";}s:32:"5b7a40cff3f74559a6dc710f9ea0a37a";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"5b7a40cff3f74559a6dc710f9ea0a37a";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-12-01 13:33:39.567000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1078;s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca8324c3095543f6a69f923050786657";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:74.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:4.09;s:8:"\x00 *\x00 gross";d:4.95;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"5b7a40cff3f74559a6dc710f9ea0a37a";}s:32:"59dcce28772a4234854035a37b62aea4";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"59dcce28772a4234854035a37b62aea4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-12-01 13:33:39.567000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-06-30 06:29:26.750000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1078;s:19:"\x00 *\x00 shippingMethodId";s:32:"aff2e2063330408ca34afc602eee2fc7";s:9:"\x00 *\x00 ruleId";s:32:"ca8324c3095543f6a69f923050786657";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:75;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"59dcce28772a4234854035a37b62aea4";}}}s:10:"\x00 *\x00 mediaId";s:32:"f525b1f6836c402d8714fa3886b07c61";s:8:"\x00 *\x00 taxId";N;s:8:"\x00 *\x00 media";N;s:7:"\x00 *\x00 tags";N;s:10:"\x00 *\x00 taxType";s:4:"auto";s:16:"\x00 *\x00 technicalName";N;s:6:"\x00 *\x00 tax";N;s:20:"\x00 *\x00 appShippingMethod";N;s:15:"\x00 *\x00 customFields";a:1:{s:42:"acris_checkout_shipping_preselect_priority";i:1;}s:5:"\x00 *\x00 id";s:32:"aff2e2063330408ca34afc602eee2fc7";}s:16:"\x00 *\x00 shippingCosts";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:0;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:0;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:0;s:10:"\x00 *\x00 taxRate";d:21;s:8:"\x00 *\x00 price";d:0;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:21;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:21;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}}}}s:15:"\x00 *\x00 transactions";O:68:"Shopware\Core\Checkout\Cart\Transaction\Struct\TransactionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:58:"Shopware\Core\Checkout\Cart\Transaction\Struct\Transaction":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:9:"\x00 *\x00 amount";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:86.45;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:86.45;s:18:"\x00 *\x00 calculatedTaxes";r:13;s:11:"\x00 *\x00 taxRules";r:21;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:18:"\x00 *\x00 paymentMethodId";s:32:"c96ad1629c684be38372cdc6764060e6";}}}s:11:"\x00 *\x00 modified";b:0;s:18:"\x00 *\x00 customerComment";N;s:16:"\x00 *\x00 affiliateCode";N;s:15:"\x00 *\x00 campaignCode";N;s:9:"\x00 *\x00 source";N;s:38:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 data";N;s:41:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 ruleIds";a:33:{i:0;s:32:"526d6930b1dd49d5ba77f629a6a477f7";i:1;s:32:"adc7f28258b64f9aa877d237b34088ae";i:2;s:32:"c54c7c670e27454cb613c9d6d1e9e78b";i:3;s:32:"6c9bee2e47084fe09edf500180c8e9ba";i:4;s:32:"7e2febe0d564402da0eb0a0f425dfcb8";i:5;s:32:"95ffc6d0105a47c1a0e09714a6a17c4a";i:6;s:32:"a5b6366f102b41f7924cdaaf2b8bbf2e";i:7;s:32:"aec7d06af7734675a1ae0dd498a34e3d";i:8;s:32:"ca8324c3095543f6a69f923050786657";i:9;s:32:"de2455bf8ca24b9a847c9e397e407269";i:10;s:32:"f0c63ac906df419090fc07780145dd6b";i:11;s:32:"018dc5f1bcca70e0875af87e71a6a83b";i:12;s:32:"018df924a7b17e7f826f71c2fb4e1b9d";i:13;s:32:"018df92561bf7f61b2b8d3d6343950aa";i:14;s:32:"018df92708377deaaa62f83703e4aa2f";i:15;s:32:"018b388ce7fe7f049571265605de5ecb";i:16;s:32:"018e7b67eec97a0f9ec656070c9811ac";i:17;s:32:"018e7b6a7f6a7c3897b6dc5abd23866f";i:18;s:32:"018ecc26664f735ebd1c7cb16436bff8";i:19;s:32:"018ecc270c47712d830094bbeb2c659b";i:20;s:32:"018ecc27a2757356925719ea4f8c24bd";i:21;s:32:"018ecc28727d7102bd2ce4d013e76704";i:22;s:32:"018ecc3051be7398a4436249c570f88d";i:23;s:32:"018ecc616ffc73b9a147e15dc3da29a5";i:24;s:32:"018f51dc2dd875768a2eec716b420000";i:25;s:32:"018f51e2f49d7319b04105d4f9cdff56";i:26;s:32:"3f08388692a146f69bf796510f30967c";i:27;s:32:"6ed8f188b8dd4cfe8f37fdd0ddcc19b9";i:28;s:32:"9750caf64ad34990aafe2bca8951c6f2";i:29;s:32:"c07187e4d1134e839d197cffd62206ea";i:30;s:32:"d40cf9900bd049508b93b3e9c880f8f6";i:31;s:32:"752a9cdeda8d4dd4a54f6060bbde3572";i:32;s:32:"b264febe2cb9487a926b4e06e41e3051";}s:42:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 behavior";O:40:"Shopware\Core\Checkout\Cart\CartBehavior":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:53:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 permissions";a:0:{}s:51:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 hookAware";b:1;s:57:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 isRecalculation";b:0;}s:8:"\x00 *\x00 token";s:32:"01966cc4179a716b8a80b3a590f9d14f";s:40:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 states";a:0:{}} "
"rule_ids " => "["526d6930b1dd49d5ba77f629a6a477f7","adc7f28258b64f9aa877d237b34088ae","c54c7c670e27454cb613c9d6d1e9e78b","6c9bee2e47084fe09edf500180c8e9ba","7e2febe0d564402da0eb0a0f425dfcb8","95ffc6d0105a47c1a0e09714a6a17c4a","a5b6366f102b41f7924cdaaf2b8bbf2e","aec7d06af7734675a1ae0dd498a34e3d","ca8324c3095543f6a69f923050786657","de2455bf8ca24b9a847c9e397e407269","f0c63ac906df419090fc07780145dd6b","018dc5f1bcca70e0875af87e71a6a83b","018df924a7b17e7f826f71c2fb4e1b9d","018df92561bf7f61b2b8d3d6343950aa","018df92708377deaaa62f83703e4aa2f","018b388ce7fe7f049571265605de5ecb","018e7b67eec97a0f9ec656070c9811ac","018e7b6a7f6a7c3897b6dc5abd23866f","018ecc26664f735ebd1c7cb16436bff8","018ecc270c47712d830094bbeb2c659b","018ecc27a2757356925719ea4f8c24bd","018ecc28727d7102bd2ce4d013e76704","018ecc3051be7398a4436249c570f88d","018ecc616ffc73b9a147e15dc3da29a5","018f51dc2dd875768a2eec716b420000","018f51e2f49d7319b04105d4f9cdff56","3f08388692a146f69bf796510f30967c","6ed8f188b8dd4cfe8f37fdd0ddcc19b9","9750caf64ad34990aafe2bca8951c6f2","c07187e4d1134e839d197cffd62206ea","d40cf9900bd049508b93b3e9c880f8f6","752a9cdeda8d4dd4a54f6060bbde3572","b264febe2cb9487a926b4e06e41e3051"] "
"now " => "2025-04-25 11:45:12.726 "
"compressed " => 0
]
INSERT INTO `cart` (`token` , `currency_id` , `shipping_method_id` , `payment_method_id` , `country_id` , `sales_channel_id` , `customer_id` , `price` , `line_item_count` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES ('01966cc4179a716b8a80b3a590f9d14f' , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , 0xAFF2E2063330408CA34AFC602EEE2FC7 , 0xC96AD1629C684BE38372CDC6764060E6 , 0x43D54C2050BB4C079F337C2D27699216 , 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , NULL , 86.45 , 1 , 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":16:{s:13:\"\0*\0extensions\";a:2:{s:24:\"price-detail-calculation\";O:97:\"Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailCalculationExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:71.45;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:86.45;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:86.45;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";r:183;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:2:{i:0;s:12:\"mediaTypeRaw\";i:1;s:12:\"thumbnailsRo\";}}s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";r:74;s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";r:378;s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:236;s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":37:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"43d54c2050bb4c079f337c2d27699216\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:7:\"Belgium\";s:12:\"customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-10 10:28:01.420000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:7:\"Belgium\";s:6:\"\0*\0iso\";s:2:\"BE\";s:11:\"\0*\0position\";i:10;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"BEL\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:12:\"BE(0|1)\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:0;s:25:\"\0*\0checkPostalCodePattern\";b:0;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{4}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:5:\"\0*\0id\";s:32:\"43d54c2050bb4c079f337c2d27699216\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";N;}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:27:\"🌱 Service Point Delivery\";s:12:\"customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:11:\"description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-11-22 09:16:14.688000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-15 07:21:43.036000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:27:\"🌱 Service Point Delivery\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:8:\"1-3 days\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-23 09:17:15.282000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:8:\"1-3 days\";s:6:\"\0*\0min\";i:1;s:6:\"\0*\0max\";i:3;s:7:\"\0*\0unit\";s:3:\"day\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"9391bc774179427dad5cadc8ef58dd8f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.373000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:5.74;s:8:\"\0*\0gross\";d:6.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";}s:32:\"81c19ece83324a52b7a631634d58c12f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"81c19ece83324a52b7a631634d58c12f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.374000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"81c19ece83324a52b7a631634d58c12f\";}s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:4.09;s:8:\"\0*\0gross\";d:4.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";}s:32:\"59dcce28772a4234854035a37b62aea4\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"59dcce28772a4234854035a37b62aea4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"59dcce28772a4234854035a37b62aea4\";}}}s:10:\"\0*\0mediaId\";s:32:\"f525b1f6836c402d8714fa3886b07c61\";s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";N;s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:5:\"\0*\0id\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":3:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";r:13;s:11:\"\0*\0taxRules\";r:21;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"c96ad1629c684be38372cdc6764060e6\";}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:33:{i:0;s:32:\"526d6930b1dd49d5ba77f629a6a477f7\";i:1;s:32:\"adc7f28258b64f9aa877d237b34088ae\";i:2;s:32:\"c54c7c670e27454cb613c9d6d1e9e78b\";i:3;s:32:\"6c9bee2e47084fe09edf500180c8e9ba\";i:4;s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";i:5;s:32:\"95ffc6d0105a47c1a0e09714a6a17c4a\";i:6;s:32:\"a5b6366f102b41f7924cdaaf2b8bbf2e\";i:7;s:32:\"aec7d06af7734675a1ae0dd498a34e3d\";i:8;s:32:\"ca8324c3095543f6a69f923050786657\";i:9;s:32:\"de2455bf8ca24b9a847c9e397e407269\";i:10;s:32:\"f0c63ac906df419090fc07780145dd6b\";i:11;s:32:\"018dc5f1bcca70e0875af87e71a6a83b\";i:12;s:32:\"018df924a7b17e7f826f71c2fb4e1b9d\";i:13;s:32:\"018df92561bf7f61b2b8d3d6343950aa\";i:14;s:32:\"018df92708377deaaa62f83703e4aa2f\";i:15;s:32:\"018b388ce7fe7f049571265605de5ecb\";i:16;s:32:\"018e7b67eec97a0f9ec656070c9811ac\";i:17;s:32:\"018e7b6a7f6a7c3897b6dc5abd23866f\";i:18;s:32:\"018ecc26664f735ebd1c7cb16436bff8\";i:19;s:32:\"018ecc270c47712d830094bbeb2c659b\";i:20;s:32:\"018ecc27a2757356925719ea4f8c24bd\";i:21;s:32:\"018ecc28727d7102bd2ce4d013e76704\";i:22;s:32:\"018ecc3051be7398a4436249c570f88d\";i:23;s:32:\"018ecc616ffc73b9a147e15dc3da29a5\";i:24;s:32:\"018f51dc2dd875768a2eec716b420000\";i:25;s:32:\"018f51e2f49d7319b04105d4f9cdff56\";i:26;s:32:\"3f08388692a146f69bf796510f30967c\";i:27;s:32:\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\";i:28;s:32:\"9750caf64ad34990aafe2bca8951c6f2\";i:29;s:32:\"c07187e4d1134e839d197cffd62206ea\";i:30;s:32:\"d40cf9900bd049508b93b3e9c880f8f6\";i:31;s:32:\"752a9cdeda8d4dd4a54f6060bbde3572\";i:32;s:32:\"b264febe2cb9487a926b4e06e41e3051\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"01966cc4179a716b8a80b3a590f9d14f\";s:40:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0states\";a:0:{}}' , '[\"526d6930b1dd49d5ba77f629a6a477f7\",\"adc7f28258b64f9aa877d237b34088ae\",\"c54c7c670e27454cb613c9d6d1e9e78b\",\"6c9bee2e47084fe09edf500180c8e9ba\",\"7e2febe0d564402da0eb0a0f425dfcb8\",\"95ffc6d0105a47c1a0e09714a6a17c4a\",\"a5b6366f102b41f7924cdaaf2b8bbf2e\",\"aec7d06af7734675a1ae0dd498a34e3d\",\"ca8324c3095543f6a69f923050786657\",\"de2455bf8ca24b9a847c9e397e407269\",\"f0c63ac906df419090fc07780145dd6b\",\"018dc5f1bcca70e0875af87e71a6a83b\",\"018df924a7b17e7f826f71c2fb4e1b9d\",\"018df92561bf7f61b2b8d3d6343950aa\",\"018df92708377deaaa62f83703e4aa2f\",\"018b388ce7fe7f049571265605de5ecb\",\"018e7b67eec97a0f9ec656070c9811ac\",\"018e7b6a7f6a7c3897b6dc5abd23866f\",\"018ecc26664f735ebd1c7cb16436bff8\",\"018ecc270c47712d830094bbeb2c659b\",\"018ecc27a2757356925719ea4f8c24bd\",\"018ecc28727d7102bd2ce4d013e76704\",\"018ecc3051be7398a4436249c570f88d\",\"018ecc616ffc73b9a147e15dc3da29a5\",\"018f51dc2dd875768a2eec716b420000\",\"018f51e2f49d7319b04105d4f9cdff56\",\"3f08388692a146f69bf796510f30967c\",\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\",\"9750caf64ad34990aafe2bca8951c6f2\",\"c07187e4d1134e839d197cffd62206ea\",\"d40cf9900bd049508b93b3e9c880f8f6\",\"752a9cdeda8d4dd4a54f6060bbde3572\",\"b264febe2cb9487a926b4e06e41e3051\"]' , 0 , '2025-04-25 11:45:12.726' )
ON DUPLICATE KEY UPDATE `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , `shipping_method_id` = 0xAFF2E2063330408CA34AFC602EEE2FC7 , `payment_method_id` = 0xC96AD1629C684BE38372CDC6764060E6 , `country_id` = 0x43D54C2050BB4C079F337C2D27699216 , `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , `customer_id` = NULL , `price` = 86.45 , `line_item_count` = 1 , `payload` = 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":16:{s:13:\"\0*\0extensions\";a:2:{s:24:\"price-detail-calculation\";O:97:\"Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailCalculationExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:71.45;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:86.45;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:86.45;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;r:24;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";r:183;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:2:{i:0;s:12:\"mediaTypeRaw\";i:1;s:12:\"thumbnailsRo\";}}s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";r:74;s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";r:378;s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a5917d7c29\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:1:{s:22:\"ADD_TO_CART_IDENTIFIER\";O:95:\"Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartIdentifierExtension\":1:{s:13:\"\0*\0extensions\";a:0:{}}}s:10:\"\0*\0payload\";a:3:{s:13:\"productNumber\";s:1:\"*\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:38:\"customized-products-configuration-hash\";s:32:\"fd92e8bc5c7c4b0d87d65ed5829eac50\";}s:8:\"\0*\0label\";s:11:\"Colour code\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";N;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:0;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"01966cc4179a716b8a80b3a592edab9b\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":25:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-01-17 07:37:27.066\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:164:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":77.46,\"gross\":93.73,\"linked\":false,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:20:\"SG-01074MK-0250-9999\";s:14:\"manufacturerId\";s:32:\"e7e462458410442b949e66f3ed20b9f5\";s:5:\"taxId\";s:32:\"2a9d00999e454d4d8d746b8a57449de9\";s:6:\"tagIds\";a:1:{i:0;s:32:\"018abc37289b70a3b5ee8bd6f0511672\";}s:11:\"categoryIds\";a:21:{i:0;s:32:\"c9bf874afefe4d80b3e9fa5c1f7dd5c9\";i:1;s:32:\"56733c6b3a044ae9965b3c13f2925c0c\";i:2;s:32:\"08f530a967544d848bb4ee6cc7ed71b1\";i:3;s:32:\"a4cb64e4dae94ea3a64e44a5b2b409fe\";i:4;s:32:\"dd1ba816880040fdac3bf9839b3409e2\";i:5;s:32:\"ea548e6db300435eba69e4a8159b6870\";i:6;s:32:\"b0dd24f9ce5d4d7aadbf78084f1cf3ae\";i:7;s:32:\"018e7658acde7c95b3d26d152574b2aa\";i:8;s:32:\"f13c3883c9ef4baaaaf32f1c0ac0b415\";i:9;s:32:\"a25ef12db09d4c2fb1d5824a4d89314e\";i:10;s:32:\"0131675421964b1c91262e5787f1edfc\";i:11;s:32:\"210a507d02494830ac7f9cd0e44bce63\";i:12;s:32:\"cd4b83075b4744edbca920207d2e82a3\";i:13;s:32:\"0fc658d884f143ffba28936732ccda62\";i:14;s:32:\"28280a50959e4cfbb23c4e9ea9aa035d\";i:15;s:32:\"3b58cad852ba485e95da9ca44e6bf856\";i:16;s:32:\"70627a2f26044449bdde2f94061c81e7\";i:17;s:32:\"8ca5e5a13d854c26bc06316d448e2e33\";i:18;s:32:\"960d3f3db3704983a4e4d5ae2b38954e\";i:19;s:32:\"ad675ab2187b471b9b32e12c512fade5\";i:20;s:32:\"dfd931be76504304b7e8cc40595d0072\";}s:11:\"propertyIds\";a:23:{i:0;s:32:\"05cc4e549ce54aaf9eb884ac15d79cd2\";i:1;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:2;s:32:\"14de2ecbd9f84c4baa06ef0dc1a43dde\";i:3;s:32:\"1994139448454a488bf947a5d8ef3dcd\";i:4;s:32:\"29bb5714bea540b9ac7bd077e2b1d96f\";i:5;s:32:\"2cb7aa6bff0d4ee6aa1f479c5fd2d773\";i:6;s:32:\"424ad70435ef41159638728356df5248\";i:7;s:32:\"6aa2e3eaaf6f472ab0843937cdf4cb20\";i:8;s:32:\"7364a37d76624ca6aa68c6866e590477\";i:9;s:32:\"81054323268748a88517077b482b2226\";i:10;s:32:\"89971aa1bde84db7969e665160f54a92\";i:11;s:32:\"8a81098ec61b41e5a8003143bae1b45a\";i:12;s:32:\"97799fd60d974ade81efbee687ba9faa\";i:13;s:32:\"9adb90956ee44fe983851274344fe033\";i:14;s:32:\"9f94099234124fe185150412ef32536c\";i:15;s:32:\"b0976ce20446476ea6876ca97a31b5ea\";i:16;s:32:\"c5e5a96f0d2747b788669ea5f50b5e6a\";i:17;s:32:\"d1a42ad0329c43cd814229553c003655\";i:18;s:32:\"d6497c09e5014d1da65afaa546ae9efc\";i:19;s:32:\"d8f7d8afb87f41379452fbca93829db5\";i:20;s:32:\"df1f14b96b41438f964d95bed4e590fc\";i:21;s:32:\"e762e4e7e9e944bd9b35a111dee52832\";i:22;s:32:\"f6408aa5334343faac490e15ccff17a9\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"0f95e97b1d3c4736b7529a2980dc2253\";i:1;s:32:\"e8fe56647c924359abe85eb1fbf8b461\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:18:\"Select your colour\";s:6:\"option\";s:11:\"Mix colours\";}i:1;a:2:{s:5:\"group\";s:7:\"Content\";s:6:\"option\";s:6:\" 2,5 l\";}}s:9:\"streamIds\";a:16:{i:0;s:32:\"018bd79347137ce88023463921fa739e\";i:1;s:32:\"018bd853f68a736bbc0735f31686c01c\";i:2;s:32:\"018c7bf5b02871a2854bb6ecb094731a\";i:3;s:32:\"02af71c397784e37b665844625aa1a3b\";i:4;s:32:\"0517a8cde53f473eacad8bf4455c222f\";i:5;s:32:\"2a40f5613f1b47afa232f9a7ad97d2a6\";i:6;s:32:\"73bb020b0ed646cfb43e735b8d3c91a0\";i:7;s:32:\"74fb9c33c41842ee89382dfd522acd57\";i:8;s:32:\"7e7975defe7841f8bcd18c6adcb61c04\";i:9;s:32:\"80ffe276b9bf4a86aba3737d02c2c45d\";i:10;s:32:\"8a01d05a8cba4230882a1bb35371d702\";i:11;s:32:\"9794863cc7af4abb88d053ec7e426fab\";i:12;s:32:\"bdaa2f82fc7f4b539ef72f1e1486ff37\";i:13;s:32:\"c0746492a2194819940b81526bf71fd5\";i:14;s:32:\"d6c2c27ec3d0451ca08b28fd76104d93\";i:15;s:32:\"ea6b217c7f7548f0845bbf15ac3ee432\";}s:8:\"parentId\";s:32:\"4b2f3d127d314615b1bbea2870d884a4\";s:5:\"stock\";i:1000000;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:18:\"Sigma Silicat Matt\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:86.45;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"06f55815f21449278275126c2347bcf5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:09.794000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.105000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:236;s:9:\"\0*\0userId\";s:32:\"1c4cfc98fcfa4d9cbec6953969787492\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:444240;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}s:13:\"\0*\0extensions\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:4:\"hash\";s:32:\"e117424e75b1c517b5e3a319637781a7\";s:4:\"type\";i:3;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.103000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=3000\";s:11:\"\0*\0fileName\";s:28:\"Sigma - Silicat Topcoat Matt\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:3:{s:32:\"1d87392603054621b7a310b22657d56d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"1d87392603054621b7a310b22657d56d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=400\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"1d87392603054621b7a310b22657d56d\";}s:32:\"6edb86e69e3043968362e74409f3a382\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"6edb86e69e3043968362e74409f3a382\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:94:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=800\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"6edb86e69e3043968362e74409f3a382\";}s:32:\"8e46437885254fb6b0f17b7b7be5587d\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-29 15:08:10.871000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:288;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:95:\"https://been.tintrio.dev//media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"06f55815f21449278275126c2347bcf5\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8e46437885254fb6b0f17b7b7be5587d\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"c2a1e30cc9bc423cad37148d4986ba34\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:1;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:58:\"media/2a/67/39/1693321690/Sigma - Silicat Topcoat Matt.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"06f55815f21449278275126c2347bcf5\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1000000;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:0;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-25 11:45:12.630811\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"ad9f20cdc155b130467ef9c67fdad3bc\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a5939e54c2\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:7:{s:14:\"purchasePrices\";b:1;s:11:\"categoryIds\";b:0;s:12:\"customFields\";b:0;s:9:\"optionIds\";b:0;s:11:\"propertyIds\";b:0;s:9:\"streamIds\";b:0;s:6:\"tagIds\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a592edab9b\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"018d165a831770e1a9cddbd759a1781d\";}}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:10000;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";N;s:18:\"\0*\0dataContextHash\";N;s:19:\"\0*\0uniqueIdentifier\";s:32:\"01966cc4179a716b8a80b3a591f877ee\";s:9:\"\0*\0states\";a:0:{}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:13:\"productNumber\";b:0;s:7:\"options\";b:0;s:38:\"customized-products-configuration-hash\";b:0;}s:5:\"\0*\0id\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:7:\"\0*\0type\";s:19:\"customized-products\";s:15:\"\0*\0referencedId\";s:32:\"f483b80c2edb48fbb2a3c4b07659a4e5\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:15;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:86.45;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"01966cc4179a716b8a80b3a5917d7c29\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":37:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"43d54c2050bb4c079f337c2d27699216\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:7:\"Belgium\";s:12:\"customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-10 10:28:01.420000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:7:\"Belgium\";s:6:\"\0*\0iso\";s:2:\"BE\";s:11:\"\0*\0position\";i:10;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"BEL\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:12:\"BE(0|1)\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:0;s:25:\"\0*\0checkPostalCodePattern\";b:0;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{4}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";a:3:{s:32:\"acris_tax_advanced_configuration\";b:0;s:39:\"gshop_yuki_daily_totals_country_contact\";s:32:\"8cd495f6212e409f9c2f8f058fdb41f3\";s:42:\"acris_tax_specific_country_validate_vat_id\";b:1;}s:5:\"\0*\0id\";s:32:\"43d54c2050bb4c079f337c2d27699216\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";N;}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-28 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:27:\"🌱 Service Point Delivery\";s:12:\"customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:11:\"description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-11-22 09:16:14.688000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-15 07:21:43.036000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:27:\"🌱 Service Point Delivery\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";s:114:\"Choosing Service Point Delivery and collecting your package(s) by bike or by walking, helps reduce CO2 emissions. \";s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:8:\"1-3 days\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-10-04 10:40:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-23 09:17:15.282000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:8:\"1-3 days\";s:6:\"\0*\0min\";i:1;s:6:\"\0*\0max\";i:3;s:7:\"\0*\0unit\";s:3:\"day\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ae7200455fa04d0fabaff0c56284cd52\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"9391bc774179427dad5cadc8ef58dd8f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.373000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:5.74;s:8:\"\0*\0gross\";d:6.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"9391bc774179427dad5cadc8ef58dd8f\";}s:32:\"81c19ece83324a52b7a631634d58c12f\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"81c19ece83324a52b7a631634d58c12f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-12 09:28:59.374000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca4f6a977d3a40d68b1c54bfa3c841f3\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"81c19ece83324a52b7a631634d58c12f\";}s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:74.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:4.09;s:8:\"\0*\0gross\";d:4.95;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"5b7a40cff3f74559a6dc710f9ea0a37a\";}s:32:\"59dcce28772a4234854035a37b62aea4\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"59dcce28772a4234854035a37b62aea4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-12-01 13:33:39.567000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-30 06:29:26.750000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1078;s:19:\"\0*\0shippingMethodId\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";s:9:\"\0*\0ruleId\";s:32:\"ca8324c3095543f6a69f923050786657\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:75;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"59dcce28772a4234854035a37b62aea4\";}}}s:10:\"\0*\0mediaId\";s:32:\"f525b1f6836c402d8714fa3886b07c61\";s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";N;s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";a:1:{s:42:\"acris_checkout_shipping_preselect_priority\";i:1;}s:5:\"\0*\0id\";s:32:\"aff2e2063330408ca34afc602eee2fc7\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:21;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:21;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:21;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":3:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:86.45;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:86.45;s:18:\"\0*\0calculatedTaxes\";r:13;s:11:\"\0*\0taxRules\";r:21;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"c96ad1629c684be38372cdc6764060e6\";}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:33:{i:0;s:32:\"526d6930b1dd49d5ba77f629a6a477f7\";i:1;s:32:\"adc7f28258b64f9aa877d237b34088ae\";i:2;s:32:\"c54c7c670e27454cb613c9d6d1e9e78b\";i:3;s:32:\"6c9bee2e47084fe09edf500180c8e9ba\";i:4;s:32:\"7e2febe0d564402da0eb0a0f425dfcb8\";i:5;s:32:\"95ffc6d0105a47c1a0e09714a6a17c4a\";i:6;s:32:\"a5b6366f102b41f7924cdaaf2b8bbf2e\";i:7;s:32:\"aec7d06af7734675a1ae0dd498a34e3d\";i:8;s:32:\"ca8324c3095543f6a69f923050786657\";i:9;s:32:\"de2455bf8ca24b9a847c9e397e407269\";i:10;s:32:\"f0c63ac906df419090fc07780145dd6b\";i:11;s:32:\"018dc5f1bcca70e0875af87e71a6a83b\";i:12;s:32:\"018df924a7b17e7f826f71c2fb4e1b9d\";i:13;s:32:\"018df92561bf7f61b2b8d3d6343950aa\";i:14;s:32:\"018df92708377deaaa62f83703e4aa2f\";i:15;s:32:\"018b388ce7fe7f049571265605de5ecb\";i:16;s:32:\"018e7b67eec97a0f9ec656070c9811ac\";i:17;s:32:\"018e7b6a7f6a7c3897b6dc5abd23866f\";i:18;s:32:\"018ecc26664f735ebd1c7cb16436bff8\";i:19;s:32:\"018ecc270c47712d830094bbeb2c659b\";i:20;s:32:\"018ecc27a2757356925719ea4f8c24bd\";i:21;s:32:\"018ecc28727d7102bd2ce4d013e76704\";i:22;s:32:\"018ecc3051be7398a4436249c570f88d\";i:23;s:32:\"018ecc616ffc73b9a147e15dc3da29a5\";i:24;s:32:\"018f51dc2dd875768a2eec716b420000\";i:25;s:32:\"018f51e2f49d7319b04105d4f9cdff56\";i:26;s:32:\"3f08388692a146f69bf796510f30967c\";i:27;s:32:\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\";i:28;s:32:\"9750caf64ad34990aafe2bca8951c6f2\";i:29;s:32:\"c07187e4d1134e839d197cffd62206ea\";i:30;s:32:\"d40cf9900bd049508b93b3e9c880f8f6\";i:31;s:32:\"752a9cdeda8d4dd4a54f6060bbde3572\";i:32;s:32:\"b264febe2cb9487a926b4e06e41e3051\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"01966cc4179a716b8a80b3a590f9d14f\";s:40:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0states\";a:0:{}}' , `compressed` = 0 , `rule_ids` = '[\"526d6930b1dd49d5ba77f629a6a477f7\",\"adc7f28258b64f9aa877d237b34088ae\",\"c54c7c670e27454cb613c9d6d1e9e78b\",\"6c9bee2e47084fe09edf500180c8e9ba\",\"7e2febe0d564402da0eb0a0f425dfcb8\",\"95ffc6d0105a47c1a0e09714a6a17c4a\",\"a5b6366f102b41f7924cdaaf2b8bbf2e\",\"aec7d06af7734675a1ae0dd498a34e3d\",\"ca8324c3095543f6a69f923050786657\",\"de2455bf8ca24b9a847c9e397e407269\",\"f0c63ac906df419090fc07780145dd6b\",\"018dc5f1bcca70e0875af87e71a6a83b\",\"018df924a7b17e7f826f71c2fb4e1b9d\",\"018df92561bf7f61b2b8d3d6343950aa\",\"018df92708377deaaa62f83703e4aa2f\",\"018b388ce7fe7f049571265605de5ecb\",\"018e7b67eec97a0f9ec656070c9811ac\",\"018e7b6a7f6a7c3897b6dc5abd23866f\",\"018ecc26664f735ebd1c7cb16436bff8\",\"018ecc270c47712d830094bbeb2c659b\",\"018ecc27a2757356925719ea4f8c24bd\",\"018ecc28727d7102bd2ce4d013e76704\",\"018ecc3051be7398a4436249c570f88d\",\"018ecc616ffc73b9a147e15dc3da29a5\",\"018f51dc2dd875768a2eec716b420000\",\"018f51e2f49d7319b04105d4f9cdff56\",\"3f08388692a146f69bf796510f30967c\",\"6ed8f188b8dd4cfe8f37fdd0ddcc19b9\",\"9750caf64ad34990aafe2bca8951c6f2\",\"c07187e4d1134e839d197cffd62206ea\",\"d40cf9900bd049508b93b3e9c880f8f6\",\"752a9cdeda8d4dd4a54f6060bbde3572\",\"b264febe2cb9487a926b4e06e41e3051\"]' , `updated_at` = '2025-04-25 11:45:12.726' ; ;
Copy
123
0.49 ms
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = ? ) GROUP BY `jett_mce_setting` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `jett_mce_setting` . `id` ;
Copy
124
0.47 ms
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (? )
Parameters :
[
b"\x01 ŒCÇóãv€›5Ôx»À¸ì "
]
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (0x018C43C7F3E376809B35D478BBC0B8EC );
Copy
125
0.54 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 );
Copy
126
0.17 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (? )
Parameters :
[
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
127
0.32 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ;
Copy
128
0.45 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? , ? )
Parameters :
[
"/customized-products/price-detail-box "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/customized-products/price-detail-box' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x4C0336B2410543DAB1CAF2364F3A7874 , 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
129
0.11 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
130
0.37 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
131
0.39 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
132
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
133
0.29 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
134
0.31 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
135
0.47 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
(`sales_channel` . `active` = ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = 1 );
Copy
136
0.22 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x10\x1E\x15 J¹$M\x0E •‘˜\x7F ƒ! ± "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
b"(\r ─\x1C «ôM\x13 ôÔó8ÅC9c "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"¸R$ô\x07 jHl¢\x00 ¹JÐÒ/Ç "
b"¿¤éßj¹Fû°ï?eÀߊ^ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x101E154AB9244D0E9591987F8321A0B1 , 0x12A33AEE1C1F4096AC63AC013D88CBED , 0x280DC41CAE934D1393E2A2388F433963 , 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , 0xB85224F4076A486CA200B94AD0D22FC7 , 0xBFA4E9DF6AB946FBB0EF3F65C0DF8A5E ));
Copy
137
0.16 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
138
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
139
0.37 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"Rmi0±ÝIÕºwö)¦¤w÷ "
b"Çò‚X¶Oš¨wÒ7³@ˆ® "
b"ÅL|g\x0E 'EL¶\x13 ÉÖÑéç‹ "
b"l›î.G\x08 OàžßP\x01 €Èéº "
b"""
~/ëàÕd@- ë\n
\x0F B]ü¸
"""
b"¥¶6o\x10 +A÷’LÚ¯+‹¿. "
b"®ÇÐj÷sFu¡®\r Ô˜£N= "
b"ʃ$Ã\t UCö¦Ÿ’0PxfW "
b"Þ$U¿Œ¢Kš„|ž9~@ri "
b"ã:╔\x06 ▀AÉɳ\x07 x\x01 E¦k "
b"\x01 ÅQ▄-Ïuvè.ýqkB\x00\x00 "
b"\x01 ÅQÔ¶Øs\x19 ░A\x05 Ȩ═ V "
b"È\f ¨É\v ðIPïô│Ú╚ǰ÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x526D6930B1DD49D5BA77F629A6A477F7 , 0xADC7F28258B64F9AA877D237B34088AE , 0xC54C7C670E27454CB613C9D6D1E9E78B , 0x6C9BEE2E47084FE09EDF500180C8E9BA , 0x7E2FEBE0D564402DA0EB0A0F425DFCB8 , 0xA5B6366F102B41F7924CDAAF2B8BBF2E , 0xAEC7D06AF7734675A1AE0DD498A34E3D , 0xCA8324C3095543F6A69F923050786657 , 0xDE2455BF8CA24B9A847C9E397E407269 , 0xF0C63AC906DF419090FC07780145DD6B , 0x018F51DC2DD875768A2EEC716B420000 , 0x018F51E2F49D7319B04105D4F9CDFF56 , 0xD40CF9900BD049508B93B3E9C880F8F6 );
Copy