Fabricants

Aucun fabricant

Lettre d'informations

PayPal

Nos magasins

Voici la liste détaillée de nos magasins, n'hésitez pas à nous contacter :

Nom du magasin Adresse du magasin Horaires
SARL FORDENCO ZA LES HATES DU VERNOY 89130 TOUCY

Tél. : 07 62 44 53 29
E-mail : contact@fordenco.fr

Merci de nous contacter uniquement par email. Nos équipes vous répondront dans les plus brefs délais.

Lundi:  8h30 - 12h00 / 13h30 - 18h00

Mardi:  8h30 - 12h00 / 13h30 - 18h00

Mercredi:  8h30 - 12h00 / 13h30 - 18H00

Jeudi:  8h30 - 12h00 / 13h30 - 18H00

Vendredi:  8h30 - 12h00 / 13h30 - 18h00

Samedi:  Sur rendez-vous

Dimanche:  FERME

Load Time150 ms - Unicorn powered webserver!
Querying Time42 ms
Queries67
Memory Peak Usage4.1 Mb
Included Files286 files - 4.93 Mb
PrestaShop Cache0.31 Mb
Global vars0.76 Mb
PrestaShop Version1.6.1.24
PHP Version7.3.33 (OK)
MySQL Version8.0.43-34 (OK)
Memory Limit512M
Max Execution Time165s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 29 ms 29 ms 1.90 Mb 1.94 Mb
__construct 0 ms 29 ms - Mb 1.94 Mb
init 6 ms 35 ms 0.41 Mb 2.33 Mb
checkAccess 0 ms 35 ms - Mb 2.33 Mb
setMedia 1 ms 35 ms - Mb 2.35 Mb
postProcess 0 ms 35 ms - Mb 2.35 Mb
initHeader 0 ms 35 ms - Mb 2.35 Mb
initContent 103 ms 138 ms 1.59 Mb 3.93 Mb
initFooter 8 ms 146 ms 0.07 Mb 4.02 Mb
display 4 ms 150 ms 0.10 Mb 4.13 Mb
Hook Time Memory Usage
__construct 16 ms 2.00 Mb
hooktop 3 ms - Mb
hookleftcolumn 3 ms 2.00 Mb
hookfooter 2 ms - Mb
hookdisplayFooter 1 ms - Mb
hookdisplayTop 1 ms - Mb
hookdisplayHeader 1 ms - Mb
hookheader 1 ms - Mb
hookdisplayLeftColumn 1 ms 2.00 Mb
hookdisplayNav 1 ms - Mb
hookdisplayTopColumn - ms - Mb
11 hooks 29 ms 6.00 Mb
Module Time Memory Usage
ebay 5 ms - Mb
blocknewsletter 4 ms 2.00 Mb
paypal 2 ms 2.00 Mb
blockcategories 2 ms - Mb
shoppingfluxexport 2 ms - Mb
fianetsceau 1 ms - Mb
blockpermanentlinks 1 ms - Mb
themeconfigurator 1 ms - Mb
blockpaymentlogo 1 ms - Mb
sendinblue 1 ms - Mb
blocklanguages 1 ms - Mb
blockcontact 1 ms - Mb
blockmanufacturer 1 ms 2.00 Mb
blockcms 1 ms - Mb
blocksocial 1 ms - Mb
blocksearch 1 ms - Mb
blockmyaccountfooter 1 ms - Mb
blockcontactinfos 1 ms - Mb
blocklink 0 ms - Mb
blockuserinfo 0 ms - Mb
ganalytics 0 ms - Mb
sekeywords 0 ms - Mb
blockviewed 0 ms - Mb
blockcart 0 ms - Mb
productscategory 0 ms - Mb
blocknewproducts 0 ms - Mb
blockfacebook 0 ms - Mb
editorial 0 ms - Mb
blockspecials 0 ms - Mb
blockmyaccount 0 ms - Mb
crossselling 0 ms - Mb
blockbestsellers 0 ms - Mb
homefeatured 0 ms - Mb
socialsharing 0 ms - Mb
34 modules 29 ms 6.00 Mb

Stopwatch SQL - 67 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
3.6 3232 /classes/Configuration.php:148
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1) AND (mg.`id_shop` = 1 AND  mg.`id_group` IN (2))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.5 1044 Yes Yes /classes/Hook.php:355
SELECT SQL_NO_CACHE s.*, cl.name country, st.iso_code state
FROM ps_store s
INNER JOIN ps_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN ps_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN ps_state st ON (st.id_state = s.id_state)
WHERE s.active = 1 AND cl.id_lang = 2
2.8 1 /controllers/front/StoresController.php:97
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c  INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
2.5 732 Yes /classes/Country.php:130
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 0 LIMIT 1
1.5 0 /classes/AddressFormat.php:558
UPDATE `ps_customer_ip` SET `ip` = '216.73.216.126' WHERE `id_customer` = 0
1.4 1 /modules/shoppingfluxexport/shoppingfluxexport.php:1698
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
1.2 0 /classes/Hook.php:131
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1 180 Yes /classes/Dispatcher.php:452
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m
0.9 121 /classes/module/Module.php:277
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.old.fordenco-shop.fr' OR su.domain_ssl = 'www.old.fordenco-shop.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.8 1 Yes /classes/shop/Shop.php:334
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.8 1 Yes /classes/shop/Shop.php:663
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC
0.8 122 Yes /classes/Country.php:137
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE IFNULL(left_column, default_left_column) as left_column, IFNULL(right_column, default_right_column) as right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON (t.id_theme = tm.id_theme)
LEFT JOIN ps_meta m ON (m.id_meta = tm.id_meta)
WHERE t.id_theme =3 AND m.page = "stores" LIMIT 1
0.6 1 /classes/Theme.php:275
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 2
0.6 5 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.6 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.6 3 Yes /classes/Currency.php:231
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.6 1 /classes/module/Module.php:2141
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.6 5 /classes/Language.php:777
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.6 5 /classes/Language.php:892
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.6 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE ec.`name`, ec.`value`
FROM `ps_ebay_configuration` ec
WHERE ec.`id_ebay_profile`= 1
0.5 1 /modules/ebay/classes/EbayProfile.php:157
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 2) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_ebay_profile` a
WHERE (a.`id_ebay_profile` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.5 86 /classes/Hook.php:187
SELECT SQL_NO_CACHE ec.`name`, ec.`value`
FROM `ps_ebay_configuration` ec
WHERE ec.`id_ebay_profile`= 1
0.5 1 /modules/ebay/classes/EbayProfile.php:157
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.5 1 /classes/Meta.php:149
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.5 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.5 1 /classes/shop/Shop.php:1067
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='4adf530ed36b8542ef0cb7e9a957b0f6' AND cache_id="blockcategories|2|2|8|2" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ebay" LIMIT 1
0.4 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.4 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "fianetsceau" LIMIT 1
0.4 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.4 6 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.4 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.4 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 2
AND hook = 'left' AND active = 1
ORDER BY item_order ASC
0.4 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.4 17 /classes/ImageType.php:143
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 2
AND id_shop = 1 LIMIT 1
0.4 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0aa327728f29eed7286e2554620800d4' AND cache_id="blockpermanentlinks-header|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.3 3 /classes/Currency.php:470
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sendinblue" LIMIT 1
0.3 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 148 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 2
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC
0.3 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
SELECT SQL_NO_CACHE `id_customer_ip` FROM `ps_customer_ip` WHERE `id_customer` = 0 LIMIT 1
0.3 1 /modules/shoppingfluxexport/shoppingfluxexport.php:1696
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='1e4d4ae5e395f61f1a77a817e3c94d76' AND cache_id="blockcontact|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypal" LIMIT 1
0.3 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE b.`id_blocklink`, b.`url`, b.`new_window`
FROM `ps_blocklink` b
0.3 1 /modules/blocklink/blocklink.php:185
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2da4bb70782bdc2b94c560564786ac52' AND cache_id="blocksocial|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a79dec395c070f8acca11ab5515e055d' AND cache_id="blockmanufacturer|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='6a21199759e64025fecc59044af59ba0' AND cache_id="blockcategories|2|2|8|1|2" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='642de90e2b778fb66a01ae1dff209fde' AND cache_id="blocksearch-top|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='93c3c57dd05547d47edbffe0379a515f' AND cache_id="blockcms|2|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 2
AND `id_country` = 8 LIMIT 1
0.3 1 /classes/Country.php:221
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.3 1 /classes/SmartyCustom.php:142
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d73a32b8856ce7221f36afd3d6965b2a' AND cache_id="blockmyaccountfooter|2|2|8" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d9c7f3d50191bc8f71491273adb1bd14' AND cache_id="blockcontactinfos|2|2|8" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.2 1 /classes/AddressFormat.php:558
SELECT SQL_NO_CACHE version FROM `ps_module` WHERE name = 'paypal' LIMIT 1
0.2 1 /modules/paypal/paypal.php:326
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.2 1 /classes/Image.php:471

Doubles

2
SELECT ec.`name`, ec.`value`
				FROM `ps_ebay_configuration` ec
				WHERE ec.`id_ebay_profile`= XX
2
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
2
			SELECT format
			FROM `ps_address_format`
			WHERE `id_country` = XX LIMIT XX

Tables stress

10 smarty_lazy_cache
7 module
5 country_lang
5 module_shop
4 shop_url
4 shop
4 currency_shop
4 lang_shop
3 lang
3 country_shop
3 theme
3 hook
3 meta
3 currency
3 country
2 group_shop
2 address_format
2 themeconfigurator
2 shop_group
2 smarty_last_flush
2 state
2 ebay_configuration
2 image_type
2 meta_lang
2 hook_alias
2 configuration
1 group
1 category
1 configuration_lang
1 store_shop
1 store
1 category_shop
1 category_lang
1 customer_ip
1 blocklink
1 hook_module
1 module_group
1 zone
1 theme_meta
1 ebay_profile
1 hook_module_exceptions
1 group_lang

ObjectModel instances

NameInstancesSource
Country 6 /config/config.inc.php [142]
/classes/controller/FrontController.php [279]
/modules/ebay/classes/EbayCountrySpec.php [508]
/modules/shoppingfluxexport/shoppingfluxexport.php [57]
/modules/paypal/paypal.php [118]
/classes/AddressFormat.php [338]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [500]
Cart 2 /classes/controller/FrontController.php [348]
/modules/paypal/paypal.php [150]
Shop 1 /config/config.inc.php [114]
Theme 1 /config/config.inc.php [115]
ShopGroup 1 /classes/shop/Shop.php [518]
Customer 1 /config/config.inc.php [221]
Currency 1 /classes/Tools.php [617]
Group 1 /classes/Cart.php [184]
EbayProfile 1 /modules/ebay/ebay.php [214]
Category 1 /modules/blockcategories/blockcategories.php [200]
Address 1 /controllers/front/StoresController.php [102]
AddressFormat 1 /controllers/front/StoresController.php [109]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/settings.inc.php
5/config/autoload.php
6/config/alias.php
7/classes/PrestaShopAutoload.php
8/cache/class_index.php
9/config/bootstrap.php
10/Core/Business/Core_Business_ContainerBuilder.php
11/Core/Foundation/IoC/Core_Foundation_IoC_Container.php
12/Adapter/Adapter_ServiceLocator.php
13/classes/controller/Controller.php
14/classes/ObjectModel.php
15/Core/Foundation/Database/Core_Foundation_Database_EntityInterface.php
16/classes/db/Db.php
17/classes/Tools.php
18/classes/Context.php
19/classes/shop/Shop.php
20/classes/db/DbPDO.php
21/classes/Configuration.php
22/classes/Validate.php
23/classes/cache/Cache.php
24/Adapter/Adapter_EntityMapper.php
25/classes/db/DbQuery.php
26/classes/Theme.php
27/config/defines_uri.inc.php
28/tools/htmlpurifier/HTMLPurifier.standalone.php
29/classes/Language.php
30/classes/Country.php
31/classes/PrestaShopCollection.php
32/classes/shop/ShopGroup.php
33/classes/Cookie.php
34/classes/Rijndael.php
35/config/smarty.config.inc.php
36/tools/smarty/Smarty.class.php
37/tools/smarty/sysplugins/smarty_internal_data.php
38/tools/smarty/sysplugins/smarty_internal_templatebase.php
39/tools/smarty/sysplugins/smarty_internal_template.php
40/tools/smarty/sysplugins/smarty_resource.php
41/tools/smarty/sysplugins/smarty_internal_resource_file.php
42/tools/smarty/sysplugins/smarty_cacheresource.php
43/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
44/classes/SmartyCustom.php
45/config/smartyfront.config.inc.php
46/classes/Customer.php
47/classes/Group.php
48/classes/Link.php
49/classes/shop/ShopUrl.php
50/classes/Dispatcher.php
51/classes/Hook.php
52/tools/mobile_Detect/Mobile_Detect.php
53/config/db_slave_server.inc.php
54/classes/module/Module.php
55/controllers/front/StoresController.php
56/classes/controller/FrontController.php
57/themes/default-bootstrap/lang/fr.php
58/classes/Currency.php
59/classes/Cart.php
60/classes/CartRule.php
61/classes/Meta.php
62/classes/Product.php
63/classes/webservice/WebserviceRequest.php
64/classes/Media.php
65/modules/blockpaymentlogo/blockpaymentlogo.php
66/classes/Translate.php
67/modules/blockpaymentlogo/translations/fr.php
68/modules/blockpermanentlinks/blockpermanentlinks.php
69/modules/blockpermanentlinks/translations/fr.php
70/modules/blockviewed/blockviewed.php
71/modules/blockviewed/translations/fr.php
72/modules/editorial/editorial.php
73/modules/editorial/translations/fr.php
74/modules/editorial/EditorialClass.php
75/modules/blockuserinfo/blockuserinfo.php
76/modules/blockuserinfo/translations/fr.php
77/modules/blocklanguages/blocklanguages.php
78/modules/blocklanguages/translations/fr.php
79/modules/blockspecials/blockspecials.php
80/modules/blockspecials/translations/fr.php
81/modules/blockcms/blockcms.php
82/modules/blockcms/BlockCMSModel.php
83/modules/blockcms/translations/fr.php
84/modules/productscategory/productscategory.php
85/modules/productscategory/translations/fr.php
86/modules/ebay/ebay.php
87/modules/ebay/classes/EbayRequest.php
88/modules/ebay/classes/EbayCountrySpec.php
89/modules/ebay/classes/EbayCategory.php
90/modules/ebay/classes/EbayCategoryConfiguration.php
91/modules/ebay/classes/EbayDeliveryTimeOptions.php
92/modules/ebay/classes/EbayOrder.php
93/modules/ebay/classes/EbayProduct.php
94/modules/ebay/classes/EbayReturnsPolicy.php
95/modules/ebay/classes/EbayShipping.php
96/modules/ebay/classes/EbayShippingLocation.php
97/modules/ebay/classes/EbayShippingService.php
98/modules/ebay/classes/EbayShippingZoneExcluded.php
99/modules/ebay/classes/EbayShippingInternationalZone.php
100/modules/ebay/classes/EbaySynchronizer.php
101/modules/ebay/classes/EbayConfiguration.php
102/modules/ebay/classes/EbayPayment.php
103/classes/PaymentModule.php
104/modules/ebay/classes/EbayCategoryConditionConfiguration.php
105/modules/ebay/classes/EbayCategorySpecific.php
106/modules/ebay/classes/EbayCategorySpecificValue.php
107/modules/ebay/classes/EbayProductConfiguration.php
108/modules/ebay/classes/EbayProductImage.php
109/modules/ebay/classes/EbayProfile.php
110/modules/ebay/classes/EbayReturnsPolicyConfiguration.php
111/modules/ebay/classes/EbayProductModified.php
112/modules/ebay/classes/EbayLog.php
113/modules/ebay/classes/EbayLoadLogs.php
114/modules/ebay/classes/EbayApiLog.php
115/modules/ebay/classes/EbayOrderLog.php
116/modules/ebay/classes/EbayStat.php
117/modules/ebay/classes/TotFormat.php
118/modules/ebay/classes/EbayValidatorTab.php
119/modules/ebay/classes/TotCompatibility.php
120/modules/ebay/classes/EbayProductTemplate.php
121/modules/ebay/classes/EbayStoreCategory.php
122/modules/ebay/classes/EbayStoreCategoryConfiguration.php
123/modules/ebay/classes/tabs/EbayTab.php
124/modules/ebay/classes/tabs/EbayFormParametersTab.php
125/modules/ebay/classes/tabs/EbayFormAdvancedParametersTab.php
126/modules/ebay/classes/tabs/EbayFormCategoryTab.php
127/modules/ebay/classes/tabs/EbayFormItemsSpecificsTab.php
128/modules/ebay/classes/tabs/EbayFormShippingTab.php
129/modules/ebay/classes/tabs/EbayFormTemplateManagerTab.php
130/modules/ebay/classes/tabs/EbayFormEbaySyncTab.php
131/modules/ebay/classes/tabs/EbayOrderHistoryTab.php
132/modules/ebay/classes/tabs/EbayHelpTab.php
133/modules/ebay/classes/tabs/EbayListingsTab.php
134/modules/ebay/classes/tabs/EbayFormStoreCategoryTab.php
135/modules/ebay/classes/tabs/EbayApiLogsTab.php
136/modules/ebay/classes/tabs/EbayOrderLogsTab.php
137/modules/ebay/classes/tabs/EbayOrdersSyncTab.php
138/modules/ebay/classes/tabs/EbayOrdersReturnsSyncTab.php
139/modules/ebay/classes/tabs/EbayPrestashopProductsTab.php
140/modules/ebay/classes/tabs/EbayOrphanListingsTab.php
141/modules/ebay/classes/tabs/EbayFormBusinessPoliciesTab.php
142/modules/ebay/classes/tabs/EbayOrderReturnsTab.php
143/modules/ebay/classes/EbayAlert.php
144/modules/ebay/classes/EbayOrderErrors.php
145/modules/ebay/classes/EbayDbValidator.php
146/modules/ebay/classes/EbayKb.php
147/modules/ebay/classes/EbayLogger.php
148/modules/ebay/classes/EbayBussinesPolicies.php
149/modules/ebay/backward_compatibility/backward.php
150/modules/ebay/backward_compatibility/Display.php
151/modules/ebay/translations/fr.php
152/modules/ebay/fr.php
153/modules/blocknewsletter/blocknewsletter.php
154/modules/blocknewsletter/translations/fr.php
155/modules/ganalytics/ganalytics.php
156/modules/ganalytics/translations/fr.php
157/modules/ganalytics/fr.php
158/modules/blockbestsellers/blockbestsellers.php
159/modules/blockbestsellers/translations/fr.php
160/modules/blockmanufacturer/blockmanufacturer.php
161/modules/blockmanufacturer/translations/fr.php
162/modules/blocknewproducts/blocknewproducts.php
163/modules/blocknewproducts/translations/fr.php
164/modules/crossselling/crossselling.php
165/modules/crossselling/translations/fr.php
166/modules/blocksearch/blocksearch.php
167/modules/blocksearch/translations/fr.php
168/modules/fianetsceau/fianetsceau.php
169/modules/fianetsceau/lib/includes/includes.inc.php
170/modules/fianetsceau/lib/includes/functions.inc.php
171/modules/fianetsceau/lib/kernel/includes.inc.php
172/modules/fianetsceau/lib/kernel/SceauMother.class.php
173/modules/fianetsceau/lib/kernel/SceauLogger.class.php
174/modules/fianetsceau/lib/kernel/SceauDOMDocument.class.php
175/modules/fianetsceau/lib/kernel/SceauXMLElement.class.php
176/modules/fianetsceau/lib/kernel/SceauSocket.class.php
177/modules/fianetsceau/lib/kernel/SceauService.class.php
178/modules/fianetsceau/lib/common/includes.inc.php
179/modules/fianetsceau/lib/common/SceauControl.class.php
180/modules/fianetsceau/lib/common/SceauCustomer.class.php
181/modules/fianetsceau/lib/common/SceauAddress.class.php
182/modules/fianetsceau/lib/common/SceauOrderDetails.class.php
183/modules/fianetsceau/lib/common/SceauProduct.class.php
184/modules/fianetsceau/lib/common/SceauOrderProducts.class.php
185/modules/fianetsceau/lib/sceau/includes.inc.php
186/modules/fianetsceau/lib/sceau/lib/Sceau.class.php
187/modules/fianetsceau/lib/sceau/lib/SceauSendratingResponse.class.php
188/modules/fianetsceau/lib/sceau/lib/SceauSendratingCommentsResponse.class.php
189/modules/fianetsceau/lib/sceau/lib/SceauSendratingCommentsResponseResult.class.php
190/modules/fianetsceau/lib/includes/fianetcategories.inc.php
191/modules/fianetsceau/translations/fr.php
192/modules/fianetsceau/fr.php
193/modules/blockcart/blockcart.php
194/modules/blockcart/translations/fr.php
195/modules/blockmyaccount/blockmyaccount.php
196/modules/blockmyaccount/translations/fr.php
197/modules/themeconfigurator/themeconfigurator.php
198/modules/themeconfigurator/translations/fr.php
199/modules/blockcontactinfos/blockcontactinfos.php
200/modules/blockcontactinfos/translations/fr.php
201/modules/blockcontact/blockcontact.php
202/modules/blockcontact/translations/fr.php
203/modules/blocksocial/blocksocial.php
204/modules/blocksocial/translations/fr.php
205/modules/blocklink/blocklink.php
206/modules/blockmyaccountfooter/blockmyaccountfooter.php
207/modules/blockmyaccountfooter/translations/fr.php
208/modules/homefeatured/homefeatured.php
209/modules/homefeatured/translations/fr.php
210/modules/blockfacebook/blockfacebook.php
211/modules/blockfacebook/translations/fr.php
212/modules/sendinblue/sendinblue.php
213/modules/sendinblue/Psmailin.php
214/modules/sendinblue/config.php
215/modules/sendinblue/fr.php
216/modules/sendinblue/backward_compatibility/backward.php
217/modules/socialsharing/socialsharing.php
218/modules/socialsharing/translations/fr.php
219/modules/blockcategories/blockcategories.php
220/modules/blockcategories/translations/fr.php
221/cache/smarty/compile/43/df/49/43df49761537514da30253bb2dc720bb77fd459c.file.blocklanguages.tpl.php
222/tools/smarty/plugins/modifier.regex_replace.php
223/cache/smarty/cache/blockpermanentlinks_header/2/2/8/2b/c4/77/2bc477cbb7322f7052f37d2112a5467c9f23bb5a.blockpermanentlinks-header.tpl.php
224/cache/smarty/compile/7e/9d/e3/7e9de34d6298ab08804f79c43d493fbebaabc0c8.file.blockuserinfo.tpl.php
225/modules/sekeywords/sekeywords.php
226/classes/module/ModuleGraph.php
227/modules/sekeywords/translations/fr.php
228/cache/smarty/cache/blocksearch_top/2/2/8/55/91/90/55919090f36b5f4eb7c777c4985e96c64aef602b.blocksearch-top.tpl.php
229/modules/shoppingfluxexport/shoppingfluxexport.php
230/modules/shoppingfluxexport/sfpayment.php
231/modules/shoppingfluxexport/fr.php
232/modules/paypal/paypal.php
233/modules/paypal/api/paypal_lib.php
234/modules/paypal/api/paypal_connect.php
235/modules/paypal/api/CallApiPaypalPlus.php
236/modules/paypal/api/ApiPaypalPlus.php
237/modules/paypal/paypal_logos.php
238/modules/paypal/paypal_orders.php
239/modules/paypal/paypal_tools.php
240/modules/paypal/paypal_login/paypal_login.php
241/modules/paypal/paypal_login/PayPalLoginUser.php
242/modules/paypal/classes/PaypalCapture.php
243/modules/paypal/classes/Services/OrderPrice.php
244/modules/paypal/classes/AuthenticatePaymentMethods.php
245/modules/paypal/classes/PaypalPlusPui.php
246/modules/paypal/classes/Braintree.php
247/modules/paypal/api/sdk/braintree/lib/Braintree.php
248/modules/paypal/api/sdk/braintree/lib/autoload.php
249/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
250/modules/paypal/classes/InstallmentBanner/BannerManager.php
251/modules/paypal/classes/InstallmentBanner/Banner.php
252/modules/paypal/express_checkout/ExpressCheckout.php
253/modules/paypal/smarty/plugins/modifier.paypalreplace.php
254/modules/paypal/translations/fr.php
255/modules/paypal/fr.php
256/cache/smarty/cache/blockmanufacturer/2/2/8/e3/a9/cf/e3a9cfeca51bb17fcf606b8e6cd2b4a1d77956cf.blockmanufacturer.tpl.php
257/cache/smarty/compile/0e/b9/86/0eb986ca9b2da0dbb08f58f0fb210a4e3831fe1f.file.blocknewsletter.tpl.php
258/cache/smarty/compile/65/2d/8b/652d8b33efa014586928af339d242bbcb911b78e.file.hook.tpl.php
259/cache/smarty/compile/96/d6/e7/96d6e7f45f275152419bde2ae581276ca44c50a9.file.column.tpl.php
260/classes/Category.php
261/cache/smarty/cache/blockcategories/2/2/8/1/2/d3/fc/ae/d3fcae858df19daa0bc706c8cfc08e5f4b1a2409.blockcategories.tpl.php
262/classes/Address.php
263/classes/AddressFormat.php
264/cache/smarty/compile/72/4e/ae/724eaec154c8eaeb1ce3faf01059f0a5ce467066.file.store_infos.tpl.php
265/classes/Image.php
266/classes/ImageType.php
267/cache/smarty/cache/blocksocial/2/2/8/e9/37/27/e937270255d96d80898cc6ff40205b9fbd6a618b.blocksocial.tpl.php
268/cache/smarty/cache/blockcms/2/2/2/8/81/dd/87/81dd87d6acbe8b07dd84f5fc6dd90038f225089d.blockcms.tpl.php
269/cache/smarty/cache/blockmyaccountfooter/2/2/8/da/14/c0/da14c091798814da0f22acd7fe062891fa72dec7.blockmyaccountfooter.tpl.php
270/cache/smarty/cache/blockcontactinfos/2/2/8/1b/70/7b/1b707b677ec7cc6399f9114bf17650333de79d2f.blockcontactinfos.tpl.php
271/cache/smarty/cache/blockcategories/2/2/8/2/ff/6c/85/ff6c85269188b70cb1fd770f7d65d3e663473375.blockcategories_footer.tpl.php
272/cache/smarty/compile/52/d2/2e/52d22ec02c3057f41b0600d6d630804d88c04053.file.stores.tpl.php
273/tools/smarty/plugins/modifier.replace.php
274/tools/smarty/plugins/shared.mb_str_replace.php
275/cache/smarty/compile/38/c1/f2/38c1f276af24f1be0e885bc0ded24deb6e3b368b.file.layout.tpl.php
276/cache/smarty/compile/48/97/df/4897df0699e0d8cec3595fa467a6b5918a7a92fe.file.header.tpl.php
277/tools/smarty/plugins/function.implode.php
278/cache/smarty/cache/blockcontact/2/2/8/1a/66/51/1a6651cd5ee542248fef20d841c6d5190955acf6.nav.tpl.php
279/cache/smarty/compile/d8/9c/74/d89c74ff58aa7e72533092ca91408c358dd66001.file.breadcrumb.tpl.php
280/cache/smarty/compile/c3/81/89/c3818935cc05ce1a6f4cd45617403dfc1053c574.file.footer.tpl.php
281/cache/smarty/compile/04/cc/2a/04cc2af8e07cc1d071b99f55f765728ef02be282.file.global.tpl.php
282/cache/smarty/compile/16/36/99/16369977bc610db2c1a20a1b951643a85ace5efb.file.javascript.tpl.php