Carrito
No hay más artículos en su carrito
Español
UYU $
Load Time | 4430 ms |
Querying Time | 106 ms |
Queries | 58 |
Memory Peak Usage | 121.8 Mb |
Included Files | 936 files - 12.28 Mb |
PrestaShop Cache | - Mb |
Global vars | 0.34 Mb |
PrestaShop Version | 8.1.0 |
PHP Version | 8.1.33 |
MySQL Version | 10.6.23-MariaDB |
Memory Limit | 512M |
Max Execution Time | 300s |
Smarty Cache | disabled |
Smarty Compilation | auto |
Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
---|---|---|---|---|
config | 0.006 ms | 0.006 ms | 3.23 Mb | 3.2 Mb |
__construct | 66.354 ms | 66.360 ms | 1.71 Mb | 6.5 Mb |
init | 886 ms | 953 ms | 47.53 Mb | 53.3 Mb |
checkAccess | 0.002 ms | 953 ms | - Mb | 53.3 Mb |
setMedia | 39.323 ms | 992 ms | 0.51 Mb | 53.3 Mb |
postProcess | 0.007 ms | 992 ms | - Mb | 53.3 Mb |
initHeader | 0.003 ms | 992 ms | - Mb | 53.3 Mb |
initContent | 1310 ms | 2303 ms | 53.09 Mb | 107.0 Mb |
initFooter | 0.001 ms | 2303 ms | - Mb | 107.0 Mb |
display | 2127 ms | 4430 ms | 13.59 Mb | 121.8 Mb |
Module | Time | Memory Usage |
---|---|---|
iqitthemeeditor | 5.451 ms | 0.09 Mb |
blockreassurance | 3.497 ms | 0.02 Mb |
ps_emailsubscription | 1.147 ms | 0.03 Mb |
ps_checkout | 40.694 ms | 0.52 Mb |
ps_accounts | 0.462 ms | - Mb |
ps_emailalerts | 0.849 ms | 0.03 Mb |
iqitadditionaltabs | 71.828 ms | 3.71 Mb |
revsliderprestashop | 4.355 ms | 0.06 Mb |
ps_shoppingcart | 0.181 ms | 0.01 Mb |
iqitcompare | 8.873 ms | 0.14 Mb |
iqitcontactpage | 1.469 ms | 0.03 Mb |
iqitcountdown | 3.099 ms | 0.01 Mb |
iqitelementor | 41.145 ms | 3.71 Mb |
iqitfreedeliverycount | 0.228 ms | 0.01 Mb |
iqitmegamenu | 96.726 ms | 1.03 Mb |
iqitpopup | 0.573 ms | 0.01 Mb |
iqitsizecharts | 4.582 ms | 0.68 Mb |
iqitextendedproduct | 140.965 ms | 1.53 Mb |
iqitsociallogin | 0.214 ms | 0.01 Mb |
whatsappchat | 31.651 ms | 0.24 Mb |
mercadopago | 1.307 ms | 0.08 Mb |
sendinblue | 0.690 ms | 0.01 Mb |
iqithtmlandbanners | 15.588 ms | 0.07 Mb |
iqitsearch | 1.453 ms | - Mb |
ps_customersignin | 0.159 ms | 0.01 Mb |
ps_mainmenu | 1.323 ms | 0.03 Mb |
ps_languageselector | 0.166 ms | 0.01 Mb |
ps_currencyselector | 0.150 ms | 0.01 Mb |
iqitproductsnav | 146.108 ms | 0.08 Mb |
iqitproducttags | 1.158 ms | 0.08 Mb |
iqitaddthisplugin | 1.111 ms | 0.02 Mb |
ps_categoryproducts | 1276 ms | 3.26 Mb |
iqitlinksmanager | 9.057 ms | 0.21 Mb |
ps_linklist | 1.642 ms | 0.03 Mb |
statsdata | 326.261 ms | 0.99 Mb |
35 module(s) | 2240 ms | 16.70 Mb |
# | Query | Time (ms) | Rows | Filesort | Group By | Location |
---|---|---|---|---|---|---|
31 | SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute, product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image, il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default, DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-10-11 00:00:00", INTERVAL 60 DAY)) > 0 AS new, product_shop.price AS orderprice FROM `bmcp_category_product` cp LEFT JOIN `bmcp_product` p ON p.`id_product` = cp.`id_product` INNER JOIN bmcp_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bmcp_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN bmcp_stock_available stock ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) LEFT JOIN `bmcp_category_lang` cl ON (product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `bmcp_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 2 AND pl.id_shop = 1 ) LEFT JOIN `bmcp_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1) LEFT JOIN `bmcp_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2) LEFT JOIN `bmcp_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer` WHERE product_shop.`id_shop` = 1 AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 17 |
48.277 ms | 2134 | Yes | /classes/Category.php:1059 | |
3 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `bmcp_hook` UNION SELECT `id_hook`, ha.`alias` as name FROM `bmcp_hook_alias` ha INNER JOIN `bmcp_hook` h ON ha.name = h.name |
6.862 ms | 0 | /classes/Hook.php:1242 | ||
0 | SELECT SQL_NO_CACHE * FROM bmcp_memcached_servers |
6.688 ms | 1 | /classes/cache/CacheMemcached.php:263 | ||
30 | SELECT SQL_NO_CACHE c.id_elementor FROM bmcp_iqit_elementor_product c LEFT JOIN bmcp_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 5653 AND s.id_shop = 1 LIMIT 1 |
2.944 ms | 1 | /modules/iqitelementor/src/IqitElementorProduct.php:74 | ||
15 | SELECT SQL_NO_CACHE * FROM bmcp_iqitadditionaltab t LEFT JOIN bmcp_iqitadditionaltab_lang tl ON (t.id_iqitadditionaltab = tl.id_iqitadditionaltab AND tl.id_lang = 2) INNER JOIN bmcp_iqitadditionaltab_shop iqitadditionaltab_shop ON (iqitadditionaltab_shop.id_iqitadditionaltab = t.id_iqitadditionaltab AND iqitadditionaltab_shop.id_shop = 1) WHERE (t.id_product = 0 OR t.id_product = 5653) AND t.`active` = 1 GROUP BY t.id_iqitadditionaltab ORDER BY t.`position` |
2.762 ms | 1 | Yes | Yes | /modules/iqitadditionaltabs/src/IqitAdditionalTab.php:118 |
25 | SELECT SQL_NO_CACHE * FROM `bmcp_cart_rule` cr LEFT JOIN `bmcp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
2.073 ms | 1 | /classes/CartRule.php:418 | ||
1 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `bmcp_hook` |
2.069 ms | 1102 | /classes/Hook.php:1242 | ||
22 | SELECT SQL_NO_CACHE * FROM `bmcp_cart_rule` cr LEFT JOIN `bmcp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
2.019 ms | 1 | /classes/CartRule.php:418 | ||
14 | SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute, DATEDIFF( p.`date_add`, DATE_SUB( "2025-10-11 00:00:00", INTERVAL 60 DAY ) ) > 0 AS new FROM `bmcp_accessory` LEFT JOIN `bmcp_product` p ON p.`id_product` = `id_product_2` INNER JOIN bmcp_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bmcp_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `bmcp_product_lang` pl ON ( p.`id_product` = pl.`id_product` AND pl.`id_lang` = 2 AND pl.id_shop = 1 ) LEFT JOIN `bmcp_category_lang` cl ON ( product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `bmcp_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1) LEFT JOIN `bmcp_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2) LEFT JOIN `bmcp_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`) LEFT JOIN bmcp_stock_available stock ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) WHERE `id_product_1` = 5653 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none' GROUP BY product_shop.id_product |
1.495 ms | 1 | Yes | /classes/Product.php:4661 | |
6 | SELECT SQL_NO_CACHE out_of_stock FROM `bmcp_stock_available` WHERE (id_product = 5653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.402 ms | 1 | /classes/stock/StockAvailable.php:778 | ||
4 | SELECT SQL_NO_CACHE COUNT(p.id_product) FROM `bmcp_product` p INNER JOIN bmcp_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE p.id_product = 5653 AND DATEDIFF("2025-10-11 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
1.374 ms | 1 | /classes/Product.php:1725 | ||
56 | INSERT INTO `bmcp_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('30490715', '5400', '3628718220', '', '1', '1', '2025-10-11 19:54:36') |
1.271 ms | 1 | /classes/ObjectModel.php:621 | ||
12 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 216, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bmcp_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 2) AND `id_country` IN (0, 216) AND `id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-10-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-11 00:00:00' <= `to`) ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
1.232 ms | 5 | Yes | /classes/SpecificPrice.php:656 | |
23 | SELECT SQL_NO_CACHE * FROM bmcp_revslider_sliders |
1.161 ms | 2 | /modules/revsliderprestashop/includes/revslider_db.class.php:214 | ||
53 | INSERT INTO `bmcp_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
1.075 ms | 1 | /classes/ObjectModel.php:621 | ||
17 | SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later` FROM `bmcp_product_attribute` pa INNER JOIN bmcp_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN bmcp_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) LEFT JOIN `bmcp_product_attribute_lang` pal ON ( pa.`id_product_attribute` = pal.`id_product_attribute` AND pal.`id_lang` = 2) LEFT JOIN `bmcp_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`) LEFT JOIN `bmcp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`) LEFT JOIN `bmcp_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`) LEFT JOIN `bmcp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`) LEFT JOIN `bmcp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`) INNER JOIN bmcp_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) WHERE pa.`id_product` = 5653 AND al.`id_lang` = 2 AND agl.`id_lang` = 2 GROUP BY id_attribute_group, id_product_attribute ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1.046 ms | 1 | Yes | Yes | /classes/Product.php:4571 |
20 | SELECT SQL_NO_CACHE * FROM `bmcp_cart_rule` cr LEFT JOIN `bmcp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND free_shipping = 1 AND carrier_restriction = 1 |
1.042 ms | 84 | /classes/CartRule.php:418 | ||
29 | SELECT SQL_NO_CACHE id_iqitsizechart FROM bmcp_iqitsizechart_product WHERE id_product = 5653 LIMIT 1 |
0.903 ms | 1 | /modules/iqitsizecharts/src/IqitSizeCharts.php:363 | ||
52 | SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-10-11 00:00:00', INTERVAL 60 DAY ) ) > 0) as new FROM bmcp_product p LEFT JOIN bmcp_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 2 LEFT JOIN bmcp_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = 0 AND sa.id_shop = 1 LEFT JOIN bmcp_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = 1 WHERE p.id_product IN (5429) |
0.831 ms | 1 | /classes/ProductAssembler.php:64 | ||
16 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5653 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5653 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.824 ms | 0 | /classes/Cart.php:1410 | ||
51 | SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-10-11 00:00:00', INTERVAL 60 DAY ) ) > 0) as new FROM bmcp_product p LEFT JOIN bmcp_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 2 LEFT JOIN bmcp_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = 0 AND sa.id_shop = 1 LEFT JOIN bmcp_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = 1 WHERE p.id_product IN (5382) |
0.805 ms | 1 | /classes/ProductAssembler.php:64 | ||
57 | INSERT INTO `bmcp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('11926', '', 'be-eme.com/inicio/5653-maceta-simil-madera-vison-20cm.html', '', '2025-10-11 19:54:36') |
0.790 ms | 1 | /classes/ObjectModel.php:621 | ||
50 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5609 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5609 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.762 ms | 0 | /classes/Cart.php:1410 | ||
32 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5404 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5404 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.761 ms | 0 | /classes/Cart.php:1410 | ||
44 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 3729 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 3729 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.737 ms | 0 | /classes/Cart.php:1410 | ||
21 | SELECT SQL_NO_CACHE 1 FROM `bmcp_cart_rule` WHERE ((date_to >= "2025-10-11 00:00:00" AND date_to <= "2025-10-11 23:59:59") OR (date_from >= "2025-10-11 00:00:00" AND date_from <= "2025-10-11 23:59:59") OR (date_from < "2025-10-11 00:00:00" AND date_to > "2025-10-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.707 ms | 87 | /classes/CartRule.php:357 | ||
36 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5429 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5429 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.665 ms | 0 | /classes/Cart.php:1410 | ||
45 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5419 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5419 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.639 ms | 0 | /classes/Cart.php:1410 | ||
37 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 3768 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 3768 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.600 ms | 0 | /classes/Cart.php:1410 | ||
19 | SELECT SQL_NO_CACHE 1 FROM `bmcp_cart_rule` WHERE ((date_to >= "2025-10-11 00:00:00" AND date_to <= "2025-10-11 23:59:59") OR (date_from >= "2025-10-11 00:00:00" AND date_from <= "2025-10-11 23:59:59") OR (date_from < "2025-10-11 00:00:00" AND date_to > "2025-10-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.599 ms | 87 | /classes/CartRule.php:357 | ||
13 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn` FROM `bmcp_attribute` a LEFT JOIN `bmcp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) LEFT JOIN `bmcp_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `bmcp_product_attribute_combination` pac ON (a.`id_attribute` = pac.`id_attribute`) LEFT JOIN `bmcp_product_attribute` pa ON (pac.`id_product_attribute` = pa.`id_product_attribute`) INNER JOIN bmcp_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) INNER JOIN bmcp_attribute_shop attribute_shop ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1) WHERE pa.`id_product` = 5653 |
0.598 ms | 1 | /classes/Product.php:7496 | ||
46 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 2142 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 2142 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.570 ms | 0 | /classes/Cart.php:1410 | ||
34 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5585 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5585 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.556 ms | 0 | /classes/Cart.php:1410 | ||
35 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5136 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5136 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.514 ms | 0 | /classes/Cart.php:1410 | ||
18 | SELECT SQL_NO_CACHE 1 FROM bmcp_cart_product cp INNER JOIN bmcp_product p ON (p.id_product = cp.id_product) INNER JOIN bmcp_product_shop ps ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.509 ms | 1 | /classes/Cart.php:4191 | ||
24 | SELECT SQL_NO_CACHE * FROM `bmcp_cart_rule` cr LEFT JOIN `bmcp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.506 ms | 1 | /classes/CartRule.php:418 | ||
41 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5244 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5244 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.488 ms | 0 | /classes/Cart.php:1410 | ||
39 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5479 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5479 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.485 ms | 0 | /classes/Cart.php:1410 | ||
48 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5551 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5551 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.481 ms | 0 | /classes/Cart.php:1410 | ||
38 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5201 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5201 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.474 ms | 0 | /classes/Cart.php:1410 | ||
42 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 2263 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 2263 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.474 ms | 0 | /classes/Cart.php:1410 | ||
33 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 5382 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 5382 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.467 ms | 0 | /classes/Cart.php:1410 | ||
40 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 4416 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 4416 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.463 ms | 0 | /classes/Cart.php:1410 | ||
47 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 2347 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 2347 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.459 ms | 0 | /classes/Cart.php:1410 | ||
27 | SELECT SQL_NO_CACHE id_threesixty FROM bmcp_iqit_threesixty WHERE id_product = 5653 LIMIT 1 |
0.458 ms | 1 | /modules/iqitextendedproduct/src/IqitThreeSixty.php:73 | ||
11 | SELECT SQL_NO_CACHE ctg.`id_group` FROM `bmcp_category_product` cp INNER JOIN `bmcp_category_group` ctg ON (ctg.`id_category` = cp.`id_category`) WHERE cp.`id_product` = 5653 AND ctg.`id_group` = 1 LIMIT 1 |
0.421 ms | 2 | /classes/Product.php:6673 | ||
26 | SELECT SQL_NO_CACHE position FROM `bmcp_category_product` WHERE id_category = 2 AND id_product = 5653 LIMIT 1 |
0.418 ms | 1 | /modules/iqitproductsnav/iqitproductsnav.php:145 | ||
49 | SELECT SQL_NO_CACHE * FROM `bmcp_product` a LEFT JOIN `bmcp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2 LEFT JOIN `bmcp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 5609) AND (b.`id_shop` = 1) LIMIT 1 |
0.403 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
43 | SELECT SQL_NO_CACHE * FROM `bmcp_product` a LEFT JOIN `bmcp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2 LEFT JOIN `bmcp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 3729) AND (b.`id_shop` = 1) LIMIT 1 |
0.392 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
54 | SELECT SQL_NO_CACHE `id_guest` FROM `bmcp_connections` WHERE `id_guest` = 30490715 AND `date_add` > '2025-10-11 19:24:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 |
0.373 ms | 1 | Yes | /classes/Connection.php:168 | |
2 | SELECT SQL_NO_CACHE * FROM `bmcp_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.365 ms | 1 | /classes/module/Module.php:2015 | ||
28 | SELECT SQL_NO_CACHE id_productvideo FROM bmcp_iqit_productvideo WHERE id_product = 5653 LIMIT 1 |
0.350 ms | 1 | /modules/iqitextendedproduct/src/IqitProductVideo.php:73 | ||
9 | SELECT SQL_NO_CACHE pa.id_product_attribute FROM `bmcp_product_attribute` pa INNER JOIN bmcp_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE pa.`id_product` = 5653 |
0.339 ms | 1 | /classes/Product.php:7429 | ||
5 | SELECT SQL_NO_CACHE t.`id_lang`, t.`name` FROM bmcp_tag t LEFT JOIN bmcp_product_tag pt ON (pt.id_tag = t.id_tag) WHERE pt.`id_product`=5653 |
0.277 ms | 1 | /classes/Tag.php:244 | ||
55 | SELECT SQL_NO_CACHE `id_page` FROM `bmcp_page` WHERE `id_page_type` = 2 AND `id_object` = 5653 LIMIT 1 |
0.238 ms | 1 | /classes/Page.php:83 | ||
10 | SELECT SQL_NO_CACHE id_shop FROM `bmcp_product_shop` WHERE `id_product` = 5653 AND id_shop = 1 LIMIT 1 |
0.203 ms | 1 | /classes/ObjectModel.php:1728 | ||
7 | SELECT SQL_NO_CACHE depends_on_stock FROM `bmcp_stock_available` WHERE (id_product = 5653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196 ms | 1 | /classes/stock/StockAvailable.php:753 | ||
8 | SELECT SQL_NO_CACHE location FROM `bmcp_stock_available` WHERE (id_product = 5653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165 ms | 1 | /classes/stock/StockAvailable.php:806 |
18 queries |
SELECT COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity, COALESCE(SUM(first_level_quantity), XX) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity FROM `bmcp_cart_product` cp WHERE cp.`id_product_attribute` = XX AND cp.`id_customization` = XX AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `bmcp_cart_product` cp JOIN `bmcp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `bmcp_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = XX AND cp.`id_customization` = XX AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR ( pr.`pack_stock_type` = XX AND XX = XX ))) as q LIMIT XX |
3 queries |
SELECT SQL_NO_CACHE * FROM `bmcp_cart_rule` cr LEFT JOIN `bmcp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE ((cr.`id_customer` = XX OR (cr.`id_customer` = XX AND (cr.`highlight` = XX OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = XX AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%" |
2 queries |
SELECT XX FROM `bmcp_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX |
2 queries |
SELECT * FROM `bmcp_product` a LEFT JOIN `bmcp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX LEFT JOIN `bmcp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX |
2 queries |
SELECT p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, XX) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( 'XX-XX-XX XX:XX:XX', INTERVAL XX DAY ) ) > XX) as new FROM bmcp_product p LEFT JOIN bmcp_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = XX AND pl.id_lang = XX LEFT JOIN bmcp_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = XX AND sa.id_shop = XX LEFT JOIN bmcp_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = XX WHERE p.id_product IN (XX) |
37 cart_product |
26 product |
18 pack |
9 product_shop |
8 stock_available |
6 product_lang |
6 cart_rule |
5 product_attribute_shop |
4 cart_rule_lang |
3 hook |
3 product_attribute |
3 category_product |
2 attribute |
2 attribute_lang |
2 attribute_group_lang |
2 product_attribute_combination |
2 attribute_shop |
2 category_lang |
2 image_shop |
2 image_lang |
2 manufacturer |
1 memcached_servers |
1 hook_module_exceptions |
1 hook_alias |
1 tag |
1 product_tag |
1 category_group |
1 specific_price |
1 accessory |
1 iqitadditionaltab |
1 iqitadditionaltab_lang |
1 iqitadditionaltab_shop |
1 product_attribute_lang |
1 attribute_group |
1 revslider_sliders |
1 iqit_threesixty |
1 iqit_productvideo |
1 iqitsizechart_product |
1 iqit_elementor_product |
1 iqit_elementor_product_shop |
1 connections |
1 page |
Name | Instances | Source |
---|---|---|
Product | 58 |
/controllers/front/ProductController.php:146 (__construct) [id: 5653]
/classes/Link.php:113 (__construct) [id: 5653] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5653] /classes/Meta.php:354 (__construct) [id: 5653] /classes/Link.php:113 (__construct) [id: 5653] /classes/Link.php:113 (__construct) [id: 5653] /classes/Link.php:113 (__construct) [id: 5653] /classes/Link.php:113 (__construct) [id: 198] /classes/Link.php:113 (__construct) [id: 5653] /classes/Link.php:113 (__construct) [id: 5404] /classes/Link.php:113 (__construct) [id: 5382] /classes/Link.php:113 (__construct) [id: 5585] /classes/Link.php:113 (__construct) [id: 5136] /classes/Link.php:113 (__construct) [id: 5429] /classes/Link.php:113 (__construct) [id: 3768] /classes/Link.php:113 (__construct) [id: 5201] /classes/Link.php:113 (__construct) [id: 5479] /classes/Link.php:113 (__construct) [id: 4416] /classes/Link.php:113 (__construct) [id: 5244] /classes/Link.php:113 (__construct) [id: 2263] /classes/Link.php:113 (__construct) [id: 3729] /classes/Link.php:113 (__construct) [id: 5419] /classes/Link.php:113 (__construct) [id: 2142] /classes/Link.php:113 (__construct) [id: 2347] /classes/Link.php:113 (__construct) [id: 5551] /classes/Link.php:113 (__construct) [id: 5609] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5404] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5382] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5585] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5136] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5429] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 3768] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5201] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5479] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 4416] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5244] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 2263] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 3729] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5419] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 2142] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 2347] /src/Adapter/Image/ImageRetriever.php:74 (__construct) [id: 5551] /classes/Link.php:113 (__construct) [id: 5404] /classes/Link.php:113 (__construct) [id: 5382] /classes/Link.php:113 (__construct) [id: 5585] /classes/Link.php:113 (__construct) [id: 5136] /classes/Link.php:113 (__construct) [id: 5429] /classes/Link.php:113 (__construct) [id: 3768] /classes/Link.php:113 (__construct) [id: 5201] /classes/Link.php:113 (__construct) [id: 5479] /classes/Link.php:113 (__construct) [id: 4416] /classes/Link.php:113 (__construct) [id: 5244] /classes/Link.php:113 (__construct) [id: 2263] /classes/Link.php:113 (__construct) [id: 3729] /classes/Link.php:113 (__construct) [id: 5419] /classes/Link.php:113 (__construct) [id: 2142] /classes/Link.php:113 (__construct) [id: 2347] /classes/Link.php:113 (__construct) [id: 5551] |
Category | 58 |
/controllers/front/ProductController.php:303 (__construct) [id: 2]
/controllers/front/ProductController.php:1332 (__construct) [id: 2] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 11] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 28] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 29] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 30] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 31] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 32] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 33] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 39] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 40] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 50] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 58] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 61] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 64] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 65] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 67] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 68] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 71] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 91] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 93] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 94] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 107] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 12] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 41] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 42] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 51] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 69] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 24] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 84] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 85] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 86] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 87] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 88] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 26] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 116] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 16] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 36] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 48] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 53] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 54] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 55] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 62] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 14] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 80] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 90] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 95] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 108] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 109] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 18] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 45] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 46] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 47] /modules/iqitmegamenu/iqitmegamenu.php:3484 (__construct) [id: 13] /modules/iqitmegamenu/iqitmegamenu.php:3275 (__construct) [id: 56] /modules/ps_categoryproducts/ps_categoryproducts.php:238 (__construct) [id: 2] /modules/ps_categoryproducts/ps_categoryproducts.php:266 (__construct) [id: 2] |
Address | 25 |
/classes/Product.php:741 (__construct) [id: ]
/classes/Product.php:6828 (initialize) [id: ] /classes/Product.php:3794 (__construct) [id: ] /controllers/front/ProductController.php:588 (__construct) [id: 0] /classes/Product.php:5897 (__construct) [id: ] /classes/shop/Shop.php:486 (__construct) [id: ] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0] |
Country | 23 |
/config/config.inc.php:146 (__construct) [id: 216]
/classes/controller/FrontController.php:350 (__construct) [id: 216] /classes/AddressFormat.php:404 (__construct) [id: 216] /classes/controller/FrontController.php:1722 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] /modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 216] |
WhatsappChatBlockAgent | 20 |
/modules/whatsappchat/whatsappchat.php:290 (__construct) [id: ]
/modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:550 (__construct) [id: ] |
Customer | 20 |
/config/config.inc.php:264 (__construct) [id: ]
/modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] /modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0] |
WhatsappChatBlock | 19 |
/modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ]
/modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] /modules/whatsappchat/whatsappchat.php:549 (__construct) [id: ] |
CMS | 6 |
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 1]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 3] /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 4] /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 5] /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 7] /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 8] |
Currency | 4 |
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1] /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2] /classes/Tools.php:687 (getCurrencyInstance) [id: 2] |
State | 2 |
/classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1721 (__construct) [id: 0] |
Hook | 2 |
/modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php:31 (__construct) [id: 1051]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct) [id: 45] |
Manufacturer | 2 |
/controllers/front/ProductController.php:437 (__construct) [id: 0]
/classes/Link.php:657 (__construct) [id: ] |
Cart | 2 |
/classes/controller/FrontController.php:427 (__construct) [id: ]
/classes/controller/FrontController.php:497 (__construct) [id: ] |
Language | 2 |
/config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:559 (__construct) [id: 2] |
IqitProductVideo | 1 |
/modules/iqitextendedproduct/iqitextendedproduct.php:333 (__construct) [id: ]
|
IqitLinkBlock | 1 |
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct) [id: 1]
|
Guest | 1 |
/modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
|
Connection | 1 |
/modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
|
Tax | 1 |
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
|
Shop | 1 |
/config/config.inc.php:117 (initialize) [id: 1]
|
AddressFormat | 1 |
/classes/controller/FrontController.php:1716 (generateAddress) [id: ]
|
IqitThreeSixty | 1 |
/modules/iqitextendedproduct/iqitextendedproduct.php:321 (__construct) [id: ]
|
IqitHtmlAndBanner | 1 |
/modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:219 (__construct) [id: 1]
|
Risk | 1 |
/classes/controller/FrontController.php:1649 (__construct) [id: ]
|
Gender | 1 |
/classes/controller/FrontController.php:1646 (__construct) [id: 0]
|
Group | 1 |
/classes/Cart.php:249 (getCurrent) [id: 1]
|
ShopGroup | 1 |
/classes/shop/Shop.php:561 (__construct) [id: 1]
|
ConnectionsSource | 1 |
/modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]
|
# | Filename |
---|---|
0 | /index.php |
1 | /config/config.inc.php |
2 | /config/defines.inc.php |
3 | /config/autoload.php |
4 | /vendor/autoload.php |
5 | /vendor/composer/autoload_real.php |
6 | /vendor/composer/platform_check.php |
7 | /vendor/composer/ClassLoader.php |
8 | /vendor/composer/include_paths.php |
9 | /vendor/composer/autoload_static.php |
10 | /vendor/symfony/polyfill-php72/bootstrap.php |
11 | /vendor/symfony/polyfill-mbstring/bootstrap.php |
12 | /vendor/symfony/polyfill-mbstring/bootstrap80.php |
13 | /vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
14 | /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php |
15 | /vendor/symfony/polyfill-intl-idn/bootstrap.php |
16 | /vendor/symfony/deprecation-contracts/function.php |
17 | /vendor/ralouphie/getallheaders/src/getallheaders.php |
18 | /vendor/symfony/polyfill-ctype/bootstrap.php |
19 | /vendor/symfony/polyfill-ctype/bootstrap80.php |
20 | /vendor/symfony/polyfill-php80/bootstrap.php |
21 | /vendor/guzzlehttp/promises/src/functions_include.php |
22 | /vendor/guzzlehttp/promises/src/functions.php |
23 | /vendor/guzzlehttp/guzzle/src/functions_include.php |
24 | /vendor/guzzlehttp/guzzle/src/functions.php |
25 | /vendor/symfony/polyfill-iconv/bootstrap.php |
26 | /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
27 | /vendor/jakeasmith/http_build_url/src/http_build_url.php |
28 | /vendor/lcobucci/jwt/compat/class-aliases.php |
29 | /vendor/lcobucci/jwt/src/Token.php |
30 | /vendor/lcobucci/jwt/src/Signature.php |
31 | /vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
32 | /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
33 | /vendor/swiftmailer/swiftmailer/lib/swift_required.php |
34 | /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php |
35 | /vendor/symfony/polyfill-intl-icu/bootstrap.php |
36 | /vendor/symfony/polyfill-php73/bootstrap.php |
37 | /vendor/symfony/polyfill-php81/bootstrap.php |
38 | /vendor/api-platform/core/src/deprecation.php |
39 | /vendor/api-platform/core/src/Api/FilterInterface.php |
40 | /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php |
41 | /vendor/api-platform/core/src/deprecated_interfaces.php |
42 | /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php |
43 | /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php |
44 | /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php |
45 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php |
46 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php |
47 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php |
48 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php |
49 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php |
50 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php |
51 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php |
52 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php |
53 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php |
54 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php |
55 | /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php |
56 | /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php |
57 | /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php |
58 | /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php |
59 | /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php |
60 | /vendor/api-platform/core/src/Exception/ExceptionInterface.php |
61 | /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php |
62 | /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php |
63 | /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php |
64 | /vendor/api-platform/core/src/Documentation/DocumentationInterface.php |
65 | /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php |
66 | /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php |
67 | /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php |
68 | /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php |
69 | /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php |
70 | /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php |
71 | /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php |
72 | /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php |
73 | /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php |
74 | /vendor/api-platform/core/src/Validator/ValidatorInterface.php |
75 | /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php |
76 | /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php |
77 | /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php |
78 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php |
79 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php |
80 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php |
81 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php |
82 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php |
83 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php |
84 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php |
85 | /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php |
86 | /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php |
87 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php |
88 | /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php |
89 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php |
90 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php |
91 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php |
92 | /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php |
93 | /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php |
94 | /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php |
95 | /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php |
96 | /vendor/psr/container/src/ContainerInterface.php |
97 | /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php |
98 | /vendor/ircmaxell/password-compat/lib/password.php |
99 | /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php |
100 | /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php |
101 | /src/Core/Version.php |
102 | /config/alias.php |
103 | /vendor/prestashop/autoload/src/PrestashopAutoload.php |
104 | /vendor/prestashop/autoload/src/LegacyClassLoader.php |
105 | /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php |
106 | /vendor/prestashop/autoload/src/Autoloader.php |
107 | /var/cache/prod/class_index.php |
108 | /config/bootstrap.php |
109 | /src/Core/ContainerBuilder.php |
110 | /src/Core/Foundation/IoC/Container.php |
111 | /src/Adapter/ServiceLocator.php |
112 | /var/cache/prod/appParameters.php |
115 | /classes/controller/Controller.php |
117 | /classes/ObjectModel.php |
118 | /src/Core/Foundation/Database/EntityInterface.php |
120 | /classes/db/Db.php |
122 | /classes/Hook.php |
124 | /classes/module/Module.php |
125 | /src/Core/Module/Legacy/ModuleInterface.php |
127 | /classes/Tools.php |
128 | /classes/Context.php |
129 | /classes/shop/Shop.php |
130 | /src/Core/Security/PasswordGenerator.php |
131 | /classes/db/DbPDO.php |
132 | /classes/AddressFormat.php |
133 | /classes/cache/Cache.php |
134 | /classes/cache/CacheMemcached.php |
135 | /config/db_slave_server.inc.php |
136 | /src/Core/Security/Hashing.php |
137 | /classes/Configuration.php |
138 | /classes/Validate.php |
139 | /src/Adapter/EntityMapper.php |
140 | /classes/db/DbQuery.php |
141 | /src/Core/Addon/Theme/ThemeManagerBuilder.php |
142 | /vendor/psr/log/Psr/Log/NullLogger.php |
143 | /vendor/psr/log/Psr/Log/AbstractLogger.php |
144 | /vendor/psr/log/Psr/Log/LoggerInterface.php |
145 | /src/Adapter/Configuration.php |
146 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php |
147 | /src/Core/Domain/Configuration/ShopConfigurationInterface.php |
148 | /src/Core/ConfigurationInterface.php |
149 | /src/Core/Addon/Theme/ThemeRepository.php |
150 | /src/Core/Addon/AddonRepositoryInterface.php |
151 | /src/Core/Domain/Shop/ValueObject/ShopConstraint.php |
152 | /src/Core/Addon/Theme/Theme.php |
153 | /src/Core/Addon/AddonInterface.php |
154 | /src/Core/Util/ArrayFinder.php |
155 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php |
156 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php |
157 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php |
158 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php |
159 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php |
160 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php |
161 | /config/defines_uri.inc.php |
162 | /classes/Language.php |
163 | /src/Core/Language/LanguageInterface.php |
164 | /classes/Country.php |
165 | /classes/PrestaShopCollection.php |
166 | /classes/shop/ShopGroup.php |
167 | /classes/Cookie.php |
168 | /classes/PhpEncryption.php |
169 | /classes/PhpEncryptionEngine.php |
170 | /vendor/defuse/php-encryption/src/Key.php |
171 | /vendor/defuse/php-encryption/src/Encoding.php |
172 | /vendor/defuse/php-encryption/src/Core.php |
173 | /src/Core/Session/SessionHandler.php |
174 | /src/Core/Session/SessionHandlerInterface.php |
175 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php |
176 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
177 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php |
178 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php |
179 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
180 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php |
181 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php |
182 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
183 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php |
184 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
185 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
186 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php |
187 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php |
188 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
189 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
190 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
191 | /config/smarty.config.inc.php |
192 | /vendor/smarty/smarty/libs/Smarty.class.php |
193 | /vendor/smarty/smarty/libs/functions.php |
194 | /vendor/smarty/smarty/libs/Autoloader.php |
195 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
196 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
197 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
198 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
199 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
200 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
201 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
202 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
203 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
204 | /config/smartyfront.config.inc.php |
205 | /classes/Smarty/SmartyResourceModule.php |
206 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
207 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
208 | /classes/Smarty/SmartyResourceParent.php |
209 | /classes/Smarty/SmartyLazyRegister.php |
210 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
211 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
212 | /classes/Customer.php |
213 | /classes/Group.php |
214 | /classes/Link.php |
215 | /classes/shop/ShopUrl.php |
216 | /classes/Dispatcher.php |
217 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php |
218 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php |
219 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
220 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php |
221 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php |
222 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php |
223 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php |
224 | /src/Adapter/SymfonyContainer.php |
225 | /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php |
226 | /controllers/front/ProductController.php |
227 | /classes/controller/ProductPresentingFrontController.php |
228 | /classes/controller/FrontController.php |
229 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
230 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php |
231 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php |
232 | /vendor/symfony/contracts/Translation/LocaleAwareInterface.php |
233 | /vendor/symfony/contracts/Translation/TranslatorInterface.php |
234 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php |
235 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
236 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
237 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
238 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php |
239 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php |
240 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php |
241 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php |
242 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php |
243 | /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php |
244 | /vendor/symfony/contracts/Translation/TranslatorTrait.php |
245 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php |
246 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php |
247 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php |
248 | /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php |
249 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php |
250 | /var/cache/prod/translations/catalogue.es-ES.NXhscRe.php |
251 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php |
252 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php |
253 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php |
254 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
255 | /src/Adapter/Presenter/PresenterInterface.php |
256 | /src/Adapter/Presenter/Cart/CartPresenter.php |
257 | /src/Adapter/Product/PriceFormatter.php |
258 | /src/Adapter/Image/ImageRetriever.php |
259 | /classes/FeatureFlag.php |
260 | /src/Core/FeatureFlag/FeatureFlagSettings.php |
261 | /classes/tax/TaxConfiguration.php |
262 | /classes/Smarty/TemplateFinder.php |
263 | /classes/assets/StylesheetManager.php |
264 | /classes/assets/AbstractAssetManager.php |
265 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
266 | /classes/assets/JavascriptManager.php |
267 | /classes/assets/CccReducer.php |
268 | /modules/iqitthemeeditor/iqitthemeeditor.php |
269 | /modules/iqitthemeeditor/src/IqitSmartyModifiers.php |
270 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
271 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
272 | /classes/Translate.php |
273 | /modules/iqitthemeeditor/translations/es.php |
274 | /src/Adapter/ContainerBuilder.php |
275 | /src/Adapter/Environment.php |
276 | /src/Core/EnvironmentInterface.php |
277 | /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php |
278 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
279 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
280 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
281 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
282 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
283 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
284 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
285 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
286 | /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php |
287 | /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php |
288 | /vendor/symfony/contracts/Service/ResetInterface.php |
289 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php |
290 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php |
291 | /vendor/psr/log/Psr/Log/LoggerAwareTrait.php |
292 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php |
293 | /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php |
294 | /vendor/symfony/contracts/Cache/ItemInterface.php |
295 | /vendor/psr/cache/src/CacheItemInterface.php |
296 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
297 | /vendor/symfony/contracts/Cache/CacheInterface.php |
298 | /vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
299 | /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php |
300 | /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php |
301 | /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php |
302 | /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php |
303 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
304 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
305 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
306 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
307 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
308 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php |
309 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php |
310 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php |
311 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php |
312 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php |
313 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php |
314 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php |
315 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php |
316 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php |
317 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php |
318 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php |
319 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php |
320 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php |
321 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php |
322 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php |
323 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php |
324 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php |
325 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php |
326 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php |
327 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php |
328 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php |
329 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php |
330 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php |
331 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php |
332 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php |
333 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php |
334 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php |
335 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php |
336 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php |
337 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php |
338 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php |
339 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php |
340 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php |
341 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php |
342 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php |
343 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php |
344 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php |
345 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php |
346 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php |
347 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php |
348 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php |
349 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php |
350 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php |
351 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php |
352 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php |
353 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php |
354 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php |
355 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php |
356 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php |
357 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php |
358 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php |
359 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
360 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
361 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
362 | /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php |
363 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
364 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php |
365 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php |
366 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
367 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
368 | /var/cache/prod/FrontContainer.php |
369 | /src/Adapter/Container/LegacyContainer.php |
370 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php |
371 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php |
372 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php |
373 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php |
374 | /vendor/symfony/contracts/Service/ServiceLocatorTrait.php |
375 | /vendor/psr/container/src/ContainerExceptionInterface.php |
376 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
377 | /vendor/symfony/contracts/Service/ServiceProviderInterface.php |
378 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php |
379 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php |
380 | /src/Adapter/Container/LegacyContainerInterface.php |
381 | /modules/ps_categorytree/vendor/autoload.php |
382 | /modules/ps_categorytree/vendor/composer/autoload_real.php |
383 | /modules/ps_categorytree/vendor/composer/platform_check.php |
384 | /modules/ps_categorytree/vendor/composer/autoload_static.php |
385 | /modules/ps_accounts/vendor/autoload.php |
386 | /modules/ps_accounts/vendor/composer/autoload_real.php |
387 | /modules/ps_accounts/vendor/composer/platform_check.php |
388 | /modules/ps_accounts/vendor/composer/autoload_static.php |
389 | /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php |
390 | /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php |
391 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php |
392 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php |
393 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
394 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
395 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
396 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
397 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
398 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
399 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php |
400 | /modules/ps_eventbus/vendor/autoload.php |
401 | /modules/ps_eventbus/vendor/composer/autoload_real.php |
402 | /modules/ps_eventbus/vendor/composer/autoload_static.php |
403 | /modules/ps_eventbus/vendor/react/promise/src/functions_include.php |
404 | /modules/ps_eventbus/vendor/react/promise/src/functions.php |
405 | /modules/ps_eventbus/vendor/clue/stream-filter/src/functions_include.php |
406 | /modules/ps_eventbus/vendor/clue/stream-filter/src/functions.php |
407 | /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php |
408 | /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php |
409 | /modules/ps_eventbus/vendor/php-http/message/src/filters.php |
410 | /modules/ps_edition_basic/vendor/autoload.php |
411 | /modules/ps_edition_basic/vendor/composer/autoload_real.php |
412 | /modules/ps_edition_basic/vendor/composer/platform_check.php |
413 | /modules/ps_edition_basic/vendor/composer/autoload_static.php |
414 | /modules/ps_checkout/vendor/autoload.php |
415 | /modules/ps_checkout/vendor/composer/autoload_real.php |
416 | /modules/ps_checkout/vendor/composer/platform_check.php |
417 | /modules/ps_checkout/vendor/composer/autoload_static.php |
418 | /modules/ps_metrics/vendor/autoload.php |
419 | /modules/ps_metrics/vendor/composer/autoload_real.php |
420 | /modules/ps_metrics/vendor/composer/autoload_static.php |
421 | /modules/ps_facetedsearch/vendor/autoload.php |
422 | /modules/ps_facetedsearch/vendor/composer/autoload_real.php |
423 | /modules/ps_facetedsearch/vendor/composer/platform_check.php |
424 | /modules/ps_facetedsearch/vendor/composer/autoload_static.php |
425 | /modules/iqitsociallogin/vendor/autoload.php |
426 | /modules/iqitsociallogin/vendor/composer/autoload_real.php |
427 | /modules/iqitsociallogin/vendor/composer/platform_check.php |
428 | /modules/iqitsociallogin/vendor/composer/autoload_static.php |
429 | /modules/sendinblue/vendor/autoload.php |
430 | /modules/sendinblue/vendor/composer/autoload_real.php |
431 | /modules/sendinblue/vendor/composer/autoload_static.php |
432 | /src/Core/Localization/Locale/Repository.php |
433 | /src/Core/Localization/Locale/RepositoryInterface.php |
434 | /src/Core/Localization/CLDR/LocaleRepository.php |
435 | /src/Core/Localization/CLDR/LocaleDataSource.php |
436 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
437 | /src/Core/Data/Layer/AbstractDataLayer.php |
438 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
439 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php |
440 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php |
441 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php |
442 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php |
443 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php |
444 | /vendor/symfony/contracts/Cache/CacheTrait.php |
445 | /vendor/psr/cache/src/InvalidArgumentException.php |
446 | /vendor/psr/cache/src/CacheException.php |
447 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php |
448 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php |
449 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php |
450 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php |
451 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
452 | /src/Core/Localization/CLDR/Reader.php |
453 | /src/Core/Localization/CLDR/ReaderInterface.php |
454 | /src/Core/Localization/Currency/Repository.php |
455 | /src/Core/Localization/Currency/RepositoryInterface.php |
456 | /src/Core/Localization/Currency/CurrencyDataSource.php |
457 | /src/Core/Localization/Currency/DataSourceInterface.php |
458 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
459 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
460 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
461 | /src/Adapter/Currency/CurrencyDataProvider.php |
462 | /src/Core/Currency/CurrencyDataProviderInterface.php |
463 | /src/Adapter/LegacyContext.php |
464 | /src/Adapter/Tools.php |
465 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
466 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
467 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
468 | /src/Core/Localization/Locale.php |
469 | /src/Core/Localization/LocaleInterface.php |
470 | /src/Core/Localization/Specification/Price.php |
471 | /src/Core/Localization/Specification/Number.php |
472 | /src/Core/Localization/Specification/NumberInterface.php |
473 | /src/Core/Localization/Specification/Factory.php |
474 | /src/Core/Localization/CLDR/LocaleData.php |
475 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
476 | /src/Core/Localization/CLDR/CurrencyData.php |
477 | /src/Core/Localization/CLDR/Locale.php |
478 | /src/Core/Localization/CLDR/LocaleInterface.php |
479 | /src/Core/Localization/Specification/NumberSymbolList.php |
480 | /classes/Currency.php |
481 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
482 | /classes/webservice/WebserviceRequest.php |
483 | /src/Core/Localization/Currency/CurrencyData.php |
484 | /src/Core/Localization/Currency/CurrencyCollection.php |
485 | /src/Core/Localization/Currency.php |
486 | /src/Core/Localization/CurrencyInterface.php |
487 | /src/Core/Localization/Specification/NumberCollection.php |
488 | /src/Core/Localization/Number/Formatter.php |
489 | /classes/Cart.php |
490 | /src/Adapter/AddressFactory.php |
491 | /classes/CartRule.php |
492 | /classes/Product.php |
493 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
494 | /src/Core/Util/DateTime/DateTime.php |
495 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
496 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
497 | /src/Core/Domain/Product/ValueObject/ProductType.php |
498 | /src/Core/Domain/Product/ValueObject/Reference.php |
499 | /src/Core/Domain/Product/ValueObject/Ean13.php |
500 | /src/Core/Domain/Product/ValueObject/Isbn.php |
501 | /src/Core/Domain/Product/ValueObject/Upc.php |
502 | /src/Core/Domain/Product/ProductSettings.php |
503 | /classes/Manufacturer.php |
504 | /classes/Supplier.php |
505 | /classes/Address.php |
506 | /classes/tax/TaxManagerFactory.php |
507 | /classes/tax/TaxRulesTaxManager.php |
508 | /classes/tax/TaxManagerInterface.php |
509 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
510 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
511 | /classes/tax/TaxCalculator.php |
512 | /classes/tax/Tax.php |
513 | /classes/Combination.php |
514 | /classes/SpecificPrice.php |
515 | /classes/GroupReduction.php |
516 | /classes/Tag.php |
517 | /classes/stock/StockAvailable.php |
518 | /vendor/prestashop/decimal/src/DecimalNumber.php |
519 | /vendor/prestashop/decimal/src/Builder.php |
520 | /classes/Category.php |
521 | /modules/blockreassurance/blockreassurance.php |
522 | /src/Core/Module/WidgetInterface.php |
523 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
524 | /classes/Media.php |
525 | /modules/ps_emailsubscription/ps_emailsubscription.php |
526 | /modules/ps_checkout/ps_checkout.php |
527 | /classes/PaymentModule.php |
528 | /modules/ps_checkout/translations/es.php |
529 | /modules/ps_accounts/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php |
530 | /modules/ps_accounts/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php |
531 | /modules/ps_accounts/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php |
532 | /var/cache/prod/Ps_checkout8331FrontContainer.php |
533 | /modules/ps_checkout/src/Validator/FrontControllerValidator.php |
534 | /modules/ps_checkout/src/Validator/MerchantValidator.php |
535 | /modules/ps_checkout/src/PayPal/PayPalConfiguration.php |
536 | /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php |
537 | /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php |
538 | /modules/ps_checkout/src/Shop/ShopProvider.php |
539 | /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php |
540 | /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php |
541 | /modules/ps_checkout/src/Repository/PayPalCodeRepository.php |
542 | /modules/ps_checkout/src/Repository/PsAccountRepository.php |
543 | /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php |
544 | /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php |
545 | /src/Core/Addon/Module/ModuleManagerBuilder.php |
546 | /src/Core/Util/File/YamlParser.php |
547 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php |
548 | /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php |
549 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php |
550 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php |
551 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php |
552 | /var/cache/prod/yaml/941d52e75d42a536a4b44e30200fcac8.php |
553 | /src/Adapter/LegacyLogger.php |
554 | /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php |
555 | /src/Adapter/Module/ModuleDataProvider.php |
556 | /src/Adapter/Module/AdminModuleDataProvider.php |
557 | /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php |
558 | /src/Adapter/Module/Module.php |
559 | /src/Core/Module/ModuleInterface.php |
560 | /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php |
561 | /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php |
562 | /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php |
563 | /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php |
564 | /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php |
565 | /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php |
566 | /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php |
567 | /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php |
568 | /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php |
569 | /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php |
570 | /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php |
571 | /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php |
572 | /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php |
573 | /src/Adapter/Module/ModuleDataUpdater.php |
574 | /src/Core/Module/ModuleManager.php |
575 | /src/Core/Module/ModuleManagerInterface.php |
576 | /src/Core/Module/ModuleRepository.php |
577 | /src/Core/Module/ModuleRepositoryInterface.php |
578 | /src/Adapter/HookManager.php |
579 | /src/Core/Module/SourceHandler/SourceHandlerFactory.php |
580 | /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php |
581 | /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
582 | /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php |
583 | /src/Core/Hook/HookDispatcherInterface.php |
584 | /modules/ps_accounts/ps_accounts.php |
585 | /modules/ps_accounts/src/Provider/OAuth2/PrestaShopLogoutTrait.php |
586 | /modules/ps_accounts/translations/es.php |
587 | /modules/ps_accounts/src/DependencyInjection/ServiceContainer.php |
588 | /modules/ps_accounts/src/DependencyInjection/ContainerProvider.php |
589 | /var/cache/prod/Ps_accounts625FrontContainer.php |
590 | /modules/ps_accounts/src/Service/PsAccountsService.php |
591 | /modules/ps_accounts/src/Repository/ShopTokenRepository.php |
592 | /modules/ps_accounts/src/Repository/AbstractTokenRepository.php |
593 | /modules/ps_accounts/src/Repository/ConfigurationRepository.php |
594 | /modules/ps_accounts/src/Adapter/Configuration.php |
595 | /modules/ps_accounts/src/Repository/UserTokenRepository.php |
596 | /modules/ps_accounts/src/Adapter/Link.php |
597 | /modules/ps_accounts/src/Context/ShopContext.php |
598 | /modules/ps_checkout/src/Context/PrestaShopContext.php |
599 | /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php |
600 | /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php |
601 | /modules/ps_checkout/src/Version/Version.php |
602 | /modules/ps_emailalerts/ps_emailalerts.php |
603 | /modules/ps_emailalerts/MailAlert.php |
604 | /classes/Pack.php |
605 | /classes/ProductAssembler.php |
606 | /src/Core/Product/Search/ProductSearchContext.php |
607 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
608 | /src/Adapter/Presenter/Product/ProductPresenter.php |
609 | /src/Adapter/Product/ProductColorsRetriever.php |
610 | /classes/ProductPresenterFactory.php |
611 | /src/Core/Product/ProductPresentationSettings.php |
612 | /src/Core/Product/ProductExtraContentFinder.php |
613 | /src/PrestaShopBundle/Service/Hook/HookFinder.php |
614 | /modules/iqitadditionaltabs/iqitadditionaltabs.php |
615 | /modules/iqitadditionaltabs/src/IqitAdditionalTab.php |
616 | /modules/iqitadditionaltabs/translations/es.php |
617 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php |
618 | /src/Core/Localization/CLDR/ComputingPrecision.php |
619 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
620 | /classes/order/Order.php |
621 | /classes/Feature.php |
622 | /src/Adapter/Presenter/Product/ProductLazyArray.php |
623 | /src/Adapter/Presenter/AbstractLazyArray.php |
624 | /classes/Image.php |
625 | /classes/ImageType.php |
626 | /src/Core/Util/Inflector.php |
627 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
628 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
629 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
630 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
631 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
632 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
633 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
634 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
635 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
636 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
637 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
638 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
639 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
640 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
641 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
642 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
643 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
644 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
645 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
646 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
647 | /src/Core/Util/String/StringModifier.php |
648 | /src/Core/Util/String/StringModifierInterface.php |
649 | /classes/ProductDownload.php |
650 | /src/Core/Cart/Calculator.php |
651 | /src/Core/Cart/CartRowCollection.php |
652 | /src/Core/Cart/Fees.php |
653 | /src/Core/Cart/AmountImmutable.php |
654 | /src/Core/Cart/CartRuleCollection.php |
655 | /src/Core/Cart/CartRuleCalculator.php |
656 | /src/Adapter/Product/PriceCalculator.php |
657 | /src/Core/Cart/CartRow.php |
658 | /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php |
659 | /classes/Gender.php |
660 | /classes/Risk.php |
661 | /classes/Meta.php |
662 | /modules/revsliderprestashop/revsliderprestashop.php |
663 | /modules/revsliderprestashop/rev-loader.php |
664 | /modules/revsliderprestashop/includes/revslider_db.class.php |
665 | /modules/revsliderprestashop/includes/data.class.php |
666 | /modules/revsliderprestashop/includes/functions.class.php |
667 | /modules/revsliderprestashop/includes/em-integration.class.php |
668 | /modules/revsliderprestashop/includes/cssparser.class.php |
669 | /modules/revsliderprestashop/includes/woocommerce.class.php |
670 | /modules/revsliderprestashop/includes/wpml.class.php |
671 | /modules/revsliderprestashop/includes/colorpicker.class.php |
672 | /modules/revsliderprestashop/includes/navigation.class.php |
673 | /modules/revsliderprestashop/includes/object-library.class.php |
674 | /modules/revsliderprestashop/admin/includes/loadbalancer.class.php |
675 | /modules/revsliderprestashop/admin/includes/plugin-update.class.php |
676 | /modules/revsliderprestashop/includes/extension.class.php |
677 | /modules/revsliderprestashop/includes/favorite.class.php |
678 | /modules/revsliderprestashop/includes/aq-resizer.class.php |
679 | /modules/revsliderprestashop/includes/external-sources.class.php |
680 | /modules/revsliderprestashop/includes/page-template.class.php |
681 | /modules/revsliderprestashop/includes/slider.class.php |
682 | /modules/revsliderprestashop/includes/slide.class.php |
683 | /modules/revsliderprestashop/includes/output.class.php |
684 | /modules/revsliderprestashop/public/revslider-front.class.php |
685 | /modules/revsliderprestashop/includes/backwards.php |
686 | /modules/revsliderprestashop/admin/includes/class-pclzip.php |
687 | /modules/revsliderprestashop/admin/includes/license.class.php |
688 | /modules/revsliderprestashop/admin/includes/addons.class.php |
689 | /modules/revsliderprestashop/admin/includes/template.class.php |
690 | /modules/revsliderprestashop/admin/includes/functions-admin.class.php |
691 | /modules/revsliderprestashop/admin/includes/folder.class.php |
692 | /modules/revsliderprestashop/admin/includes/import.class.php |
693 | /modules/revsliderprestashop/admin/includes/export.class.php |
694 | /modules/revsliderprestashop/admin/includes/export-html.class.php |
695 | /modules/revsliderprestashop/admin/includes/newsletter.class.php |
696 | /modules/revsliderprestashop/admin/revslider-admin.class.php |
697 | /modules/revsliderprestashop/includes/update.class.php |
698 | /modules/revsliderprestashop/includes/resize-imag.php |
699 | /modules/revsliderprestashop/translations/es.php |
700 | /classes/State.php |
701 | /src/Core/Security/PasswordPolicyConfiguration.php |
702 | /src/Core/Configuration/DataConfigurationInterface.php |
703 | /src/Core/Filter/FrontEndObject/MainFilter.php |
704 | /src/Core/Filter/FilterInterface.php |
705 | /src/Core/Filter/FrontEndObject/CartFilter.php |
706 | /src/Core/Filter/HashMapWhitelistFilter.php |
707 | /src/Core/Filter/CollectionFilter.php |
708 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
709 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
710 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
711 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
712 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
713 | /modules/ps_shoppingcart/ps_shoppingcart.php |
714 | /modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php |
715 | /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php |
716 | /modules/ps_checkout/src/ExpressCheckout/ExpressCheckout.php |
717 | /modules/ps_checkout/src/Environment/PaypalEnv.php |
718 | /modules/ps_checkout/src/Environment/Env.php |
719 | /modules/ps_checkout/src/Environment/EnvLoader.php |
720 | /modules/ps_checkout/src/PayPal/Mode.php |
721 | /modules/ps_checkout/src/PayPal/Intent.php |
722 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
723 | /var/cache/prod/smarty/compile/warehouse/dd/ec/b4/ddecb41713b795bde644924fba23eca569a482db_2.file.header.tpl.php |
724 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
725 | /vendor/smarty/smarty/libs/plugins/modifier.escape.php |
726 | /modules/iqitcompare/iqitcompare.php |
727 | /modules/iqitcompare/translations/es.php |
728 | /modules/iqitcontactpage/iqitcontactpage.php |
729 | /modules/iqitcontactpage/translations/es.php |
730 | /modules/iqitcountdown/iqitcountdown.php |
731 | /modules/iqitcountdown/translations/es.php |
732 | /modules/iqitelementor/iqitelementor.php |
733 | /modules/iqitelementor/src/IqitElementorLanding.php |
734 | /modules/iqitelementor/src/IqitElementorTemplate.php |
735 | /modules/iqitelementor/src/IqitElementorProduct.php |
736 | /modules/iqitelementor/src/IqitElementorCategory.php |
737 | /modules/iqitelementor/src/IqitElementorContent.php |
738 | /modules/iqitelementor/src/iqitElementorWpHelper.php |
739 | /modules/iqitelementor/includes/plugin-elementor.php |
740 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php |
741 | /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php |
742 | /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php |
743 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php |
744 | /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php |
745 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php |
746 | /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php |
747 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php |
748 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php |
749 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php |
750 | /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php |
751 | /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php |
752 | /modules/iqitelementor/translations/es.php |
753 | /modules/iqitfreedeliverycount/iqitfreedeliverycount.php |
754 | /modules/iqitfreedeliverycount/translations/es.php |
755 | /modules/iqitmegamenu/iqitmegamenu.php |
756 | /modules/iqitmegamenu/models/IqitMenuTab.php |
757 | /modules/iqitmegamenu/models/IqitMenuHtml.php |
758 | /modules/iqitmegamenu/models/IqitMenuLinks.php |
759 | /modules/iqitmegamenu/translations/es.php |
760 | /modules/iqitpopup/iqitpopup.php |
761 | /modules/iqitpopup/translations/es.php |
762 | /modules/iqitsizecharts/iqitsizecharts.php |
763 | /modules/iqitsizecharts/src/IqitSizeCharts.php |
764 | /modules/iqitsizecharts/translations/es.php |
765 | /modules/iqitextendedproduct/iqitextendedproduct.php |
766 | /modules/iqitextendedproduct/src/IqitThreeSixty.php |
767 | /modules/iqitextendedproduct/src/IqitProductVideo.php |
768 | /modules/iqitextendedproduct/translations/es.php |
769 | /modules/iqitsociallogin/iqitsociallogin.php |
770 | /modules/iqitsociallogin/translations/es.php |
771 | /modules/whatsappchat/whatsappchat.php |
772 | /modules/whatsappchat/classes/WhatsappChatBlock.php |
773 | /modules/whatsappchat/classes/WhatsappChatBlockAgent.php |
774 | /modules/whatsappchat/translations/es.php |
775 | /modules/mercadopago/mercadopago.php |
776 | /modules/mercadopago/includes/MPApi.php |
777 | /modules/mercadopago/includes/MPLog.php |
778 | /modules/mercadopago/includes/MPUseful.php |
779 | /modules/mercadopago/includes/MPRestCli.php |
780 | /modules/mercadopago/includes/module/preference/StandardPreference.php |
781 | /modules/mercadopago/includes/module/preference/AbstractStandardPreference.php |
782 | /modules/mercadopago/includes/module/preference/AbstractPreference.php |
783 | /modules/mercadopago/includes/module/preference/WalletButtonPreference.php |
784 | /modules/mercadopago/includes/module/model/MPModule.php |
785 | /modules/mercadopago/includes/MPAbstractDB.php |
786 | /modules/mercadopago/includes/module/model/MPTransaction.php |
787 | /modules/mercadopago/includes/module/model/PSCartRule.php |
788 | /modules/mercadopago/includes/module/model/PSCartRuleRule.php |
789 | /modules/mercadopago/includes/module/model/PSOrderState.php |
790 | /modules/mercadopago/includes/module/model/PSOrderStateLang.php |
791 | /modules/mercadopago/includes/module/checkouts/StandardCheckout.php |
792 | /modules/mercadopago/includes/module/checkouts/CustomCheckout.php |
793 | /modules/mercadopago/includes/module/checkouts/TicketCheckout.php |
794 | /modules/mercadopago/includes/module/checkouts/PixCheckout.php |
795 | /modules/mercadopago/translations/es.php |
796 | /modules/sendinblue/sendinblue.php |
797 | /modules/sendinblue/translations/es.php |
798 | /modules/sendinblue/services/ConfigService.php |
799 | /vendor/defuse/php-encryption/src/Crypto.php |
800 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
801 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
802 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
803 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
804 | /vendor/defuse/php-encryption/src/Exception/CryptoException.php |
805 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ec/61/ff/ec61ffe426bcc7262ea5e7e6bc65072bfceb34b6_2.file.product.tpl.php |
806 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
807 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
808 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/dd/f9/6d/ddf96dfb0ac0a49969db382d18710f0af829fbd0_2.file.layout-full-width.tpl.php |
809 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/da/7c/9fda7c9b84b3d43afbb9a06e663de6bf62c0a223_2.file.layout-both-columns.tpl.php |
810 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e4/1c/da/e41cda559565ed3f7ee7506a5982d94ff6b62d73_2.file.helpers.tpl.php |
811 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
812 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c0/f3/83/c0f38357170796d0aefad721b3182104e521ddd4_2.file.head.tpl.php |
813 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/0a/72/42/0a724237fba313becd6740892ee30b23efdd1c4f_2.file.head-jsonld.tpl.php |
814 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/42/e9/b1/42e9b1a25f8ed00887396e9f9a9e9cd740da569c_2.file.product-jsonld.tpl.php |
815 | /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php |
816 | /vendor/smarty/smarty/libs/plugins/modifier.date_format.php |
817 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
818 | /vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php |
819 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/eb/08/5f/eb085f14640fcbc4e552e50eacdf8436b8c38459_2.file.pagination-seo.tpl.php |
820 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
821 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/32/f8/29/32f8293a1d0333c9515514dd2f6f41bb2ae037d8_2.file.stylesheets.tpl.php |
822 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/10/ba/38/10ba386ceb6c54fe1bcac209606751499b342887_2.file.javascript.tpl.php |
823 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/19/c1/1f/19c11f13afa1a6af7506d97709c4604a40d7207c_2.file.product-activation.tpl.php |
824 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/25/65/b42565dac6c7ff7fa39b7f3dfc65ff72f5e2f493_2.file.header.tpl.php |
825 | /modules/iqithtmlandbanners/iqithtmlandbanners.php |
826 | /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php |
827 | /modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php |
828 | /modules/iqithtmlandbanners/src/IqitHtmlAndBanner.php |
829 | /modules/iqithtmlandbanners/translations/es.php |
830 | /var/cache/prod/smarty/compile/warehouse/a1/f8/24/a1f82456bbbd860eb2f9337cfcd5bfd7ddc900f7_2.module.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php |
831 | /var/cache/prod/smarty/compile/warehouse/b7/4c/a7/b74ca73a91234e272faf0555bce247fa03c55481_2.module.iqithtmlandbannersviewstemplateshook_partialshtml.tpl.php |
832 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/db/92/dc/db92dca4e591ba6b686cc2e94fbc76d5fe00760d_2.file.header-2.tpl.php |
833 | /modules/iqitsearch/iqitsearch.php |
834 | /modules/iqitsearch/translations/es.php |
835 | /var/cache/prod/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php |
836 | /var/cache/prod/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php |
837 | /modules/ps_customersignin/ps_customersignin.php |
838 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php |
839 | /src/Adapter/Cart/CartPresenter.php |
840 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php |
841 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php |
842 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php |
843 | /modules/ps_mainmenu/ps_mainmenu.php |
844 | /modules/ps_mainmenu/ps_menutoplinks.class.php |
845 | /var/cache/prod/smarty/compile/warehouse/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php |
846 | /var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.php |
847 | /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php |
848 | /var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.php |
849 | /var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.php |
850 | /var/cache/prod/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.php |
851 | /modules/ps_languageselector/ps_languageselector.php |
852 | /var/cache/prod/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.php |
853 | /modules/ps_currencyselector/ps_currencyselector.php |
854 | /var/cache/prod/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.php |
855 | /var/cache/prod/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.php |
856 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/01/58/a8/0158a8ce3decb80de513c54cde24ed582ab64c89_2.file.mobile-header-3.tpl.php |
857 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php |
858 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php |
859 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php |
860 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/64/40/9a/64409a42c69cc3953ce292efb47e9db5e3185be3_2.file.breadcrumb.tpl.php |
861 | /modules/iqitproductsnav/iqitproductsnav.php |
862 | /modules/iqitproductsnav/translations/es.php |
863 | /var/cache/prod/smarty/compile/warehouse/b1/4c/e4/b14ce45469ad3f37f774fa05350511052a8fc400_2.module.iqitproductsnavviewstemplateshookiqitproductsnav.tpl.php |
864 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/40/6e/a0/406ea05498aa9d5abaca97068e3faf33938eb490_2.file.notifications.tpl.php |
865 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/6b/b7/69/6bb7699739262e9d4b347c545a26d55d0a672ed4_2.file.product-cover-thumbnails.tpl.php |
866 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/14/92/c6/1492c6c81c03ffd7f9a19c22bab5c19cc2097d0c_2.file.product-cover.tpl.php |
867 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/06/70/df/0670df26a23eec01798df4b4e2c8a3325d191e64_2.file.product-flags.tpl.php |
868 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/66/93/c7/6693c7706b72f7268ab3e5501f2b672e864c1d01_2.file.product-thumbnails.tpl.php |
869 | /var/cache/prod/smarty/compile/warehouse/8d/e7/a1/8de7a1edffb29b98a98e217176d55db4fc884914_2.module.iqitextendedproductviewstemplateshookiqitextendedproduct_front.tpl.php |
870 | /var/cache/prod/smarty/compile/warehouse/90/01/13/900113050fc1ec8b7a0f3d2886c781965b160bcd_2.module.iqitextendedproductviewstemplateshook_partialsbelowthumbs.tpl.php |
871 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/87/e3/66/87e366b2dfabc0bcda20f7e57f6df4dc1fd26040_2.file.product-prices.tpl.php |
872 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php |
873 | /var/cache/prod/smarty/compile/warehouse/55/c7/a8/55c7a89f423f7f64b1b84881dcb668e4d788f013_2.module.iqitcountdownviewstemplateshookproduct.tpl.php |
874 | /var/cache/prod/smarty/compile/warehouse/23/59/41/2359419d28bcec2fc478c8c1c7c1bbfd34bef8a8_2.module.iqitsizechartsviewstemplateshookiqitsizecharts.tpl.php |
875 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/67/3d/ec/673dec19e2d32a1c7f41588959a4e834e7b8b2fc_2.file.product-variants.tpl.php |
876 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/83/78/e5/8378e5609b635ec7bffbe385f3bbbfc65d376cc0_2.file.product-add-to-cart.tpl.php |
877 | /var/cache/prod/smarty/compile/warehouse/55/18/c0/5518c0d93caf5575db1f0b1e332b7f82c7547653_2.module.iqitcompareviewstemplateshookproductpage.tpl.php |
878 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2f/60/4b/2f604b24e25828c3614ec81bb177812ed9c303d9_2.file.product-discounts.tpl.php |
879 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d4/b2/15/d4b2154bc2a2afca6405f68bf5a03ae3b638ffcc_2.file.product-additional-info.tpl.php |
880 | /modules/iqitproducttags/iqitproducttags.php |
881 | /modules/iqitproducttags/translations/es.php |
882 | /var/cache/prod/smarty/compile/warehouse/47/24/21/47242159187bc4e45ac617ccdd9b2081a5f065ea_2.module.iqitproducttagsviewstemplateshookiqitproducttags.tpl.php |
883 | /var/cache/prod/smarty/compile/warehouse/06/94/fb/0694fbaf85975c5e9c170f054de75cc40cc032cf_2.file.product.tpl.php |
884 | /src/Adapter/Localization/LegacyTranslator.php |
885 | /modules/iqitaddthisplugin/iqitaddthisplugin.php |
886 | /modules/iqitaddthisplugin/translations/es.php |
887 | /var/cache/prod/smarty/compile/warehouse/f9/d0/a2/f9d0a26188da6655ac41f6f010ba32786636ac74_2.module.iqitaddthispluginviewstemplateshookiqitaddthisplugin.tpl.php |
888 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a1/67/83/a167835fc299703b8c1805c36f0f36c7a15e6c35_2.file.product-tabs-h.tpl.php |
889 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/65/a6/c9/65a6c9c682029d06ef7ab498f10160c5cacfecb3_2.file.product-details.tpl.php |
890 | /var/cache/prod/smarty/compile/warehouse/d0/2c/2b/d02c2b7688389c669e1380793d6c490ba563a064_2.file.displayFooterProduct.tpl.php |
891 | /modules/ps_categoryproducts/ps_categoryproducts.php |
892 | /src/Adapter/Category/CategoryProductSearchProvider.php |
893 | /src/Core/Product/Search/ProductSearchProviderInterface.php |
894 | /src/Core/Product/Search/SortOrderFactory.php |
895 | /src/Core/Product/Search/ProductSearchQuery.php |
896 | /src/Core/Product/Search/SortOrder.php |
897 | /src/Core/Product/Search/ProductSearchResult.php |
898 | /src/Core/Product/Search/SortOrdersCollection.php |
899 | /src/Adapter/Presenter/Product/ProductListingLazyArray.php |
900 | /var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php |
901 | /var/cache/prod/smarty/compile/warehouse/2b/c3/50/2bc3503e4788d06eb016525da794961472d32604_2.file.product.tpl.php |
902 | /var/cache/prod/smarty/compile/warehouse/af/17/30/af17303e11dbd2253a3fca8cfbc38b822c3e0530_2.file.product-miniature-1.tpl.php |
903 | /var/cache/prod/smarty/compile/warehouse/df/1c/42/df1c4284a841c71fa9b9e29e9d1132cf1485182b_2.file.product-miniature-thumb.tpl.php |
904 | /var/cache/prod/smarty/compile/warehouse/90/53/a0/9053a0dd520a39bef75969a0e9efeeae750df91b_2.module.iqitcompareviewstemplateshookproductminiature.tpl.php |
905 | /var/cache/prod/smarty/compile/warehouse/cb/40/77/cb4077c6db516de307c8959f77900bc059fbcf56_2.file.product-miniature-btn.tpl.php |
906 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/37/e4/23/37e42340745ebbb75b080a6012e22fd122722002_2.file.product-images-modal.tpl.php |
907 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c4/fa/c8/c4fac8528d493cf6f037e53fa595701956ae7b63_2.file.footer.tpl.php |
908 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/6d/36/e9/6d36e9621cd62ddd9d3385e53029eda42b0eb655_2.file.footer-4.tpl.php |
909 | /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php |
910 | /modules/iqitlinksmanager/iqitlinksmanager.php |
911 | /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php |
912 | /modules/iqitlinksmanager/src/IqitLinkBlock.php |
913 | /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php |
914 | /modules/iqitlinksmanager/translations/es.php |
915 | /classes/CMS.php |
916 | /var/cache/prod/smarty/compile/warehouse/ef/3d/cd/ef3dcd2ceee3dd6a458a9c29f5ad0be7ff371cd7_2.module.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php |
917 | /var/cache/prod/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php |
918 | /var/cache/prod/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.php |
919 | /modules/ps_linklist/ps_linklist.php |
920 | /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php |
921 | /modules/ps_linklist/src/Filter/LinkFilter.php |
922 | /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php |
923 | /modules/ps_linklist/src/Filter/RouteFilterInterface.php |
924 | /modules/ps_linklist/src/LegacyLinkBlockRepository.php |
925 | /var/cache/prod/smarty/compile/warehouse/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php |
926 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/55/1b/70/551b709ce45cd7080bd6343c1d92d7783774704a_2.file.footer-copyrights-2.tpl.php |
927 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9c/4e/a8/9c4ea830731a25d7f4cf9ec80773cee20a4d4f76_2.file.social-links.tpl.php |
928 | /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/93/2b/6e/932b6e416205bb4d3b7e28b329451549b6ca9f0c_2.file.password-policy-template.tpl.php |
929 | /var/cache/prod/smarty/compile/warehouse/d4/a2/00/d4a200912ea9e133f46cf39b7eadc37ea7dd3d2f_2.module.iqitcompareviewstemplateshookdisplaymodal.tpl.php |
930 | /modules/statsdata/statsdata.php |
931 | /classes/Guest.php |
932 | /classes/Connection.php |
933 | /classes/Page.php |
934 | /classes/ConnectionsSource.php |
935 | /var/cache/prod/smarty/compile/warehouse/a1/81/30/a181305efa8bf60283d0af2cb7fe3a12f26a5f62_2.file.template.tpl.php |