1
0.09 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
2
0.27 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
3
9.64 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
4
0.09 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
5
0.47 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
"widgets/cbax/crossselling/lastseen-update/0191e11a467173e8a1bf527dcedabf01 "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018B383F4CC971168C7D5095C3832D9D OR sales_channel_id IS NULL )) AND (seo_path_info = 'widgets/cbax/crossselling/lastseen-update/0191e11a467173e8a1bf527dcedabf01' );
Copy
6
0.27 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
"/widgets/cbax/crossselling/lastseen-update/0191e11a467173e8a1bf527dcedabf01 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x018B383F4CC971168C7D5095C3832D9D ) AND (path_info = '/widgets/cbax/crossselling/lastseen-update/0191e11a467173e8a1bf527dcedabf01' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
7
0.12 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.11 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
"PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018B383F4CC971168C7D5095C3832D9D ) AND (token = 'PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh' ) LIMIT 1 ;
Copy
9
0.09 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x018B383F4CC971168C7D5095C3832D9D
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.16 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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.currencySymbol` . `id` as `sales_channel.currency.currencySymbol.id` , `sales_channel.currency.currencySymbol` . `currency_id` as `sales_channel.currency.currencySymbol.currencyId` , `sales_channel.currency.currencySymbol` . `use_currency_symbol` as `sales_channel.currency.currencySymbol.useCurrencySymbol` , `sales_channel.currency.currencySymbol` . `place_symbol_first` as `sales_channel.currency.currencySymbol.placeSymbolFirst` , `sales_channel.currency.currencySymbol` . `remove_whitespace` as `sales_channel.currency.currencySymbol.removeWhitespace` , `sales_channel.currency.currencySymbol` . `created_at` as `sales_channel.currency.currencySymbol.createdAt` , `sales_channel.currency.currencySymbol` . `updated_at` as `sales_channel.currency.currencySymbol.updatedAt` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . language_id = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN `templaid_currency_symbol` `sales_channel.currency.currencySymbol` ON `sales_channel.currency` . `id` = `sales_channel.currency.currencySymbol` . `currency_id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
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.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.currencySymbol` . `id` as `sales_channel.currency.currencySymbol.id` ,
`sales_channel.currency.currencySymbol` . `currency_id` as `sales_channel.currency.currencySymbol.currencyId` ,
`sales_channel.currency.currencySymbol` . `use_currency_symbol` as `sales_channel.currency.currencySymbol.useCurrencySymbol` ,
`sales_channel.currency.currencySymbol` . `place_symbol_first` as `sales_channel.currency.currencySymbol.placeSymbolFirst` ,
`sales_channel.currency.currencySymbol` . `remove_whitespace` as `sales_channel.currency.currencySymbol.removeWhitespace` ,
`sales_channel.currency.currencySymbol` . `created_at` as `sales_channel.currency.currencySymbol.createdAt` ,
`sales_channel.currency.currencySymbol` . `updated_at` as `sales_channel.currency.currencySymbol.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.languageId` ,
`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`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . currency_id ,
`sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . language_id = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN `templaid_currency_symbol` `sales_channel.currency.currencySymbol` ON `sales_channel.currency` . `id` = `sales_channel.currency.currencySymbol` . `currency_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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.currencySymbol` . `id` as `sales_channel.currency.currencySymbol.id` , `sales_channel.currency.currencySymbol` . `currency_id` as `sales_channel.currency.currencySymbol.currencyId` , `sales_channel.currency.currencySymbol` . `use_currency_symbol` as `sales_channel.currency.currencySymbol.useCurrencySymbol` , `sales_channel.currency.currencySymbol` . `place_symbol_first` as `sales_channel.currency.currencySymbol.placeSymbolFirst` , `sales_channel.currency.currencySymbol` . `remove_whitespace` as `sales_channel.currency.currencySymbol.removeWhitespace` , `sales_channel.currency.currencySymbol` . `created_at` as `sales_channel.currency.currencySymbol.createdAt` , `sales_channel.currency.currencySymbol` . `updated_at` as `sales_channel.currency.currencySymbol.updatedAt` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN `templaid_currency_symbol` `sales_channel.currency.currencySymbol` ON `sales_channel.currency` . `id` = `sales_channel.currency.currencySymbol` . `currency_id` WHERE `sales_channel` . `id` IN (0x018B383F4CC971168C7D5095C3832D9D );
Copy
11
0.10 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
12
0.08 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
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 (0x018B383F4CC971168C7D5095C3832D9D ));
Copy
13
0.10 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.currencySymbol` . `id` as `currency.currencySymbol.id` , `currency.currencySymbol` . `currency_id` as `currency.currencySymbol.currencyId` , `currency.currencySymbol` . `use_currency_symbol` as `currency.currencySymbol.useCurrencySymbol` , `currency.currencySymbol` . `place_symbol_first` as `currency.currencySymbol.placeSymbolFirst` , `currency.currencySymbol` . `remove_whitespace` as `currency.currencySymbol.removeWhitespace` , `currency.currencySymbol` . `created_at` as `currency.currencySymbol.createdAt` , `currency.currencySymbol` . `updated_at` as `currency.currencySymbol.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` LEFT JOIN `templaid_currency_symbol` `currency.currencySymbol` ON `currency` . `id` = `currency.currencySymbol` . `currency_id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.currencySymbol` . `id` as `currency.currencySymbol.id` , `currency.currencySymbol` . `currency_id` as `currency.currencySymbol.currencyId` , `currency.currencySymbol` . `use_currency_symbol` as `currency.currencySymbol.useCurrencySymbol` , `currency.currencySymbol` . `place_symbol_first` as `currency.currencySymbol.placeSymbolFirst` , `currency.currencySymbol` . `remove_whitespace` as `currency.currencySymbol.removeWhitespace` , `currency.currencySymbol` . `created_at` as `currency.currencySymbol.createdAt` , `currency.currencySymbol` . `updated_at` as `currency.currencySymbol.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` LEFT JOIN `templaid_currency_symbol` `currency.currencySymbol` ON `currency` . `id` = `currency.currencySymbol` . `currency_id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
14
0.10 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x018B383EF9B17377AC2234E12EFED0E7 );
Copy
15
0.09 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . language_id = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x01 –ø0ÇŠz\n
“¸¡å\x1F ÔŒi
"""
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0x0196F830C78A7A0A93B8A1E51FD48C69 );
Copy
16
0.08 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
17
0.10 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . language_id = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ú\x0E r\x04 ®ÏÆ`ÙL>A "
b"\x01 ‹8>ú\x0E r\x04 ®ÏÆ`Ú8\x1E ’ "
b"\x01 ‹8?\f ¿rЪƒÂkA\x04\x12 & "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x018B383EFA0E7204AECFC660D94C3E41 , 0x018B383EFA0E7204AECFC660DA381E92 , 0x018B383F0CBF72D0AA83C26B41041226 ));
Copy
18
0.13 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . language_id = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ï8>·\t pDü\x02 ¸·ÑÑp° "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x018B383EFA0970448102F7FAA5A570F8 );
Copy
19
0.13 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.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `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 `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `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` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . language_id = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹Š3\x04 ‡qð—V¾«¶ëm› "
b"\x01 Æ┤Uæ╬q2ü\x1D ËN¥■Øä "
]
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.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.languageId` ,
`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 `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `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`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `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.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `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 `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `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` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x018B8A33048771F09756BEABB6EB6D9B , 0x0192B45591CE7132811DD34EBEFE9D84 );
Copy
20
0.13 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x018B383F4CC971168C7D5095C3832D9D OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
21
0.08 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018B383EF9B17377AC2234E12EFED0E7 ) LIMIT 1 ;
Copy
22
0.16 ms
SELECT `customer` . `id` as `customer.id` , `customer` . `customer_group_id` as `customer.groupId` , `customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` , `customer` . `sales_channel_id` as `customer.salesChannelId` , `customer` . `language_id` as `customer.languageId` , `customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` , `customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` , `customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` , `customer` . `auto_increment` as `customer.autoIncrement` , `customer` . `customer_number` as `customer.customerNumber` , `customer` . `salutation_id` as `customer.salutationId` , `customer` . `first_name` as `customer.firstName` , `customer` . `last_name` as `customer.lastName` , `customer` . `company` as `customer.company` , `customer` . `password` as `customer.password` , `customer` . `email` as `customer.email` , `customer` . `title` as `customer.title` , `customer` . `vat_ids` as `customer.vatIds` , `customer` . `affiliate_code` as `customer.affiliateCode` , `customer` . `campaign_code` as `customer.campaignCode` , `customer` . `active` as `customer.active` , `customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` , `customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` , `customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` , `customer` . `hash` as `customer.hash` , `customer` . `guest` as `customer.guest` , `customer` . `first_login` as `customer.firstLogin` , `customer` . `last_login` as `customer.lastLogin` , `customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` , `customer` . `birthday` as `customer.birthday` , `customer` . `last_order_date` as `customer.lastOrderDate` , `customer` . `order_count` as `customer.orderCount` , `customer` . `order_total_amount` as `customer.orderTotalAmount` , `customer` . `review_count` as `customer.reviewCount` , `customer` . `custom_fields` as `customer.customFields` , `customer` . `legacy_password` as `customer.legacyPassword` , `customer` . `legacy_encoder` as `customer.legacyEncoder` , `customer` . `remote_address` as `customer.remoteAddress` , `customer` . `tag_ids` as `customer.tagIds` , `customer` . `requested_customer_group_id` as `customer.requestedGroupId` , `customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` , `customer` . `account_type` as `customer.accountType` , `customer` . `created_by_id` as `customer.createdById` , `customer` . `updated_by_id` as `customer.updatedById` , `customer` . `created_at` as `customer.createdAt` , `customer` . `updated_at` as `customer.updatedAt` , `customer.salutation` . `id` as `customer.salutation.id` , `customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` , `customer.salutation` . `created_at` as `customer.salutation.createdAt` , `customer.salutation` . `updated_at` as `customer.salutation.updatedAt` , `customer.salutation.translation.displayName` , COALESCE (`customer.salutation.translation.displayName` , `customer.salutation.translation.displayName` ) as `customer.salutation.displayName` , `customer.salutation.translation.letterName` , COALESCE (`customer.salutation.translation.letterName` , `customer.salutation.translation.letterName` ) as `customer.salutation.letterName` , `customer.salutation.translation.customFields` , COALESCE (`customer.salutation.translation.customFields` , `customer.salutation.translation.customFields` ) as `customer.salutation.customFields` , `customer.salutation.translation.createdAt` , `customer.salutation.translation.updatedAt` , `customer.salutation.translation.salutationId` , `customer.salutation.translation.languageId` , `customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` , `customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` , `customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` , `customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` , `customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` , `customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` , `customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` , `customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` , `customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` , `customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` , `customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` , `customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` , `customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` , `customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` , `customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` , `customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` , `customer.defaultPaymentMethod.translation.name` , COALESCE (`customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation.name` ) as `customer.defaultPaymentMethod.name` , `customer.defaultPaymentMethod.translation.distinguishableName` , COALESCE (`customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` ) as `customer.defaultPaymentMethod.distinguishableName` , `customer.defaultPaymentMethod.translation.description` , COALESCE (`customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation.description` ) as `customer.defaultPaymentMethod.description` , `customer.defaultPaymentMethod.translation.customFields` , COALESCE (`customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation.customFields` ) as `customer.defaultPaymentMethod.customFields` , `customer.defaultPaymentMethod.translation.createdAt` , `customer.defaultPaymentMethod.translation.updatedAt` , `customer.defaultPaymentMethod.translation.paymentMethodId` , `customer.defaultPaymentMethod.translation.languageId` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN (SELECT `customer.salutation.translation` . salutation_id , `customer.salutation.translation` . display_name as `customer.salutation.translation.displayName` , `customer.salutation.translation` . letter_name as `customer.salutation.translation.letterName` , `customer.salutation.translation` . custom_fields as `customer.salutation.translation.customFields` , `customer.salutation.translation` . created_at as `customer.salutation.translation.createdAt` , `customer.salutation.translation` . updated_at as `customer.salutation.translation.updatedAt` , `customer.salutation.translation` . salutation_id as `customer.salutation.translation.salutationId` , `customer.salutation.translation` . language_id as `customer.salutation.translation.languageId` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation` . language_id = ? ) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation` . payment_method_id , `customer.defaultPaymentMethod.translation` . name as `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation` . distinguishable_name as `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation` . description as `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation` . custom_fields as `customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation` . created_at as `customer.defaultPaymentMethod.translation.createdAt` , `customer.defaultPaymentMethod.translation` . updated_at as `customer.defaultPaymentMethod.translation.updatedAt` , `customer.defaultPaymentMethod.translation` . payment_method_id as `customer.defaultPaymentMethod.translation.paymentMethodId` , `customer.defaultPaymentMethod.translation` . language_id as `customer.defaultPaymentMethod.translation.languageId` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` WHERE `customer.defaultPaymentMethod.translation` . language_id = ? ) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` WHERE (((`customer` . `bound_sales_channel_id` < = > ? OR `customer` . `bound_sales_channel_id` = ? ))) AND (`customer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
null
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ‘3=/=q-¾Y8Ç\x01 ¦\x1C "
]
SELECT
`customer` . `id` as `customer.id` ,
`customer` . `customer_group_id` as `customer.groupId` ,
`customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` ,
`customer` . `sales_channel_id` as `customer.salesChannelId` ,
`customer` . `language_id` as `customer.languageId` ,
`customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` ,
`customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` ,
`customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` ,
`customer` . `auto_increment` as `customer.autoIncrement` ,
`customer` . `customer_number` as `customer.customerNumber` ,
`customer` . `salutation_id` as `customer.salutationId` ,
`customer` . `first_name` as `customer.firstName` ,
`customer` . `last_name` as `customer.lastName` ,
`customer` . `company` as `customer.company` ,
`customer` . `password` as `customer.password` ,
`customer` . `email` as `customer.email` ,
`customer` . `title` as `customer.title` ,
`customer` . `vat_ids` as `customer.vatIds` ,
`customer` . `affiliate_code` as `customer.affiliateCode` ,
`customer` . `campaign_code` as `customer.campaignCode` ,
`customer` . `active` as `customer.active` ,
`customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` ,
`customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` ,
`customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` ,
`customer` . `hash` as `customer.hash` ,
`customer` . `guest` as `customer.guest` ,
`customer` . `first_login` as `customer.firstLogin` ,
`customer` . `last_login` as `customer.lastLogin` ,
`customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` ,
`customer` . `birthday` as `customer.birthday` ,
`customer` . `last_order_date` as `customer.lastOrderDate` ,
`customer` . `order_count` as `customer.orderCount` ,
`customer` . `order_total_amount` as `customer.orderTotalAmount` ,
`customer` . `review_count` as `customer.reviewCount` ,
`customer` . `custom_fields` as `customer.customFields` ,
`customer` . `legacy_password` as `customer.legacyPassword` ,
`customer` . `legacy_encoder` as `customer.legacyEncoder` ,
`customer` . `remote_address` as `customer.remoteAddress` ,
`customer` . `tag_ids` as `customer.tagIds` ,
`customer` . `requested_customer_group_id` as `customer.requestedGroupId` ,
`customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` ,
`customer` . `account_type` as `customer.accountType` ,
`customer` . `created_by_id` as `customer.createdById` ,
`customer` . `updated_by_id` as `customer.updatedById` ,
`customer` . `created_at` as `customer.createdAt` ,
`customer` . `updated_at` as `customer.updatedAt` ,
`customer.salutation` . `id` as `customer.salutation.id` ,
`customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` ,
`customer.salutation` . `created_at` as `customer.salutation.createdAt` ,
`customer.salutation` . `updated_at` as `customer.salutation.updatedAt` ,
`customer.salutation.translation.displayName` ,
COALESCE (
`customer.salutation.translation.displayName` ,
`customer.salutation.translation.displayName`
) as `customer.salutation.displayName` ,
`customer.salutation.translation.letterName` ,
COALESCE (
`customer.salutation.translation.letterName` ,
`customer.salutation.translation.letterName`
) as `customer.salutation.letterName` ,
`customer.salutation.translation.customFields` ,
COALESCE (
`customer.salutation.translation.customFields` ,
`customer.salutation.translation.customFields`
) as `customer.salutation.customFields` ,
`customer.salutation.translation.createdAt` ,
`customer.salutation.translation.updatedAt` ,
`customer.salutation.translation.salutationId` ,
`customer.salutation.translation.languageId` ,
`customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` ,
`customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` ,
`customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` ,
`customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` ,
`customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` ,
`customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` ,
`customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` ,
`customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` ,
`customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` ,
`customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` ,
`customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` ,
`customer.defaultPaymentMethod.translation.name` ,
COALESCE (
`customer.defaultPaymentMethod.translation.name` ,
`customer.defaultPaymentMethod.translation.name`
) as `customer.defaultPaymentMethod.name` ,
`customer.defaultPaymentMethod.translation.distinguishableName` ,
COALESCE (
`customer.defaultPaymentMethod.translation.distinguishableName` ,
`customer.defaultPaymentMethod.translation.distinguishableName`
) as `customer.defaultPaymentMethod.distinguishableName` ,
`customer.defaultPaymentMethod.translation.description` ,
COALESCE (
`customer.defaultPaymentMethod.translation.description` ,
`customer.defaultPaymentMethod.translation.description`
) as `customer.defaultPaymentMethod.description` ,
`customer.defaultPaymentMethod.translation.customFields` ,
COALESCE (
`customer.defaultPaymentMethod.translation.customFields` ,
`customer.defaultPaymentMethod.translation.customFields`
) as `customer.defaultPaymentMethod.customFields` ,
`customer.defaultPaymentMethod.translation.createdAt` ,
`customer.defaultPaymentMethod.translation.updatedAt` ,
`customer.defaultPaymentMethod.translation.paymentMethodId` ,
`customer.defaultPaymentMethod.translation.languageId`
FROM
`customer`
LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id`
LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id`
LEFT JOIN (
SELECT
`customer.salutation.translation` . salutation_id ,
`customer.salutation.translation` . display_name as `customer.salutation.translation.displayName` ,
`customer.salutation.translation` . letter_name as `customer.salutation.translation.letterName` ,
`customer.salutation.translation` . custom_fields as `customer.salutation.translation.customFields` ,
`customer.salutation.translation` . created_at as `customer.salutation.translation.createdAt` ,
`customer.salutation.translation` . updated_at as `customer.salutation.translation.updatedAt` ,
`customer.salutation.translation` . salutation_id as `customer.salutation.translation.salutationId` ,
`customer.salutation.translation` . language_id as `customer.salutation.translation.languageId`
FROM
`salutation_translation` `customer.salutation.translation`
WHERE
`customer.salutation.translation` . language_id = ?
) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id`
LEFT JOIN (
SELECT
`customer.defaultPaymentMethod.translation` . payment_method_id ,
`customer.defaultPaymentMethod.translation` . name as `customer.defaultPaymentMethod.translation.name` ,
`customer.defaultPaymentMethod.translation` . distinguishable_name as `customer.defaultPaymentMethod.translation.distinguishableName` ,
`customer.defaultPaymentMethod.translation` . description as `customer.defaultPaymentMethod.translation.description` ,
`customer.defaultPaymentMethod.translation` . custom_fields as `customer.defaultPaymentMethod.translation.customFields` ,
`customer.defaultPaymentMethod.translation` . created_at as `customer.defaultPaymentMethod.translation.createdAt` ,
`customer.defaultPaymentMethod.translation` . updated_at as `customer.defaultPaymentMethod.translation.updatedAt` ,
`customer.defaultPaymentMethod.translation` . payment_method_id as `customer.defaultPaymentMethod.translation.paymentMethodId` ,
`customer.defaultPaymentMethod.translation` . language_id as `customer.defaultPaymentMethod.translation.languageId`
FROM
`payment_method_translation` `customer.defaultPaymentMethod.translation`
WHERE
`customer.defaultPaymentMethod.translation` . language_id = ?
) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id`
LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id`
WHERE
(
(
(
`customer` . `bound_sales_channel_id` < = > ?
OR `customer` . `bound_sales_channel_id` = ?
)
)
)
AND (
`customer` . `id` IN (? )
)
Copy
SELECT `customer` . `id` as `customer.id` , `customer` . `customer_group_id` as `customer.groupId` , `customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` , `customer` . `sales_channel_id` as `customer.salesChannelId` , `customer` . `language_id` as `customer.languageId` , `customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` , `customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` , `customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` , `customer` . `auto_increment` as `customer.autoIncrement` , `customer` . `customer_number` as `customer.customerNumber` , `customer` . `salutation_id` as `customer.salutationId` , `customer` . `first_name` as `customer.firstName` , `customer` . `last_name` as `customer.lastName` , `customer` . `company` as `customer.company` , `customer` . `password` as `customer.password` , `customer` . `email` as `customer.email` , `customer` . `title` as `customer.title` , `customer` . `vat_ids` as `customer.vatIds` , `customer` . `affiliate_code` as `customer.affiliateCode` , `customer` . `campaign_code` as `customer.campaignCode` , `customer` . `active` as `customer.active` , `customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` , `customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` , `customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` , `customer` . `hash` as `customer.hash` , `customer` . `guest` as `customer.guest` , `customer` . `first_login` as `customer.firstLogin` , `customer` . `last_login` as `customer.lastLogin` , `customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` , `customer` . `birthday` as `customer.birthday` , `customer` . `last_order_date` as `customer.lastOrderDate` , `customer` . `order_count` as `customer.orderCount` , `customer` . `order_total_amount` as `customer.orderTotalAmount` , `customer` . `review_count` as `customer.reviewCount` , `customer` . `custom_fields` as `customer.customFields` , `customer` . `legacy_password` as `customer.legacyPassword` , `customer` . `legacy_encoder` as `customer.legacyEncoder` , `customer` . `remote_address` as `customer.remoteAddress` , `customer` . `tag_ids` as `customer.tagIds` , `customer` . `requested_customer_group_id` as `customer.requestedGroupId` , `customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` , `customer` . `account_type` as `customer.accountType` , `customer` . `created_by_id` as `customer.createdById` , `customer` . `updated_by_id` as `customer.updatedById` , `customer` . `created_at` as `customer.createdAt` , `customer` . `updated_at` as `customer.updatedAt` , `customer.salutation` . `id` as `customer.salutation.id` , `customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` , `customer.salutation` . `created_at` as `customer.salutation.createdAt` , `customer.salutation` . `updated_at` as `customer.salutation.updatedAt` , `customer.salutation.translation.displayName` , COALESCE (`customer.salutation.translation.displayName` , `customer.salutation.translation.displayName` ) as `customer.salutation.displayName` , `customer.salutation.translation.letterName` , COALESCE (`customer.salutation.translation.letterName` , `customer.salutation.translation.letterName` ) as `customer.salutation.letterName` , `customer.salutation.translation.customFields` , COALESCE (`customer.salutation.translation.customFields` , `customer.salutation.translation.customFields` ) as `customer.salutation.customFields` , `customer.salutation.translation.createdAt` , `customer.salutation.translation.updatedAt` , `customer.salutation.translation.salutationId` , `customer.salutation.translation.languageId` , `customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` , `customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` , `customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` , `customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` , `customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` , `customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` , `customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` , `customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` , `customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` , `customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` , `customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` , `customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` , `customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` , `customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` , `customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` , `customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` , `customer.defaultPaymentMethod.translation.name` , COALESCE (`customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation.name` ) as `customer.defaultPaymentMethod.name` , `customer.defaultPaymentMethod.translation.distinguishableName` , COALESCE (`customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` ) as `customer.defaultPaymentMethod.distinguishableName` , `customer.defaultPaymentMethod.translation.description` , COALESCE (`customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation.description` ) as `customer.defaultPaymentMethod.description` , `customer.defaultPaymentMethod.translation.customFields` , COALESCE (`customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation.customFields` ) as `customer.defaultPaymentMethod.customFields` , `customer.defaultPaymentMethod.translation.createdAt` , `customer.defaultPaymentMethod.translation.updatedAt` , `customer.defaultPaymentMethod.translation.paymentMethodId` , `customer.defaultPaymentMethod.translation.languageId` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN (SELECT `customer.salutation.translation` . salutation_id , `customer.salutation.translation` . display_name as `customer.salutation.translation.displayName` , `customer.salutation.translation` . letter_name as `customer.salutation.translation.letterName` , `customer.salutation.translation` . custom_fields as `customer.salutation.translation.customFields` , `customer.salutation.translation` . created_at as `customer.salutation.translation.createdAt` , `customer.salutation.translation` . updated_at as `customer.salutation.translation.updatedAt` , `customer.salutation.translation` . salutation_id as `customer.salutation.translation.salutationId` , `customer.salutation.translation` . language_id as `customer.salutation.translation.languageId` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation` . payment_method_id , `customer.defaultPaymentMethod.translation` . name as `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation` . distinguishable_name as `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation` . description as `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation` . custom_fields as `customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation` . created_at as `customer.defaultPaymentMethod.translation.createdAt` , `customer.defaultPaymentMethod.translation` . updated_at as `customer.defaultPaymentMethod.translation.updatedAt` , `customer.defaultPaymentMethod.translation` . payment_method_id as `customer.defaultPaymentMethod.translation.paymentMethodId` , `customer.defaultPaymentMethod.translation` . language_id as `customer.defaultPaymentMethod.translation.languageId` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` WHERE `customer.defaultPaymentMethod.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` WHERE (((`customer` . `bound_sales_channel_id` < = > NULL OR `customer` . `bound_sales_channel_id` = 0x018B383F4CC971168C7D5095C3832D9D ))) AND (`customer` . `id` IN (0x0191333D2F3D712DBE5938C70120A61C ));
Copy
23
0.08 ms
SELECT `coe_wishlist` . `id` FROM `coe_wishlist` WHERE (`coe_wishlist` . `customer_id` = ? )
Parameters :
[
b"\x01 ‘3=/=q-¾Y8Ç\x01 ¦\x1C "
]
SELECT `coe_wishlist` . `id` FROM `coe_wishlist` WHERE (`coe_wishlist` . `customer_id` = 0x0191333D2F3D712DBE5938C70120A61C );
Copy
24
0.15 ms
SELECT `customer_address` . `id` as `customer_address.id` , `customer_address` . `customer_id` as `customer_address.customerId` , `customer_address` . `country_id` as `customer_address.countryId` , `customer_address` . `country_state_id` as `customer_address.countryStateId` , `customer_address` . `salutation_id` as `customer_address.salutationId` , `customer_address` . `first_name` as `customer_address.firstName` , `customer_address` . `last_name` as `customer_address.lastName` , `customer_address` . `zipcode` as `customer_address.zipcode` , `customer_address` . `city` as `customer_address.city` , `customer_address` . `company` as `customer_address.company` , `customer_address` . `street` as `customer_address.street` , `customer_address` . `department` as `customer_address.department` , `customer_address` . `title` as `customer_address.title` , `customer_address` . `phone_number` as `customer_address.phoneNumber` , `customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` , `customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` , `customer_address` . `custom_fields` as `customer_address.customFields` , `customer_address` . `created_at` as `customer_address.createdAt` , `customer_address` . `updated_at` as `customer_address.updatedAt` , `customer_address.salutation` . `id` as `customer_address.salutation.id` , `customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` , `customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` , `customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` , `customer_address.salutation.translation.displayName` , COALESCE (`customer_address.salutation.translation.displayName` , `customer_address.salutation.translation.displayName` ) as `customer_address.salutation.displayName` , `customer_address.salutation.translation.letterName` , COALESCE (`customer_address.salutation.translation.letterName` , `customer_address.salutation.translation.letterName` ) as `customer_address.salutation.letterName` , `customer_address.salutation.translation.customFields` , COALESCE (`customer_address.salutation.translation.customFields` , `customer_address.salutation.translation.customFields` ) as `customer_address.salutation.customFields` , `customer_address.salutation.translation.createdAt` , `customer_address.salutation.translation.updatedAt` , `customer_address.salutation.translation.salutationId` , `customer_address.salutation.translation.languageId` , `customer_address.country` . `id` as `customer_address.country.id` , `customer_address.country` . `iso` as `customer_address.country.iso` , `customer_address.country` . `position` as `customer_address.country.position` , `customer_address.country` . `active` as `customer_address.country.active` , `customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` , `customer_address.country` . `iso3` as `customer_address.country.iso3` , `customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` , `customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` , `customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` , `customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` , `customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` , `customer_address.country` . `customer_tax` as `customer_address.country.customerTax` , `customer_address.country` . `company_tax` as `customer_address.country.companyTax` , `customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` , `customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` , `customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` , `customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` , `customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` , `customer_address.country` . `created_at` as `customer_address.country.createdAt` , `customer_address.country` . `updated_at` as `customer_address.country.updatedAt` , `customer_address.country.translation.name` , COALESCE (`customer_address.country.translation.name` , `customer_address.country.translation.name` ) as `customer_address.country.name` , `customer_address.country.translation.addressFormat` , COALESCE (`customer_address.country.translation.addressFormat` , `customer_address.country.translation.addressFormat` ) as `customer_address.country.addressFormat` , `customer_address.country.translation.customFields` , COALESCE (`customer_address.country.translation.customFields` , `customer_address.country.translation.customFields` ) as `customer_address.country.customFields` , `customer_address.country.translation.createdAt` , `customer_address.country.translation.updatedAt` , `customer_address.country.translation.countryId` , `customer_address.country.translation.languageId` , `customer_address.countryState` . `id` as `customer_address.countryState.id` , `customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` , `customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` , `customer_address.countryState` . `position` as `customer_address.countryState.position` , `customer_address.countryState` . `active` as `customer_address.countryState.active` , `customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` , `customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` , `customer_address.countryState.translation.name` , COALESCE (`customer_address.countryState.translation.name` , `customer_address.countryState.translation.name` ) as `customer_address.countryState.name` , `customer_address.countryState.translation.customFields` , COALESCE (`customer_address.countryState.translation.customFields` , `customer_address.countryState.translation.customFields` ) as `customer_address.countryState.customFields` , `customer_address.countryState.translation.createdAt` , `customer_address.countryState.translation.updatedAt` , `customer_address.countryState.translation.countryStateId` , `customer_address.countryState.translation.languageId` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id` LEFT JOIN (SELECT `customer_address.salutation.translation` . salutation_id , `customer_address.salutation.translation` . display_name as `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation` . letter_name as `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation` . custom_fields as `customer_address.salutation.translation.customFields` , `customer_address.salutation.translation` . created_at as `customer_address.salutation.translation.createdAt` , `customer_address.salutation.translation` . updated_at as `customer_address.salutation.translation.updatedAt` , `customer_address.salutation.translation` . salutation_id as `customer_address.salutation.translation.salutationId` , `customer_address.salutation.translation` . language_id as `customer_address.salutation.translation.languageId` FROM `salutation_translation` `customer_address.salutation.translation` WHERE `customer_address.salutation.translation` . language_id = ? ) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN (SELECT `customer_address.country.translation` . country_id , `customer_address.country.translation` . name as `customer_address.country.translation.name` , `customer_address.country.translation` . address_format as `customer_address.country.translation.addressFormat` , `customer_address.country.translation` . custom_fields as `customer_address.country.translation.customFields` , `customer_address.country.translation` . created_at as `customer_address.country.translation.createdAt` , `customer_address.country.translation` . updated_at as `customer_address.country.translation.updatedAt` , `customer_address.country.translation` . country_id as `customer_address.country.translation.countryId` , `customer_address.country.translation` . language_id as `customer_address.country.translation.languageId` FROM `country_translation` `customer_address.country.translation` WHERE `customer_address.country.translation` . language_id = ? ) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id` LEFT JOIN (SELECT `customer_address.countryState.translation` . country_state_id , `customer_address.countryState.translation` . name as `customer_address.countryState.translation.name` , `customer_address.countryState.translation` . custom_fields as `customer_address.countryState.translation.customFields` , `customer_address.countryState.translation` . created_at as `customer_address.countryState.translation.createdAt` , `customer_address.countryState.translation` . updated_at as `customer_address.countryState.translation.updatedAt` , `customer_address.countryState.translation` . country_state_id as `customer_address.countryState.translation.countryStateId` , `customer_address.countryState.translation` . language_id as `customer_address.countryState.translation.languageId` FROM `country_state_translation` `customer_address.countryState.translation` WHERE `customer_address.countryState.translation` . language_id = ? ) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id` WHERE `customer_address` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‘3=/=q-¾Y8Ç\x06 ÿ[+ "
]
SELECT
`customer_address` . `id` as `customer_address.id` ,
`customer_address` . `customer_id` as `customer_address.customerId` ,
`customer_address` . `country_id` as `customer_address.countryId` ,
`customer_address` . `country_state_id` as `customer_address.countryStateId` ,
`customer_address` . `salutation_id` as `customer_address.salutationId` ,
`customer_address` . `first_name` as `customer_address.firstName` ,
`customer_address` . `last_name` as `customer_address.lastName` ,
`customer_address` . `zipcode` as `customer_address.zipcode` ,
`customer_address` . `city` as `customer_address.city` ,
`customer_address` . `company` as `customer_address.company` ,
`customer_address` . `street` as `customer_address.street` ,
`customer_address` . `department` as `customer_address.department` ,
`customer_address` . `title` as `customer_address.title` ,
`customer_address` . `phone_number` as `customer_address.phoneNumber` ,
`customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` ,
`customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` ,
`customer_address` . `custom_fields` as `customer_address.customFields` ,
`customer_address` . `created_at` as `customer_address.createdAt` ,
`customer_address` . `updated_at` as `customer_address.updatedAt` ,
`customer_address.salutation` . `id` as `customer_address.salutation.id` ,
`customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` ,
`customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` ,
`customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` ,
`customer_address.salutation.translation.displayName` ,
COALESCE (
`customer_address.salutation.translation.displayName` ,
`customer_address.salutation.translation.displayName`
) as `customer_address.salutation.displayName` ,
`customer_address.salutation.translation.letterName` ,
COALESCE (
`customer_address.salutation.translation.letterName` ,
`customer_address.salutation.translation.letterName`
) as `customer_address.salutation.letterName` ,
`customer_address.salutation.translation.customFields` ,
COALESCE (
`customer_address.salutation.translation.customFields` ,
`customer_address.salutation.translation.customFields`
) as `customer_address.salutation.customFields` ,
`customer_address.salutation.translation.createdAt` ,
`customer_address.salutation.translation.updatedAt` ,
`customer_address.salutation.translation.salutationId` ,
`customer_address.salutation.translation.languageId` ,
`customer_address.country` . `id` as `customer_address.country.id` ,
`customer_address.country` . `iso` as `customer_address.country.iso` ,
`customer_address.country` . `position` as `customer_address.country.position` ,
`customer_address.country` . `active` as `customer_address.country.active` ,
`customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` ,
`customer_address.country` . `iso3` as `customer_address.country.iso3` ,
`customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` ,
`customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` ,
`customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` ,
`customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` ,
`customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` ,
`customer_address.country` . `customer_tax` as `customer_address.country.customerTax` ,
`customer_address.country` . `company_tax` as `customer_address.country.companyTax` ,
`customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` ,
`customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` ,
`customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` ,
`customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` ,
`customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` ,
`customer_address.country` . `created_at` as `customer_address.country.createdAt` ,
`customer_address.country` . `updated_at` as `customer_address.country.updatedAt` ,
`customer_address.country.translation.name` ,
COALESCE (
`customer_address.country.translation.name` ,
`customer_address.country.translation.name`
) as `customer_address.country.name` ,
`customer_address.country.translation.addressFormat` ,
COALESCE (
`customer_address.country.translation.addressFormat` ,
`customer_address.country.translation.addressFormat`
) as `customer_address.country.addressFormat` ,
`customer_address.country.translation.customFields` ,
COALESCE (
`customer_address.country.translation.customFields` ,
`customer_address.country.translation.customFields`
) as `customer_address.country.customFields` ,
`customer_address.country.translation.createdAt` ,
`customer_address.country.translation.updatedAt` ,
`customer_address.country.translation.countryId` ,
`customer_address.country.translation.languageId` ,
`customer_address.countryState` . `id` as `customer_address.countryState.id` ,
`customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` ,
`customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` ,
`customer_address.countryState` . `position` as `customer_address.countryState.position` ,
`customer_address.countryState` . `active` as `customer_address.countryState.active` ,
`customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` ,
`customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` ,
`customer_address.countryState.translation.name` ,
COALESCE (
`customer_address.countryState.translation.name` ,
`customer_address.countryState.translation.name`
) as `customer_address.countryState.name` ,
`customer_address.countryState.translation.customFields` ,
COALESCE (
`customer_address.countryState.translation.customFields` ,
`customer_address.countryState.translation.customFields`
) as `customer_address.countryState.customFields` ,
`customer_address.countryState.translation.createdAt` ,
`customer_address.countryState.translation.updatedAt` ,
`customer_address.countryState.translation.countryStateId` ,
`customer_address.countryState.translation.languageId`
FROM
`customer_address`
LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id`
LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id`
LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id`
LEFT JOIN (
SELECT
`customer_address.salutation.translation` . salutation_id ,
`customer_address.salutation.translation` . display_name as `customer_address.salutation.translation.displayName` ,
`customer_address.salutation.translation` . letter_name as `customer_address.salutation.translation.letterName` ,
`customer_address.salutation.translation` . custom_fields as `customer_address.salutation.translation.customFields` ,
`customer_address.salutation.translation` . created_at as `customer_address.salutation.translation.createdAt` ,
`customer_address.salutation.translation` . updated_at as `customer_address.salutation.translation.updatedAt` ,
`customer_address.salutation.translation` . salutation_id as `customer_address.salutation.translation.salutationId` ,
`customer_address.salutation.translation` . language_id as `customer_address.salutation.translation.languageId`
FROM
`salutation_translation` `customer_address.salutation.translation`
WHERE
`customer_address.salutation.translation` . language_id = ?
) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id`
LEFT JOIN (
SELECT
`customer_address.country.translation` . country_id ,
`customer_address.country.translation` . name as `customer_address.country.translation.name` ,
`customer_address.country.translation` . address_format as `customer_address.country.translation.addressFormat` ,
`customer_address.country.translation` . custom_fields as `customer_address.country.translation.customFields` ,
`customer_address.country.translation` . created_at as `customer_address.country.translation.createdAt` ,
`customer_address.country.translation` . updated_at as `customer_address.country.translation.updatedAt` ,
`customer_address.country.translation` . country_id as `customer_address.country.translation.countryId` ,
`customer_address.country.translation` . language_id as `customer_address.country.translation.languageId`
FROM
`country_translation` `customer_address.country.translation`
WHERE
`customer_address.country.translation` . language_id = ?
) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id`
LEFT JOIN (
SELECT
`customer_address.countryState.translation` . country_state_id ,
`customer_address.countryState.translation` . name as `customer_address.countryState.translation.name` ,
`customer_address.countryState.translation` . custom_fields as `customer_address.countryState.translation.customFields` ,
`customer_address.countryState.translation` . created_at as `customer_address.countryState.translation.createdAt` ,
`customer_address.countryState.translation` . updated_at as `customer_address.countryState.translation.updatedAt` ,
`customer_address.countryState.translation` . country_state_id as `customer_address.countryState.translation.countryStateId` ,
`customer_address.countryState.translation` . language_id as `customer_address.countryState.translation.languageId`
FROM
`country_state_translation` `customer_address.countryState.translation`
WHERE
`customer_address.countryState.translation` . language_id = ?
) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id`
WHERE
`customer_address` . `id` IN (? )
Copy
SELECT `customer_address` . `id` as `customer_address.id` , `customer_address` . `customer_id` as `customer_address.customerId` , `customer_address` . `country_id` as `customer_address.countryId` , `customer_address` . `country_state_id` as `customer_address.countryStateId` , `customer_address` . `salutation_id` as `customer_address.salutationId` , `customer_address` . `first_name` as `customer_address.firstName` , `customer_address` . `last_name` as `customer_address.lastName` , `customer_address` . `zipcode` as `customer_address.zipcode` , `customer_address` . `city` as `customer_address.city` , `customer_address` . `company` as `customer_address.company` , `customer_address` . `street` as `customer_address.street` , `customer_address` . `department` as `customer_address.department` , `customer_address` . `title` as `customer_address.title` , `customer_address` . `phone_number` as `customer_address.phoneNumber` , `customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` , `customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` , `customer_address` . `custom_fields` as `customer_address.customFields` , `customer_address` . `created_at` as `customer_address.createdAt` , `customer_address` . `updated_at` as `customer_address.updatedAt` , `customer_address.salutation` . `id` as `customer_address.salutation.id` , `customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` , `customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` , `customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` , `customer_address.salutation.translation.displayName` , COALESCE (`customer_address.salutation.translation.displayName` , `customer_address.salutation.translation.displayName` ) as `customer_address.salutation.displayName` , `customer_address.salutation.translation.letterName` , COALESCE (`customer_address.salutation.translation.letterName` , `customer_address.salutation.translation.letterName` ) as `customer_address.salutation.letterName` , `customer_address.salutation.translation.customFields` , COALESCE (`customer_address.salutation.translation.customFields` , `customer_address.salutation.translation.customFields` ) as `customer_address.salutation.customFields` , `customer_address.salutation.translation.createdAt` , `customer_address.salutation.translation.updatedAt` , `customer_address.salutation.translation.salutationId` , `customer_address.salutation.translation.languageId` , `customer_address.country` . `id` as `customer_address.country.id` , `customer_address.country` . `iso` as `customer_address.country.iso` , `customer_address.country` . `position` as `customer_address.country.position` , `customer_address.country` . `active` as `customer_address.country.active` , `customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` , `customer_address.country` . `iso3` as `customer_address.country.iso3` , `customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` , `customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` , `customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` , `customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` , `customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` , `customer_address.country` . `customer_tax` as `customer_address.country.customerTax` , `customer_address.country` . `company_tax` as `customer_address.country.companyTax` , `customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` , `customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` , `customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` , `customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` , `customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` , `customer_address.country` . `created_at` as `customer_address.country.createdAt` , `customer_address.country` . `updated_at` as `customer_address.country.updatedAt` , `customer_address.country.translation.name` , COALESCE (`customer_address.country.translation.name` , `customer_address.country.translation.name` ) as `customer_address.country.name` , `customer_address.country.translation.addressFormat` , COALESCE (`customer_address.country.translation.addressFormat` , `customer_address.country.translation.addressFormat` ) as `customer_address.country.addressFormat` , `customer_address.country.translation.customFields` , COALESCE (`customer_address.country.translation.customFields` , `customer_address.country.translation.customFields` ) as `customer_address.country.customFields` , `customer_address.country.translation.createdAt` , `customer_address.country.translation.updatedAt` , `customer_address.country.translation.countryId` , `customer_address.country.translation.languageId` , `customer_address.countryState` . `id` as `customer_address.countryState.id` , `customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` , `customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` , `customer_address.countryState` . `position` as `customer_address.countryState.position` , `customer_address.countryState` . `active` as `customer_address.countryState.active` , `customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` , `customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` , `customer_address.countryState.translation.name` , COALESCE (`customer_address.countryState.translation.name` , `customer_address.countryState.translation.name` ) as `customer_address.countryState.name` , `customer_address.countryState.translation.customFields` , COALESCE (`customer_address.countryState.translation.customFields` , `customer_address.countryState.translation.customFields` ) as `customer_address.countryState.customFields` , `customer_address.countryState.translation.createdAt` , `customer_address.countryState.translation.updatedAt` , `customer_address.countryState.translation.countryStateId` , `customer_address.countryState.translation.languageId` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id` LEFT JOIN (SELECT `customer_address.salutation.translation` . salutation_id , `customer_address.salutation.translation` . display_name as `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation` . letter_name as `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation` . custom_fields as `customer_address.salutation.translation.customFields` , `customer_address.salutation.translation` . created_at as `customer_address.salutation.translation.createdAt` , `customer_address.salutation.translation` . updated_at as `customer_address.salutation.translation.updatedAt` , `customer_address.salutation.translation` . salutation_id as `customer_address.salutation.translation.salutationId` , `customer_address.salutation.translation` . language_id as `customer_address.salutation.translation.languageId` FROM `salutation_translation` `customer_address.salutation.translation` WHERE `customer_address.salutation.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN (SELECT `customer_address.country.translation` . country_id , `customer_address.country.translation` . name as `customer_address.country.translation.name` , `customer_address.country.translation` . address_format as `customer_address.country.translation.addressFormat` , `customer_address.country.translation` . custom_fields as `customer_address.country.translation.customFields` , `customer_address.country.translation` . created_at as `customer_address.country.translation.createdAt` , `customer_address.country.translation` . updated_at as `customer_address.country.translation.updatedAt` , `customer_address.country.translation` . country_id as `customer_address.country.translation.countryId` , `customer_address.country.translation` . language_id as `customer_address.country.translation.languageId` FROM `country_translation` `customer_address.country.translation` WHERE `customer_address.country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id` LEFT JOIN (SELECT `customer_address.countryState.translation` . country_state_id , `customer_address.countryState.translation` . name as `customer_address.countryState.translation.name` , `customer_address.countryState.translation` . custom_fields as `customer_address.countryState.translation.customFields` , `customer_address.countryState.translation` . created_at as `customer_address.countryState.translation.createdAt` , `customer_address.countryState.translation` . updated_at as `customer_address.countryState.translation.updatedAt` , `customer_address.countryState.translation` . country_state_id as `customer_address.countryState.translation.countryStateId` , `customer_address.countryState.translation` . language_id as `customer_address.countryState.translation.languageId` FROM `country_state_translation` `customer_address.countryState.translation` WHERE `customer_address.countryState.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id` WHERE `customer_address` . `id` IN (0x0191333D2F3D712DBE5938C706FF5B2B );
Copy
25
0.11 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . language_id = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x01 –ø0ÇŠz\n
“¸¡å\x1F ÔŒi
"""
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0x0196F830C78A7A0A93B8A1E51FD48C69 );
Copy
26
0.54 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
27
0.20 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh' ;
Copy
28
0.08 ms
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
29
1.08 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"\x01 ‹8>ú\x08 sq¥D¾6^\x06\x1F\x00 "
b"\x01 ‹8>ú\f rñ¤èI Ã9„2 "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\r xÒ¶ "
b"\x01 ‹8?\x08 ÂrŠ«+\x0E ƒOþé™ "
b"\x01 ‹Š3\x04 —p ®ëŸÀÅTù1 "
b"\x01 ïè3\x04 ÑqıÉ£E║ðäi+ "
b"\x01 ‹Š3\x04 ©rZ¢cBú\x0E Å\e £ "
b"\x01 ‹Š3\x04 ½p\r ºq]‰øb\ô "
b"\x01 ‹Š3\x04 Àp\x1A ”5nvÌ(J\e "
b"\x01 ‹Š3\x04 ÃrŠ«Ô£nv¹Vk "
b"\x01 ‹Š3\x04 ÇqÔ«y°ï±ÉÏž "
b"\x01 ‹Š3\x04 Êq¾n~uã.µ\f "
b"\x01 ïè3\x04 ðpP│þ6-rSÿì "
b"\x01 ‹Š3\x04 Ôq7³Û\x06 ¸.mݦ "
b"\x01 ‹Š3\x04 Úpá¡|#Ö\x1F n–¨ "
b"\x01 ïè3\x04 ¦p;»╦Å\õ7¶├ "
b"\x01 Œ!Ó×fr\f Α\x1E |\x07 hï "
b"\x01 ìº╝-4r½à┌ófIÛ%9 "
b"\x01 ìº╝-8r"ïVh▀$Ñ┤} "
b"\x01 ìº╝-@r2╝½ëË┤Á§\x15 "
b"""
\x01 ìº╝.as\n
ÉØ¶¯╗i\x19 ã
"""
b"\x01 ìº╝.eq6£\x1A å\x11 F\x13 dÞ "
b"\x01 ìº╝.vs¢ÅÈ´ã,«s┌ "
b"\x01 ìº╝.àsÃï\r \x13 └¢ºb "
b"\x01 ìº╝.ëpkÿÃÖµ\x02 èÜW "
b"\x01 ìº╝.»q9ùHƒ´\x02 å\r ^ "
b"\x01 ìº╝.┐q©Àm¨Ëƒcðç "
b"""
\x01 ìº╝0ôso¿╠:Óò\n
=s
"""
b"\x01 É╝IÜ\x14 pÿ▒ϾkÎ\f Où "
b"\x01 ‘-¢û³p–3»\v !«\x18 ó "
b"\x01 ‘-¢û¼rˆµë¹\n MDf\x00 "
b"\x01 æ-ó¹┐rãÉBâb<¶▓< "
b"\x01 ‘-¢ûÂrd›˜HÔƒ*0 "
b"\x01 ‘-¢ý\x18 sá´\x16 K š6uT "
b"\x01 ‘3>¤>qÔ¸Bv'\x07 M¦Ë "
b"\x01 æ3>ñHpÍéØ\x10 ╔ ╠\x14 ü "
b"""
\x01 æ3>ñLp▒»\n
D*Àün\x1D
"""
b"\x01 ‘3>¤Qq6ˆv?\x01 ›©\x16 "
b"\x01 æ3>ÑjsÎügÚÚ_\r ÇS "
b"\x01 ‘3>¥mrõ©iÓ@\x03 Iý« "
b"\x01 æ3>Ñpq\x19 âØ\x06 ^é╗¼] "
b"\x01 ‘3>¥sp\x11 ’\x14 nLP·^‰ "
b"\x01 ‘3>¥wqєҔñäý˜z "
b"\x01 ‘3>¥ys—¹yg(j\x10 UÏ "
b"\x01 ‘3>¥€qè¢8V kvg\n "
b"\x01 ‘3>¥ƒs3—gK†þ@\x10 w "
b"\x01 æ3>Ñås£ö╦\x1F @{íRì "
b"\x01 ‘3>¥ˆph¡(\x18 Þgó£a "
b"\x01 ‘3>¥‹p"ƒËd\e é…úß "
b"""
\x01 æ3>Ñìs\n
è¿2z~*zÛ
"""
b"\x01 ‘3>¥°p\x00 µð\x1C ©\x13 u%ë "
b"""
\x01 ‘3>¥¿rOƒ~\n
\x10 „þáQ
"""
b"\x01 ‘3>§Vpžª\x1F W\x1D\x05 ÃÎ\r "
b"\x01 –\x11\x1C\x16 vqì–™7R\x00 à\x19\x14 "
b"\x01 —iMJòrK §èøvùðŠ "
b"\x01 ‘E~v¡}\x7F ¬š²ŽÓ\x12 r@ "
b"\x01 ˜Ì`Ò\x02 sdžqì<¥t\x0F è "
b"\x01 ‘E{“”{Ñ¥§¤ŒEýs[ "
b"\x01 ‘\x1E †\x02 øtí¹Éug\x14\x07 Ï\x7F "
b"\x01 ‘Ez"“zœ³•@\x04 €ëš\x06 "
b"\x01 ˜\x0E ®-¥pƒGÅ=Frd¯ "
b"\x01 æExBOs`¢PzzË╔HØ "
b"\x01 æ\x1E üê\x06 ~p«Õow$ı]ÿ "
b"\x01 ‘Et”(u;’\x03\x18 ÛÓ\x0F Wm "
b"\x01 æEv▄\v pÉ×\x05 ÕT├Vöc "
b"\x01 æ\x1E\x7F é¦{ üÖ,V\x0E 7±█ "
b"\x01 ‘Eo¸\x1A {\x11 ¼9ü\x14 Ÿծ "
b"\x01 ‘Es\x0E\x14 y\x1F «‰à…ÿ×P\x1C "
b"\x01 æ\x08 │ØX~¸ªè\t ÈÝ7§ð "
b"\x01 æ\x1E {b©y`ì2e&7┴×Ë "
b"\x01 ‘\x1E },èz ‡™ÐÍ\x17 HSæ "
b"\x01 ‘Eq†Wy}–´\x05 Ózý¨è "
b"\x01 ‘En`\x07 }`§ÿ\x1C rKô¿— "
b"\x01 ‘\x1E vt+zÀŠï\x19 1>&\x06 – "
b"""
\x01 ‘\x1E u ¾~(¥>!½5\v \n
@
"""
b"\x01 ‘\x1E p«œpµƒ]yÌM$Þ\x03 "
b"\x01 ‘\x1E o\x12 nvX‰¾§K8˜/• "
b"\x01 ‘\x1E m`°t+‡þ“\x0F ùzጠ"
b"\x01 ‘\x1E kq¸vfˆYzì\x04 â€\f "
b"\x01 ‘\x1E h]™vhº¥¬¼x#²® "
b"\x01 —ϸ0Ms\f Ž\x1D …ÛáÈ\x02 { "
b"\x01 æ\x1E dØl~║óßÀ\x1D ╠7Î5 "
b"\x01 ‘\x1E fz°r%¯ú×âœ\x04 2W "
b"\x01 Æ\x1F °Þt{ö¡Â]Å┬b{w "
b"\x01 Ö├╬╩nwQö\x02 ߨ┴╚ùØ "
b"\x01 ›Âpǘs\x12 “cªÂ9Î|. "
b"\x01 ‘\x1E Zð@r©½ˆ_\x15 °·xÉ "
b"\x01 æ\x1E ^ê\x0E |éìv\e ü└1J■ "
b"\x01 ’\x1F í=Ù}ô¯«‹d)EdH "
b"\x01 ˜£§Ÿ¦sÕœÃ\x18 %¼älƒ "
b"\x01 ›Âp\x12 Ÿq¹ªï\x01 «ùgj… "
b"\x01 ‘\x1E VóSq!’lóÌë‡"O "
b"\x01 Æ\x1F ÓÜKs¾ü\vÈ\x1A 0ÛN "
b"\x01 šT•¶ùq®¢(¦y\x17 Ô–ò "
b"\x01 šT¼ êx6¥8éVBš\x1F \ "
b"\x01 šnHY\x06 {Z„ìHì\x0E\t ¯D "
b"\x01 žù¾<‡~›† Œ5{°ñj "
b"\x01 ‘\x1E U5(yvŠŠ\x1C âî\x06 Ø "
b"\x01 ‘\x1E S\x1F éz\x16 ‚ªš\x7F yNè` "
b"\x01 ‘\x1E R ¥yO…Wsi«˜I1 "
b"\x01 ‘\x1E OV({Aˆ›‘kBBm¨ "
b"""
\x01 ù¤¤╚"r*░·ÉÇ\n
ø┘ñ
"""
b"\x01 ×\x02 `┘ysfÀq\x16\x18 ü÷k┬ "
b"\x01 ž\x1C ¨‹eqÙ©\x10 _Zº£H\x10 "
b"\x01 žDÝNás˜¥\x02 –·\v FžÙ "
b"\x01 žÙÙ¡êráµ\x0E o²Ö°ú\e "
b"\x01 žÙ߀"s3‡D¦qV‘t\x04 "
b"\x01 ‘\x1E Eà~\x10 ¢z\x1F ŒAP—, "
b"\x01 ‘\x1E Mjzw‘·P\x1D\f\x08 ùæ¶ "
b"\x01 —¼4öüs–…†¦jn‰]B "
b"\x01 £ß├þ\x13 p╬║ÃååÉA├\x03 "
b"\x01 ‘\x1E D›§tÛ«\x1A ˆŒ>’Š3 "
b"\x01 Ö[±¿lr=Éî2ñ?À\x00 V "
b"\x01 ‘\x1E C\x11 ‚y·•«¢ƒcY\r T "
b"\x01 ‘\x1E A¡æwâ™WaZ|6\x12\x13 "
b"\x01 šSnl@|…£ÓX.|M=ò "
b"\x01 ‘\x1E @\v\x10 x¡¾ÅæŸ\x1C µü0 "
b"\x01 ïè3\x04 Îr\r üÑV»\x14 Ï█à "
b"\x01 Œ!<\x18 zrØ„ô‰¾m&W^ "
b"\x01 Œ!¤Ý¡s\r º•P\x1A\x16 ¸ÔŠ "
b"\x01 Œ!¨Ÿ¦s\x01 ”\x10 Œ–@æ(ê "
b"\x01 î!½&\x10 r'áò\x15\x12 ;ì┴o "
b"\x01 î!¼ö╩qÈ│#ìÎf\x13\e þ "
b"\x01 î%w<g~\x05 ö■\x0E tìF:T "
b"\x01 Œ%§ÉÅpë¶ž;÷q¨= "
b"\x01 Œ%µývrj‰Ÿ÷×vU2Á "
b"\x01 î%║ÌÈs╣½\x13 oÈ^«ü┬ "
b"\x01 Œ%Ê<”sz‚Õí/6+QÙ "
b"\x01 Œ%Ï^7qa°*¨)3Úm "
b"\x01 ÅN¯ÖÈ~ªªñ*ßÿ│%~ "
b"\x01 ù└I┘gr{┤C╔:Óß\f ì "
b"\x01 ˜¨d»žq™¤À†²7¼òÅ "
b"\x01 šµ]Ùˆqv¾he\x11 mªÄ\x1A "
b"\x01 ×Èõ▓æw\x02 É\f du\f ej├ "
b"\x01 Ÿ(\x19\x18 ÷\x7F ‚Žñ«Q\x10 7Ï$ "
b"\x01 ‘\x1E 65\x11 vΦ\x01 Ù»h\v c‚ "
b"\x01 ‘\x1E 7ëÈzç—‚&?9\x17 ݸ "
b"\x01 ‘\x1E :Ô´v̓\x16 Ãÿ/Ç ð "
b"\x01 Ü0\╠tq¢úxh\v Ç"ìJ "
b"\x01 ‘\x0E A8\x14 wŸ‰¿b·SÔ«¦ "
b"\x01 ‘\x1E <&¾~?°Ñ\v Áƒ¤úN "
b"\x01 ‘[ä\x1D <rÕ‚\x1D Cñ©hûÅ "
b"""
\x01 æ\x0E 0┘▒s┌ü\x01 ù\n
╔Dí\x05
"""
b"\x01 ÉÙd╬╩x▄ó\x1D\e\e h.Ô½ "
b"\x01 ‘\x0E /\t #qa·(¹Y˜'—Þ "
b"\x01 Ö╔\x1F É,s6│░¾ÎÁ0└ì "
b"\x01 ÅN«AFwìÖpAÆ\x19 á`\x07 "
b"\x01 ÉÙîô{r$¬\x10 åÀ1'¿h "
b"\x01 ‘\x0E ,ñ>sв°ôŽn\x04 3 "
b"\x01 ˜£‰@þ|\r •&B\šî“" "
b"\x01 ÿ¿ƒ\r jpV║ì■ñ°├║r "
b"\x01 ™É\x1E Ä\x04 r¹“7à\x03 t-ž¡ "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\t ý)\x7F "
b"\x01 ’\x1E áxt|‚˜"â¥$kæâ "
b"\x01 —§\x10 ìðq$˜\x14 ÆØ¯4Þ\x10 "
b"\x01 —»œUŠy\x13 ‹•äUPÊ 9 "
b"\x01 šSZé€stªš(\x19 Ì4\x1F ¬ "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\v ÕHÎ "
b"\x01 ‹8?6oq!®¸íÂ\x1E ®ß\r "
b"\x01 Æ\x1E ▒a┘s²ø═Ø.├ÓF\x04 "
b"\x01 ’\x1E ÜDÿpg‹Oò-Àßý\x1C "
b"\x01 ’\x1E ÜðLp¸„A,#–d®U "
b"\x01 ’\x1E Ý””qI›@t!HÞ€c "
b"\x01 ’\x1E Þ4÷r|…H–žú\x1F íT "
b"\x01 ’\x1E ÞÈ\x16 ~a«ÍÍyªdŸŒ "
b"\x01 ’\x1E âl<rWƒ¹Z\x1E k9— "
b"\x01 ’\x1E ï“ýuå²§Ú&¿„\x05 û "
b"\x01 ’\x1E ò"*tƒ¾äpžŸ/_\x04 "
b"¿TRŸëó#ì}'%k\x17 ‚\x07 õ "
b"\x01 Å║"╣Xs$¿O´)Ø\x11 K "
]
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 (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
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 (0x018B383EFA087371A544BE365E061F00 , 0x018B383EFA0C72F1A4E84920C3398432 , 0x018B383EFA1A739287DC7C980D78D2B6 , 0x018B383F08C2728AAB2B0E834FFEE999 , 0x018B8A3304977020AEEB9FC0C554F931 , 0x018B8A3304A571D5909C45BAD084692B , 0x018B8A3304A9725AA26342FA0EC51BA3 , 0x018B8A3304BD700DBA715D89F8625CF4 , 0x018B8A3304C0701A94356E76CC284A1B , 0x018B8A3304C3728AABD4A36E76B9566B , 0x018B8A3304C771D4AB79B0EFB1C9CF9E , 0x018B8A3304CA71BEAD6E7E75E32EB50C , 0x018B8A3304D07050B3E7362D7253988D , 0x018B8A3304D47137B3DB06B82E6DDDA6 , 0x018B8A3304DA70E1A17C23D61F6E96A8 , 0x018B8A3304DD703BAFCB8F5CE437F4C3 , 0x018C21D3D766720CA0CE911E7C0768EF , 0x018DA7BC2D3472AB85DAA26649EA2539 , 0x018DA7BC2D3872228B5668DF24A5B47D , 0x018DA7BC2D407232BCAB89D3B4B5F515 , 0x018DA7BC2E61730A909DF4EEBB6919C6 , 0x018DA7BC2E6571369C1A8611461364E8 , 0x018DA7BC2E7673BD8FD4EFC62CAE73DA , 0x018DA7BC2E8573C78B0D13C0BDA762F0 , 0x018DA7BC2E89706B98C799E6028A9A57 , 0x018DA7BC2EAF713997489FEF02860D5E , 0x018DA7BC2EBF71B8B76DF9D39F63D087 , 0x018DA7BC3093736FA8CC3AE0950A3D73 , 0x0190BC499A147098B1D8F36BD70C4F97 , 0x01912DA2FBB37096AD33BB0B21AB18F3 , 0x01912DA2FBBC7288B5EBB90A4D446600 , 0x01912DA2FBBF72C6904283623CF4B23C , 0x01912DA2FBC272649B9848C394832A30 , 0x01912DA2FD1873E1B4164BA09A367554 , 0x0191333EA43E71D4B8427627074DA6CB , 0x0191333EA44870D6829D10C9FFCC1481 , 0x0191333EA44C70B1AF0A442AB7816E1D , 0x0191333EA45171368876AD3F019BA916 , 0x0191333EA56A73D78167E9E95F0D8053 , 0x0191333EA56D72F5A969D3400349FDAB , 0x0191333EA5707119839D065E82BBAC5D , 0x0191333EA573701192146E4C50B75E89 , 0x0191333EA57771D194D294F1E4FD987A , 0x0191333EA5797397B97967286A1055CF , 0x0191333EA58071E8A23856206B76670A , 0x0191333EA583733397674B86FE401077 , 0x0191333EA586739C94CB1F407BA1528D , 0x0191333EA5887068A12818DE67F3A361 , 0x0191333EA58B702283CB641BE985FADF , 0x0191333EA58D730A8AA8327A7E2A7AEA , 0x0191333EA5B07000B5F01CA9137525EB , 0x0191333EA5BF724F837E0A1084FEE151 , 0x0191333EA756709EAA1F571D05C3CE0D , 0x0196111C167671EC9699375200E01914 , 0x0197694D4AF2724BA0A7E8F876F9F08A , 0x0191457E76A17D7FAC9AB28ED3127240 , 0x0198CC60D20273C78671EC3CA5740FE8 , 0x0191457B93947BD1A5A7A48C45FD735B , 0x01911E8602F874EDB9C975671407CF7F , 0x0191457A22937A9CB395400480EB9A06 , 0x01980EAE2DA57083AD47C53D467264AF , 0x01914578424F7360BD507A7AD3C9489D , 0x01911E8188067E70AEE56F7724D55D98 , 0x019145749428753B920318DBD30F576D , 0x01914576DC0B70909E05E554C3569463 , 0x01911E7F82DD7BFF81992C560E37F1DB , 0x0191456FB81A7B11BC39FC14C29FD5AE , 0x019145730E14791FAB89E085FFD7501C , 0x019108B39D587EF7A68A09D4ED37F5D0 , 0x01911E7B62B879608D32652637C19ED3 , 0x01911E7D2CE87AA08799D0CD174853E6 , 0x019145718657797D96B405D37AFDA8E8 , 0x0191456E60077D60A7FF1C724BF4BF97 , 0x01911E76742B7AC08AEF19313E260696 , 0x01911E7520BE7E28A53E21BD350B0A40 , 0x01911E70AB9C70B5835D79CC4D24DE03 , 0x01911E6F126E765889BEA74B38982F95 , 0x01911E6D60B0742B87FE930FF97AE18C , 0x01911E6B71B8766688597AEC04E2800C , 0x01911E685D997668BAA5ACBC7823B2AE , 0x0197CFB8304D730C8E1D85DBE1C8027B , 0x01911E649D6C7EBAA2E1B71DCC37D735 , 0x01911E667AB07225AFFAD7E29C043257 , 0x01921FF8E8747B94ADB65D8FC2627B77 , 0x0199C3CECA6E77519402E1F9C1C8979D , 0x019BC270C79873129363AAC239CE7C2E , 0x01911E5AF04072A9BD885F15B0B778C9 , 0x01911E5E880E7C828D761B81C0314AFE , 0x01921FED3DD97DF4AFAB8B6429456448 , 0x0198A3A79FA673D59CC31825BCE46C83 , 0x019BC270129F71B9AAEF01ABF9676A85 , 0x01911E56F3537121926CF3CCEB87224F , 0x01921FE09A4B73F3815C76D41A30EA4E , 0x019A5495B6F971AEA228A67917D496F2 , 0x019A54BC20EA7836A538E956429A1F5C , 0x019A6E4859067B5A84EC48EC0E09AF44 , 0x019EF9BE3C877E9B86A08C357BB0F16A , 0x01911E55352879768A8A1CA0E2EE06D8 , 0x01911E531FE97A1682AA9A7F794EE860 , 0x01911E5220A5794F85577369AB984931 , 0x01911E4F56287B41889B916B42426DA8 , 0x0197CFCFC822722AB0FA90800A9BD9A4 , 0x019E0260D9797366B771161881F66BC2 , 0x019E1CA88B6571D9A9105F5ABAA34810 , 0x019E44DD4EE17398A50296B70B469ED9 , 0x019ED9D9A1EA72E1B50E6FB2D6B0FA1B , 0x019ED9DF802273338744A67156917404 , 0x01911E45E0AD7E10A27A1F8C4150972C , 0x01911E4D6A7A7791B7501D0C08F9E6B6 , 0x0197BC34F6FC73968586A66A6E895D42 , 0x019CE1C3E71370CEBAC786869041C303 , 0x01911E449BA774DBAB1A888C3E928A33 , 0x01995BF1A86C723D908C32A43FB70056 , 0x01911E43118279B795ABA28363590D54 , 0x01911E41A1E677E29957615A7C361213 , 0x019A536E6C407C85A3D3582E7C4D3DF2 , 0x01911E400B1078A1BEC5E69F1CB5FC30 , 0x018B8A3304D7720D81A556AF14D8DBC7 , 0x018C213C187A72D884F489BE6D26575E , 0x018C21A4DDA1730DBA95501A16B8D48A , 0x018C21A89FA6730194108C9640E628EA , 0x018C21AB26107227A09515123B8DC16F , 0x018C21AC94CA71D4B3238DD766131BE7 , 0x018C25773C677E0594FE0E748D463A54 , 0x018C25A7C9C570EBB69E3BF771A83DC2 , 0x018C25B5FD76726A899FF7D7765532C1 , 0x018C25BADED473B9AB136FD45EAE81C2 , 0x018C25CA3C94737A82D5ED2F362B51D9 , 0x018C25CF5E377161B02AA82933ADDA6D , 0x018F4EEE99D47EA6A6A42AE198B3257E , 0x0197C049D967727BB443C93AE0E10C8D , 0x0198A864BB9E7199A4C086B237BCF2C5 , 0x019AB55DD9887176BE6865116DAAC41A , 0x019ED4E4B2917702900C64750C656AC3 , 0x019F281918F77F828EF1AB511037CF24 , 0x01911E36351176CEA601D9BB680B6382 , 0x01911E37EBC87AE79782263F3917DDB8 , 0x01911E3AD4B476CD8316C3FF2FC7A0F0 , 0x019A305CCC7471BDA378680B80228D4A , 0x01910E413814779F89BF62B753D4ABA6 , 0x01911E3C26BE7E3FB0D10BC183A4FA4E , 0x01915BE41D3C72D5821D43F1A968FBC5 , 0x01910E30D9B173DA8101970AC944A105 , 0x0190EB64CECA78DCA21D1B1B682EE2AB , 0x01910E2F09237161B728B959982797DE , 0x0199C91F902C7336B3B0F3D7B530C08D , 0x018F4EAE4146778D9970419219A06007 , 0x0190EB8C937B7224AA1086B73127A868 , 0x01910E2CF13E73D0B2B0F4C5BD6E0433 , 0x0198A38940FE7C0D9526425C9AEE9322 , 0x0198A89F0D6A7056BA8DFEA4F8C3BA72 , 0x0199C91EC40472B99337E003742D9EA1 , 0x018B383EFA1A739287DC7C9809FD297F , 0x01921EE178747C829822E2A5246BE6E2 , 0x0197A710ECF071249814C6D8AF34DE10 , 0x0197BB9C558A79138B95E45550CA2039 , 0x019A535AE9807374AA9A2819CC341FAC , 0x018B383EFA1A739287DC7C980BD548CE , 0x018B383F366F7121AEB8EDC21EAEDF0D , 0x01921EB161D973FD9BCD9D2EC3E04604 , 0x01921EDC44FF70678B4FF22DC0DFFD1C , 0x01921EDCF04C70B884412C239664AE55 , 0x01921EDD949471499B40742148DE8063 , 0x01921EDE34F7727C8548969EFA1FED54 , 0x01921EDEC8167E61ABCDCD79AA649F8C , 0x01921EE26C3C725783B95AAD1E6B3997 , 0x01921EEF93FD75E5B2A7DA26BF8405FB , 0x01921EF2222A7483BEE4709E9F2F5F04 , 0xBF54529FEBF323EC7D27256B178207F5 , 0x018FBA22B9587324A84FB6EF299D114B );
Copy
30
0.09 ms
SELECT LOWER (HEX (id )) as id , updated_at FROM product WHERE id IN (? ) AND version_id = ?
Parameters :
[
b"\x01 ‘á\x01\x14 ›sƒ¬™æÏ„.>t "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT LOWER (HEX (id )) as id , updated_at FROM product WHERE id IN (0x0191E101149B7383AC99E6CF842E3E74 ) AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
31
0.08 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
true
b"\x01 ‘á\x01\x14 ›sƒ¬™æÏ„.>t "
]
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` = 0x018B383F4CC971168C7D5095C3832D9D AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0191E101149B7383AC99E6CF842E3E74 )) GROUP BY `product` . `id` ;
Copy
32
0.23 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` , `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.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 `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` 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 ‘á\x01\x14 ›sƒ¬™æÏ„.>t "
]
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` ,
`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.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 `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`
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` , `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.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 `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` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0191E101149B7383AC99E6CF842E3E74 ));
Copy
33
0.10 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"ë\x7F Ο€Æ@/»\x1E ÷\f §‹ÃÕ "
]
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 (0xEB7FCE9F80C6402FBB1EF70CA78BC3D5 );
Copy
34
0.10 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"\x01 æÎqpÄrØùÜ─ix\r üZ "
b"\x01 “‘’\f [rͺ«e\x14 #+\x11 "
b"\x04 1“¾¡EJbµÈÊC\r °\x0F\x10 "
b"\r U\v j"xCt±´Y¸¯wÑ, "
b"\x19 c\t =¹L@`ƒ<\x10 O▄lÅ╚ "
b"1”\x08 ׿iDU§÷;j×¹=“ "
b"?2øZ%ðNWªw\x06 tÓ%è+ "
b"|嘋\x18 }N\x1D ‚^\x03 Ç\x06 ¾ "
b"~ùÀ³Ó G$¤[~1™\x19 :› "
b"íÙúµæõ@─Ø\e ì▓n·°e "
b"ºˆr\v ½bM\r žæ=½(!Û¼ "
b"""
É£”ÊJ‘N\x10 ¬vä\n
+\x02 Æë
"""
b"ÙÒ³T &F¾¬Ä\x10 'xÃHâ "
b"±\x1C ¢öw\x7F I█▒\x14 ô¿Élô├ "
]
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 (0x0191D771708E729D979AC469780D815A , 0x019391920C5B72CDBAAB6514232B1120 , 0x043193BEA1454A62B5C8CA430DB00F10 , 0x0D550B6A22784374B1B459B8AF77D12C , 0x1963093DFB4C40609F3C104FDC6C8FC8 , 0x319408D7E6694455A7F73B6AD7B93D93 , 0x3F32F85A25F04E57AA770674D325E82B , 0x7CE5988B187D4E1D825E03A0C706C2BE , 0x7EF9C0B3D3204724A45B7E3199193A9B , 0xA1EBA3E691E440C49D1B8DB26EFAF865 , 0xBA88720BBD624D0D9EE63DBD2821DBBC , 0xC9A394CA4A914E10AC76E40A2B02C6EB , 0xD9D2B354202646BEACC4102778C348E2 , 0xF11CBD94777F49DBB11493A8906C93C3 );
Copy
35
0.09 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 ‘á\x01\x14 ›sƒ¬™æÏ„.>t "
b"""
y╝¸É\x15 ¦KSñ]▄î·\n
=
"""
]
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 (0x0191E101149B7383AC99E6CF842E3E74 , 0x79BCF79015DD4B53A45DF0DC8CFA0A3D )));
Copy
36
0.08 ms
SELECT `vio_customer_price` . `id` as `vio_customer_price.id` , `vio_customer_price` . `customer_id` as `vio_customer_price.customerId` , `vio_customer_price` . `product_id` as `vio_customer_price.productId` , `vio_customer_price` . `product_version_id` as `vio_customer_price.productVersionId` , `vio_customer_price` . `quantity_start` as `vio_customer_price.quantityStart` , `vio_customer_price` . `quantity_end` as `vio_customer_price.quantityEnd` , `vio_customer_price` . `price` as `vio_customer_price.price` , `vio_customer_price` . `discount` as `vio_customer_price.discount` , `vio_customer_price` . `custom_fields` as `vio_customer_price.customFields` , `vio_customer_price` . `created_at` as `vio_customer_price.createdAt` , `vio_customer_price` . `updated_at` as `vio_customer_price.updatedAt` FROM `vio_customer_price` WHERE (`vio_customer_price` . `customer_id` = ? AND `vio_customer_price` . `product_id` IN (? , ? )) ORDER BY `vio_customer_price` . `quantity_start` ASC
Parameters :
[
b"\x01 ‘3=/=q-¾Y8Ç\x01 ¦\x1C "
b"\x01 ‘á\x01\x14 ›sƒ¬™æÏ„.>t "
b"""
y╝¸É\x15 ¦KSñ]▄î·\n
=
"""
]
SELECT `vio_customer_price` . `id` as `vio_customer_price.id` , `vio_customer_price` . `customer_id` as `vio_customer_price.customerId` , `vio_customer_price` . `product_id` as `vio_customer_price.productId` , `vio_customer_price` . `product_version_id` as `vio_customer_price.productVersionId` , `vio_customer_price` . `quantity_start` as `vio_customer_price.quantityStart` , `vio_customer_price` . `quantity_end` as `vio_customer_price.quantityEnd` , `vio_customer_price` . `price` as `vio_customer_price.price` , `vio_customer_price` . `discount` as `vio_customer_price.discount` , `vio_customer_price` . `custom_fields` as `vio_customer_price.customFields` , `vio_customer_price` . `created_at` as `vio_customer_price.createdAt` , `vio_customer_price` . `updated_at` as `vio_customer_price.updatedAt` FROM `vio_customer_price` WHERE (`vio_customer_price` . `customer_id` = 0x0191333D2F3D712DBE5938C70120A61C AND `vio_customer_price` . `product_id` IN (0x0191E101149B7383AC99E6CF842E3E74 , 0x79BCF79015DD4B53A45DF0DC8CFA0A3D )) ORDER BY `vio_customer_price` . `quantity_start` ASC ;
Copy
37
0.10 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
38
0.08 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
39
0.07 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
40
0.08 ms
SELECT `coe_wishlist` . `id` FROM `coe_wishlist` WHERE (`coe_wishlist` . `customer_id` = ? AND (`coe_wishlist` . `sales_channel_id` < = > ? OR `coe_wishlist` . `sales_channel_id` = ? )) ORDER BY `coe_wishlist` . `created_at` DESC
Parameters :
[
b"\x01 ‘3=/=q-¾Y8Ç\x01 ¦\x1C "
null
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
SELECT `coe_wishlist` . `id` FROM `coe_wishlist` WHERE (`coe_wishlist` . `customer_id` = 0x0191333D2F3D712DBE5938C70120A61C AND (`coe_wishlist` . `sales_channel_id` < = > NULL OR `coe_wishlist` . `sales_channel_id` = 0x018B383F4CC971168C7D5095C3832D9D )) ORDER BY `coe_wishlist` . `created_at` DESC ;
Copy
41
0.10 ms
SELECT `coe_wishlist` . `id` as `coe_wishlist.id` , `coe_wishlist` . `name` as `coe_wishlist.name` , `coe_wishlist` . `default` as `coe_wishlist.default` , `coe_wishlist` . `customer_id` as `coe_wishlist.customerId` , `coe_wishlist` . `session_id` as `coe_wishlist.sessionId` , `coe_wishlist` . `public` as `coe_wishlist.public` , `coe_wishlist` . `sales_channel_id` as `coe_wishlist.salesChannelId` , `coe_wishlist` . `custom_fields` as `coe_wishlist.customFields` , `coe_wishlist.customer` . `id` as `coe_wishlist.customer.id` , `coe_wishlist.customer` . `customer_group_id` as `coe_wishlist.customer.groupId` , `coe_wishlist.customer` . `default_payment_method_id` as `coe_wishlist.customer.defaultPaymentMethodId` , `coe_wishlist.customer` . `sales_channel_id` as `coe_wishlist.customer.salesChannelId` , `coe_wishlist.customer` . `language_id` as `coe_wishlist.customer.languageId` , `coe_wishlist.customer` . `last_payment_method_id` as `coe_wishlist.customer.lastPaymentMethodId` , `coe_wishlist.customer` . `default_billing_address_id` as `coe_wishlist.customer.defaultBillingAddressId` , `coe_wishlist.customer` . `default_shipping_address_id` as `coe_wishlist.customer.defaultShippingAddressId` , `coe_wishlist.customer` . `auto_increment` as `coe_wishlist.customer.autoIncrement` , `coe_wishlist.customer` . `customer_number` as `coe_wishlist.customer.customerNumber` , `coe_wishlist.customer` . `salutation_id` as `coe_wishlist.customer.salutationId` , `coe_wishlist.customer` . `first_name` as `coe_wishlist.customer.firstName` , `coe_wishlist.customer` . `last_name` as `coe_wishlist.customer.lastName` , `coe_wishlist.customer` . `company` as `coe_wishlist.customer.company` , `coe_wishlist.customer` . `password` as `coe_wishlist.customer.password` , `coe_wishlist.customer` . `email` as `coe_wishlist.customer.email` , `coe_wishlist.customer` . `title` as `coe_wishlist.customer.title` , `coe_wishlist.customer` . `vat_ids` as `coe_wishlist.customer.vatIds` , `coe_wishlist.customer` . `affiliate_code` as `coe_wishlist.customer.affiliateCode` , `coe_wishlist.customer` . `campaign_code` as `coe_wishlist.customer.campaignCode` , `coe_wishlist.customer` . `active` as `coe_wishlist.customer.active` , `coe_wishlist.customer` . `double_opt_in_registration` as `coe_wishlist.customer.doubleOptInRegistration` , `coe_wishlist.customer` . `double_opt_in_email_sent_date` as `coe_wishlist.customer.doubleOptInEmailSentDate` , `coe_wishlist.customer` . `double_opt_in_confirm_date` as `coe_wishlist.customer.doubleOptInConfirmDate` , `coe_wishlist.customer` . `hash` as `coe_wishlist.customer.hash` , `coe_wishlist.customer` . `guest` as `coe_wishlist.customer.guest` , `coe_wishlist.customer` . `first_login` as `coe_wishlist.customer.firstLogin` , `coe_wishlist.customer` . `last_login` as `coe_wishlist.customer.lastLogin` , `coe_wishlist.customer` . `newsletter_sales_channel_ids` as `coe_wishlist.customer.newsletterSalesChannelIds` , `coe_wishlist.customer` . `birthday` as `coe_wishlist.customer.birthday` , `coe_wishlist.customer` . `last_order_date` as `coe_wishlist.customer.lastOrderDate` , `coe_wishlist.customer` . `order_count` as `coe_wishlist.customer.orderCount` , `coe_wishlist.customer` . `order_total_amount` as `coe_wishlist.customer.orderTotalAmount` , `coe_wishlist.customer` . `review_count` as `coe_wishlist.customer.reviewCount` , `coe_wishlist.customer` . `custom_fields` as `coe_wishlist.customer.customFields` , `coe_wishlist.customer` . `legacy_password` as `coe_wishlist.customer.legacyPassword` , `coe_wishlist.customer` . `legacy_encoder` as `coe_wishlist.customer.legacyEncoder` , `coe_wishlist.customer` . `remote_address` as `coe_wishlist.customer.remoteAddress` , `coe_wishlist.customer` . `tag_ids` as `coe_wishlist.customer.tagIds` , `coe_wishlist.customer` . `requested_customer_group_id` as `coe_wishlist.customer.requestedGroupId` , `coe_wishlist.customer` . `bound_sales_channel_id` as `coe_wishlist.customer.boundSalesChannelId` , `coe_wishlist.customer` . `account_type` as `coe_wishlist.customer.accountType` , `coe_wishlist.customer` . `created_by_id` as `coe_wishlist.customer.createdById` , `coe_wishlist.customer` . `updated_by_id` as `coe_wishlist.customer.updatedById` , `coe_wishlist.customer` . `created_at` as `coe_wishlist.customer.createdAt` , `coe_wishlist.customer` . `updated_at` as `coe_wishlist.customer.updatedAt` , `coe_wishlist` . `created_at` as `coe_wishlist.createdAt` , `coe_wishlist` . `updated_at` as `coe_wishlist.updatedAt` FROM `coe_wishlist` LEFT JOIN `customer` `coe_wishlist.customer` ON `coe_wishlist` . `customer_id` = `coe_wishlist.customer` . `id` WHERE `coe_wishlist` . `id` IN (? )
Parameters :
[
b"\x01 ˜\x18 ZÔ²sïœ`\x1F •c¾ïß "
]
SELECT
`coe_wishlist` . `id` as `coe_wishlist.id` ,
`coe_wishlist` . `name` as `coe_wishlist.name` ,
`coe_wishlist` . `default` as `coe_wishlist.default` ,
`coe_wishlist` . `customer_id` as `coe_wishlist.customerId` ,
`coe_wishlist` . `session_id` as `coe_wishlist.sessionId` ,
`coe_wishlist` . `public` as `coe_wishlist.public` ,
`coe_wishlist` . `sales_channel_id` as `coe_wishlist.salesChannelId` ,
`coe_wishlist` . `custom_fields` as `coe_wishlist.customFields` ,
`coe_wishlist.customer` . `id` as `coe_wishlist.customer.id` ,
`coe_wishlist.customer` . `customer_group_id` as `coe_wishlist.customer.groupId` ,
`coe_wishlist.customer` . `default_payment_method_id` as `coe_wishlist.customer.defaultPaymentMethodId` ,
`coe_wishlist.customer` . `sales_channel_id` as `coe_wishlist.customer.salesChannelId` ,
`coe_wishlist.customer` . `language_id` as `coe_wishlist.customer.languageId` ,
`coe_wishlist.customer` . `last_payment_method_id` as `coe_wishlist.customer.lastPaymentMethodId` ,
`coe_wishlist.customer` . `default_billing_address_id` as `coe_wishlist.customer.defaultBillingAddressId` ,
`coe_wishlist.customer` . `default_shipping_address_id` as `coe_wishlist.customer.defaultShippingAddressId` ,
`coe_wishlist.customer` . `auto_increment` as `coe_wishlist.customer.autoIncrement` ,
`coe_wishlist.customer` . `customer_number` as `coe_wishlist.customer.customerNumber` ,
`coe_wishlist.customer` . `salutation_id` as `coe_wishlist.customer.salutationId` ,
`coe_wishlist.customer` . `first_name` as `coe_wishlist.customer.firstName` ,
`coe_wishlist.customer` . `last_name` as `coe_wishlist.customer.lastName` ,
`coe_wishlist.customer` . `company` as `coe_wishlist.customer.company` ,
`coe_wishlist.customer` . `password` as `coe_wishlist.customer.password` ,
`coe_wishlist.customer` . `email` as `coe_wishlist.customer.email` ,
`coe_wishlist.customer` . `title` as `coe_wishlist.customer.title` ,
`coe_wishlist.customer` . `vat_ids` as `coe_wishlist.customer.vatIds` ,
`coe_wishlist.customer` . `affiliate_code` as `coe_wishlist.customer.affiliateCode` ,
`coe_wishlist.customer` . `campaign_code` as `coe_wishlist.customer.campaignCode` ,
`coe_wishlist.customer` . `active` as `coe_wishlist.customer.active` ,
`coe_wishlist.customer` . `double_opt_in_registration` as `coe_wishlist.customer.doubleOptInRegistration` ,
`coe_wishlist.customer` . `double_opt_in_email_sent_date` as `coe_wishlist.customer.doubleOptInEmailSentDate` ,
`coe_wishlist.customer` . `double_opt_in_confirm_date` as `coe_wishlist.customer.doubleOptInConfirmDate` ,
`coe_wishlist.customer` . `hash` as `coe_wishlist.customer.hash` ,
`coe_wishlist.customer` . `guest` as `coe_wishlist.customer.guest` ,
`coe_wishlist.customer` . `first_login` as `coe_wishlist.customer.firstLogin` ,
`coe_wishlist.customer` . `last_login` as `coe_wishlist.customer.lastLogin` ,
`coe_wishlist.customer` . `newsletter_sales_channel_ids` as `coe_wishlist.customer.newsletterSalesChannelIds` ,
`coe_wishlist.customer` . `birthday` as `coe_wishlist.customer.birthday` ,
`coe_wishlist.customer` . `last_order_date` as `coe_wishlist.customer.lastOrderDate` ,
`coe_wishlist.customer` . `order_count` as `coe_wishlist.customer.orderCount` ,
`coe_wishlist.customer` . `order_total_amount` as `coe_wishlist.customer.orderTotalAmount` ,
`coe_wishlist.customer` . `review_count` as `coe_wishlist.customer.reviewCount` ,
`coe_wishlist.customer` . `custom_fields` as `coe_wishlist.customer.customFields` ,
`coe_wishlist.customer` . `legacy_password` as `coe_wishlist.customer.legacyPassword` ,
`coe_wishlist.customer` . `legacy_encoder` as `coe_wishlist.customer.legacyEncoder` ,
`coe_wishlist.customer` . `remote_address` as `coe_wishlist.customer.remoteAddress` ,
`coe_wishlist.customer` . `tag_ids` as `coe_wishlist.customer.tagIds` ,
`coe_wishlist.customer` . `requested_customer_group_id` as `coe_wishlist.customer.requestedGroupId` ,
`coe_wishlist.customer` . `bound_sales_channel_id` as `coe_wishlist.customer.boundSalesChannelId` ,
`coe_wishlist.customer` . `account_type` as `coe_wishlist.customer.accountType` ,
`coe_wishlist.customer` . `created_by_id` as `coe_wishlist.customer.createdById` ,
`coe_wishlist.customer` . `updated_by_id` as `coe_wishlist.customer.updatedById` ,
`coe_wishlist.customer` . `created_at` as `coe_wishlist.customer.createdAt` ,
`coe_wishlist.customer` . `updated_at` as `coe_wishlist.customer.updatedAt` ,
`coe_wishlist` . `created_at` as `coe_wishlist.createdAt` ,
`coe_wishlist` . `updated_at` as `coe_wishlist.updatedAt`
FROM
`coe_wishlist`
LEFT JOIN `customer` `coe_wishlist.customer` ON `coe_wishlist` . `customer_id` = `coe_wishlist.customer` . `id`
WHERE
`coe_wishlist` . `id` IN (? )
Copy
SELECT `coe_wishlist` . `id` as `coe_wishlist.id` , `coe_wishlist` . `name` as `coe_wishlist.name` , `coe_wishlist` . `default` as `coe_wishlist.default` , `coe_wishlist` . `customer_id` as `coe_wishlist.customerId` , `coe_wishlist` . `session_id` as `coe_wishlist.sessionId` , `coe_wishlist` . `public` as `coe_wishlist.public` , `coe_wishlist` . `sales_channel_id` as `coe_wishlist.salesChannelId` , `coe_wishlist` . `custom_fields` as `coe_wishlist.customFields` , `coe_wishlist.customer` . `id` as `coe_wishlist.customer.id` , `coe_wishlist.customer` . `customer_group_id` as `coe_wishlist.customer.groupId` , `coe_wishlist.customer` . `default_payment_method_id` as `coe_wishlist.customer.defaultPaymentMethodId` , `coe_wishlist.customer` . `sales_channel_id` as `coe_wishlist.customer.salesChannelId` , `coe_wishlist.customer` . `language_id` as `coe_wishlist.customer.languageId` , `coe_wishlist.customer` . `last_payment_method_id` as `coe_wishlist.customer.lastPaymentMethodId` , `coe_wishlist.customer` . `default_billing_address_id` as `coe_wishlist.customer.defaultBillingAddressId` , `coe_wishlist.customer` . `default_shipping_address_id` as `coe_wishlist.customer.defaultShippingAddressId` , `coe_wishlist.customer` . `auto_increment` as `coe_wishlist.customer.autoIncrement` , `coe_wishlist.customer` . `customer_number` as `coe_wishlist.customer.customerNumber` , `coe_wishlist.customer` . `salutation_id` as `coe_wishlist.customer.salutationId` , `coe_wishlist.customer` . `first_name` as `coe_wishlist.customer.firstName` , `coe_wishlist.customer` . `last_name` as `coe_wishlist.customer.lastName` , `coe_wishlist.customer` . `company` as `coe_wishlist.customer.company` , `coe_wishlist.customer` . `password` as `coe_wishlist.customer.password` , `coe_wishlist.customer` . `email` as `coe_wishlist.customer.email` , `coe_wishlist.customer` . `title` as `coe_wishlist.customer.title` , `coe_wishlist.customer` . `vat_ids` as `coe_wishlist.customer.vatIds` , `coe_wishlist.customer` . `affiliate_code` as `coe_wishlist.customer.affiliateCode` , `coe_wishlist.customer` . `campaign_code` as `coe_wishlist.customer.campaignCode` , `coe_wishlist.customer` . `active` as `coe_wishlist.customer.active` , `coe_wishlist.customer` . `double_opt_in_registration` as `coe_wishlist.customer.doubleOptInRegistration` , `coe_wishlist.customer` . `double_opt_in_email_sent_date` as `coe_wishlist.customer.doubleOptInEmailSentDate` , `coe_wishlist.customer` . `double_opt_in_confirm_date` as `coe_wishlist.customer.doubleOptInConfirmDate` , `coe_wishlist.customer` . `hash` as `coe_wishlist.customer.hash` , `coe_wishlist.customer` . `guest` as `coe_wishlist.customer.guest` , `coe_wishlist.customer` . `first_login` as `coe_wishlist.customer.firstLogin` , `coe_wishlist.customer` . `last_login` as `coe_wishlist.customer.lastLogin` , `coe_wishlist.customer` . `newsletter_sales_channel_ids` as `coe_wishlist.customer.newsletterSalesChannelIds` , `coe_wishlist.customer` . `birthday` as `coe_wishlist.customer.birthday` , `coe_wishlist.customer` . `last_order_date` as `coe_wishlist.customer.lastOrderDate` , `coe_wishlist.customer` . `order_count` as `coe_wishlist.customer.orderCount` , `coe_wishlist.customer` . `order_total_amount` as `coe_wishlist.customer.orderTotalAmount` , `coe_wishlist.customer` . `review_count` as `coe_wishlist.customer.reviewCount` , `coe_wishlist.customer` . `custom_fields` as `coe_wishlist.customer.customFields` , `coe_wishlist.customer` . `legacy_password` as `coe_wishlist.customer.legacyPassword` , `coe_wishlist.customer` . `legacy_encoder` as `coe_wishlist.customer.legacyEncoder` , `coe_wishlist.customer` . `remote_address` as `coe_wishlist.customer.remoteAddress` , `coe_wishlist.customer` . `tag_ids` as `coe_wishlist.customer.tagIds` , `coe_wishlist.customer` . `requested_customer_group_id` as `coe_wishlist.customer.requestedGroupId` , `coe_wishlist.customer` . `bound_sales_channel_id` as `coe_wishlist.customer.boundSalesChannelId` , `coe_wishlist.customer` . `account_type` as `coe_wishlist.customer.accountType` , `coe_wishlist.customer` . `created_by_id` as `coe_wishlist.customer.createdById` , `coe_wishlist.customer` . `updated_by_id` as `coe_wishlist.customer.updatedById` , `coe_wishlist.customer` . `created_at` as `coe_wishlist.customer.createdAt` , `coe_wishlist.customer` . `updated_at` as `coe_wishlist.customer.updatedAt` , `coe_wishlist` . `created_at` as `coe_wishlist.createdAt` , `coe_wishlist` . `updated_at` as `coe_wishlist.updatedAt` FROM `coe_wishlist` LEFT JOIN `customer` `coe_wishlist.customer` ON `coe_wishlist` . `customer_id` = `coe_wishlist.customer` . `id` WHERE `coe_wishlist` . `id` IN (0x0198185AD4B273EF9C601F9563BEEFDF );
Copy
42
0.08 ms
SELECT `coe_wishlist_note` . `id` as `coe_wishlist_note.id` , `coe_wishlist_note` . `wishlist_id` as `coe_wishlist_note.wishlistId` , `coe_wishlist_note` . `product_id` as `coe_wishlist_note.productId` , `coe_wishlist_note` . `quantity` as `coe_wishlist_note.quantity` , `coe_wishlist_note` . `custom_fields` as `coe_wishlist_note.customFields` , `coe_wishlist_note` . `created_at` as `coe_wishlist_note.createdAt` , `coe_wishlist_note` . `updated_at` as `coe_wishlist_note.updatedAt` FROM `coe_wishlist_note` WHERE (`coe_wishlist_note` . `wishlist_id` IN (? ))
Parameters :
[
b"\x01 ˜\x18 ZÔ²sïœ`\x1F •c¾ïß "
]
SELECT `coe_wishlist_note` . `id` as `coe_wishlist_note.id` , `coe_wishlist_note` . `wishlist_id` as `coe_wishlist_note.wishlistId` , `coe_wishlist_note` . `product_id` as `coe_wishlist_note.productId` , `coe_wishlist_note` . `quantity` as `coe_wishlist_note.quantity` , `coe_wishlist_note` . `custom_fields` as `coe_wishlist_note.customFields` , `coe_wishlist_note` . `created_at` as `coe_wishlist_note.createdAt` , `coe_wishlist_note` . `updated_at` as `coe_wishlist_note.updatedAt` FROM `coe_wishlist_note` WHERE (`coe_wishlist_note` . `wishlist_id` IN (0x0198185AD4B273EF9C601F9563BEEFDF ));
Copy
43
0.08 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
44
0.07 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
45
0.08 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 ‹8>ú\x15 p?¶Ì0EÁGÛ "
]
SELECT iso FROM snippet_set WHERE id = 0x018B383EFA15703FB6CC3045C147C39B ;
Copy
46
0.07 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x018B383F4CC971168C7D5095C3832D9D
;
Copy
47
0.08 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
48
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
49
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
50
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
51
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
52
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
53
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
54
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
55
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
56
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
57
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
58
0.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
59
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
60
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
61
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
62
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
63
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
64
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
65
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
66
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
67
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
68
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
69
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
70
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
71
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
72
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
73
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
74
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
75
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
76
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
77
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
78
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
79
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
80
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
81
0.09 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
82
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
83
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
84
0.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
85
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
86
0.13 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 ‹8>ú\x15 p?¶Ì0EÁGÛ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x018B383EFA15703FB6CC3045C147C39B ;
Copy
87
0.08 ms
SELECT `coe_wishlist` . `id` FROM `coe_wishlist` WHERE (`coe_wishlist` . `customer_id` = ? )
Parameters :
[
b"\x01 ‘3=/=q-¾Y8Ç\x01 ¦\x1C "
]
SELECT `coe_wishlist` . `id` FROM `coe_wishlist` WHERE (`coe_wishlist` . `customer_id` = 0x0191333D2F3D712DBE5938C70120A61C );
Copy
88
0.08 ms
SELECT `product_stream_mapping` . `product_id` , `product_stream_mapping` . `product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping` . `product_id` IN (? ))
Parameters :
[
b"\x01 ‘á\x01\x14 ›sƒ¬™æÏ„.>t "
]
SELECT `product_stream_mapping` . `product_id` , `product_stream_mapping` . `product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping` . `product_id` IN (0x0191E101149B7383AC99E6CF842E3E74 ));
Copy
89
0.09 ms
SELECT `acris_price_on_request` . `id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.rules.mapping` . `price_on_request_id` LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.productStreams.mapping` . `price_on_request_id` LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping` . `rule_id` = `acris_price_on_request.rules` . `id` LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping` . `product_stream_id` = `acris_price_on_request.productStreams` . `id` WHERE (`acris_price_on_request` . `version_id` = ? ) AND (((`acris_price_on_request` . `active` = ? AND (`acris_price_on_request.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `acris_price_on_request.rules` . `id` < = > ? ) AND (`acris_price_on_request.productStreams` . `id` IN (? , ? , ? , ? ) OR `acris_price_on_request.productStreams` . `id` < = > ? )) AND NOT (`acris_price_on_request` . `cart_functionality` IN (? , ? , ? )))) GROUP BY `acris_price_on_request` . `id` ORDER BY LENGTH (`acris_price_on_request` . `priority` ) DESC , MAX (`acris_price_on_request` . `priority` ) DESC
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
b"\x01 ‹8>ú\x08 sq¥D¾6^\x06\x1F\x00 "
b"\x01 ‹8>ú\f rñ¤èI Ã9„2 "
b"\x01 ‹8?\x08 ÂrŠ«+\x0E ƒOþé™ "
b"\x01 ‹Š3\x04 —p ®ëŸÀÅTù1 "
b"\x01 ‹Š3\x04 Êq¾n~uã.µ\f "
b"\x01 ìº╝-4r½à┌ófIÛ%9 "
b"""
\x01 ìº╝.as\n
ÉØ¶¯╗i\x19 ã
"""
b"\x01 É╝IÜ\x14 pÿ▒ϾkÎ\f Où "
b"\x01 ‘-¢û³p–3»\v !«\x18 ó "
b"\x01 ‘3>¤>qÔ¸Bv'\x07 M¦Ë "
b"\x01 æ3>ÑjsÎügÚÚ_\r ÇS "
b"\x01 ‘3>¥sp\x11 ’\x14 nLP·^‰ "
b"\x01 ‘3>¥ys—¹yg(j\x10 UÏ "
b"\x01 –\x11\x1C\x16 vqì–™7R\x00 à\x19\x14 "
b"\x01 æEv▄\v pÉ×\x05 ÕT├Vöc "
b"\x01 Æ\x1F °Þt{ö¡Â]Å┬b{w "
b"\x01 šT•¶ùq®¢(¦y\x17 Ô–ò "
b"\x01 ‘\x1E R ¥yO…Wsi«˜I1 "
b"\x01 Œ%§ÉÅpë¶ž;÷q¨= "
b"\x01 Œ%µývrj‰Ÿ÷×vU2Á "
b"\x01 î%║ÌÈs╣½\x13 oÈ^«ü┬ "
b"\x01 Œ%Ï^7qa°*¨)3Úm "
b"\x01 ‘\x1E :Ô´v̓\x16 Ãÿ/Ç ð "
b"\x01 ‘\x0E ,ñ>sв°ôŽn\x04 3 "
b"\x01 ™É\x1E Ä\x04 r¹“7à\x03 t-ž¡ "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\v ÕHÎ "
b"\x01 Æ\x1E ▒a┘s²ø═Ø.├ÓF\x04 "
b"¿TRŸëó#ì}'%k\x17 ‚\x07 õ "
b"\x01 Å║"╣Xs$¿O´)Ø\x11 K "
null
b"\x01 —}\x1F Ü>uœŠ;8Î_r™\x19 "
b"\x01 —Ô|‡§r¤‹{,…5.‘t "
b"\x01 —ï} €q’šçkœa’Si "
b"\x1A £\x11 ‹‡RE?½\x1F XHÿš\x18 P "
null
"login "
"formAndLogin "
"loginAndInfoText "
]
SELECT `acris_price_on_request` . `id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.rules.mapping` . `price_on_request_id` LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.productStreams.mapping` . `price_on_request_id` LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping` . `rule_id` = `acris_price_on_request.rules` . `id` LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping` . `product_stream_id` = `acris_price_on_request.productStreams` . `id` WHERE (`acris_price_on_request` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`acris_price_on_request` . `active` = 1 AND (`acris_price_on_request.rules` . `id` IN (0x018B383EFA087371A544BE365E061F00 , 0x018B383EFA0C72F1A4E84920C3398432 , 0x018B383F08C2728AAB2B0E834FFEE999 , 0x018B8A3304977020AEEB9FC0C554F931 , 0x018B8A3304CA71BEAD6E7E75E32EB50C , 0x018DA7BC2D3472AB85DAA26649EA2539 , 0x018DA7BC2E61730A909DF4EEBB6919C6 , 0x0190BC499A147098B1D8F36BD70C4F97 , 0x01912DA2FBB37096AD33BB0B21AB18F3 , 0x0191333EA43E71D4B8427627074DA6CB , 0x0191333EA56A73D78167E9E95F0D8053 , 0x0191333EA573701192146E4C50B75E89 , 0x0191333EA5797397B97967286A1055CF , 0x0196111C167671EC9699375200E01914 , 0x01914576DC0B70909E05E554C3569463 , 0x01921FF8E8747B94ADB65D8FC2627B77 , 0x019A5495B6F971AEA228A67917D496F2 , 0x01911E5220A5794F85577369AB984931 , 0x018C25A7C9C570EBB69E3BF771A83DC2 , 0x018C25B5FD76726A899FF7D7765532C1 , 0x018C25BADED473B9AB136FD45EAE81C2 , 0x018C25CF5E377161B02AA82933ADDA6D , 0x01911E3AD4B476CD8316C3FF2FC7A0F0 , 0x01910E2CF13E73D0B2B0F4C5BD6E0433 , 0x0199C91EC40472B99337E003742D9EA1 , 0x018B383EFA1A739287DC7C980BD548CE , 0x01921EB161D973FD9BCD9D2EC3E04604 , 0xBF54529FEBF323EC7D27256B178207F5 , 0x018FBA22B9587324A84FB6EF299D114B ) OR `acris_price_on_request.rules` . `id` < = > NULL ) AND (`acris_price_on_request.productStreams` . `id` IN (0x01977D1FDC3E759C8A3B38CE5F729919 , 0x0197D47C87A772A48B7B2C85352E9174 , 0x0197EF7DA08071929AE76B9C61925369 , 0x1AA3118B8752453FBD1F5848FF9A1850 ) OR `acris_price_on_request.productStreams` . `id` < = > NULL )) AND NOT (`acris_price_on_request` . `cart_functionality` IN ('login' , 'formAndLogin' , 'loginAndInfoText' )))) GROUP BY `acris_price_on_request` . `id` ORDER BY LENGTH (`acris_price_on_request` . `priority` ) DESC , MAX (`acris_price_on_request` . `priority` ) DESC ;
Copy
90
0.08 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
91
0.07 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"\x01 ï>r╔9p¿Ñ╗ìX/╔hU "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x018B3E72C93970A8A5BB8D582FC96855 AND
pm . `active` = 1 ;
Copy
92
0.08 ms
SELECT `acris_rule_s_d` . `id` FROM `acris_rule_s_d` WHERE (`acris_rule_s_d` . `active` = ? ) ORDER BY `acris_rule_s_d` . `priority` DESC , LENGTH (`acris_rule_s_d` . `value` ) ASC , `acris_rule_s_d` . `value` ASC
SELECT `acris_rule_s_d` . `id` FROM `acris_rule_s_d` WHERE (`acris_rule_s_d` . `active` = 1 ) ORDER BY `acris_rule_s_d` . `priority` DESC , LENGTH (`acris_rule_s_d` . `value` ) ASC , `acris_rule_s_d` . `value` ASC ;
Copy
93
0.13 ms
SELECT `acris_rule_s_d` . `id` as `acris_rule_s_d.id` , `acris_rule_s_d` . `internal_name` as `acris_rule_s_d.internalName` , `acris_rule_s_d` . `internal_id` as `acris_rule_s_d.internalId` , `acris_rule_s_d` . `active` as `acris_rule_s_d.active` , `acris_rule_s_d` . `type` as `acris_rule_s_d.type` , `acris_rule_s_d` . `value` as `acris_rule_s_d.value` , `acris_rule_s_d` . `consider_advanced_rules` as `acris_rule_s_d.considerAdvancedRules` , `acris_rule_s_d` . `consider_delivery_rules` as `acris_rule_s_d.considerDeliveryRules` , `acris_rule_s_d` . `calculate_quantity` as `acris_rule_s_d.calculateQuantity` , `acris_rule_s_d` . `priority` as `acris_rule_s_d.priority` , `acris_rule_s_d` . `affected_types` as `acris_rule_s_d.affectedTypes` , `acris_rule_s_d` . `calculation_base` as `acris_rule_s_d.calculationBase` , `acris_rule_s_d` . `promotion_order` as `acris_rule_s_d.promotionOrder` , `acris_rule_s_d` . `tax_type` as `acris_rule_s_d.taxType` , `acris_rule_s_d` . `tax_id` as `acris_rule_s_d.taxId` , `acris_rule_s_d` . `price` as `acris_rule_s_d.price` , `acris_rule_s_d` . `assign_method` as `acris_rule_s_d.assignMethod` , `acris_rule_s_d` . `show_at_detail_page` as `acris_rule_s_d.showAtDetailPage` , `acris_rule_s_d` . `detail_page_position` as `acris_rule_s_d.detailPagePosition` , `acris_rule_s_d` . `icon` as `acris_rule_s_d.icon` , `acris_rule_s_d` . `icon_color` as `acris_rule_s_d.iconColor` , `acris_rule_s_d` . `media_id` as `acris_rule_s_d.mediaId` , `acris_rule_s_d` . `created_at` as `acris_rule_s_d.createdAt` , `acris_rule_s_d` . `updated_at` as `acris_rule_s_d.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_sales_channel` `acris_rule_s_d.salesChannels.mapping`
WHERE `acris_rule_s_d.salesChannels.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.rules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_rules` `acris_rule_s_d.rules.mapping`
WHERE `acris_rule_s_d.rules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.rules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.discountRules.mapping` . `discount_rule_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_discount_rules` `acris_rule_s_d.discountRules.mapping`
WHERE `acris_rule_s_d.discountRules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.discountRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.deliveryRules.mapping` . `delivery_rule_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_delivery_rules` `acris_rule_s_d.deliveryRules.mapping`
WHERE `acris_rule_s_d.deliveryRules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.deliveryRules.id_mapping` , `acris_rule_s_d.tax` . `id` as `acris_rule_s_d.tax.id` , `acris_rule_s_d.tax` . `tax_rate` as `acris_rule_s_d.tax.taxRate` , `acris_rule_s_d.tax` . `name` as `acris_rule_s_d.tax.name` , `acris_rule_s_d.tax` . `position` as `acris_rule_s_d.tax.position` , `acris_rule_s_d.tax` . `custom_fields` as `acris_rule_s_d.tax.customFields` , `acris_rule_s_d.tax` . `created_at` as `acris_rule_s_d.tax.createdAt` , `acris_rule_s_d.tax` . `updated_at` as `acris_rule_s_d.tax.updatedAt` , `acris_rule_s_d.media` . `id` as `acris_rule_s_d.media.id` , `acris_rule_s_d.media` . `user_id` as `acris_rule_s_d.media.userId` , `acris_rule_s_d.media` . `media_folder_id` as `acris_rule_s_d.media.mediaFolderId` , `acris_rule_s_d.media` . `mime_type` as `acris_rule_s_d.media.mimeType` , `acris_rule_s_d.media` . `file_extension` as `acris_rule_s_d.media.fileExtension` , `acris_rule_s_d.media` . `uploaded_at` as `acris_rule_s_d.media.uploadedAt` , `acris_rule_s_d.media` . `file_name` as `acris_rule_s_d.media.fileName` , `acris_rule_s_d.media` . `file_size` as `acris_rule_s_d.media.fileSize` , `acris_rule_s_d.media` . `media_type` as `acris_rule_s_d.media.mediaTypeRaw` , `acris_rule_s_d.media` . `meta_data` as `acris_rule_s_d.media.metaData` , `acris_rule_s_d.media` . `config` as `acris_rule_s_d.media.config` , `acris_rule_s_d.media` . `path` as `acris_rule_s_d.media.path` , `acris_rule_s_d.media` . `private` as `acris_rule_s_d.media.private` , `acris_rule_s_d.media` . `thumbnails_ro` as `acris_rule_s_d.media.thumbnailsRo` , `acris_rule_s_d.media` . `created_at` as `acris_rule_s_d.media.createdAt` , `acris_rule_s_d.media` . `updated_at` as `acris_rule_s_d.media.updatedAt` , `acris_rule_s_d.media.translation.title` , COALESCE (`acris_rule_s_d.media.translation.title` , `acris_rule_s_d.media.translation.title` ) as `acris_rule_s_d.media.title` , `acris_rule_s_d.media.translation.alt` , COALESCE (`acris_rule_s_d.media.translation.alt` , `acris_rule_s_d.media.translation.alt` ) as `acris_rule_s_d.media.alt` , `acris_rule_s_d.media.translation.customFields` , COALESCE (`acris_rule_s_d.media.translation.customFields` , `acris_rule_s_d.media.translation.customFields` ) as `acris_rule_s_d.media.customFields` , `acris_rule_s_d.media.translation.createdAt` , `acris_rule_s_d.media.translation.updatedAt` , `acris_rule_s_d.media.translation.mediaId` , `acris_rule_s_d.media.translation.languageId` , `acris_rule_s_d.translation.displayName` , COALESCE (`acris_rule_s_d.translation.displayName` , `acris_rule_s_d.translation.displayName` ) as `acris_rule_s_d.displayName` , `acris_rule_s_d.translation.infoText` , COALESCE (`acris_rule_s_d.translation.infoText` , `acris_rule_s_d.translation.infoText` ) as `acris_rule_s_d.infoText` , `acris_rule_s_d.translation.detailPageText` , COALESCE (`acris_rule_s_d.translation.detailPageText` , `acris_rule_s_d.translation.detailPageText` ) as `acris_rule_s_d.detailPageText` , `acris_rule_s_d.translation.createdAt` , `acris_rule_s_d.translation.updatedAt` , `acris_rule_s_d.translation.acrisRuleSDId` , `acris_rule_s_d.translation.languageId` FROM `acris_rule_s_d` LEFT JOIN (SELECT `acris_rule_s_d.translation` . acris_rule_s_d_id , `acris_rule_s_d.translation` . display_name as `acris_rule_s_d.translation.displayName` , `acris_rule_s_d.translation` . info_text as `acris_rule_s_d.translation.infoText` , `acris_rule_s_d.translation` . detail_page_text as `acris_rule_s_d.translation.detailPageText` , `acris_rule_s_d.translation` . created_at as `acris_rule_s_d.translation.createdAt` , `acris_rule_s_d.translation` . updated_at as `acris_rule_s_d.translation.updatedAt` , `acris_rule_s_d.translation` . acris_rule_s_d_id as `acris_rule_s_d.translation.acrisRuleSDId` , `acris_rule_s_d.translation` . language_id as `acris_rule_s_d.translation.languageId` FROM `acris_rule_s_d_translation` `acris_rule_s_d.translation` WHERE `acris_rule_s_d.translation` . language_id = ? ) `acris_rule_s_d.acris_rule_s_d_translation` ON `acris_rule_s_d.acris_rule_s_d_translation` . `acris_rule_s_d_id` = `acris_rule_s_d` . `id` LEFT JOIN `tax` `acris_rule_s_d.tax` ON `acris_rule_s_d` . `tax_id` = `acris_rule_s_d.tax` . `id` LEFT JOIN `media` `acris_rule_s_d.media` ON `acris_rule_s_d` . `media_id` = `acris_rule_s_d.media` . `id` LEFT JOIN (SELECT `acris_rule_s_d.media.translation` . media_id , `acris_rule_s_d.media.translation` . title as `acris_rule_s_d.media.translation.title` , `acris_rule_s_d.media.translation` . alt as `acris_rule_s_d.media.translation.alt` , `acris_rule_s_d.media.translation` . custom_fields as `acris_rule_s_d.media.translation.customFields` , `acris_rule_s_d.media.translation` . created_at as `acris_rule_s_d.media.translation.createdAt` , `acris_rule_s_d.media.translation` . updated_at as `acris_rule_s_d.media.translation.updatedAt` , `acris_rule_s_d.media.translation` . media_id as `acris_rule_s_d.media.translation.mediaId` , `acris_rule_s_d.media.translation` . language_id as `acris_rule_s_d.media.translation.languageId` FROM `media_translation` `acris_rule_s_d.media.translation` WHERE `acris_rule_s_d.media.translation` . language_id = ? ) `acris_rule_s_d.media.media_translation` ON `acris_rule_s_d.media.media_translation` . `media_id` = `acris_rule_s_d.media` . `id` WHERE `acris_rule_s_d` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ™ÃÍ\x04 3|‡°HÎ3)öMÕ "
]
SELECT
`acris_rule_s_d` . `id` as `acris_rule_s_d.id` ,
`acris_rule_s_d` . `internal_name` as `acris_rule_s_d.internalName` ,
`acris_rule_s_d` . `internal_id` as `acris_rule_s_d.internalId` ,
`acris_rule_s_d` . `active` as `acris_rule_s_d.active` ,
`acris_rule_s_d` . `type` as `acris_rule_s_d.type` ,
`acris_rule_s_d` . `value` as `acris_rule_s_d.value` ,
`acris_rule_s_d` . `consider_advanced_rules` as `acris_rule_s_d.considerAdvancedRules` ,
`acris_rule_s_d` . `consider_delivery_rules` as `acris_rule_s_d.considerDeliveryRules` ,
`acris_rule_s_d` . `calculate_quantity` as `acris_rule_s_d.calculateQuantity` ,
`acris_rule_s_d` . `priority` as `acris_rule_s_d.priority` ,
`acris_rule_s_d` . `affected_types` as `acris_rule_s_d.affectedTypes` ,
`acris_rule_s_d` . `calculation_base` as `acris_rule_s_d.calculationBase` ,
`acris_rule_s_d` . `promotion_order` as `acris_rule_s_d.promotionOrder` ,
`acris_rule_s_d` . `tax_type` as `acris_rule_s_d.taxType` ,
`acris_rule_s_d` . `tax_id` as `acris_rule_s_d.taxId` ,
`acris_rule_s_d` . `price` as `acris_rule_s_d.price` ,
`acris_rule_s_d` . `assign_method` as `acris_rule_s_d.assignMethod` ,
`acris_rule_s_d` . `show_at_detail_page` as `acris_rule_s_d.showAtDetailPage` ,
`acris_rule_s_d` . `detail_page_position` as `acris_rule_s_d.detailPagePosition` ,
`acris_rule_s_d` . `icon` as `acris_rule_s_d.icon` ,
`acris_rule_s_d` . `icon_color` as `acris_rule_s_d.iconColor` ,
`acris_rule_s_d` . `media_id` as `acris_rule_s_d.mediaId` ,
`acris_rule_s_d` . `created_at` as `acris_rule_s_d.createdAt` ,
`acris_rule_s_d` . `updated_at` as `acris_rule_s_d.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`acris_rule_s_d.salesChannels.mapping` . `sales_channel_id`
) SEPARATOR '||'
)
FROM
`acris_rule_s_d_sales_channel` `acris_rule_s_d.salesChannels.mapping`
WHERE
`acris_rule_s_d.salesChannels.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id`
) as `acris_rule_s_d.salesChannels.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`acris_rule_s_d.rules.mapping` . `rule_id`
) SEPARATOR '||'
)
FROM
`acris_rule_s_d_rules` `acris_rule_s_d.rules.mapping`
WHERE
`acris_rule_s_d.rules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id`
) as `acris_rule_s_d.rules.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`acris_rule_s_d.discountRules.mapping` . `discount_rule_id`
) SEPARATOR '||'
)
FROM
`acris_rule_s_d_discount_rules` `acris_rule_s_d.discountRules.mapping`
WHERE
`acris_rule_s_d.discountRules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id`
) as `acris_rule_s_d.discountRules.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`acris_rule_s_d.deliveryRules.mapping` . `delivery_rule_id`
) SEPARATOR '||'
)
FROM
`acris_rule_s_d_delivery_rules` `acris_rule_s_d.deliveryRules.mapping`
WHERE
`acris_rule_s_d.deliveryRules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id`
) as `acris_rule_s_d.deliveryRules.id_mapping` ,
`acris_rule_s_d.tax` . `id` as `acris_rule_s_d.tax.id` ,
`acris_rule_s_d.tax` . `tax_rate` as `acris_rule_s_d.tax.taxRate` ,
`acris_rule_s_d.tax` . `name` as `acris_rule_s_d.tax.name` ,
`acris_rule_s_d.tax` . `position` as `acris_rule_s_d.tax.position` ,
`acris_rule_s_d.tax` . `custom_fields` as `acris_rule_s_d.tax.customFields` ,
`acris_rule_s_d.tax` . `created_at` as `acris_rule_s_d.tax.createdAt` ,
`acris_rule_s_d.tax` . `updated_at` as `acris_rule_s_d.tax.updatedAt` ,
`acris_rule_s_d.media` . `id` as `acris_rule_s_d.media.id` ,
`acris_rule_s_d.media` . `user_id` as `acris_rule_s_d.media.userId` ,
`acris_rule_s_d.media` . `media_folder_id` as `acris_rule_s_d.media.mediaFolderId` ,
`acris_rule_s_d.media` . `mime_type` as `acris_rule_s_d.media.mimeType` ,
`acris_rule_s_d.media` . `file_extension` as `acris_rule_s_d.media.fileExtension` ,
`acris_rule_s_d.media` . `uploaded_at` as `acris_rule_s_d.media.uploadedAt` ,
`acris_rule_s_d.media` . `file_name` as `acris_rule_s_d.media.fileName` ,
`acris_rule_s_d.media` . `file_size` as `acris_rule_s_d.media.fileSize` ,
`acris_rule_s_d.media` . `media_type` as `acris_rule_s_d.media.mediaTypeRaw` ,
`acris_rule_s_d.media` . `meta_data` as `acris_rule_s_d.media.metaData` ,
`acris_rule_s_d.media` . `config` as `acris_rule_s_d.media.config` ,
`acris_rule_s_d.media` . `path` as `acris_rule_s_d.media.path` ,
`acris_rule_s_d.media` . `private` as `acris_rule_s_d.media.private` ,
`acris_rule_s_d.media` . `thumbnails_ro` as `acris_rule_s_d.media.thumbnailsRo` ,
`acris_rule_s_d.media` . `created_at` as `acris_rule_s_d.media.createdAt` ,
`acris_rule_s_d.media` . `updated_at` as `acris_rule_s_d.media.updatedAt` ,
`acris_rule_s_d.media.translation.title` ,
COALESCE (
`acris_rule_s_d.media.translation.title` ,
`acris_rule_s_d.media.translation.title`
) as `acris_rule_s_d.media.title` ,
`acris_rule_s_d.media.translation.alt` ,
COALESCE (
`acris_rule_s_d.media.translation.alt` ,
`acris_rule_s_d.media.translation.alt`
) as `acris_rule_s_d.media.alt` ,
`acris_rule_s_d.media.translation.customFields` ,
COALESCE (
`acris_rule_s_d.media.translation.customFields` ,
`acris_rule_s_d.media.translation.customFields`
) as `acris_rule_s_d.media.customFields` ,
`acris_rule_s_d.media.translation.createdAt` ,
`acris_rule_s_d.media.translation.updatedAt` ,
`acris_rule_s_d.media.translation.mediaId` ,
`acris_rule_s_d.media.translation.languageId` ,
`acris_rule_s_d.translation.displayName` ,
COALESCE (
`acris_rule_s_d.translation.displayName` ,
`acris_rule_s_d.translation.displayName`
) as `acris_rule_s_d.displayName` ,
`acris_rule_s_d.translation.infoText` ,
COALESCE (
`acris_rule_s_d.translation.infoText` ,
`acris_rule_s_d.translation.infoText`
) as `acris_rule_s_d.infoText` ,
`acris_rule_s_d.translation.detailPageText` ,
COALESCE (
`acris_rule_s_d.translation.detailPageText` ,
`acris_rule_s_d.translation.detailPageText`
) as `acris_rule_s_d.detailPageText` ,
`acris_rule_s_d.translation.createdAt` ,
`acris_rule_s_d.translation.updatedAt` ,
`acris_rule_s_d.translation.acrisRuleSDId` ,
`acris_rule_s_d.translation.languageId`
FROM
`acris_rule_s_d`
LEFT JOIN (
SELECT
`acris_rule_s_d.translation` . acris_rule_s_d_id ,
`acris_rule_s_d.translation` . display_name as `acris_rule_s_d.translation.displayName` ,
`acris_rule_s_d.translation` . info_text as `acris_rule_s_d.translation.infoText` ,
`acris_rule_s_d.translation` . detail_page_text as `acris_rule_s_d.translation.detailPageText` ,
`acris_rule_s_d.translation` . created_at as `acris_rule_s_d.translation.createdAt` ,
`acris_rule_s_d.translation` . updated_at as `acris_rule_s_d.translation.updatedAt` ,
`acris_rule_s_d.translation` . acris_rule_s_d_id as `acris_rule_s_d.translation.acrisRuleSDId` ,
`acris_rule_s_d.translation` . language_id as `acris_rule_s_d.translation.languageId`
FROM
`acris_rule_s_d_translation` `acris_rule_s_d.translation`
WHERE
`acris_rule_s_d.translation` . language_id = ?
) `acris_rule_s_d.acris_rule_s_d_translation` ON `acris_rule_s_d.acris_rule_s_d_translation` . `acris_rule_s_d_id` = `acris_rule_s_d` . `id`
LEFT JOIN `tax` `acris_rule_s_d.tax` ON `acris_rule_s_d` . `tax_id` = `acris_rule_s_d.tax` . `id`
LEFT JOIN `media` `acris_rule_s_d.media` ON `acris_rule_s_d` . `media_id` = `acris_rule_s_d.media` . `id`
LEFT JOIN (
SELECT
`acris_rule_s_d.media.translation` . media_id ,
`acris_rule_s_d.media.translation` . title as `acris_rule_s_d.media.translation.title` ,
`acris_rule_s_d.media.translation` . alt as `acris_rule_s_d.media.translation.alt` ,
`acris_rule_s_d.media.translation` . custom_fields as `acris_rule_s_d.media.translation.customFields` ,
`acris_rule_s_d.media.translation` . created_at as `acris_rule_s_d.media.translation.createdAt` ,
`acris_rule_s_d.media.translation` . updated_at as `acris_rule_s_d.media.translation.updatedAt` ,
`acris_rule_s_d.media.translation` . media_id as `acris_rule_s_d.media.translation.mediaId` ,
`acris_rule_s_d.media.translation` . language_id as `acris_rule_s_d.media.translation.languageId`
FROM
`media_translation` `acris_rule_s_d.media.translation`
WHERE
`acris_rule_s_d.media.translation` . language_id = ?
) `acris_rule_s_d.media.media_translation` ON `acris_rule_s_d.media.media_translation` . `media_id` = `acris_rule_s_d.media` . `id`
WHERE
`acris_rule_s_d` . `id` IN (? )
Copy
SELECT `acris_rule_s_d` . `id` as `acris_rule_s_d.id` , `acris_rule_s_d` . `internal_name` as `acris_rule_s_d.internalName` , `acris_rule_s_d` . `internal_id` as `acris_rule_s_d.internalId` , `acris_rule_s_d` . `active` as `acris_rule_s_d.active` , `acris_rule_s_d` . `type` as `acris_rule_s_d.type` , `acris_rule_s_d` . `value` as `acris_rule_s_d.value` , `acris_rule_s_d` . `consider_advanced_rules` as `acris_rule_s_d.considerAdvancedRules` , `acris_rule_s_d` . `consider_delivery_rules` as `acris_rule_s_d.considerDeliveryRules` , `acris_rule_s_d` . `calculate_quantity` as `acris_rule_s_d.calculateQuantity` , `acris_rule_s_d` . `priority` as `acris_rule_s_d.priority` , `acris_rule_s_d` . `affected_types` as `acris_rule_s_d.affectedTypes` , `acris_rule_s_d` . `calculation_base` as `acris_rule_s_d.calculationBase` , `acris_rule_s_d` . `promotion_order` as `acris_rule_s_d.promotionOrder` , `acris_rule_s_d` . `tax_type` as `acris_rule_s_d.taxType` , `acris_rule_s_d` . `tax_id` as `acris_rule_s_d.taxId` , `acris_rule_s_d` . `price` as `acris_rule_s_d.price` , `acris_rule_s_d` . `assign_method` as `acris_rule_s_d.assignMethod` , `acris_rule_s_d` . `show_at_detail_page` as `acris_rule_s_d.showAtDetailPage` , `acris_rule_s_d` . `detail_page_position` as `acris_rule_s_d.detailPagePosition` , `acris_rule_s_d` . `icon` as `acris_rule_s_d.icon` , `acris_rule_s_d` . `icon_color` as `acris_rule_s_d.iconColor` , `acris_rule_s_d` . `media_id` as `acris_rule_s_d.mediaId` , `acris_rule_s_d` . `created_at` as `acris_rule_s_d.createdAt` , `acris_rule_s_d` . `updated_at` as `acris_rule_s_d.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_sales_channel` `acris_rule_s_d.salesChannels.mapping`
WHERE `acris_rule_s_d.salesChannels.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.rules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_rules` `acris_rule_s_d.rules.mapping`
WHERE `acris_rule_s_d.rules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.rules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.discountRules.mapping` . `discount_rule_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_discount_rules` `acris_rule_s_d.discountRules.mapping`
WHERE `acris_rule_s_d.discountRules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.discountRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`acris_rule_s_d.deliveryRules.mapping` . `delivery_rule_id` ) SEPARATOR '||' )
FROM `acris_rule_s_d_delivery_rules` `acris_rule_s_d.deliveryRules.mapping`
WHERE `acris_rule_s_d.deliveryRules.mapping` . `surcharge_discount_id` = `acris_rule_s_d` . `id` ) as `acris_rule_s_d.deliveryRules.id_mapping` , `acris_rule_s_d.tax` . `id` as `acris_rule_s_d.tax.id` , `acris_rule_s_d.tax` . `tax_rate` as `acris_rule_s_d.tax.taxRate` , `acris_rule_s_d.tax` . `name` as `acris_rule_s_d.tax.name` , `acris_rule_s_d.tax` . `position` as `acris_rule_s_d.tax.position` , `acris_rule_s_d.tax` . `custom_fields` as `acris_rule_s_d.tax.customFields` , `acris_rule_s_d.tax` . `created_at` as `acris_rule_s_d.tax.createdAt` , `acris_rule_s_d.tax` . `updated_at` as `acris_rule_s_d.tax.updatedAt` , `acris_rule_s_d.media` . `id` as `acris_rule_s_d.media.id` , `acris_rule_s_d.media` . `user_id` as `acris_rule_s_d.media.userId` , `acris_rule_s_d.media` . `media_folder_id` as `acris_rule_s_d.media.mediaFolderId` , `acris_rule_s_d.media` . `mime_type` as `acris_rule_s_d.media.mimeType` , `acris_rule_s_d.media` . `file_extension` as `acris_rule_s_d.media.fileExtension` , `acris_rule_s_d.media` . `uploaded_at` as `acris_rule_s_d.media.uploadedAt` , `acris_rule_s_d.media` . `file_name` as `acris_rule_s_d.media.fileName` , `acris_rule_s_d.media` . `file_size` as `acris_rule_s_d.media.fileSize` , `acris_rule_s_d.media` . `media_type` as `acris_rule_s_d.media.mediaTypeRaw` , `acris_rule_s_d.media` . `meta_data` as `acris_rule_s_d.media.metaData` , `acris_rule_s_d.media` . `config` as `acris_rule_s_d.media.config` , `acris_rule_s_d.media` . `path` as `acris_rule_s_d.media.path` , `acris_rule_s_d.media` . `private` as `acris_rule_s_d.media.private` , `acris_rule_s_d.media` . `thumbnails_ro` as `acris_rule_s_d.media.thumbnailsRo` , `acris_rule_s_d.media` . `created_at` as `acris_rule_s_d.media.createdAt` , `acris_rule_s_d.media` . `updated_at` as `acris_rule_s_d.media.updatedAt` , `acris_rule_s_d.media.translation.title` , COALESCE (`acris_rule_s_d.media.translation.title` , `acris_rule_s_d.media.translation.title` ) as `acris_rule_s_d.media.title` , `acris_rule_s_d.media.translation.alt` , COALESCE (`acris_rule_s_d.media.translation.alt` , `acris_rule_s_d.media.translation.alt` ) as `acris_rule_s_d.media.alt` , `acris_rule_s_d.media.translation.customFields` , COALESCE (`acris_rule_s_d.media.translation.customFields` , `acris_rule_s_d.media.translation.customFields` ) as `acris_rule_s_d.media.customFields` , `acris_rule_s_d.media.translation.createdAt` , `acris_rule_s_d.media.translation.updatedAt` , `acris_rule_s_d.media.translation.mediaId` , `acris_rule_s_d.media.translation.languageId` , `acris_rule_s_d.translation.displayName` , COALESCE (`acris_rule_s_d.translation.displayName` , `acris_rule_s_d.translation.displayName` ) as `acris_rule_s_d.displayName` , `acris_rule_s_d.translation.infoText` , COALESCE (`acris_rule_s_d.translation.infoText` , `acris_rule_s_d.translation.infoText` ) as `acris_rule_s_d.infoText` , `acris_rule_s_d.translation.detailPageText` , COALESCE (`acris_rule_s_d.translation.detailPageText` , `acris_rule_s_d.translation.detailPageText` ) as `acris_rule_s_d.detailPageText` , `acris_rule_s_d.translation.createdAt` , `acris_rule_s_d.translation.updatedAt` , `acris_rule_s_d.translation.acrisRuleSDId` , `acris_rule_s_d.translation.languageId` FROM `acris_rule_s_d` LEFT JOIN (SELECT `acris_rule_s_d.translation` . acris_rule_s_d_id , `acris_rule_s_d.translation` . display_name as `acris_rule_s_d.translation.displayName` , `acris_rule_s_d.translation` . info_text as `acris_rule_s_d.translation.infoText` , `acris_rule_s_d.translation` . detail_page_text as `acris_rule_s_d.translation.detailPageText` , `acris_rule_s_d.translation` . created_at as `acris_rule_s_d.translation.createdAt` , `acris_rule_s_d.translation` . updated_at as `acris_rule_s_d.translation.updatedAt` , `acris_rule_s_d.translation` . acris_rule_s_d_id as `acris_rule_s_d.translation.acrisRuleSDId` , `acris_rule_s_d.translation` . language_id as `acris_rule_s_d.translation.languageId` FROM `acris_rule_s_d_translation` `acris_rule_s_d.translation` WHERE `acris_rule_s_d.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_rule_s_d.acris_rule_s_d_translation` ON `acris_rule_s_d.acris_rule_s_d_translation` . `acris_rule_s_d_id` = `acris_rule_s_d` . `id` LEFT JOIN `tax` `acris_rule_s_d.tax` ON `acris_rule_s_d` . `tax_id` = `acris_rule_s_d.tax` . `id` LEFT JOIN `media` `acris_rule_s_d.media` ON `acris_rule_s_d` . `media_id` = `acris_rule_s_d.media` . `id` LEFT JOIN (SELECT `acris_rule_s_d.media.translation` . media_id , `acris_rule_s_d.media.translation` . title as `acris_rule_s_d.media.translation.title` , `acris_rule_s_d.media.translation` . alt as `acris_rule_s_d.media.translation.alt` , `acris_rule_s_d.media.translation` . custom_fields as `acris_rule_s_d.media.translation.customFields` , `acris_rule_s_d.media.translation` . created_at as `acris_rule_s_d.media.translation.createdAt` , `acris_rule_s_d.media.translation` . updated_at as `acris_rule_s_d.media.translation.updatedAt` , `acris_rule_s_d.media.translation` . media_id as `acris_rule_s_d.media.translation.mediaId` , `acris_rule_s_d.media.translation` . language_id as `acris_rule_s_d.media.translation.languageId` FROM `media_translation` `acris_rule_s_d.media.translation` WHERE `acris_rule_s_d.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_rule_s_d.media.media_translation` ON `acris_rule_s_d.media.media_translation` . `media_id` = `acris_rule_s_d.media` . `id` WHERE `acris_rule_s_d` . `id` IN (0x0199C3CD04337C87B048CE3329F64DD5 );
Copy
94
0.11 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
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 (0x018B383F4CC971168C7D5095C3832D9D );
Copy
95
0.07 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"\x01 Ö├╬╩nwQö\x02 ߨ┴╚ùØ "
]
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 (0x0199C3CECA6E77519402E1F9C1C8979D );
Copy
96
0.65 ms
SELECT `promotion` . `id` FROM `promotion` 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` = ? )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC
Parameters :
[
true
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
null
null
null
"2026-07-16 14:17:05 "
"2026-07-16 14:17:05 "
null
"2026-07-16 14:17:05 "
"2026-07-16 14:17:05 "
false
]
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = 1 AND `promotion.salesChannels` . `sales_channel_id` = 0x018B383F4CC971168C7D5095C3832D9D AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2026-07-16 14:17:05' )) OR ((`promotion` . `valid_from` < = '2026-07-16 14:17:05' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2026-07-16 14:17:05' ) AND (`promotion` . `valid_until` > '2026-07-16 14:17:05' ))) AND `promotion` . `use_codes` = 0 )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
97
0.11 ms
SELECT `promotion` . `id` as `promotion.id` , `promotion` . `active` as `promotion.active` , `promotion` . `valid_from` as `promotion.validFrom` , `promotion` . `valid_until` as `promotion.validUntil` , `promotion` . `max_redemptions_global` as `promotion.maxRedemptionsGlobal` , `promotion` . `max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer` , `promotion` . `priority` as `promotion.priority` , `promotion` . `exclusive` as `promotion.exclusive` , `promotion` . `code` as `promotion.code` , `promotion` . `use_codes` as `promotion.useCodes` , `promotion` . `use_individual_codes` as `promotion.useIndividualCodes` , `promotion` . `individual_code_pattern` as `promotion.individualCodePattern` , `promotion` . `use_setgroups` as `promotion.useSetGroups` , `promotion` . `customer_restriction` as `promotion.customerRestriction` , `promotion` . `prevent_combination` as `promotion.preventCombination` , `promotion` . `order_count` as `promotion.orderCount` , `promotion` . `orders_per_customer_count` as `promotion.ordersPerCustomerCount` , `promotion` . `exclusion_ids` as `promotion.exclusionIds` , `promotion` . `created_at` as `promotion.createdAt` , `promotion` . `updated_at` as `promotion.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion.personaRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_persona_rule` `promotion.personaRules.mapping`
WHERE `promotion.personaRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.personaRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.personaCustomers.mapping` . `customer_id` ) SEPARATOR '||' )
FROM `promotion_persona_customer` `promotion.personaCustomers.mapping`
WHERE `promotion.personaCustomers.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.personaCustomers.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.cartRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_cart_rule` `promotion.cartRules.mapping`
WHERE `promotion.cartRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.cartRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.orderRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_order_rule` `promotion.orderRules.mapping`
WHERE `promotion.orderRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.orderRules.id_mapping` , `promotion.translation.name` , COALESCE (`promotion.translation.name` , `promotion.translation.name` ) as `promotion.name` , `promotion.translation.customFields` , COALESCE (`promotion.translation.customFields` , `promotion.translation.customFields` ) as `promotion.customFields` , `promotion.translation.createdAt` , `promotion.translation.updatedAt` , `promotion.translation.promotionId` , `promotion.translation.languageId` FROM `promotion` LEFT JOIN (SELECT `promotion.translation` . promotion_id , `promotion.translation` . name as `promotion.translation.name` , `promotion.translation` . custom_fields as `promotion.translation.customFields` , `promotion.translation` . created_at as `promotion.translation.createdAt` , `promotion.translation` . updated_at as `promotion.translation.updatedAt` , `promotion.translation` . promotion_id as `promotion.translation.promotionId` , `promotion.translation` . language_id as `promotion.translation.languageId` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation` . language_id = ? ) `promotion.promotion_translation` ON `promotion.promotion_translation` . `promotion_id` = `promotion` . `id` WHERE `promotion` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‘E’Hêtåµ"…a¾½"\x11 "
]
SELECT `promotion` . `id` as `promotion.id` , `promotion` . `active` as `promotion.active` , `promotion` . `valid_from` as `promotion.validFrom` , `promotion` . `valid_until` as `promotion.validUntil` , `promotion` . `max_redemptions_global` as `promotion.maxRedemptionsGlobal` , `promotion` . `max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer` , `promotion` . `priority` as `promotion.priority` , `promotion` . `exclusive` as `promotion.exclusive` , `promotion` . `code` as `promotion.code` , `promotion` . `use_codes` as `promotion.useCodes` , `promotion` . `use_individual_codes` as `promotion.useIndividualCodes` , `promotion` . `individual_code_pattern` as `promotion.individualCodePattern` , `promotion` . `use_setgroups` as `promotion.useSetGroups` , `promotion` . `customer_restriction` as `promotion.customerRestriction` , `promotion` . `prevent_combination` as `promotion.preventCombination` , `promotion` . `order_count` as `promotion.orderCount` , `promotion` . `orders_per_customer_count` as `promotion.ordersPerCustomerCount` , `promotion` . `exclusion_ids` as `promotion.exclusionIds` , `promotion` . `created_at` as `promotion.createdAt` , `promotion` . `updated_at` as `promotion.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion.personaRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_persona_rule` `promotion.personaRules.mapping`
WHERE `promotion.personaRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.personaRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.personaCustomers.mapping` . `customer_id` ) SEPARATOR '||' )
FROM `promotion_persona_customer` `promotion.personaCustomers.mapping`
WHERE `promotion.personaCustomers.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.personaCustomers.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.cartRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_cart_rule` `promotion.cartRules.mapping`
WHERE `promotion.cartRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.cartRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.orderRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_order_rule` `promotion.orderRules.mapping`
WHERE `promotion.orderRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.orderRules.id_mapping` , `promotion.translation.name` , COALESCE (`promotion.translation.name` , `promotion.translation.name` ) as `promotion.name` , `promotion.translation.customFields` , COALESCE (`promotion.translation.customFields` , `promotion.translation.customFields` ) as `promotion.customFields` , `promotion.translation.createdAt` , `promotion.translation.updatedAt` , `promotion.translation.promotionId` , `promotion.translation.languageId` FROM `promotion` LEFT JOIN (SELECT `promotion.translation` . promotion_id , `promotion.translation` . name as `promotion.translation.name` , `promotion.translation` . custom_fields as `promotion.translation.customFields` , `promotion.translation` . created_at as `promotion.translation.createdAt` , `promotion.translation` . updated_at as `promotion.translation.updatedAt` , `promotion.translation` . promotion_id as `promotion.translation.promotionId` , `promotion.translation` . language_id as `promotion.translation.languageId` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `promotion.promotion_translation` ON `promotion.promotion_translation` . `promotion_id` = `promotion` . `id` WHERE `promotion` . `id` IN (0x0191459248EA74E5B5228561BEBD2211 );
Copy
98
0.08 ms
SELECT `promotion_discount` . `id` as `promotion_discount.id` , `promotion_discount` . `promotion_id` as `promotion_discount.promotionId` , `promotion_discount` . `scope` as `promotion_discount.scope` , `promotion_discount` . `type` as `promotion_discount.type` , `promotion_discount` . `value` as `promotion_discount.value` , `promotion_discount` . `consider_advanced_rules` as `promotion_discount.considerAdvancedRules` , `promotion_discount` . `max_value` as `promotion_discount.maxValue` , `promotion_discount` . `sorter_key` as `promotion_discount.sorterKey` , `promotion_discount` . `applier_key` as `promotion_discount.applierKey` , `promotion_discount` . `usage_key` as `promotion_discount.usageKey` , `promotion_discount` . `picker_key` as `promotion_discount.pickerKey` , `promotion_discount` . `created_at` as `promotion_discount.createdAt` , `promotion_discount` . `updated_at` as `promotion_discount.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_discount.discountRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE `promotion_discount.discountRules.mapping` . `discount_id` = `promotion_discount` . `id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount` . `promotion_id` IN (? ))
Parameters :
[
b"\x01 ‘E’Hêtåµ"…a¾½"\x11 "
]
SELECT `promotion_discount` . `id` as `promotion_discount.id` , `promotion_discount` . `promotion_id` as `promotion_discount.promotionId` , `promotion_discount` . `scope` as `promotion_discount.scope` , `promotion_discount` . `type` as `promotion_discount.type` , `promotion_discount` . `value` as `promotion_discount.value` , `promotion_discount` . `consider_advanced_rules` as `promotion_discount.considerAdvancedRules` , `promotion_discount` . `max_value` as `promotion_discount.maxValue` , `promotion_discount` . `sorter_key` as `promotion_discount.sorterKey` , `promotion_discount` . `applier_key` as `promotion_discount.applierKey` , `promotion_discount` . `usage_key` as `promotion_discount.usageKey` , `promotion_discount` . `picker_key` as `promotion_discount.pickerKey` , `promotion_discount` . `created_at` as `promotion_discount.createdAt` , `promotion_discount` . `updated_at` as `promotion_discount.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_discount.discountRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE `promotion_discount.discountRules.mapping` . `discount_id` = `promotion_discount` . `id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount` . `promotion_id` IN (0x0191459248EA74E5B5228561BEBD2211 ));
Copy
99
0.08 ms
SELECT `promotion_discount_prices` . `id` as `promotion_discount_prices.id` , `promotion_discount_prices` . `discount_id` as `promotion_discount_prices.discountId` , `promotion_discount_prices` . `currency_id` as `promotion_discount_prices.currencyId` , `promotion_discount_prices` . `price` as `promotion_discount_prices.price` , `promotion_discount_prices` . `created_at` as `promotion_discount_prices.createdAt` , `promotion_discount_prices` . `updated_at` as `promotion_discount_prices.updatedAt` FROM `promotion_discount_prices` WHERE (`promotion_discount_prices` . `discount_id` IN (? ))
Parameters :
[
b"""
\x01 ‘E“(àzq¼Ý½\n
<Ú\x03 ×
"""
]
SELECT `promotion_discount_prices` . `id` as `promotion_discount_prices.id` , `promotion_discount_prices` . `discount_id` as `promotion_discount_prices.discountId` , `promotion_discount_prices` . `currency_id` as `promotion_discount_prices.currencyId` , `promotion_discount_prices` . `price` as `promotion_discount_prices.price` , `promotion_discount_prices` . `created_at` as `promotion_discount_prices.createdAt` , `promotion_discount_prices` . `updated_at` as `promotion_discount_prices.updatedAt` FROM `promotion_discount_prices` WHERE (`promotion_discount_prices` . `discount_id` IN (0x0191459328E07A71BCDDBD0A3CDA03D7 ));
Copy
100
0.08 ms
SELECT `promotion_setgroup` . `id` as `promotion_setgroup.id` , `promotion_setgroup` . `promotion_id` as `promotion_setgroup.promotionId` , `promotion_setgroup` . `packager_key` as `promotion_setgroup.packagerKey` , `promotion_setgroup` . `sorter_key` as `promotion_setgroup.sorterKey` , `promotion_setgroup` . `value` as `promotion_setgroup.value` , `promotion_setgroup` . `created_at` as `promotion_setgroup.createdAt` , `promotion_setgroup` . `updated_at` as `promotion_setgroup.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_setgroup.setGroupRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE `promotion_setgroup.setGroupRules.mapping` . `setgroup_id` = `promotion_setgroup` . `id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup` . `promotion_id` IN (? ))
Parameters :
[
b"\x01 ‘E’Hêtåµ"…a¾½"\x11 "
]
SELECT `promotion_setgroup` . `id` as `promotion_setgroup.id` , `promotion_setgroup` . `promotion_id` as `promotion_setgroup.promotionId` , `promotion_setgroup` . `packager_key` as `promotion_setgroup.packagerKey` , `promotion_setgroup` . `sorter_key` as `promotion_setgroup.sorterKey` , `promotion_setgroup` . `value` as `promotion_setgroup.value` , `promotion_setgroup` . `created_at` as `promotion_setgroup.createdAt` , `promotion_setgroup` . `updated_at` as `promotion_setgroup.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_setgroup.setGroupRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE `promotion_setgroup.setGroupRules.mapping` . `setgroup_id` = `promotion_setgroup` . `id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup` . `promotion_id` IN (0x0191459248EA74E5B5228561BEBD2211 ));
Copy
101
0.07 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
102
0.11 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"\x01 ‹Š3\x04 ‡qð—V¾«¶ëm› "
b"\x01 ‹Š3\x04 ‡qð—V¾«¶ëm› "
]
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 (0x018B8A33048771F09756BEABB6EB6D9B , 0x018B8A33048771F09756BEABB6EB6D9B );
Copy
103
0.08 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"\x01 ‹Š3\x04 ‡qð—V¾«¶ëm› "
]
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 (0x018B8A33048771F09756BEABB6EB6D9B ));
Copy
104
0.09 ms
SELECT `acris_price_on_request` . `id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.rules.mapping` . `price_on_request_id` LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.productStreams.mapping` . `price_on_request_id` LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping` . `rule_id` = `acris_price_on_request.rules` . `id` LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping` . `product_stream_id` = `acris_price_on_request.productStreams` . `id` WHERE (`acris_price_on_request` . `version_id` = ? ) AND (((`acris_price_on_request` . `active` = ? AND (`acris_price_on_request.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `acris_price_on_request.rules` . `id` < = > ? ) AND (`acris_price_on_request.productStreams` . `id` IN (? , ? , ? , ? ) OR `acris_price_on_request.productStreams` . `id` < = > ? )) AND NOT (`acris_price_on_request` . `cart_functionality` IN (? , ? , ? )))) GROUP BY `acris_price_on_request` . `id` ORDER BY LENGTH (`acris_price_on_request` . `priority` ) DESC , MAX (`acris_price_on_request` . `priority` ) DESC
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
b"\x01 ‹8>ú\x08 sq¥D¾6^\x06\x1F\x00 "
b"\x01 ‹8>ú\f rñ¤èI Ã9„2 "
b"\x01 ‹8?\x08 ÂrŠ«+\x0E ƒOþé™ "
b"\x01 ‹Š3\x04 —p ®ëŸÀÅTù1 "
b"\x01 ‹Š3\x04 Êq¾n~uã.µ\f "
b"\x01 ìº╝-4r½à┌ófIÛ%9 "
b"""
\x01 ìº╝.as\n
ÉØ¶¯╗i\x19 ã
"""
b"\x01 É╝IÜ\x14 pÿ▒ϾkÎ\f Où "
b"\x01 ‘-¢û³p–3»\v !«\x18 ó "
b"\x01 ‘3>¤>qÔ¸Bv'\x07 M¦Ë "
b"\x01 æ3>ÑjsÎügÚÚ_\r ÇS "
b"\x01 ‘3>¥sp\x11 ’\x14 nLP·^‰ "
b"\x01 ‘3>¥ys—¹yg(j\x10 UÏ "
b"\x01 –\x11\x1C\x16 vqì–™7R\x00 à\x19\x14 "
b"\x01 æEv▄\v pÉ×\x05 ÕT├Vöc "
b"\x01 Æ\x1F °Þt{ö¡Â]Å┬b{w "
b"\x01 šT•¶ùq®¢(¦y\x17 Ô–ò "
b"\x01 ‘\x1E R ¥yO…Wsi«˜I1 "
b"\x01 Œ%§ÉÅpë¶ž;÷q¨= "
b"\x01 Œ%µývrj‰Ÿ÷×vU2Á "
b"\x01 î%║ÌÈs╣½\x13 oÈ^«ü┬ "
b"\x01 Œ%Ï^7qa°*¨)3Úm "
b"\x01 ‘\x1E :Ô´v̓\x16 Ãÿ/Ç ð "
b"\x01 ‘\x0E ,ñ>sв°ôŽn\x04 3 "
b"\x01 ™É\x1E Ä\x04 r¹“7à\x03 t-ž¡ "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\v ÕHÎ "
b"\x01 Æ\x1E ▒a┘s²ø═Ø.├ÓF\x04 "
b"¿TRŸëó#ì}'%k\x17 ‚\x07 õ "
b"\x01 Å║"╣Xs$¿O´)Ø\x11 K "
null
b"\x01 —}\x1F Ü>uœŠ;8Î_r™\x19 "
b"\x01 —Ô|‡§r¤‹{,…5.‘t "
b"\x01 —ï} €q’šçkœa’Si "
b"\x1A £\x11 ‹‡RE?½\x1F XHÿš\x18 P "
null
"login "
"formAndLogin "
"loginAndInfoText "
]
SELECT `acris_price_on_request` . `id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.rules.mapping` . `price_on_request_id` LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.productStreams.mapping` . `price_on_request_id` LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping` . `rule_id` = `acris_price_on_request.rules` . `id` LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping` . `product_stream_id` = `acris_price_on_request.productStreams` . `id` WHERE (`acris_price_on_request` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`acris_price_on_request` . `active` = 1 AND (`acris_price_on_request.rules` . `id` IN (0x018B383EFA087371A544BE365E061F00 , 0x018B383EFA0C72F1A4E84920C3398432 , 0x018B383F08C2728AAB2B0E834FFEE999 , 0x018B8A3304977020AEEB9FC0C554F931 , 0x018B8A3304CA71BEAD6E7E75E32EB50C , 0x018DA7BC2D3472AB85DAA26649EA2539 , 0x018DA7BC2E61730A909DF4EEBB6919C6 , 0x0190BC499A147098B1D8F36BD70C4F97 , 0x01912DA2FBB37096AD33BB0B21AB18F3 , 0x0191333EA43E71D4B8427627074DA6CB , 0x0191333EA56A73D78167E9E95F0D8053 , 0x0191333EA573701192146E4C50B75E89 , 0x0191333EA5797397B97967286A1055CF , 0x0196111C167671EC9699375200E01914 , 0x01914576DC0B70909E05E554C3569463 , 0x01921FF8E8747B94ADB65D8FC2627B77 , 0x019A5495B6F971AEA228A67917D496F2 , 0x01911E5220A5794F85577369AB984931 , 0x018C25A7C9C570EBB69E3BF771A83DC2 , 0x018C25B5FD76726A899FF7D7765532C1 , 0x018C25BADED473B9AB136FD45EAE81C2 , 0x018C25CF5E377161B02AA82933ADDA6D , 0x01911E3AD4B476CD8316C3FF2FC7A0F0 , 0x01910E2CF13E73D0B2B0F4C5BD6E0433 , 0x0199C91EC40472B99337E003742D9EA1 , 0x018B383EFA1A739287DC7C980BD548CE , 0x01921EB161D973FD9BCD9D2EC3E04604 , 0xBF54529FEBF323EC7D27256B178207F5 , 0x018FBA22B9587324A84FB6EF299D114B ) OR `acris_price_on_request.rules` . `id` < = > NULL ) AND (`acris_price_on_request.productStreams` . `id` IN (0x01977D1FDC3E759C8A3B38CE5F729919 , 0x0197D47C87A772A48B7B2C85352E9174 , 0x0197EF7DA08071929AE76B9C61925369 , 0x1AA3118B8752453FBD1F5848FF9A1850 ) OR `acris_price_on_request.productStreams` . `id` < = > NULL )) AND NOT (`acris_price_on_request` . `cart_functionality` IN ('login' , 'formAndLogin' , 'loginAndInfoText' )))) GROUP BY `acris_price_on_request` . `id` ORDER BY LENGTH (`acris_price_on_request` . `priority` ) DESC , MAX (`acris_price_on_request` . `priority` ) DESC ;
Copy
105
0.08 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
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` = 0x018B383F4CC971168C7D5095C3832D9D )) AND (`country` . `id` IN (0x018B383EF9B17377AC2234E12EFED0E7 )) GROUP BY `country` . `id` ;
Copy
106
0.09 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x018B383EF9B17377AC2234E12EFED0E7 );
Copy
107
0.09 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.10 ms
SELECT `acris_price_on_request` . `id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.rules.mapping` . `price_on_request_id` LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.productStreams.mapping` . `price_on_request_id` LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping` . `rule_id` = `acris_price_on_request.rules` . `id` LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping` . `product_stream_id` = `acris_price_on_request.productStreams` . `id` WHERE (`acris_price_on_request` . `version_id` = ? ) AND (((`acris_price_on_request` . `active` = ? AND (`acris_price_on_request.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `acris_price_on_request.rules` . `id` < = > ? ) AND (`acris_price_on_request.productStreams` . `id` IN (? , ? , ? , ? ) OR `acris_price_on_request.productStreams` . `id` < = > ? )) AND NOT (`acris_price_on_request` . `cart_functionality` IN (? , ? , ? )))) GROUP BY `acris_price_on_request` . `id` ORDER BY LENGTH (`acris_price_on_request` . `priority` ) DESC , MAX (`acris_price_on_request` . `priority` ) DESC
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
b"\x01 ‹8>ú\x08 sq¥D¾6^\x06\x1F\x00 "
b"\x01 ‹8>ú\f rñ¤èI Ã9„2 "
b"\x01 ‹8?\x08 ÂrŠ«+\x0E ƒOþé™ "
b"\x01 ‹Š3\x04 —p ®ëŸÀÅTù1 "
b"\x01 ‹Š3\x04 Êq¾n~uã.µ\f "
b"\x01 ìº╝-4r½à┌ófIÛ%9 "
b"""
\x01 ìº╝.as\n
ÉØ¶¯╗i\x19 ã
"""
b"\x01 É╝IÜ\x14 pÿ▒ϾkÎ\f Où "
b"\x01 ‘-¢û³p–3»\v !«\x18 ó "
b"\x01 ‘3>¤>qÔ¸Bv'\x07 M¦Ë "
b"\x01 æ3>ÑjsÎügÚÚ_\r ÇS "
b"\x01 ‘3>¥sp\x11 ’\x14 nLP·^‰ "
b"\x01 ‘3>¥ys—¹yg(j\x10 UÏ "
b"\x01 –\x11\x1C\x16 vqì–™7R\x00 à\x19\x14 "
b"\x01 æEv▄\v pÉ×\x05 ÕT├Vöc "
b"\x01 Æ\x1F °Þt{ö¡Â]Å┬b{w "
b"\x01 šT•¶ùq®¢(¦y\x17 Ô–ò "
b"\x01 ‘\x1E R ¥yO…Wsi«˜I1 "
b"\x01 Œ%§ÉÅpë¶ž;÷q¨= "
b"\x01 Œ%µývrj‰Ÿ÷×vU2Á "
b"\x01 î%║ÌÈs╣½\x13 oÈ^«ü┬ "
b"\x01 Œ%Ï^7qa°*¨)3Úm "
b"\x01 ‘\x1E :Ô´v̓\x16 Ãÿ/Ç ð "
b"\x01 ‘\x0E ,ñ>sв°ôŽn\x04 3 "
b"\x01 ™É\x1E Ä\x04 r¹“7à\x03 t-ž¡ "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\v ÕHÎ "
b"\x01 Æ\x1E ▒a┘s²ø═Ø.├ÓF\x04 "
b"¿TRŸëó#ì}'%k\x17 ‚\x07 õ "
b"\x01 Å║"╣Xs$¿O´)Ø\x11 K "
null
b"\x01 —}\x1F Ü>uœŠ;8Î_r™\x19 "
b"\x01 —Ô|‡§r¤‹{,…5.‘t "
b"\x01 —ï} €q’šçkœa’Si "
b"\x1A £\x11 ‹‡RE?½\x1F XHÿš\x18 P "
null
"login "
"formAndLogin "
"loginAndInfoText "
]
SELECT `acris_price_on_request` . `id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.rules.mapping` . `price_on_request_id` LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request` . `id` = `acris_price_on_request.productStreams.mapping` . `price_on_request_id` LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping` . `rule_id` = `acris_price_on_request.rules` . `id` LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping` . `product_stream_id` = `acris_price_on_request.productStreams` . `id` WHERE (`acris_price_on_request` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`acris_price_on_request` . `active` = 1 AND (`acris_price_on_request.rules` . `id` IN (0x018B383EFA087371A544BE365E061F00 , 0x018B383EFA0C72F1A4E84920C3398432 , 0x018B383F08C2728AAB2B0E834FFEE999 , 0x018B8A3304977020AEEB9FC0C554F931 , 0x018B8A3304CA71BEAD6E7E75E32EB50C , 0x018DA7BC2D3472AB85DAA26649EA2539 , 0x018DA7BC2E61730A909DF4EEBB6919C6 , 0x0190BC499A147098B1D8F36BD70C4F97 , 0x01912DA2FBB37096AD33BB0B21AB18F3 , 0x0191333EA43E71D4B8427627074DA6CB , 0x0191333EA56A73D78167E9E95F0D8053 , 0x0191333EA573701192146E4C50B75E89 , 0x0191333EA5797397B97967286A1055CF , 0x0196111C167671EC9699375200E01914 , 0x01914576DC0B70909E05E554C3569463 , 0x01921FF8E8747B94ADB65D8FC2627B77 , 0x019A5495B6F971AEA228A67917D496F2 , 0x01911E5220A5794F85577369AB984931 , 0x018C25A7C9C570EBB69E3BF771A83DC2 , 0x018C25B5FD76726A899FF7D7765532C1 , 0x018C25BADED473B9AB136FD45EAE81C2 , 0x018C25CF5E377161B02AA82933ADDA6D , 0x01911E3AD4B476CD8316C3FF2FC7A0F0 , 0x01910E2CF13E73D0B2B0F4C5BD6E0433 , 0x0199C91EC40472B99337E003742D9EA1 , 0x018B383EFA1A739287DC7C980BD548CE , 0x01921EB161D973FD9BCD9D2EC3E04604 , 0xBF54529FEBF323EC7D27256B178207F5 , 0x018FBA22B9587324A84FB6EF299D114B ) OR `acris_price_on_request.rules` . `id` < = > NULL ) AND (`acris_price_on_request.productStreams` . `id` IN (0x01977D1FDC3E759C8A3B38CE5F729919 , 0x0197D47C87A772A48B7B2C85352E9174 , 0x0197EF7DA08071929AE76B9C61925369 , 0x1AA3118B8752453FBD1F5848FF9A1850 ) OR `acris_price_on_request.productStreams` . `id` < = > NULL )) AND NOT (`acris_price_on_request` . `cart_functionality` IN ('login' , 'formAndLogin' , 'loginAndInfoText' )))) GROUP BY `acris_price_on_request` . `id` ORDER BY LENGTH (`acris_price_on_request` . `priority` ) DESC , MAX (`acris_price_on_request` . `priority` ) DESC ;
Copy
109
0.10 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x018B383EF9B17377AC2234E12EFED0E7 );
Copy
110
0.09 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x018B383EF9B17377AC2234E12EFED0E7 );
Copy
111
0.51 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
112
0.07 ms
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ;
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ; ;
Copy
113
2.11 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 " => "PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh "
"currency_id " => b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
"shipping_method_id " => b"\x01 ‹Š3\x04 ‡qð—V¾«¶ëm› "
"payment_method_id " => b"\x01 ï8>·\t pDü\x02 ¸·ÑÑp° "
"country_id " => b"\x01 ‹8>ù±sw¬"4á.þÐç "
"sales_channel_id " => b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
"customer_id " => b"\x01 ‘3=/=q-¾Y8Ç\x01 ¦\x1C "
"price " => 29.99
"line_item_count " => 1
"payload " => """
O:32:"Shopware\Core\Checkout\Cart\Cart":16:{s:13:"\x00 *\x00 extensions";a:1:{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:25.2;s:13:"\x00 *\x00 totalPrice";d:29.99;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:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.79;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25.2;}}}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:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:16:"\x00 *\x00 positionPrice";d:16.5;s:12:"\x00 *\x00 taxStatus";s:3:"net";s:11:"\x00 *\x00 rawTotal";d:29.99;}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:"0191e101149b7383ac99e6cf842e3e74";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-09-11 12:13:50.133";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:9:"METS-1-GL";s:14:"manufacturerId";N;s:5:"taxId";s:32:"018b383efa0e7204aecfc660d94c3e41";s:6:"tagIds";N;s:11:"categoryIds";a:3:{i:0;s:32:"01929f2cfa0e72fcb502109f4121be9f";i:1;s:32:"018bb3ac75d5703bb7c9283b2b29b159";i:2;s:32:"018bb3ad4c67713b80bbb58c304861e7";}s:11:"propertyIds";a:14:{i:0;s:32:"0191d771708e729d979ac469780d815a";i:1;s:32:"019391920c5b72cdbaab6514232b1120";i:2;s:32:"043193bea1454a62b5c8ca430db00f10";i:3;s:32:"0d550b6a22784374b1b459b8af77d12c";i:4;s:32:"1963093dfb4c40609f3c104fdc6c8fc8";i:5;s:32:"319408d7e6694455a7f73b6ad7b93d93";i:6;s:32:"3f32f85a25f04e57aa770674d325e82b";i:7;s:32:"7ce5988b187d4e1d825e03a0c706c2be";i:8;s:32:"7ef9c0b3d3204724a45b7e3199193a9b";i:9;s:32:"a1eba3e691e440c49d1b8db26efaf865";i:10;s:32:"ba88720bbd624d0d9ee63dbd2821dbbc";i:11;s:32:"c9a394ca4a914e10ac76e40a2b02c6eb";i:12;s:32:"d9d2b354202646beacc4102778c348e2";i:13;s:32:"f11cbd94777f49dbb11493a8906c93c3";}s:9:"optionIds";a:1:{i:0;s:32:"eb7fce9f80c6402fbb1ef70ca78bc3d5";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Farben METS";s:6:"option";s:21:"Oberfläche Glänzend";}}s:9:"streamIds";a:4:{i:0;s:32:"01977d1fdc3e759c8a3b38ce5f729919";i:1;s:32:"0197d47c87a772a48b7b2c85352e9174";i:2;s:32:"0197ef7da08071929ae76b9c61925369";i:3;s:32:"1aa3118b8752453fbd1f5848ff9a1850";}s:8:"parentId";s:32:"79bcf79015dd4b53a45df0dc8cfa0a3d";s:5:"stock";i:4281;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:71:"Sublistar® Metall-Anhänger, einseitige Vertiefung, div. Ausführungen";s:11:"\x00 *\x00 quantity";i:10;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:1.65;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:19;r:22;}}s:11:"\x00 *\x00 quantity";i:10;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:1.65;s:11:"\x00 *\x00 quantity";i:10;s:13:"\x00 *\x00 totalPrice";d:16.5;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:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:16.5;}}}s:11:"\x00 *\x00 taxRules";r:84;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:"0191e1d5683970a49b856422a0b1b596";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:"2024-09-11 16:05:45.167000";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-09-11 16:05:47.811000";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";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:336401;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"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:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1407;s:6:"height";i:1407;s:4:"type";i:2;s:4:"hash";s:32:"d578cde0cd37600c8504c21c2116f6f8";}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:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-11 16:05:47.810000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:181:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=2400";s:11:"\x00 *\x00 fileName";s:109:"0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_";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:4:{s:32:"0191e1d58bdc7175b28deb0fa6f2ce13";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:"0191e1d58bdc7175b28deb0fa6f2ce13";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:"2024-09-11 16:05:54.270000";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:151:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__400x400.jpg";s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:180:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=400";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa6f2ce13";}s:32:"0191e1d58bdc7175b28deb0fa7670764";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:"0191e1d58bdc7175b28deb0fa7670764";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:"2024-09-11 16:05:54.271000";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:188;s:8:"\x00 *\x00 width";i:800;s:7:"\x00 *\x00 path";s:151:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__800x800.jpg";s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:180:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=800";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa7670764";}s:32:"0191e1d58bdc7175b28deb0fa8618a29";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:"0191e1d58bdc7175b28deb0fa8618a29";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:"2024-09-11 16:05:54.271000";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:188;s:8:"\x00 *\x00 width";i:1920;s:7:"\x00 *\x00 path";s:153:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__1920x1920.jpg";s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:181:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=1920";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa8618a29";}s:32:"0191e1d58bdc7175b28deb0fa939fff5";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:"0191e1d58bdc7175b28deb0fa939fff5";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:"2024-09-11 16:05:54.271000";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:188;s:8:"\x00 *\x00 width";i:280;s:7:"\x00 *\x00 path";s:151:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__280x280.jpg";s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:180:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=280";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa939fff5";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"018b383efa197284b2bff2989187eba8";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:139:"media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg";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:"0191e1d5683970a49b856422a0b1b596";}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:4261;s:9:"\x00 *\x00 weight";d:0.029;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: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:10;s:14:"\x00 *\x00 maxPurchase";i:5000;s:16:"\x00 *\x00 purchaseSteps";i:10;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2026-07-16 14:17:05.993491";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"3b03e6862cb0ccbdaa5d9cd5cc3b950e";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"019f4df09e157286ae1ac5fb63d95069";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:"0191e101149b7383ac99e6cf842e3e74";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0191e101149b7383ac99e6cf842e3e74";}}}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:"0191e101149b7383ac99e6cf842e3e74";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-09-11 12:13:50.133";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:9:"METS-1-GL";s:14:"manufacturerId";N;s:5:"taxId";s:32:"018b383efa0e7204aecfc660d94c3e41";s:6:"tagIds";N;s:11:"categoryIds";a:3:{i:0;s:32:"01929f2cfa0e72fcb502109f4121be9f";i:1;s:32:"018bb3ac75d5703bb7c9283b2b29b159";i:2;s:32:"018bb3ad4c67713b80bbb58c304861e7";}s:11:"propertyIds";a:14:{i:0;s:32:"0191d771708e729d979ac469780d815a";i:1;s:32:"019391920c5b72cdbaab6514232b1120";i:2;s:32:"043193bea1454a62b5c8ca430db00f10";i:3;s:32:"0d550b6a22784374b1b459b8af77d12c";i:4;s:32:"1963093dfb4c40609f3c104fdc6c8fc8";i:5;s:32:"319408d7e6694455a7f73b6ad7b93d93";i:6;s:32:"3f32f85a25f04e57aa770674d325e82b";i:7;s:32:"7ce5988b187d4e1d825e03a0c706c2be";i:8;s:32:"7ef9c0b3d3204724a45b7e3199193a9b";i:9;s:32:"a1eba3e691e440c49d1b8db26efaf865";i:10;s:32:"ba88720bbd624d0d9ee63dbd2821dbbc";i:11;s:32:"c9a394ca4a914e10ac76e40a2b02c6eb";i:12;s:32:"d9d2b354202646beacc4102778c348e2";i:13;s:32:"f11cbd94777f49dbb11493a8906c93c3";}s:9:"optionIds";a:1:{i:0;s:32:"eb7fce9f80c6402fbb1ef70ca78bc3d5";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Farben METS";s:6:"option";s:21:"Oberfläche Glänzend";}}s:9:"streamIds";a:4:{i:0;s:32:"01977d1fdc3e759c8a3b38ce5f729919";i:1;s:32:"0197d47c87a772a48b7b2c85352e9174";i:2;s:32:"0197ef7da08071929ae76b9c61925369";i:3;s:32:"1aa3118b8752453fbd1f5848ff9a1850";}s:8:"parentId";s:32:"79bcf79015dd4b53a45df0dc8cfa0a3d";s:5:"stock";i:4281;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:71:"Sublistar® Metall-Anhänger, einseitige Vertiefung, div. Ausführungen";s:11:"\x00 *\x00 quantity";i:10;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:1.65;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:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:10;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:1.65;s:11:"\x00 *\x00 quantity";i:10;s:13:"\x00 *\x00 totalPrice";d:16.5;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:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:16.5;}}}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:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;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:"0191e1d5683970a49b856422a0b1b596";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:"2024-09-11 16:05:45.167000";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-09-11 16:05:47.811000";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:137;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:336401;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"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:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1407;s:6:"height";i:1407;s:4:"type";i:2;s:4:"hash";s:32:"d578cde0cd37600c8504c21c2116f6f8";}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:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-11 16:05:47.810000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:181:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=2400";s:11:"\x00 *\x00 fileName";s:109:"0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_";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:4:{s:32:"0191e1d58bdc7175b28deb0fa6f2ce13";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:"0191e1d58bdc7175b28deb0fa6f2ce13";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:"2024-09-11 16:05:54.270000";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:188;s:8:"\x00 *\x00 width";i:400;s:7:"\x00 *\x00 path";s:151:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__400x400.jpg";s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:180:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=400";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa6f2ce13";}s:32:"0191e1d58bdc7175b28deb0fa7670764";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:"0191e1d58bdc7175b28deb0fa7670764";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:"2024-09-11 16:05:54.271000";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:188;s:8:"\x00 *\x00 width";i:800;s:7:"\x00 *\x00 path";s:151:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__800x800.jpg";s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:180:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=800";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa7670764";}s:32:"0191e1d58bdc7175b28deb0fa8618a29";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:"0191e1d58bdc7175b28deb0fa8618a29";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:"2024-09-11 16:05:54.271000";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:188;s:8:"\x00 *\x00 width";i:1920;s:7:"\x00 *\x00 path";s:153:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__1920x1920.jpg";s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:181:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=1920";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa8618a29";}s:32:"0191e1d58bdc7175b28deb0fa939fff5";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:"0191e1d58bdc7175b28deb0fa939fff5";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:"2024-09-11 16:05:54.271000";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:188;s:8:"\x00 *\x00 width";i:280;s:7:"\x00 *\x00 path";s:151:"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__280x280.jpg";s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:180:"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=280";s:10:"\x00 *\x00 mediaId";s:32:"0191e1d5683970a49b856422a0b1b596";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191e1d58bdc7175b28deb0fa939fff5";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"018b383efa197284b2bff2989187eba8";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:139:"media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg";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:"0191e1d5683970a49b856422a0b1b596";}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:4261;s:9:"\x00 *\x00 weight";d:0.029;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: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:10;s:14:"\x00 *\x00 maxPurchase";i:5000;s:16:"\x00 *\x00 purchaseSteps";i:10;}s:11:"\x00 *\x00 modified";b:0;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2026-07-16 14:17:05.993491";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"3b03e6862cb0ccbdaa5d9cd5cc3b950e";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"019f4df09e157286ae1ac5fb63d95069";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:"0191e101149b7383ac99e6cf842e3e74";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0191e101149b7383ac99e6cf842e3e74";}s:11:"\x00 *\x00 quantity";i:10;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:1.65;s:11:"\x00 *\x00 quantity";i:10;s:13:"\x00 *\x00 totalPrice";d:16.5;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:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:16.5;}}}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:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;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:"0191e101149b7383ac99e6cf842e3e74";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:"2026-07-17 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:"2026-07-19 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: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:30:"country_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:"018b383ef9b17377ac2234e12efed0e7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:4:"name";s:11:"Deutschland";s:12:"customFields";a:0:{}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:"2023-10-16 11:28:53.169000";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:"2026-03-23 12:22:49.372000";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:11:"Deutschland";s:6:"\x00 *\x00 iso";s:2:"DE";s:11:"\x00 *\x00 position";i:1;s:9:"\x00 *\x00 active";b:1;s:20:"\x00 *\x00 shippingAvailable";b:1;s:7:"\x00 *\x00 iso3";s:3:"DEU";s:29:"\x00 *\x00 displayStateInRegistration";b:0;s:27:"\x00 *\x00 forceStateInRegistration";b:0;s:20:"\x00 *\x00 checkVatIdPattern";b:1;s:15:"\x00 *\x00 vatIdPattern";s:13:"(DE)?[0-9]{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{5}";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";N;s:5:"\x00 *\x00 id";s:32:"018b383ef9b17377ac2234e12efed0e7";}s:8:"\x00 *\x00 state";N;s:10:"\x00 *\x00 address";O:79:"Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity":29:{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:39:"customer_address_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191333d2f3d712dbe5938c706ff5b2b";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:"2024-08-08 19:13:00.842000";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:"2025-06-26 14:56:18.504000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:16:"customer_address";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:13:"\x00 *\x00 customerId";s:32:"0191333d2f3d712dbe5938c70120a61c";s:12:"\x00 *\x00 countryId";s:32:"018b383ef9b17377ac2234e12efed0e7";s:17:"\x00 *\x00 countryStateId";N;s:15:"\x00 *\x00 salutationId";s:32:"018b383ef9b17377ac2234e12e2021dd";s:12:"\x00 *\x00 firstName";s:7:"Vorname";s:11:"\x00 *\x00 lastName";s:8:"Nachname";s:10:"\x00 *\x00 zipcode";s:5:"24941";s:7:"\x00 *\x00 city";s:9:"Flensburg";s:10:"\x00 *\x00 company";s:14:"Haibyte Design";s:13:"\x00 *\x00 department";N;s:8:"\x00 *\x00 title";N;s:9:"\x00 *\x00 street";s:23:"Graf-Zeppelin-Straße 8";s:14:"\x00 *\x00 phoneNumber";s:13:"0461 99874669";s:25:"\x00 *\x00 additionalAddressLine1";s:15:"Michael Kopacek";s:25:"\x00 *\x00 additionalAddressLine2";N;s:10:"\x00 *\x00 country";r:697;s:15:"\x00 *\x00 countryState";N;s:13:"\x00 *\x00 salutation";O:48:"Shopware\Core\System\Salutation\SalutationEntity":19:{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:33:"salutation_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:"018b383ef9b17377ac2234e12e2021dd";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:11:"displayName";s:12:"Keine Angabe";s:10:"letterName";s:1:" ";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-10-16 11:28:53.169000";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:10:"salutation";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:16:"\x00 *\x00 salutationKey";s:13:"not_specified";s:14:"\x00 *\x00 displayName";s:12:"Keine Angabe";s:13:"\x00 *\x00 letterName";s:1:" ";s:15:"\x00 *\x00 translations";N;s:12:"\x00 *\x00 customers";N;s:20:"\x00 *\x00 customerAddresses";N;s:17:"\x00 *\x00 orderCustomers";N;s:17:"\x00 *\x00 orderAddresses";N;s:23:"\x00 *\x00 newsletterRecipients";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018b383ef9b17377ac2234e12e2021dd";}s:11:"\x00 *\x00 customer";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191333d2f3d712dbe5938c706ff5b2b";}}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:"2026-07-17 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:"2026-07-19 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:"018b8a33048771f09756beabb6eb6d9b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:4:{s:4:"name";s:17:"Versand per FedEx";s:12:"customFields";a:0:{}s:11:"description";s:19:"Versand bis 50 kg.\n
";s:11:"trackingUrl";N;}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-01 09:34:08.128000";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:"2026-03-31 13:07:57.153000";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:17:"Versand per FedEx";s:9:"\x00 *\x00 active";b:1;s:11:"\x00 *\x00 position";i:1;s:14:"\x00 *\x00 description";s:19:"Versand bis 50 kg.\n
";s:14:"\x00 *\x00 trackingUrl";N;s:17:"\x00 *\x00 deliveryTimeId";s:32:"018b383efa0a73caa1606e98b78dd340";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:"018b383efa0a73caa1606e98b78dd340";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:2:{s:4:"name";s:8:"1-3 Tage";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-10-16 11:28:53.000000";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: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 Tage";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:"018b383efa0a73caa1606e98b78dd340";}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:"018da7bc2d3472ab85daa26649ea2539";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:2:{s:32:"018b8a3304957057aae1d8bbec3c2590";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:"018b8a3304957057aae1d8bbec3c2590";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-11-01 09:34:08.128000";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:"2025-06-29 12:07:27.991000";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:"018b8a33048771f09756beabb6eb6d9b";s:9:"\x00 *\x00 ruleId";N;s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:200;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:8.7;s:8:"\x00 *\x00 gross";d:8.7;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:"018b8a3304957057aae1d8bbec3c2590";}s:32:"018c5ed4bf497022b61e097d8c00dc2f";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:"018c5ed4bf497022b61e097d8c00dc2f";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-12-12 16:21:01.700000";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:"2025-06-29 12:04:59.623000";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:964;s:19:"\x00 *\x00 shippingMethodId";s:32:"018b8a33048771f09756beabb6eb6d9b";s:9:"\x00 *\x00 ruleId";N;s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:200;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:"018c5ed4bf497022b61e097d8c00dc2f";}}}s:10:"\x00 *\x00 mediaId";s:32:"0192af362d9a7ce880f6061fea5cc36d";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";s:17:"versand_per_fedex";s:6:"\x00 *\x00 tax";N;s:20:"\x00 *\x00 appShippingMethod";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018b8a33048771f09756beabb6eb6d9b";}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:8.7;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:8.7;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:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:1.65;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:8.7;}}}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:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;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:29.99;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:29.99;s:18:"\x00 *\x00 calculatedTaxes";r:11;s:11:"\x00 *\x00 taxRules";r:19;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:"018b383efa0970448102f7faa5a570f8";}}}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:29:{i:0;s:32:"018b383efa087371a544be365e061f00";i:1;s:32:"018b383efa0c72f1a4e84920c3398432";i:2;s:32:"018b383f08c2728aab2b0e834ffee999";i:3;s:32:"018b8a3304977020aeeb9fc0c554f931";i:4;s:32:"018b8a3304ca71bead6e7e75e32eb50c";i:5;s:32:"018da7bc2d3472ab85daa26649ea2539";i:6;s:32:"018da7bc2e61730a909df4eebb6919c6";i:7;s:32:"0190bc499a147098b1d8f36bd70c4f97";i:8;s:32:"01912da2fbb37096ad33bb0b21ab18f3";i:9;s:32:"0191333ea43e71d4b8427627074da6cb";i:10;s:32:"0191333ea56a73d78167e9e95f0d8053";i:11;s:32:"0191333ea573701192146e4c50b75e89";i:12;s:32:"0191333ea5797397b97967286a1055cf";i:13;s:32:"0196111c167671ec9699375200e01914";i:14;s:32:"01914576dc0b70909e05e554c3569463";i:15;s:32:"01921ff8e8747b94adb65d8fc2627b77";i:16;s:32:"019a5495b6f971aea228a67917d496f2";i:17;s:32:"01911e5220a5794f85577369ab984931";i:18;s:32:"018c25a7c9c570ebb69e3bf771a83dc2";i:19;s:32:"018c25b5fd76726a899ff7d7765532c1";i:20;s:32:"018c25baded473b9ab136fd45eae81c2";i:21;s:32:"018c25cf5e377161b02aa82933adda6d";i:22;s:32:"01911e3ad4b476cd8316c3ff2fc7a0f0";i:23;s:32:"01910e2cf13e73d0b2b0f4c5bd6e0433";i:24;s:32:"0199c91ec40472b99337e003742d9ea1";i:25;s:32:"018b383efa1a739287dc7c980bd548ce";i:26;s:32:"01921eb161d973fd9bcd9d2ec3e04604";i:27;s:32:"bf54529febf323ec7d27256b178207f5";i:28;s:32:"018fba22b9587324a84fb6ef299d114b";}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:"PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh";s:40:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 states";a:0:{}}
"""
"rule_ids " => "["018b383efa087371a544be365e061f00","018b383efa0c72f1a4e84920c3398432","018b383f08c2728aab2b0e834ffee999","018b8a3304977020aeeb9fc0c554f931","018b8a3304ca71bead6e7e75e32eb50c","018da7bc2d3472ab85daa26649ea2539","018da7bc2e61730a909df4eebb6919c6","0190bc499a147098b1d8f36bd70c4f97","01912da2fbb37096ad33bb0b21ab18f3","0191333ea43e71d4b8427627074da6cb","0191333ea56a73d78167e9e95f0d8053","0191333ea573701192146e4c50b75e89","0191333ea5797397b97967286a1055cf","0196111c167671ec9699375200e01914","01914576dc0b70909e05e554c3569463","01921ff8e8747b94adb65d8fc2627b77","019a5495b6f971aea228a67917d496f2","01911e5220a5794f85577369ab984931","018c25a7c9c570ebb69e3bf771a83dc2","018c25b5fd76726a899ff7d7765532c1","018c25baded473b9ab136fd45eae81c2","018c25cf5e377161b02aa82933adda6d","01911e3ad4b476cd8316c3ff2fc7a0f0","01910e2cf13e73d0b2b0f4c5bd6e0433","0199c91ec40472b99337e003742d9ea1","018b383efa1a739287dc7c980bd548ce","01921eb161d973fd9bcd9d2ec3e04604","bf54529febf323ec7d27256b178207f5","018fba22b9587324a84fb6ef299d114b"] "
"now " => "2026-07-16 14:17:06.010 "
"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 ('PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh' , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , 0x018B8A33048771F09756BEABB6EB6D9B , 0x018B383EFA0970448102F7FAA5A570F8 , 0x018B383EF9B17377AC2234E12EFED0E7 , 0x018B383F4CC971168C7D5095C3832D9D , 0x0191333D2F3D712DBE5938C70120A61C , 29.99 , 1 , 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":16:{s:13:\"\0*\0extensions\";a:1:{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:25.2;s:13:\"\0*\0totalPrice\";d:29.99;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.79;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.2;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:16.5;s:12:\"\0*\0taxStatus\";s:3:\"net\";s:11:\"\0*\0rawTotal\";d:29.99;}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:\"0191e101149b7383ac99e6cf842e3e74\";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-09-11 12:13:50.133\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"METS-1-GL\";s:14:\"manufacturerId\";N;s:5:\"taxId\";s:32:\"018b383efa0e7204aecfc660d94c3e41\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:3:{i:0;s:32:\"01929f2cfa0e72fcb502109f4121be9f\";i:1;s:32:\"018bb3ac75d5703bb7c9283b2b29b159\";i:2;s:32:\"018bb3ad4c67713b80bbb58c304861e7\";}s:11:\"propertyIds\";a:14:{i:0;s:32:\"0191d771708e729d979ac469780d815a\";i:1;s:32:\"019391920c5b72cdbaab6514232b1120\";i:2;s:32:\"043193bea1454a62b5c8ca430db00f10\";i:3;s:32:\"0d550b6a22784374b1b459b8af77d12c\";i:4;s:32:\"1963093dfb4c40609f3c104fdc6c8fc8\";i:5;s:32:\"319408d7e6694455a7f73b6ad7b93d93\";i:6;s:32:\"3f32f85a25f04e57aa770674d325e82b\";i:7;s:32:\"7ce5988b187d4e1d825e03a0c706c2be\";i:8;s:32:\"7ef9c0b3d3204724a45b7e3199193a9b\";i:9;s:32:\"a1eba3e691e440c49d1b8db26efaf865\";i:10;s:32:\"ba88720bbd624d0d9ee63dbd2821dbbc\";i:11;s:32:\"c9a394ca4a914e10ac76e40a2b02c6eb\";i:12;s:32:\"d9d2b354202646beacc4102778c348e2\";i:13;s:32:\"f11cbd94777f49dbb11493a8906c93c3\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"eb7fce9f80c6402fbb1ef70ca78bc3d5\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Farben METS\";s:6:\"option\";s:21:\"Oberfläche Glänzend\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"01977d1fdc3e759c8a3b38ce5f729919\";i:1;s:32:\"0197d47c87a772a48b7b2c85352e9174\";i:2;s:32:\"0197ef7da08071929ae76b9c61925369\";i:3;s:32:\"1aa3118b8752453fbd1f5848ff9a1850\";}s:8:\"parentId\";s:32:\"79bcf79015dd4b53a45df0dc8cfa0a3d\";s:5:\"stock\";i:4281;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:71:\"Sublistar® Metall-Anhänger, einseitige Vertiefung, div. Ausführungen\";s:11:\"\0*\0quantity\";i:10;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:1.65;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:19;r:22;}}s:11:\"\0*\0quantity\";i:10;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:1.65;s:11:\"\0*\0quantity\";i:10;s:13:\"\0*\0totalPrice\";d:16.5;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";r:84;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:\"0191e1d5683970a49b856422a0b1b596\";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:\"2024-09-11 16:05:45.167000\";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-09-11 16:05:47.811000\";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\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:336401;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"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:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1407;s:6:\"height\";i:1407;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d578cde0cd37600c8504c21c2116f6f8\";}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:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:47.810000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=2400\";s:11:\"\0*\0fileName\";s:109:\"0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_\";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:4:{s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";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:\"0191e1d58bdc7175b28deb0fa6f2ce13\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.270000\";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:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__400x400.jpg\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=400\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";}s:32:\"0191e1d58bdc7175b28deb0fa7670764\";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:\"0191e1d58bdc7175b28deb0fa7670764\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__800x800.jpg\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=800\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa7670764\";}s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";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:\"0191e1d58bdc7175b28deb0fa8618a29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:153:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__1920x1920.jpg\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";}s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";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:\"0191e1d58bdc7175b28deb0fa939fff5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:280;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__280x280.jpg\";s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=280\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"018b383efa197284b2bff2989187eba8\";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:139:\"media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg\";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:\"0191e1d5683970a49b856422a0b1b596\";}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:4261;s:9:\"\0*\0weight\";d:0.029;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: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:10;s:14:\"\0*\0maxPurchase\";i:5000;s:16:\"\0*\0purchaseSteps\";i:10;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2026-07-16 14:17:05.993491\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"3b03e6862cb0ccbdaa5d9cd5cc3b950e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"019f4df09e157286ae1ac5fb63d95069\";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:\"0191e101149b7383ac99e6cf842e3e74\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191e101149b7383ac99e6cf842e3e74\";}}}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:\"0191e101149b7383ac99e6cf842e3e74\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-09-11 12:13:50.133\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"METS-1-GL\";s:14:\"manufacturerId\";N;s:5:\"taxId\";s:32:\"018b383efa0e7204aecfc660d94c3e41\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:3:{i:0;s:32:\"01929f2cfa0e72fcb502109f4121be9f\";i:1;s:32:\"018bb3ac75d5703bb7c9283b2b29b159\";i:2;s:32:\"018bb3ad4c67713b80bbb58c304861e7\";}s:11:\"propertyIds\";a:14:{i:0;s:32:\"0191d771708e729d979ac469780d815a\";i:1;s:32:\"019391920c5b72cdbaab6514232b1120\";i:2;s:32:\"043193bea1454a62b5c8ca430db00f10\";i:3;s:32:\"0d550b6a22784374b1b459b8af77d12c\";i:4;s:32:\"1963093dfb4c40609f3c104fdc6c8fc8\";i:5;s:32:\"319408d7e6694455a7f73b6ad7b93d93\";i:6;s:32:\"3f32f85a25f04e57aa770674d325e82b\";i:7;s:32:\"7ce5988b187d4e1d825e03a0c706c2be\";i:8;s:32:\"7ef9c0b3d3204724a45b7e3199193a9b\";i:9;s:32:\"a1eba3e691e440c49d1b8db26efaf865\";i:10;s:32:\"ba88720bbd624d0d9ee63dbd2821dbbc\";i:11;s:32:\"c9a394ca4a914e10ac76e40a2b02c6eb\";i:12;s:32:\"d9d2b354202646beacc4102778c348e2\";i:13;s:32:\"f11cbd94777f49dbb11493a8906c93c3\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"eb7fce9f80c6402fbb1ef70ca78bc3d5\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Farben METS\";s:6:\"option\";s:21:\"Oberfläche Glänzend\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"01977d1fdc3e759c8a3b38ce5f729919\";i:1;s:32:\"0197d47c87a772a48b7b2c85352e9174\";i:2;s:32:\"0197ef7da08071929ae76b9c61925369\";i:3;s:32:\"1aa3118b8752453fbd1f5848ff9a1850\";}s:8:\"parentId\";s:32:\"79bcf79015dd4b53a45df0dc8cfa0a3d\";s:5:\"stock\";i:4281;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:71:\"Sublistar® Metall-Anhänger, einseitige Vertiefung, div. Ausführungen\";s:11:\"\0*\0quantity\";i:10;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:1.65;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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:10;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:1.65;s:11:\"\0*\0quantity\";i:10;s:13:\"\0*\0totalPrice\";d:16.5;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;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:\"0191e1d5683970a49b856422a0b1b596\";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:\"2024-09-11 16:05:45.167000\";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-09-11 16:05:47.811000\";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:137;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:336401;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"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:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1407;s:6:\"height\";i:1407;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d578cde0cd37600c8504c21c2116f6f8\";}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:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:47.810000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=2400\";s:11:\"\0*\0fileName\";s:109:\"0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_\";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:4:{s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";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:\"0191e1d58bdc7175b28deb0fa6f2ce13\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.270000\";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:188;s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__400x400.jpg\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=400\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";}s:32:\"0191e1d58bdc7175b28deb0fa7670764\";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:\"0191e1d58bdc7175b28deb0fa7670764\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__800x800.jpg\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=800\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa7670764\";}s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";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:\"0191e1d58bdc7175b28deb0fa8618a29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:153:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__1920x1920.jpg\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";}s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";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:\"0191e1d58bdc7175b28deb0fa939fff5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:280;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__280x280.jpg\";s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=280\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"018b383efa197284b2bff2989187eba8\";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:139:\"media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg\";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:\"0191e1d5683970a49b856422a0b1b596\";}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:4261;s:9:\"\0*\0weight\";d:0.029;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: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:10;s:14:\"\0*\0maxPurchase\";i:5000;s:16:\"\0*\0purchaseSteps\";i:10;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2026-07-16 14:17:05.993491\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"3b03e6862cb0ccbdaa5d9cd5cc3b950e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"019f4df09e157286ae1ac5fb63d95069\";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:\"0191e101149b7383ac99e6cf842e3e74\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191e101149b7383ac99e6cf842e3e74\";}s:11:\"\0*\0quantity\";i:10;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:1.65;s:11:\"\0*\0quantity\";i:10;s:13:\"\0*\0totalPrice\";d:16.5;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;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:\"0191e101149b7383ac99e6cf842e3e74\";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:\"2026-07-17 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:\"2026-07-19 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: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:30:\"country_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:\"018b383ef9b17377ac2234e12efed0e7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:11:\"Deutschland\";s:12:\"customFields\";a:0:{}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:\"2023-10-16 11:28:53.169000\";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:\"2026-03-23 12:22:49.372000\";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:11:\"Deutschland\";s:6:\"\0*\0iso\";s:2:\"DE\";s:11:\"\0*\0position\";i:1;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"DEU\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:1;s:15:\"\0*\0vatIdPattern\";s:13:\"(DE)?[0-9]{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{5}\";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\";N;s:5:\"\0*\0id\";s:32:\"018b383ef9b17377ac2234e12efed0e7\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";O:79:\"Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressEntity\":29:{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:39:\"customer_address_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191333d2f3d712dbe5938c706ff5b2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-08 19:13:00.842000\";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:\"2025-06-26 14:56:18.504000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:16:\"customer_address\";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:13:\"\0*\0customerId\";s:32:\"0191333d2f3d712dbe5938c70120a61c\";s:12:\"\0*\0countryId\";s:32:\"018b383ef9b17377ac2234e12efed0e7\";s:17:\"\0*\0countryStateId\";N;s:15:\"\0*\0salutationId\";s:32:\"018b383ef9b17377ac2234e12e2021dd\";s:12:\"\0*\0firstName\";s:7:\"Vorname\";s:11:\"\0*\0lastName\";s:8:\"Nachname\";s:10:\"\0*\0zipcode\";s:5:\"24941\";s:7:\"\0*\0city\";s:9:\"Flensburg\";s:10:\"\0*\0company\";s:14:\"Haibyte Design\";s:13:\"\0*\0department\";N;s:8:\"\0*\0title\";N;s:9:\"\0*\0street\";s:23:\"Graf-Zeppelin-Straße 8\";s:14:\"\0*\0phoneNumber\";s:13:\"0461 99874669\";s:25:\"\0*\0additionalAddressLine1\";s:15:\"Michael Kopacek\";s:25:\"\0*\0additionalAddressLine2\";N;s:10:\"\0*\0country\";r:697;s:15:\"\0*\0countryState\";N;s:13:\"\0*\0salutation\";O:48:\"Shopware\\Core\\System\\Salutation\\SalutationEntity\":19:{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:33:\"salutation_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:\"018b383ef9b17377ac2234e12e2021dd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:11:\"displayName\";s:12:\"Keine Angabe\";s:10:\"letterName\";s:1:\" \";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-10-16 11:28:53.169000\";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:10:\"salutation\";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:16:\"\0*\0salutationKey\";s:13:\"not_specified\";s:14:\"\0*\0displayName\";s:12:\"Keine Angabe\";s:13:\"\0*\0letterName\";s:1:\" \";s:15:\"\0*\0translations\";N;s:12:\"\0*\0customers\";N;s:20:\"\0*\0customerAddresses\";N;s:17:\"\0*\0orderCustomers\";N;s:17:\"\0*\0orderAddresses\";N;s:23:\"\0*\0newsletterRecipients\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018b383ef9b17377ac2234e12e2021dd\";}s:11:\"\0*\0customer\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191333d2f3d712dbe5938c706ff5b2b\";}}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:\"2026-07-17 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:\"2026-07-19 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:\"018b8a33048771f09756beabb6eb6d9b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:17:\"Versand per FedEx\";s:12:\"customFields\";a:0:{}s:11:\"description\";s:19:\"Versand bis 50 kg.
\";s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-01 09:34:08.128000\";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:\"2026-03-31 13:07:57.153000\";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:17:\"Versand per FedEx\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";s:19:\"Versand bis 50 kg.
\";s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"018b383efa0a73caa1606e98b78dd340\";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:\"018b383efa0a73caa1606e98b78dd340\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:8:\"1-3 Tage\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-10-16 11:28:53.000000\";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: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 Tage\";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:\"018b383efa0a73caa1606e98b78dd340\";}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:\"018da7bc2d3472ab85daa26649ea2539\";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:2:{s:32:\"018b8a3304957057aae1d8bbec3c2590\";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:\"018b8a3304957057aae1d8bbec3c2590\";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-11-01 09:34:08.128000\";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:\"2025-06-29 12:07:27.991000\";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:\"018b8a33048771f09756beabb6eb6d9b\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:200;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:8.7;s:8:\"\0*\0gross\";d:8.7;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:\"018b8a3304957057aae1d8bbec3c2590\";}s:32:\"018c5ed4bf497022b61e097d8c00dc2f\";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:\"018c5ed4bf497022b61e097d8c00dc2f\";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-12-12 16:21:01.700000\";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:\"2025-06-29 12:04:59.623000\";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:964;s:19:\"\0*\0shippingMethodId\";s:32:\"018b8a33048771f09756beabb6eb6d9b\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:200;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:\"018c5ed4bf497022b61e097d8c00dc2f\";}}}s:10:\"\0*\0mediaId\";s:32:\"0192af362d9a7ce880f6061fea5cc36d\";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\";s:17:\"versand_per_fedex\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018b8a33048771f09756beabb6eb6d9b\";}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:8.7;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:8.7;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:1.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:8.7;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;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:29.99;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.99;s:18:\"\0*\0calculatedTaxes\";r:11;s:11:\"\0*\0taxRules\";r:19;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"018b383efa0970448102f7faa5a570f8\";}}}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:29:{i:0;s:32:\"018b383efa087371a544be365e061f00\";i:1;s:32:\"018b383efa0c72f1a4e84920c3398432\";i:2;s:32:\"018b383f08c2728aab2b0e834ffee999\";i:3;s:32:\"018b8a3304977020aeeb9fc0c554f931\";i:4;s:32:\"018b8a3304ca71bead6e7e75e32eb50c\";i:5;s:32:\"018da7bc2d3472ab85daa26649ea2539\";i:6;s:32:\"018da7bc2e61730a909df4eebb6919c6\";i:7;s:32:\"0190bc499a147098b1d8f36bd70c4f97\";i:8;s:32:\"01912da2fbb37096ad33bb0b21ab18f3\";i:9;s:32:\"0191333ea43e71d4b8427627074da6cb\";i:10;s:32:\"0191333ea56a73d78167e9e95f0d8053\";i:11;s:32:\"0191333ea573701192146e4c50b75e89\";i:12;s:32:\"0191333ea5797397b97967286a1055cf\";i:13;s:32:\"0196111c167671ec9699375200e01914\";i:14;s:32:\"01914576dc0b70909e05e554c3569463\";i:15;s:32:\"01921ff8e8747b94adb65d8fc2627b77\";i:16;s:32:\"019a5495b6f971aea228a67917d496f2\";i:17;s:32:\"01911e5220a5794f85577369ab984931\";i:18;s:32:\"018c25a7c9c570ebb69e3bf771a83dc2\";i:19;s:32:\"018c25b5fd76726a899ff7d7765532c1\";i:20;s:32:\"018c25baded473b9ab136fd45eae81c2\";i:21;s:32:\"018c25cf5e377161b02aa82933adda6d\";i:22;s:32:\"01911e3ad4b476cd8316c3ff2fc7a0f0\";i:23;s:32:\"01910e2cf13e73d0b2b0f4c5bd6e0433\";i:24;s:32:\"0199c91ec40472b99337e003742d9ea1\";i:25;s:32:\"018b383efa1a739287dc7c980bd548ce\";i:26;s:32:\"01921eb161d973fd9bcd9d2ec3e04604\";i:27;s:32:\"bf54529febf323ec7d27256b178207f5\";i:28;s:32:\"018fba22b9587324a84fb6ef299d114b\";}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:\"PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh\";s:40:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0states\";a:0:{}}' , '[\"018b383efa087371a544be365e061f00\",\"018b383efa0c72f1a4e84920c3398432\",\"018b383f08c2728aab2b0e834ffee999\",\"018b8a3304977020aeeb9fc0c554f931\",\"018b8a3304ca71bead6e7e75e32eb50c\",\"018da7bc2d3472ab85daa26649ea2539\",\"018da7bc2e61730a909df4eebb6919c6\",\"0190bc499a147098b1d8f36bd70c4f97\",\"01912da2fbb37096ad33bb0b21ab18f3\",\"0191333ea43e71d4b8427627074da6cb\",\"0191333ea56a73d78167e9e95f0d8053\",\"0191333ea573701192146e4c50b75e89\",\"0191333ea5797397b97967286a1055cf\",\"0196111c167671ec9699375200e01914\",\"01914576dc0b70909e05e554c3569463\",\"01921ff8e8747b94adb65d8fc2627b77\",\"019a5495b6f971aea228a67917d496f2\",\"01911e5220a5794f85577369ab984931\",\"018c25a7c9c570ebb69e3bf771a83dc2\",\"018c25b5fd76726a899ff7d7765532c1\",\"018c25baded473b9ab136fd45eae81c2\",\"018c25cf5e377161b02aa82933adda6d\",\"01911e3ad4b476cd8316c3ff2fc7a0f0\",\"01910e2cf13e73d0b2b0f4c5bd6e0433\",\"0199c91ec40472b99337e003742d9ea1\",\"018b383efa1a739287dc7c980bd548ce\",\"01921eb161d973fd9bcd9d2ec3e04604\",\"bf54529febf323ec7d27256b178207f5\",\"018fba22b9587324a84fb6ef299d114b\"]' , 0 , '2026-07-16 14:17:06.010' )
ON DUPLICATE KEY UPDATE `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , `shipping_method_id` = 0x018B8A33048771F09756BEABB6EB6D9B , `payment_method_id` = 0x018B383EFA0970448102F7FAA5A570F8 , `country_id` = 0x018B383EF9B17377AC2234E12EFED0E7 , `sales_channel_id` = 0x018B383F4CC971168C7D5095C3832D9D , `customer_id` = 0x0191333D2F3D712DBE5938C70120A61C , `price` = 29.99 , `line_item_count` = 1 , `payload` = 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":16:{s:13:\"\0*\0extensions\";a:1:{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:25.2;s:13:\"\0*\0totalPrice\";d:29.99;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.79;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.2;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:16.5;s:12:\"\0*\0taxStatus\";s:3:\"net\";s:11:\"\0*\0rawTotal\";d:29.99;}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:\"0191e101149b7383ac99e6cf842e3e74\";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-09-11 12:13:50.133\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"METS-1-GL\";s:14:\"manufacturerId\";N;s:5:\"taxId\";s:32:\"018b383efa0e7204aecfc660d94c3e41\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:3:{i:0;s:32:\"01929f2cfa0e72fcb502109f4121be9f\";i:1;s:32:\"018bb3ac75d5703bb7c9283b2b29b159\";i:2;s:32:\"018bb3ad4c67713b80bbb58c304861e7\";}s:11:\"propertyIds\";a:14:{i:0;s:32:\"0191d771708e729d979ac469780d815a\";i:1;s:32:\"019391920c5b72cdbaab6514232b1120\";i:2;s:32:\"043193bea1454a62b5c8ca430db00f10\";i:3;s:32:\"0d550b6a22784374b1b459b8af77d12c\";i:4;s:32:\"1963093dfb4c40609f3c104fdc6c8fc8\";i:5;s:32:\"319408d7e6694455a7f73b6ad7b93d93\";i:6;s:32:\"3f32f85a25f04e57aa770674d325e82b\";i:7;s:32:\"7ce5988b187d4e1d825e03a0c706c2be\";i:8;s:32:\"7ef9c0b3d3204724a45b7e3199193a9b\";i:9;s:32:\"a1eba3e691e440c49d1b8db26efaf865\";i:10;s:32:\"ba88720bbd624d0d9ee63dbd2821dbbc\";i:11;s:32:\"c9a394ca4a914e10ac76e40a2b02c6eb\";i:12;s:32:\"d9d2b354202646beacc4102778c348e2\";i:13;s:32:\"f11cbd94777f49dbb11493a8906c93c3\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"eb7fce9f80c6402fbb1ef70ca78bc3d5\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Farben METS\";s:6:\"option\";s:21:\"Oberfläche Glänzend\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"01977d1fdc3e759c8a3b38ce5f729919\";i:1;s:32:\"0197d47c87a772a48b7b2c85352e9174\";i:2;s:32:\"0197ef7da08071929ae76b9c61925369\";i:3;s:32:\"1aa3118b8752453fbd1f5848ff9a1850\";}s:8:\"parentId\";s:32:\"79bcf79015dd4b53a45df0dc8cfa0a3d\";s:5:\"stock\";i:4281;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:71:\"Sublistar® Metall-Anhänger, einseitige Vertiefung, div. Ausführungen\";s:11:\"\0*\0quantity\";i:10;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:1.65;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:19;r:22;}}s:11:\"\0*\0quantity\";i:10;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:1.65;s:11:\"\0*\0quantity\";i:10;s:13:\"\0*\0totalPrice\";d:16.5;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";r:84;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:\"0191e1d5683970a49b856422a0b1b596\";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:\"2024-09-11 16:05:45.167000\";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-09-11 16:05:47.811000\";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\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:336401;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"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:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1407;s:6:\"height\";i:1407;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d578cde0cd37600c8504c21c2116f6f8\";}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:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:47.810000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=2400\";s:11:\"\0*\0fileName\";s:109:\"0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_\";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:4:{s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";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:\"0191e1d58bdc7175b28deb0fa6f2ce13\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.270000\";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:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__400x400.jpg\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=400\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";}s:32:\"0191e1d58bdc7175b28deb0fa7670764\";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:\"0191e1d58bdc7175b28deb0fa7670764\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__800x800.jpg\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=800\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa7670764\";}s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";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:\"0191e1d58bdc7175b28deb0fa8618a29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:153:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__1920x1920.jpg\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";}s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";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:\"0191e1d58bdc7175b28deb0fa939fff5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:280;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__280x280.jpg\";s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=280\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"018b383efa197284b2bff2989187eba8\";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:139:\"media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg\";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:\"0191e1d5683970a49b856422a0b1b596\";}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:4261;s:9:\"\0*\0weight\";d:0.029;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: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:10;s:14:\"\0*\0maxPurchase\";i:5000;s:16:\"\0*\0purchaseSteps\";i:10;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2026-07-16 14:17:05.993491\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"3b03e6862cb0ccbdaa5d9cd5cc3b950e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"019f4df09e157286ae1ac5fb63d95069\";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:\"0191e101149b7383ac99e6cf842e3e74\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191e101149b7383ac99e6cf842e3e74\";}}}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:\"0191e101149b7383ac99e6cf842e3e74\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-09-11 12:13:50.133\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"METS-1-GL\";s:14:\"manufacturerId\";N;s:5:\"taxId\";s:32:\"018b383efa0e7204aecfc660d94c3e41\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:3:{i:0;s:32:\"01929f2cfa0e72fcb502109f4121be9f\";i:1;s:32:\"018bb3ac75d5703bb7c9283b2b29b159\";i:2;s:32:\"018bb3ad4c67713b80bbb58c304861e7\";}s:11:\"propertyIds\";a:14:{i:0;s:32:\"0191d771708e729d979ac469780d815a\";i:1;s:32:\"019391920c5b72cdbaab6514232b1120\";i:2;s:32:\"043193bea1454a62b5c8ca430db00f10\";i:3;s:32:\"0d550b6a22784374b1b459b8af77d12c\";i:4;s:32:\"1963093dfb4c40609f3c104fdc6c8fc8\";i:5;s:32:\"319408d7e6694455a7f73b6ad7b93d93\";i:6;s:32:\"3f32f85a25f04e57aa770674d325e82b\";i:7;s:32:\"7ce5988b187d4e1d825e03a0c706c2be\";i:8;s:32:\"7ef9c0b3d3204724a45b7e3199193a9b\";i:9;s:32:\"a1eba3e691e440c49d1b8db26efaf865\";i:10;s:32:\"ba88720bbd624d0d9ee63dbd2821dbbc\";i:11;s:32:\"c9a394ca4a914e10ac76e40a2b02c6eb\";i:12;s:32:\"d9d2b354202646beacc4102778c348e2\";i:13;s:32:\"f11cbd94777f49dbb11493a8906c93c3\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"eb7fce9f80c6402fbb1ef70ca78bc3d5\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Farben METS\";s:6:\"option\";s:21:\"Oberfläche Glänzend\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"01977d1fdc3e759c8a3b38ce5f729919\";i:1;s:32:\"0197d47c87a772a48b7b2c85352e9174\";i:2;s:32:\"0197ef7da08071929ae76b9c61925369\";i:3;s:32:\"1aa3118b8752453fbd1f5848ff9a1850\";}s:8:\"parentId\";s:32:\"79bcf79015dd4b53a45df0dc8cfa0a3d\";s:5:\"stock\";i:4281;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:71:\"Sublistar® Metall-Anhänger, einseitige Vertiefung, div. Ausführungen\";s:11:\"\0*\0quantity\";i:10;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:1.65;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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:10;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:1.65;s:11:\"\0*\0quantity\";i:10;s:13:\"\0*\0totalPrice\";d:16.5;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;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:\"0191e1d5683970a49b856422a0b1b596\";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:\"2024-09-11 16:05:45.167000\";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-09-11 16:05:47.811000\";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:137;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:336401;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"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:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1407;s:6:\"height\";i:1407;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d578cde0cd37600c8504c21c2116f6f8\";}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:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:47.810000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=2400\";s:11:\"\0*\0fileName\";s:109:\"0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_\";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:4:{s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";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:\"0191e1d58bdc7175b28deb0fa6f2ce13\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.270000\";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:188;s:8:\"\0*\0width\";i:400;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__400x400.jpg\";s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=400\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa6f2ce13\";}s:32:\"0191e1d58bdc7175b28deb0fa7670764\";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:\"0191e1d58bdc7175b28deb0fa7670764\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:800;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__800x800.jpg\";s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=800\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa7670764\";}s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";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:\"0191e1d58bdc7175b28deb0fa8618a29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:1920;s:7:\"\0*\0path\";s:153:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__1920x1920.jpg\";s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:181:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=1920\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa8618a29\";}s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";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:\"0191e1d58bdc7175b28deb0fa939fff5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-11 16:05:54.271000\";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:188;s:8:\"\0*\0width\";i:280;s:7:\"\0*\0path\";s:151:\"thumbnail/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1__280x280.jpg\";s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:180:\"https://shop.printequipment.de/media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg?width=280\";s:10:\"\0*\0mediaId\";s:32:\"0191e1d5683970a49b856422a0b1b596\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191e1d58bdc7175b28deb0fa939fff5\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"018b383efa197284b2bff2989187eba8\";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:139:\"media/00/45/3d/1726070747/0191e1d5683970a49b856422a0b1b596d252Ff252F9252Ff252Fdf9fbb5b0f1cbc6bee48fe7e9a1139379ad99cdb_METS__web_03__1_.jpg\";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:\"0191e1d5683970a49b856422a0b1b596\";}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:4261;s:9:\"\0*\0weight\";d:0.029;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: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:10;s:14:\"\0*\0maxPurchase\";i:5000;s:16:\"\0*\0purchaseSteps\";i:10;}s:11:\"\0*\0modified\";b:0;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2026-07-16 14:17:05.993491\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"3b03e6862cb0ccbdaa5d9cd5cc3b950e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"019f4df09e157286ae1ac5fb63d95069\";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:\"0191e101149b7383ac99e6cf842e3e74\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191e101149b7383ac99e6cf842e3e74\";}s:11:\"\0*\0quantity\";i:10;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:1.65;s:11:\"\0*\0quantity\";i:10;s:13:\"\0*\0totalPrice\";d:16.5;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;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:\"0191e101149b7383ac99e6cf842e3e74\";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:\"2026-07-17 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:\"2026-07-19 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: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:30:\"country_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:\"018b383ef9b17377ac2234e12efed0e7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:11:\"Deutschland\";s:12:\"customFields\";a:0:{}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:\"2023-10-16 11:28:53.169000\";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:\"2026-03-23 12:22:49.372000\";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:11:\"Deutschland\";s:6:\"\0*\0iso\";s:2:\"DE\";s:11:\"\0*\0position\";i:1;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"DEU\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:1;s:15:\"\0*\0vatIdPattern\";s:13:\"(DE)?[0-9]{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{5}\";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\";N;s:5:\"\0*\0id\";s:32:\"018b383ef9b17377ac2234e12efed0e7\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";O:79:\"Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressEntity\":29:{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:39:\"customer_address_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191333d2f3d712dbe5938c706ff5b2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-08 19:13:00.842000\";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:\"2025-06-26 14:56:18.504000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:16:\"customer_address\";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:13:\"\0*\0customerId\";s:32:\"0191333d2f3d712dbe5938c70120a61c\";s:12:\"\0*\0countryId\";s:32:\"018b383ef9b17377ac2234e12efed0e7\";s:17:\"\0*\0countryStateId\";N;s:15:\"\0*\0salutationId\";s:32:\"018b383ef9b17377ac2234e12e2021dd\";s:12:\"\0*\0firstName\";s:7:\"Vorname\";s:11:\"\0*\0lastName\";s:8:\"Nachname\";s:10:\"\0*\0zipcode\";s:5:\"24941\";s:7:\"\0*\0city\";s:9:\"Flensburg\";s:10:\"\0*\0company\";s:14:\"Haibyte Design\";s:13:\"\0*\0department\";N;s:8:\"\0*\0title\";N;s:9:\"\0*\0street\";s:23:\"Graf-Zeppelin-Straße 8\";s:14:\"\0*\0phoneNumber\";s:13:\"0461 99874669\";s:25:\"\0*\0additionalAddressLine1\";s:15:\"Michael Kopacek\";s:25:\"\0*\0additionalAddressLine2\";N;s:10:\"\0*\0country\";r:697;s:15:\"\0*\0countryState\";N;s:13:\"\0*\0salutation\";O:48:\"Shopware\\Core\\System\\Salutation\\SalutationEntity\":19:{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:33:\"salutation_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:\"018b383ef9b17377ac2234e12e2021dd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:11:\"displayName\";s:12:\"Keine Angabe\";s:10:\"letterName\";s:1:\" \";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-10-16 11:28:53.169000\";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:10:\"salutation\";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:16:\"\0*\0salutationKey\";s:13:\"not_specified\";s:14:\"\0*\0displayName\";s:12:\"Keine Angabe\";s:13:\"\0*\0letterName\";s:1:\" \";s:15:\"\0*\0translations\";N;s:12:\"\0*\0customers\";N;s:20:\"\0*\0customerAddresses\";N;s:17:\"\0*\0orderCustomers\";N;s:17:\"\0*\0orderAddresses\";N;s:23:\"\0*\0newsletterRecipients\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018b383ef9b17377ac2234e12e2021dd\";}s:11:\"\0*\0customer\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191333d2f3d712dbe5938c706ff5b2b\";}}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:\"2026-07-17 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:\"2026-07-19 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:\"018b8a33048771f09756beabb6eb6d9b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:17:\"Versand per FedEx\";s:12:\"customFields\";a:0:{}s:11:\"description\";s:19:\"Versand bis 50 kg.
\";s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-11-01 09:34:08.128000\";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:\"2026-03-31 13:07:57.153000\";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:17:\"Versand per FedEx\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";s:19:\"Versand bis 50 kg.
\";s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"018b383efa0a73caa1606e98b78dd340\";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:\"018b383efa0a73caa1606e98b78dd340\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:8:\"1-3 Tage\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-10-16 11:28:53.000000\";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: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 Tage\";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:\"018b383efa0a73caa1606e98b78dd340\";}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:\"018da7bc2d3472ab85daa26649ea2539\";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:2:{s:32:\"018b8a3304957057aae1d8bbec3c2590\";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:\"018b8a3304957057aae1d8bbec3c2590\";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-11-01 09:34:08.128000\";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:\"2025-06-29 12:07:27.991000\";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:\"018b8a33048771f09756beabb6eb6d9b\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:200;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:8.7;s:8:\"\0*\0gross\";d:8.7;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:\"018b8a3304957057aae1d8bbec3c2590\";}s:32:\"018c5ed4bf497022b61e097d8c00dc2f\";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:\"018c5ed4bf497022b61e097d8c00dc2f\";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-12-12 16:21:01.700000\";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:\"2025-06-29 12:04:59.623000\";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:964;s:19:\"\0*\0shippingMethodId\";s:32:\"018b8a33048771f09756beabb6eb6d9b\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:200;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:\"018c5ed4bf497022b61e097d8c00dc2f\";}}}s:10:\"\0*\0mediaId\";s:32:\"0192af362d9a7ce880f6061fea5cc36d\";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\";s:17:\"versand_per_fedex\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018b8a33048771f09756beabb6eb6d9b\";}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:8.7;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:8.7;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:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:1.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:8.7;}}}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:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;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:29.99;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.99;s:18:\"\0*\0calculatedTaxes\";r:11;s:11:\"\0*\0taxRules\";r:19;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"018b383efa0970448102f7faa5a570f8\";}}}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:29:{i:0;s:32:\"018b383efa087371a544be365e061f00\";i:1;s:32:\"018b383efa0c72f1a4e84920c3398432\";i:2;s:32:\"018b383f08c2728aab2b0e834ffee999\";i:3;s:32:\"018b8a3304977020aeeb9fc0c554f931\";i:4;s:32:\"018b8a3304ca71bead6e7e75e32eb50c\";i:5;s:32:\"018da7bc2d3472ab85daa26649ea2539\";i:6;s:32:\"018da7bc2e61730a909df4eebb6919c6\";i:7;s:32:\"0190bc499a147098b1d8f36bd70c4f97\";i:8;s:32:\"01912da2fbb37096ad33bb0b21ab18f3\";i:9;s:32:\"0191333ea43e71d4b8427627074da6cb\";i:10;s:32:\"0191333ea56a73d78167e9e95f0d8053\";i:11;s:32:\"0191333ea573701192146e4c50b75e89\";i:12;s:32:\"0191333ea5797397b97967286a1055cf\";i:13;s:32:\"0196111c167671ec9699375200e01914\";i:14;s:32:\"01914576dc0b70909e05e554c3569463\";i:15;s:32:\"01921ff8e8747b94adb65d8fc2627b77\";i:16;s:32:\"019a5495b6f971aea228a67917d496f2\";i:17;s:32:\"01911e5220a5794f85577369ab984931\";i:18;s:32:\"018c25a7c9c570ebb69e3bf771a83dc2\";i:19;s:32:\"018c25b5fd76726a899ff7d7765532c1\";i:20;s:32:\"018c25baded473b9ab136fd45eae81c2\";i:21;s:32:\"018c25cf5e377161b02aa82933adda6d\";i:22;s:32:\"01911e3ad4b476cd8316c3ff2fc7a0f0\";i:23;s:32:\"01910e2cf13e73d0b2b0f4c5bd6e0433\";i:24;s:32:\"0199c91ec40472b99337e003742d9ea1\";i:25;s:32:\"018b383efa1a739287dc7c980bd548ce\";i:26;s:32:\"01921eb161d973fd9bcd9d2ec3e04604\";i:27;s:32:\"bf54529febf323ec7d27256b178207f5\";i:28;s:32:\"018fba22b9587324a84fb6ef299d114b\";}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:\"PY6qaqEcVAhc9wzZ8qh9wqAFHlWEYYeh\";s:40:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0states\";a:0:{}}' , `compressed` = 0 , `rule_ids` = '[\"018b383efa087371a544be365e061f00\",\"018b383efa0c72f1a4e84920c3398432\",\"018b383f08c2728aab2b0e834ffee999\",\"018b8a3304977020aeeb9fc0c554f931\",\"018b8a3304ca71bead6e7e75e32eb50c\",\"018da7bc2d3472ab85daa26649ea2539\",\"018da7bc2e61730a909df4eebb6919c6\",\"0190bc499a147098b1d8f36bd70c4f97\",\"01912da2fbb37096ad33bb0b21ab18f3\",\"0191333ea43e71d4b8427627074da6cb\",\"0191333ea56a73d78167e9e95f0d8053\",\"0191333ea573701192146e4c50b75e89\",\"0191333ea5797397b97967286a1055cf\",\"0196111c167671ec9699375200e01914\",\"01914576dc0b70909e05e554c3569463\",\"01921ff8e8747b94adb65d8fc2627b77\",\"019a5495b6f971aea228a67917d496f2\",\"01911e5220a5794f85577369ab984931\",\"018c25a7c9c570ebb69e3bf771a83dc2\",\"018c25b5fd76726a899ff7d7765532c1\",\"018c25baded473b9ab136fd45eae81c2\",\"018c25cf5e377161b02aa82933adda6d\",\"01911e3ad4b476cd8316c3ff2fc7a0f0\",\"01910e2cf13e73d0b2b0f4c5bd6e0433\",\"0199c91ec40472b99337e003742d9ea1\",\"018b383efa1a739287dc7c980bd548ce\",\"01921eb161d973fd9bcd9d2ec3e04604\",\"bf54529febf323ec7d27256b178207f5\",\"018fba22b9587324a84fb6ef299d114b\"]' , `updated_at` = '2026-07-16 14:17:06.010' ; ;
Copy
114
0.16 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
"BkZU82wfnbIyuz08pnfXvb0WjdUDTag9 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018B383F4CC971168C7D5095C3832D9D ) AND (token = 'BkZU82wfnbIyuz08pnfXvb0WjdUDTag9' ) LIMIT 1 ;
Copy
115
0.09 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x018B383F4CC971168C7D5095C3832D9D
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
116
0.14 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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.currencySymbol` . `id` as `sales_channel.currency.currencySymbol.id` , `sales_channel.currency.currencySymbol` . `currency_id` as `sales_channel.currency.currencySymbol.currencyId` , `sales_channel.currency.currencySymbol` . `use_currency_symbol` as `sales_channel.currency.currencySymbol.useCurrencySymbol` , `sales_channel.currency.currencySymbol` . `place_symbol_first` as `sales_channel.currency.currencySymbol.placeSymbolFirst` , `sales_channel.currency.currencySymbol` . `remove_whitespace` as `sales_channel.currency.currencySymbol.removeWhitespace` , `sales_channel.currency.currencySymbol` . `created_at` as `sales_channel.currency.currencySymbol.createdAt` , `sales_channel.currency.currencySymbol` . `updated_at` as `sales_channel.currency.currencySymbol.updatedAt` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . language_id = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN `templaid_currency_symbol` `sales_channel.currency.currencySymbol` ON `sales_channel.currency` . `id` = `sales_channel.currency.currencySymbol` . `currency_id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
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.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.currencySymbol` . `id` as `sales_channel.currency.currencySymbol.id` ,
`sales_channel.currency.currencySymbol` . `currency_id` as `sales_channel.currency.currencySymbol.currencyId` ,
`sales_channel.currency.currencySymbol` . `use_currency_symbol` as `sales_channel.currency.currencySymbol.useCurrencySymbol` ,
`sales_channel.currency.currencySymbol` . `place_symbol_first` as `sales_channel.currency.currencySymbol.placeSymbolFirst` ,
`sales_channel.currency.currencySymbol` . `remove_whitespace` as `sales_channel.currency.currencySymbol.removeWhitespace` ,
`sales_channel.currency.currencySymbol` . `created_at` as `sales_channel.currency.currencySymbol.createdAt` ,
`sales_channel.currency.currencySymbol` . `updated_at` as `sales_channel.currency.currencySymbol.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.languageId` ,
`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`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . currency_id ,
`sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . language_id = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN `templaid_currency_symbol` `sales_channel.currency.currencySymbol` ON `sales_channel.currency` . `id` = `sales_channel.currency.currencySymbol` . `currency_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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.currencySymbol` . `id` as `sales_channel.currency.currencySymbol.id` , `sales_channel.currency.currencySymbol` . `currency_id` as `sales_channel.currency.currencySymbol.currencyId` , `sales_channel.currency.currencySymbol` . `use_currency_symbol` as `sales_channel.currency.currencySymbol.useCurrencySymbol` , `sales_channel.currency.currencySymbol` . `place_symbol_first` as `sales_channel.currency.currencySymbol.placeSymbolFirst` , `sales_channel.currency.currencySymbol` . `remove_whitespace` as `sales_channel.currency.currencySymbol.removeWhitespace` , `sales_channel.currency.currencySymbol` . `created_at` as `sales_channel.currency.currencySymbol.createdAt` , `sales_channel.currency.currencySymbol` . `updated_at` as `sales_channel.currency.currencySymbol.updatedAt` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN `templaid_currency_symbol` `sales_channel.currency.currencySymbol` ON `sales_channel.currency` . `id` = `sales_channel.currency.currencySymbol` . `currency_id` WHERE `sales_channel` . `id` IN (0x018B383F4CC971168C7D5095C3832D9D );
Copy
117
0.08 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
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 (0x018B383F4CC971168C7D5095C3832D9D ));
Copy
118
0.09 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x018B383EF9B17377AC2234E12EFED0E7 );
Copy
119
0.09 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . language_id = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x01 –ø0ÇŠz\n
“¸¡å\x1F ÔŒi
"""
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0x0196F830C78A7A0A93B8A1E51FD48C69 );
Copy
120
0.08 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
121
0.10 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . language_id = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹8>ú\x0E r\x04 ®ÏÆ`ÙL>A "
b"\x01 ‹8>ú\x0E r\x04 ®ÏÆ`Ú8\x1E ’ "
b"\x01 ‹8?\f ¿rЪƒÂkA\x04\x12 & "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x018B383EFA0E7204AECFC660D94C3E41 , 0x018B383EFA0E7204AECFC660DA381E92 , 0x018B383F0CBF72D0AA83C26B41041226 ));
Copy
122
0.15 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . language_id = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x01 ‹8>ú\n
sÊ¡`n˜·\x1F í
"""
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x018B383EFA0A73CAA1606E98B71FADED );
Copy
123
0.13 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.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `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 `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `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` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . language_id = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ┤Uæ╬q2ü\x1D ËN¥■Øä "
]
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.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.languageId` ,
`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 `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `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`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `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.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `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 `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `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` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x0192B45591CE7132811DD34EBEFE9D84 );
Copy
124
0.08 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"\x01 ‹8>ù±sw¬"4á.þÐç "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018B383EF9B17377AC2234E12EFED0E7 ) LIMIT 1 ;
Copy
125
0.59 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
126
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"BkZU82wfnbIyuz08pnfXvb0WjdUDTag9 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'BkZU82wfnbIyuz08pnfXvb0WjdUDTag9' ;
Copy
127
1.36 ms
INSERT INTO `cbax_cross_selling_also_viewed`
(`id` , `product_id` , `related_product_id` , `viewed` , `created_at` )
VALUES (UNHEX ("019f6b49caef732e81bb8133c964bca3" ), ? , UNHEX ("0191e11a466b722d8ab6ded3df824b42" ), 1 , ? ), (UNHEX ("019f6b49caef732e81bb8133c9df8c08" ), UNHEX ("0191e11a466b722d8ab6ded3df824b42" ), ? , 1 , ? ), (UNHEX ("019f6b49caef732e81bb8133cac65d48" ), ? , UNHEX ("0191e11a466d72508b0267bc4ec0b265" ), 1 , ? ), (UNHEX ("019f6b49caef732e81bb8133cb1d7656" ), UNHEX ("0191e11a466d72508b0267bc4ec0b265" ), ? , 1 , ? ), (UNHEX ("019f6b49caef732e81bb8133cb5cc6a7" ), ? , UNHEX ("0191e11a46707304ae368488fa1028a8" ), 1 , ? ), (UNHEX ("019f6b49caef732e81bb8133cb6a94fe" ), UNHEX ("0191e11a46707304ae368488fa1028a8" ), ? , 1 , ? ) ON DUPLICATE KEY UPDATE viewed = viewed + 1 ;
Parameters :
[
b"\x01 ‘á\x1A Fqsè¡¿R}ÎÚ¿\x01 "
"2026-07-16 14:17:06.031 "
b"\x01 ‘á\x1A Fqsè¡¿R}ÎÚ¿\x01 "
"2026-07-16 14:17:06.031 "
b"\x01 ‘á\x1A Fqsè¡¿R}ÎÚ¿\x01 "
"2026-07-16 14:17:06.031 "
b"\x01 ‘á\x1A Fqsè¡¿R}ÎÚ¿\x01 "
"2026-07-16 14:17:06.031 "
b"\x01 ‘á\x1A Fqsè¡¿R}ÎÚ¿\x01 "
"2026-07-16 14:17:06.031 "
b"\x01 ‘á\x1A Fqsè¡¿R}ÎÚ¿\x01 "
"2026-07-16 14:17:06.031 "
]
INSERT INTO `cbax_cross_selling_also_viewed`
(`id` , `product_id` , `related_product_id` , `viewed` , `created_at` )
VALUES (UNHEX ("019f6b49caef732e81bb8133c964bca3" ), 0x0191E11A467173E8A1BF527DCEDABF01 , UNHEX ("0191e11a466b722d8ab6ded3df824b42" ), 1 , '2026-07-16 14:17:06.031' ), (UNHEX ("019f6b49caef732e81bb8133c9df8c08" ), UNHEX ("0191e11a466b722d8ab6ded3df824b42" ), 0x0191E11A467173E8A1BF527DCEDABF01 , 1 , '2026-07-16 14:17:06.031' ), (UNHEX ("019f6b49caef732e81bb8133cac65d48" ), 0x0191E11A467173E8A1BF527DCEDABF01 , UNHEX ("0191e11a466d72508b0267bc4ec0b265" ), 1 , '2026-07-16 14:17:06.031' ), (UNHEX ("019f6b49caef732e81bb8133cb1d7656" ), UNHEX ("0191e11a466d72508b0267bc4ec0b265" ), 0x0191E11A467173E8A1BF527DCEDABF01 , 1 , '2026-07-16 14:17:06.031' ), (UNHEX ("019f6b49caef732e81bb8133cb5cc6a7" ), 0x0191E11A467173E8A1BF527DCEDABF01 , UNHEX ("0191e11a46707304ae368488fa1028a8" ), 1 , '2026-07-16 14:17:06.031' ), (UNHEX ("019f6b49caef732e81bb8133cb6a94fe" ), UNHEX ("0191e11a46707304ae368488fa1028a8" ), 0x0191E11A467173E8A1BF527DCEDABF01 , 1 , '2026-07-16 14:17:06.031' ) ON DUPLICATE KEY UPDATE viewed = viewed + 1 ; ;
Copy
128
0.13 ms
SELECT `acris_cookie` . `id` as `acris_cookie.id` , `acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , COALESCE (`acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` ) as `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , COALESCE (`acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` ) as `acris_cookie.cookieGroup.description` , `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation.languageId` , `acris_cookie` . `cookie_id` as `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` as `acris_cookie.defaultValue` , `acris_cookie` . `script_position` as `acris_cookie.scriptPosition` , `acris_cookie` . `provider` as `acris_cookie.provider` , `acris_cookie` . `active` as `acris_cookie.active` , `acris_cookie` . `unknown` as `acris_cookie.unknown` , `acris_cookie` . `is_default` as `acris_cookie.isDefault` , `acris_cookie` . `created_at` as `acris_cookie.createdAt` , `acris_cookie` . `updated_at` as `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) as `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , COALESCE (`acris_cookie.translation.title` , `acris_cookie.translation.title` ) as `acris_cookie.title` , `acris_cookie.translation.description` , COALESCE (`acris_cookie.translation.description` , `acris_cookie.translation.description` ) as `acris_cookie.description` , `acris_cookie.translation.script` , COALESCE (`acris_cookie.translation.script` , `acris_cookie.translation.script` ) as `acris_cookie.script` , `acris_cookie.translation.createdAt` , `acris_cookie.translation.updatedAt` , `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . acris_cookie_id , `acris_cookie.translation` . title as `acris_cookie.translation.title` , `acris_cookie.translation` . description as `acris_cookie.translation.description` , `acris_cookie.translation` . script as `acris_cookie.translation.script` , `acris_cookie.translation` . created_at as `acris_cookie.translation.createdAt` , `acris_cookie.translation` . updated_at as `acris_cookie.translation.updatedAt` , `acris_cookie.translation` . acris_cookie_id as `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation` . language_id as `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . language_id = ? ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . acris_cookie_group_id , `acris_cookie.cookieGroup.translation` . title as `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . description as `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation` . created_at as `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation` . updated_at as `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation` . acris_cookie_group_id as `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation` . language_id as `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . language_id = ? ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`acris_cookie` . `id` as `acris_cookie.id` ,
`acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` ,
`acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` ,
`acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` ,
`acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` ,
`acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` ,
`acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` ,
`acris_cookie.cookieGroup.translation.title` ,
COALESCE (
`acris_cookie.cookieGroup.translation.title` ,
`acris_cookie.cookieGroup.translation.title`
) as `acris_cookie.cookieGroup.title` ,
`acris_cookie.cookieGroup.translation.description` ,
COALESCE (
`acris_cookie.cookieGroup.translation.description` ,
`acris_cookie.cookieGroup.translation.description`
) as `acris_cookie.cookieGroup.description` ,
`acris_cookie.cookieGroup.translation.createdAt` ,
`acris_cookie.cookieGroup.translation.updatedAt` ,
`acris_cookie.cookieGroup.translation.acrisCookieGroupId` ,
`acris_cookie.cookieGroup.translation.languageId` ,
`acris_cookie` . `cookie_id` as `acris_cookie.cookieId` ,
`acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` ,
`acris_cookie` . `default_value` as `acris_cookie.defaultValue` ,
`acris_cookie` . `script_position` as `acris_cookie.scriptPosition` ,
`acris_cookie` . `provider` as `acris_cookie.provider` ,
`acris_cookie` . `active` as `acris_cookie.active` ,
`acris_cookie` . `unknown` as `acris_cookie.unknown` ,
`acris_cookie` . `is_default` as `acris_cookie.isDefault` ,
`acris_cookie` . `created_at` as `acris_cookie.createdAt` ,
`acris_cookie` . `updated_at` as `acris_cookie.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`acris_cookie.salesChannels.mapping` . `sales_channel_id`
) SEPARATOR '||'
)
FROM
`acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE
`acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id`
) as `acris_cookie.salesChannels.id_mapping` ,
`acris_cookie.translation.title` ,
COALESCE (
`acris_cookie.translation.title` ,
`acris_cookie.translation.title`
) as `acris_cookie.title` ,
`acris_cookie.translation.description` ,
COALESCE (
`acris_cookie.translation.description` ,
`acris_cookie.translation.description`
) as `acris_cookie.description` ,
`acris_cookie.translation.script` ,
COALESCE (
`acris_cookie.translation.script` ,
`acris_cookie.translation.script`
) as `acris_cookie.script` ,
`acris_cookie.translation.createdAt` ,
`acris_cookie.translation.updatedAt` ,
`acris_cookie.translation.acrisCookieId` ,
`acris_cookie.translation.languageId`
FROM
`acris_cookie`
LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id`
LEFT JOIN (
SELECT
`acris_cookie.translation` . acris_cookie_id ,
`acris_cookie.translation` . title as `acris_cookie.translation.title` ,
`acris_cookie.translation` . description as `acris_cookie.translation.description` ,
`acris_cookie.translation` . script as `acris_cookie.translation.script` ,
`acris_cookie.translation` . created_at as `acris_cookie.translation.createdAt` ,
`acris_cookie.translation` . updated_at as `acris_cookie.translation.updatedAt` ,
`acris_cookie.translation` . acris_cookie_id as `acris_cookie.translation.acrisCookieId` ,
`acris_cookie.translation` . language_id as `acris_cookie.translation.languageId`
FROM
`acris_cookie_translation` `acris_cookie.translation`
WHERE
`acris_cookie.translation` . language_id = ?
) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id`
LEFT JOIN (
SELECT
`acris_cookie.cookieGroup.translation` . acris_cookie_group_id ,
`acris_cookie.cookieGroup.translation` . title as `acris_cookie.cookieGroup.translation.title` ,
`acris_cookie.cookieGroup.translation` . description as `acris_cookie.cookieGroup.translation.description` ,
`acris_cookie.cookieGroup.translation` . created_at as `acris_cookie.cookieGroup.translation.createdAt` ,
`acris_cookie.cookieGroup.translation` . updated_at as `acris_cookie.cookieGroup.translation.updatedAt` ,
`acris_cookie.cookieGroup.translation` . acris_cookie_group_id as `acris_cookie.cookieGroup.translation.acrisCookieGroupId` ,
`acris_cookie.cookieGroup.translation` . language_id as `acris_cookie.cookieGroup.translation.languageId`
FROM
`acris_cookie_group_translation` `acris_cookie.cookieGroup.translation`
WHERE
`acris_cookie.cookieGroup.translation` . language_id = ?
) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id`
Copy
SELECT `acris_cookie` . `id` as `acris_cookie.id` , `acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , COALESCE (`acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` ) as `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , COALESCE (`acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` ) as `acris_cookie.cookieGroup.description` , `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation.languageId` , `acris_cookie` . `cookie_id` as `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` as `acris_cookie.defaultValue` , `acris_cookie` . `script_position` as `acris_cookie.scriptPosition` , `acris_cookie` . `provider` as `acris_cookie.provider` , `acris_cookie` . `active` as `acris_cookie.active` , `acris_cookie` . `unknown` as `acris_cookie.unknown` , `acris_cookie` . `is_default` as `acris_cookie.isDefault` , `acris_cookie` . `created_at` as `acris_cookie.createdAt` , `acris_cookie` . `updated_at` as `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) as `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , COALESCE (`acris_cookie.translation.title` , `acris_cookie.translation.title` ) as `acris_cookie.title` , `acris_cookie.translation.description` , COALESCE (`acris_cookie.translation.description` , `acris_cookie.translation.description` ) as `acris_cookie.description` , `acris_cookie.translation.script` , COALESCE (`acris_cookie.translation.script` , `acris_cookie.translation.script` ) as `acris_cookie.script` , `acris_cookie.translation.createdAt` , `acris_cookie.translation.updatedAt` , `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . acris_cookie_id , `acris_cookie.translation` . title as `acris_cookie.translation.title` , `acris_cookie.translation` . description as `acris_cookie.translation.description` , `acris_cookie.translation` . script as `acris_cookie.translation.script` , `acris_cookie.translation` . created_at as `acris_cookie.translation.createdAt` , `acris_cookie.translation` . updated_at as `acris_cookie.translation.updatedAt` , `acris_cookie.translation` . acris_cookie_id as `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation` . language_id as `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . acris_cookie_group_id , `acris_cookie.cookieGroup.translation` . title as `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . description as `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation` . created_at as `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation` . updated_at as `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation` . acris_cookie_group_id as `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation` . language_id as `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id` ;
Copy
129
0.12 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"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ‘3=" sä¥=k\x06 ®£ûó "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ‘3=" sä¥=k\x06 ®£ûó "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ‘3=" sä¥=k\x06 ®£ûó "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
]
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 (0x018B383F4CC971168C7D5095C3832D9D , 0x0191333D222073E4A53D6B06AEA3FBF3 , 0x018B383F4CC971168C7D5095C3832D9D , 0x0191333D222073E4A53D6B06AEA3FBF3 , 0x018B383F4CC971168C7D5095C3832D9D , 0x0191333D222073E4A53D6B06AEA3FBF3 , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D , 0x018B383F4CC971168C7D5095C3832D9D );
Copy
130
0.15 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` = ? AND NOT (`app` . `cookies` IS NULL ))
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` = ?
AND NOT (`app` . `cookies` IS NULL )
)
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 AND NOT (`app` . `cookies` IS NULL ));
Copy
131
0.08 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `active` = ? AND `payment_method` . `handler_identifier` = ? )
Parameters :
[
true
"Swag\PayPal\Checkout\Payment\Method\GooglePayHandler "
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `active` = 1 AND `payment_method` . `handler_identifier` = 'Swag\\PayPal\\Checkout\\Payment\\Method\\GooglePayHandler' );
Copy
132
0.07 ms
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = ? ) LIMIT 1
Parameters :
[
"functional "
]
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = 'functional' ) LIMIT 1 ;
Copy
133
0.07 ms
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
"cookie.groupStatistical "
]
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = 'cookie.groupStatistical' );
Copy
134
0.06 ms
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
"cookie.groupMarketing "
]
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = 'cookie.groupMarketing' );
Copy
135
0.07 ms
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
"cookie.groupComfortFeatures "
]
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = 'cookie.groupComfortFeatures' );
Copy
136
0.07 ms
SELECT configuration_key , configuration_value FROM nosto_integration_config WHERE (sales_channel_id IS NULL ) AND (language_id IS NULL ) ORDER BY id ASC
SELECT configuration_key , configuration_value FROM nosto_integration_config WHERE (sales_channel_id IS NULL ) AND (language_id IS NULL ) ORDER BY id ASC ;
Copy
137
0.06 ms
SELECT configuration_key , configuration_value FROM nosto_integration_config WHERE (sales_channel_id = ? ) AND (language_id = ? ) ORDER BY id ASC
Parameters :
[
b"\x01 ï8?L╔q\x16 î}Pò├â-Ø "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT configuration_key , configuration_value FROM nosto_integration_config WHERE (sales_channel_id = 0x018B383F4CC971168C7D5095C3832D9D ) AND (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) ORDER BY id ASC ;
Copy
138
0.12 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"\x01 ‹8>ú\x08 sq¥D¾6^\x06\x1F\x00 "
b"\x01 ‹8>ú\f rñ¤èI Ã9„2 "
b"\x01 ‹8?\x08 ÂrŠ«+\x0E ƒOþé™ "
b"\x01 ‹Š3\x04 —p ®ëŸÀÅTù1 "
b"\x01 ‹Š3\x04 Êq¾n~uã.µ\f "
b"\x01 ìº╝-4r½à┌ófIÛ%9 "
b"""
\x01 ìº╝.as\n
ÉØ¶¯╗i\x19 ã
"""
b"\x01 É╝IÜ\x14 pÿ▒ϾkÎ\f Où "
b"\x01 ‘-¢û³p–3»\v !«\x18 ó "
b"\x01 ‘3>¤>qÔ¸Bv'\x07 M¦Ë "
b"\x01 æ3>ÑjsÎügÚÚ_\r ÇS "
b"\x01 ‘3>¥sp\x11 ’\x14 nLP·^‰ "
b"\x01 ‘3>¥ys—¹yg(j\x10 UÏ "
b"\x01 –\x11\x1C\x16 vqì–™7R\x00 à\x19\x14 "
b"\x01 æEv▄\v pÉ×\x05 ÕT├Vöc "
b"\x01 Æ\x1F °Þt{ö¡Â]Å┬b{w "
b"\x01 šT•¶ùq®¢(¦y\x17 Ô–ò "
b"\x01 ‘\x1E R ¥yO…Wsi«˜I1 "
b"\x01 Œ%§ÉÅpë¶ž;÷q¨= "
b"\x01 Œ%µývrj‰Ÿ÷×vU2Á "
b"\x01 î%║ÌÈs╣½\x13 oÈ^«ü┬ "
b"\x01 Œ%Ï^7qa°*¨)3Úm "
b"\x01 ‘\x1E :Ô´v̓\x16 Ãÿ/Ç ð "
b"\x01 ‘\x0E ,ñ>sв°ôŽn\x04 3 "
b"\x01 ™É\x1E Ä\x04 r¹“7à\x03 t-ž¡ "
b"\x01 ‹8>ú\x1A s’‡Ü|˜\v ÕHÎ "
b"\x01 Æ\x1E ▒a┘s²ø═Ø.├ÓF\x04 "
b"¿TRŸëó#ì}'%k\x17 ‚\x07 õ "
b"\x01 Å║"╣Xs$¿O´)Ø\x11 K "
]
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 (0x018B383EFA087371A544BE365E061F00 , 0x018B383EFA0C72F1A4E84920C3398432 , 0x018B383F08C2728AAB2B0E834FFEE999 , 0x018B8A3304977020AEEB9FC0C554F931 , 0x018B8A3304CA71BEAD6E7E75E32EB50C , 0x018DA7BC2D3472AB85DAA26649EA2539 , 0x018DA7BC2E61730A909DF4EEBB6919C6 , 0x0190BC499A147098B1D8F36BD70C4F97 , 0x01912DA2FBB37096AD33BB0B21AB18F3 , 0x0191333EA43E71D4B8427627074DA6CB , 0x0191333EA56A73D78167E9E95F0D8053 , 0x0191333EA573701192146E4C50B75E89 , 0x0191333EA5797397B97967286A1055CF , 0x0196111C167671EC9699375200E01914 , 0x01914576DC0B70909E05E554C3569463 , 0x01921FF8E8747B94ADB65D8FC2627B77 , 0x019A5495B6F971AEA228A67917D496F2 , 0x01911E5220A5794F85577369AB984931 , 0x018C25A7C9C570EBB69E3BF771A83DC2 , 0x018C25B5FD76726A899FF7D7765532C1 , 0x018C25BADED473B9AB136FD45EAE81C2 , 0x018C25CF5E377161B02AA82933ADDA6D , 0x01911E3AD4B476CD8316C3FF2FC7A0F0 , 0x01910E2CF13E73D0B2B0F4C5BD6E0433 , 0x0199C91EC40472B99337E003742D9EA1 , 0x018B383EFA1A739287DC7C980BD548CE , 0x01921EB161D973FD9BCD9D2EC3E04604 , 0xBF54529FEBF323EC7D27256B178207F5 , 0x018FBA22B9587324A84FB6EF299D114B );
Copy