User 'prodigitdoliba' has exceeded the 'max_questions' resource (current value: 40000)
SELECT `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6377 AND id_shop=41 LIMIT 1
at line 605 in file classes/db/Db.php
599. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
600. }
601. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
602. {
603. if ($sql)
604. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
605. throw new PrestaShopDatabaseException($this->getMsgError());
606. }
607. }
608.
609. /**
301. if ($sql instanceof DbQuery)
302. $sql = $sql->build();
303.
304. $this->result = $this->_query($sql);
305. if (_PS_DEBUG_SQL_)
306. $this->displayError($sql);
307. return $this->result;
308. }
309.
310. /**
311. * Execute an INSERT query
Argument [0] SELECT `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 6377 AND id_shop=41 LIMIT 1
515. {
516. $this->last_cached = true;
517. return $result;
518. }
519.
520. $this->result = $this->query($sql);
521. if (!$this->result)
522. return false;
523.
524. $this->last_cached = false;
525. $result = $this->nextRow($this->result);
Argument [0] SELECT `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 6377 AND id_shop=41 LIMIT 1
538. public function getValue($sql, $use_cache = true)
539. {
540. if ($sql instanceof DbQuery)
541. $sql = $sql->build();
542.
543. if (!$result = $this->getRow($sql, $use_cache))
544. return false;
545. return array_shift($result);
546. }
547.
548. /**
Argument [0] SELECT `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 6377 AND id_shop=41 Argument [1] 1
4327. if (!Cache::isStored($key))
4328. Cache::store($key,
4329. Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue('
4330. SELECT `id_tax_rules_group`
4331. FROM `'._DB_PREFIX_.'product_shop`
4332. WHERE `id_product` = '.(int)$id_product.' AND id_shop='.(int)$context->shop->id));
4333.
4334. return Cache::retrieve($key);
4335. }
4336.
4337. /**
Argument [0] SELECT `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 6377 AND id_shop=41
2632. // Tax
2633. $address->id_country = $id_country;
2634. $address->id_state = $id_state;
2635. $address->postcode = $zipcode;
2636.
2637. $tax_manager = TaxManagerFactory::getManager($address, Product::getIdTaxRulesGroupByIdProduct((int)$id_product, $context));
2638. $product_tax_calculator = $tax_manager->getTaxCalculator();
2639.
2640. // Add Tax
2641. if ($use_tax)
2642. $price = $product_tax_calculator->addTaxes($price);
Argument [0]
6377
Argument [1]
Context Object
(
[cart] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 41
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 5
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart
)
[update_fields:protected] =>
)
[customer] => Customer Object
(
[id] =>
[id_shop] => 41
[id_shop_group] =>
[secure_key] =>
[note] =>
[id_gender] => 0
[id_default_group] => 1
[lastname] =>
[firstname] =>
[birthday] =>
[email] =>
[newsletter] =>
[ip_registration_newsletter] =>
[newsletter_date_add] =>
[optin] =>
[website] =>
[company] =>
[siret] =>
[ape] =>
[outstanding_allow_amount] => 0
[show_public_prices] => 0
[id_risk] =>
[max_payment_days] => 0
[passwd] =>
[last_passwd_gen] =>
[active] => 1
[is_guest] => 0
[deleted] => 0
[date_add] =>
[date_upd] =>
[years] =>
[days] =>
[months] =>
[geoloc_id_country] =>
[geoloc_id_state] =>
[geoloc_postcode] =>
[logged] => 0
[id_guest] =>
[groupBox] =>
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_default_group] => Array
(
[xlink_resource] => groups
)
[newsletter_date_add] => Array
(
)
[ip_registration_newsletter] => Array
(
)
[last_passwd_gen] => Array
(
[setter] =>
)
[secure_key] => Array
(
[setter] =>
)
[deleted] => Array
(
)
[passwd] => Array
(
[setter] => setWsPasswd
)
)
[associations] => Array
(
[groups] => Array
(
[resource] => group
)
)
)
[id_lang:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => customer
[identifier:protected] => id_customer
[fieldsRequired:protected] => Array
(
[0] => lastname
[1] => firstname
[2] => email
[3] => passwd
)
[fieldsSize:protected] => Array
(
[lastname] => 32
[firstname] => 32
[email] => 128
[passwd] => 32
[note] => 65000
)
[fieldsValidate:protected] => Array
(
[secure_key] => isMd5
[lastname] => isName
[firstname] => isName
[email] => isEmail
[passwd] => isPasswd
[id_gender] => isUnsignedId
[birthday] => isBirthDate
[newsletter] => isBool
[optin] => isBool
[website] => isUrl
[company] => isGenericName
[siret] => isSiret
[ape] => isApe
[outstanding_allow_amount] => isFloat
[show_public_prices] => isBool
[id_risk] => isUnsignedInt
[max_payment_days] => isUnsignedInt
[active] => isBool
[deleted] => isBool
[note] => isCleanHtml
[is_guest] => isBool
[id_shop] => isUnsignedId
[id_shop_group] => isUnsignedId
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => customer
[primary] => id_customer
[fields] => Array
(
[secure_key] => Array
(
[type] => 3
[validate] => isMd5
[copy_post] =>
)
[lastname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[firstname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[email] => Array
(
[type] => 3
[validate] => isEmail
[required] => 1
[size] => 128
)
[passwd] => Array
(
[type] => 3
[validate] => isPasswd
[required] => 1
[size] => 32
)
[last_passwd_gen] => Array
(
[type] => 3
[copy_post] =>
)
[id_gender] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[birthday] => Array
(
[type] => 5
[validate] => isBirthDate
)
[newsletter] => Array
(
[type] => 2
[validate] => isBool
)
[newsletter_date_add] => Array
(
[type] => 5
[copy_post] =>
)
[ip_registration_newsletter] => Array
(
[type] => 3
[copy_post] =>
)
[optin] => Array
(
[type] => 2
[validate] => isBool
)
[website] => Array
(
[type] => 3
[validate] => isUrl
)
[company] => Array
(
[type] => 3
[validate] => isGenericName
)
[siret] => Array
(
[type] => 3
[validate] => isSiret
)
[ape] => Array
(
[type] => 3
[validate] => isApe
)
[outstanding_allow_amount] => Array
(
[type] => 4
[validate] => isFloat
[copy_post] =>
)
[show_public_prices] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_risk] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[max_payment_days] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[active] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[note] => Array
(
[type] => 6
[validate] => isCleanHtml
[size] => 65000
[copy_post] =>
)
[is_guest] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_default_group] => Array
(
[type] => 1
[copy_post] =>
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
)
[classname] => Customer
)
[update_fields:protected] =>
)
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2026-04-03 00:42:18
[id_lang] => 5
[id_currency] => 1
[checksum] => -704803810
)
[_name:protected] => 9a9cc3cf585b62297a3f0f00b33a9a3a
[_expire:protected] => 1776897741
[_domain:protected] => polarpro-france.fr
[_path:protected] => /
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 1482974680
[1] => 1555620348
[2] => 1793668873
[3] => 1071837400
[4] => -1081655772
[5] => -998352277
[6] => 1947780959
[7] => -645230204
[8] => 207647236
[9] => 19144915
[10] => -144358597
[11] => 1113164208
[12] => -895606521
[13] => 1576671413
[14] => 1825072526
[15] => -1624950208
[16] => 857674500
[17] => 93773326
)
[_S] => Array
(
[0] => Array
(
[0] => -1380475472
[1] => 1705994999
[2] => 1735192059
[3] => 548764412
[4] => -1948326005
[5] => 460117559
[6] => 32503558
[7] => -1361949553
[8] => 467086849
[9] => -1432671818
[10] => -315321488
[11] => -184207161
[12] => 146787186
[13] => -192143131
[14] => 1751346347
[15] => -1695507260
[16] => 1325679093
[17] => -1984310226
[18] => -1723971119
[19] => -1738662491
[20] => 1261194445
[21] => -2113107113
[22] => 862635860
[23] => -1422086463
[24] => 1827288914
[25] => -1804430449
[26] => 789339877
[27] => -2066129863
[28] => 1913612288
[29] => 1560010478
[30] => -1058019936
[31] => -65405350
[32] => 1965159694
[33] => -1300244320
[34] => -1463347301
[35] => 1914783155
[36] => 383202314
[37] => 1796572802
[38] => 1685185166
[39] => 2112755676
[40] => 1697913043
[41] => 506531343
[42] => 1950420674
[43] => 1445384897
[44] => 2138857830
[45] => -313874393
[46] => 258171818
[47] => -1402548779
[48] => 1740508191
[49] => -1588797087
[50] => -999975438
[51] => -1131821433
[52] => 124933484
[53] => -823426456
[54] => 505051124
[55] => -1034924997
[56] => -1730338443
[57] => -1718759764
[58] => 1368544582
[59] => 767632936
[60] => 1087961897
[61] => -868547033
[62] => 602331615
[63] => 1733552771
[64] => -273863011
[65] => -2100852906
[66] => 1041054519
[67] => -1016994438
[68] => -480635587
[69] => 1928840615
[70] => -649526133
[71] => -186292229
[72] => -1623777721
[73] => 135175678
[74] => -695039577
[75] => -412502899
[76] => -1366958845
[77] => 2125213211
[78] => 1985876553
[79] => -1904382552
[80] => -1519359366
[81] => -1096476353
[82] => 1068924666
[83] => 747692736
[84] => -1970754215
[85] => -1422434388
[86] => -1315344909
[87] => -779985842
[88] => -276491574
[89] => -1864852592
[90] => 1910538742
[91] => -1727810390
[92] => -263534830
[93] => 1354802745
[94] => -299629967
[95] => 1577894399
[96] => 655805547
[97] => -1928199547
[98] => -1478680421
[99] => -2046635086
[100] => 884069436
[101] => 601091200
[102] => 129035584
[103] => -1222404266
[104] => -1252628338
[105] => 1637243710
[106] => -1744768006
[107] => -1743370827
[108] => 798387706
[109] => 924149125
[110] => -1770121970
[111] => -1992626739
[112] => 803334091
[113] => 171134606
[114] => -962135637
[115] => -1326798268
[116] => 1352962198
[117] => 2092441849
[118] => -1341855571
[119] => -719286706
[120] => 1842693282
[121] => -1679707026
[122] => 1708910359
[123] => -44362460
[124] => -2094760334
[125] => 2047319549
[126] => -960302978
[127] => -260529385
[128] => 1023576073
[129] => 882051105
[130] => 68073306
[131] => 343007739
[132] => -1230285667
[133] => -1087096451
[134] => 1622015334
[135] => -1773176035
[136] => -1604030955
[137] => -2094429227
[138] => 1984059084
[139] => -612144599
[140] => -1050670264
[141] => -1298129739
[142] => -206940870
[143] => -1588862064
[144] => -1541422623
[145] => -214334348
[146] => -741020088
[147] => -542540718
[148] => 2097618221
[149] => 1542699609
[150] => 1576704135
[151] => 1586652079
[152] => 1249333510
[153] => -1112141220
[154] => -56792593
[155] => 343098763
[156] => 1150194881
[157] => -2138710700
[158] => 434036106
[159] => -280056894
[160] => 376944389
[161] => -51597239
[162] => -1523671938
[163] => 982058723
[164] => 279989454
[165] => -2081736679
[166] => 1736351579
[167] => -1529523684
[168] => -1550256084
[169] => 2103874881
[170] => -1241966858
[171] => 807496348
[172] => -2759592
[173] => -1043562383
[174] => 1970956979
[175] => -1830720748
[176] => -1315998808
[177] => -995437254
[178] => -1672756389
[179] => 1599555278
[180] => -174091226
[181] => -1857225623
[182] => 1304388600
[183] => -926910077
[184] => 267498803
[185] => -1050138794
[186] => 1677034502
[187] => 357200303
[188] => 492438194
[189] => 1344757658
[190] => 259777894
[191] => -120852615
[192] => -526394906
[193] => 1282914598
[194] => 109751329
[195] => 2050579010
[196] => -484982923
[197] => -1590372838
[198] => 922280764
[199] => 1048777582
[200] => 458118934
[201] => -689687512
[202] => -414654023
[203] => -1773004886
[204] => -1790852628
[205] => -251537246
[206] => -539912356
[207] => 1105693242
[208] => 1871159287
[209] => 811633530
[210] => -12516189
[211] => 825413528
[212] => 680888332
[213] => -2067566509
[214] => -1735179773
[215] => -1943105828
[216] => 1396882321
[217] => -621187017
[218] => 1124730805
[219] => 128524067
[220] => 1896209799
[221] => 1520124903
[222] => 180443061
[223] => -558782979
[224] => 523489237
[225] => 817416508
[226] => -1411817836
[227] => 488264402
[228] => -193898872
[229] => 1187213610
[230] => -1476980900
[231] => 1049822156
[232] => -975762006
[233] => 918538011
[234] => 1476410902
[235] => 1014785952
[236] => -1749290805
[237] => 815866643
[238] => -1603551826
[239] => -76592855
[240] => 494792280
[241] => -1822232087
[242] => -1955470442
[243] => -1486574708
[244] => 1912707658
[245] => 651783269
[246] => 1695092820
[247] => -839227988
[248] => 248757348
[249] => 1402893625
[250] => -110697951
[251] => -1167452987
[252] => 618469609
[253] => -70658367
[254] => 1243356052
[255] => 1463795897
)
[1] => Array
(
[0] => -1415136303
[1] => 1900575242
[2] => 618962360
[3] => 1877328928
[4] => -1213124683
[5] => -1088514288
[6] => -2139274370
[7] => 124814700
[8] => 1614898143
[9] => 834986507
[10] => -1724945608
[11] => 1459854933
[12] => 1131982031
[13] => -567879944
[14] => 2045983499
[15] => 1249956444
[16] => 543050706
[17] => 105169250
[18] => 1964719824
[19] => -1500550017
[20] => 427383191
[21] => -2030610681
[22] => 622547221
[23] => 64794120
[24] => -51909496
[25] => 770630347
[26] => -334302639
[27] => 1320404215
[28] => 369309914
[29] => 1488464337
[30] => -1210849726
[31] => -1945838067
[32] => 881719234
[33] => 1377952373
[34] => -358642266
[35] => 1749368084
[36] => 2001207958
[37] => -421738283
[38] => 996102232
[39] => 1732095761
[40] => 90744599
[41] => 1666574789
[42] => 961001090
[43] => 1484269963
[44] => -1640201405
[45] => 40854917
[46] => -1435443627
[47] => 1036463488
[48] => 457925583
[49] => 615799015
[50] => -1830869790
[51] => 1588029945
[52] => 386660713
[53] => -415494475
[54] => 1063532671
[55] => -1041603792
[56] => 1906687537
[57] => -877518379
[58] => -1129400447
[59] => 891127883
[60] => -1268400322
[61] => -1111820639
[62] => 1168575759
[63] => 142196531
[64] => 1240426756
[65] => 465444984
[66] => -191453390
[67] => 621426674
[68] => -1904491911
[69] => 684207605
[70] => -1861493126
[71] => -1984663657
[72] => 1171279931
[73] => -195488916
[74] => 2067848418
[75] => -493104515
[76] => 609890406
[77] => 499219972
[78] => -1964124105
[79] => 1395029291
[80] => 371935918
[81] => 1857176515
[82] => -186823503
[83] => -1698694795
[84] => 1820378802
[85] => -13133653
[86] => 1666789275
[87] => -1252457092
[88] => 948621302
[89] => 1518182164
[90] => 784042891
[91] => -1417265350
[92] => -2100562919
[93] => 1752307526
[94] => -1533503349
[95] => 1140944490
[96] => 1056927110
[97] => 1939194243
[98] => 1812197017
[99] => 679764485
[100] => 735598860
[101] => -1554101104
[102] => 404052165
[103] => -51968568
[104] => 145352435
[105] => 1888717166
[106] => 1391551075
[107] => -303643081
[108] => -1586328585
[109] => -1612592802
[110] => 1348165579
[111] => -891849682
[112] => 524293086
[113] => 1769543726
[114] => -1919911259
[115] => 432344794
[116] => -1435473784
[117] => 549214548
[118] => 1344723021
[119] => 666272966
[120] => -646371791
[121] => 1797070587
[122] => 1580557142
[123] => 1705941765
[124] => 1815716218
[125] => -296301236
[126] => 1609002271
[127] => -579556440
[128] => 672288678
[129] => 828558712
[130] => 1267977616
[131] => -1153059497
[132] => -571616013
[133] => 800206053
[134] => -1809128314
[135] => -1100806782
[136] => -24246582
[137] => -1891906125
[138] => -1518543412
[139] => 1882388454
[140] => -565646217
[141] => 119780912
[142] => -665232622
[143] => 1891849686
[144] => 1038603047
[145] => 289398882
[146] => 1771449609
[147] => 2107904497
[148] => -689942127
[149] => 233082250
[150] => 1860080220
[151] => -754646612
[152] => -1635963874
[153] => -841508891
[154] => 127364905
[155] => -741913210
[156] => 1398024307
[157] => -2101045641
[158] => -742446774
[159] => -425613897
[160] => -1010712772
[161] => -311098184
[162] => -1899317853
[163] => 1776236049
[164] => 1154553045
[165] => 1389832224
[166] => -719501928
[167] => 270402826
[168] => -1681230564
[169] => 1406305596
[170] => 1025565440
[171] => -612408246
[172] => 1949009341
[173] => 181417566
[174] => -803304365
[175] => 1085652407
[176] => -1179744250
[177] => 573390666
[178] => -1961131100
[179] => 79564439
[180] => -1450428710
[181] => -1258943283
[182] => 971164546
[183] => 1263824861
[184] => 1853064725
[185] => -904061012
[186] => -336265968
[187] => -1807109204
[188] => -1334711321
[189] => -116864466
[190] => 1667628596
[191] => -339998547
[192] => -1850044306
[193] => 1546381708
[194] => -403973532
[195] => 293777556
[196] => 2060294787
[197] => -144229995
[198] => -1145765739
[199] => -586473228
[200] => -47435947
[201] => -46477303
[202] => 556153959
[203] => 970291653
[204] => -1179704562
[205] => 1229704227
[206] => 749210886
[207] => -976338865
[208] => 1231695819
[209] => 757174897
[210] => 952671621
[211] => 405558844
[212] => 1576937140
[213] => 177381532
[214] => 845219103
[215] => -218095579
[216] => 1156438367
[217] => 1306945559
[218] => 903335056
[219] => 256632200
[220] => 1449542615
[221] => -783226529
[222] => -1938726483
[223] => -116794973
[224] => 498823522
[225] => -1342757743
[226] => 1916199030
[227] => 1410372556
[228] => 96860691
[229] => 1592179107
[230] => 403676543
[231] => -813598651
[232] => -844448454
[233] => 365212021
[234] => -1964760871
[235] => -682032178
[236] => -771147247
[237] => -987263750
[238] => -1662524201
[239] => -1624010334
[240] => 564107880
[241] => 1432979754
[242] => -517036762
[243] => -1201197572
[244] => -413649353
[245] => 1891126575
[246] => -559667229
[247] => 643086335
[248] => 1972468744
[249] => -2126438716
[250] => 408871725
[251] => -1405412345
[252] => 935137096
[253] => -355025582
[254] => 1899340180
[255] => 1696384103
)
[2] => Array
(
[0] => -872337608
[1] => 1823714602
[2] => 915711717
[3] => -2138381960
[4] => 555482596
[5] => 1894447149
[6] => -1829284663
[7] => 1400324766
[8] => 694889540
[9] => -1628052329
[10] => 470657539
[11] => -1601871495
[12] => -673796680
[13] => 1407112038
[14] => 1986012917
[15] => 1465816992
[16] => -1751718597
[17] => -2084958588
[18] => 510196940
[19] => -450507593
[20] => -1188516279
[21] => -700176531
[22] => 1462610898
[23] => -1510830200
[24] => -26651763
[25] => 311773247
[26] => 1080757075
[27] => -2061449641
[28] => 735026471
[29] => -694899589
[30] => -1097281879
[31] => -17718291
[32] => -1301920195
[33] => 1086318426
[34] => 963644149
[35] => 1750159862
[36] => -915967238
[37] => -445087011
[38] => -2143397086
[39] => 511167871
[40] => 2118176882
[41] => -1890265521
[42] => -518461668
[43] => -952417173
[44] => -1770998502
[45] => -1998239616
[46] => 1601815649
[47] => -800744782
[48] => 923516484
[49] => -1837132626
[50] => 1488005011
[51] => 1712691004
[52] => 91354597
[53] => 2081516193
[54] => -1925153608
[55] => 589845542
[56] => 1404837031
[57] => 1373363457
[58] => -2114414321
[59] => -1530117755
[60] => -2012508055
[61] => 609547946
[62] => 1956705739
[63] => 128991010
[64] => -1290754685
[65] => -93288518
[66] => -2066390772
[67] => 1018183891
[68] => 260698385
[69] => 1093994993
[70] => 2102969199
[71] => -2059320040
[72] => 1311494301
[73] => 314706841
[74] => -1883448508
[75] => 448730022
[76] => 829689078
[77] => 1112773752
[78] => 1128279206
[79] => -2144677587
[80] => 478625357
[81] => -1712476989
[82] => -331373050
[83] => 917475936
[84] => 2138854134
[85] => -61675656
[86] => -813875615
[87] => -1930933733
[88] => -440175183
[89] => -313570720
[90] => -2084367893
[91] => 33727917
[92] => 2039870460
[93] => -546316679
[94] => -596240591
[95] => -191152463
[96] => 88459235
[97] => -311075069
[98] => -923749913
[99] => 701918235
[100] => 1296447552
[101] => 312977659
[102] => 1637310661
[103] => -352677494
[104] => 1947797681
[105] => 982761179
[106] => -1955181435
[107] => -1859368597
[108] => 604951272
[109] => 2005139649
[110] => 339949639
[111] => -1386147273
[112] => 883766018
[113] => -1626655871
[114] => 1372356993
[115] => -448370280
[116] => -1857614599
[117] => -884883948
[118] => -2107454001
[119] => -1743131207
[120] => -213932628
[121] => -206191929
[122] => -1386205348
[123] => -350455264
[124] => 616957628
[125] => 460691060
[126] => -246498968
[127] => 1659066664
[128] => 593891188
[129] => -1495574912
[130] => -2028216654
[131] => -479504339
[132] => -1171667242
[133] => 1702519037
[134] => -2141035480
[135] => -202045465
[136] => -1995611362
[137] => -226400361
[138] => 599353711
[139] => -391872923
[140] => -803682119
[141] => 744912174
[142] => -1475943100
[143] => 598233387
[144] => 1078592211
[145] => 269989228
[146] => 56095189
[147] => -2123427757
[148] => -1744792831
[149] => 1381974892
[150] => -1225649696
[151] => -382125362
[152] => 1772600969
[153] => -1929219100
[154] => 305476598
[155] => -1597942075
[156] => -1808420303
[157] => 1176288892
[158] => -506854546
[159] => -2035129074
[160] => 1703662483
[161] => 1860415393
[162] => -1096120864
[163] => 1339907249
[164] => -810726131
[165] => -1132219504
[166] => -1989556300
[167] => 8124943
[168] => 1384827300
[169] => -1562662614
[170] => 1260024640
[171] => -1326603480
[172] => 1853738394
[173] => 816580238
[174] => -1613471084
[175] => 1264320243
[176] => -2005118708
[177] => -1566377020
[178] => -1119256727
[179] => 1653805696
[180] => -1162947948
[181] => -1019184067
[182] => -126949177
[183] => 74697936
[184] => 89498877
[185] => -741510596
[186] => 1486436247
[187] => -1979082973
[188] => -212611307
[189] => 2098174156
[190] => -1465795245
[191] => -2102964450
[192] => -1765861330
[193] => -1453194157
[194] => -1178964484
[195] => -1911250575
[196] => 969629655
[197] => -1514146887
[198] => -1125323381
[199] => 356620072
[200] => -1301085539
[201] => -1068855660
[202] => -429407176
[203] => -234246288
[204] => -1794918627
[205] => 1663562940
[206] => -922074951
[207] => 1595582392
[208] => -1283724433
[209] => -688394362
[210] => 414898440
[211] => 1438581409
[212] => -843979312
[213] => 1190238970
[214] => 127659841
[215] => 1343934857
[216] => 1767566732
[217] => 1505248940
[218] => -936994832
[219] => -1121793071
[220] => 1188503381
[221] => -1685850099
[222] => 531446672
[223] => 1543894079
[224] => -603102725
[225] => 1212558149
[226] => -302148848
[227] => 1749138873
[228] => -833185725
[229] => -1524286216
[230] => -700189225
[231] => 946002557
[232] => -989787024
[233] => 1939566134
[234] => 874468756
[235] => 342457137
[236] => -1401978256
[237] => 169914369
[238] => 1604774630
[239] => -341193289
[240] => 186669178
[241] => -1671598269
[242] => -1700428663
[243] => 1695515586
[244] => -1932354916
[245] => 411154137
[246] => -1862048227
[247] => -1249837370
[248] => -891470026
[249] => -186296788
[250] => 1078285977
[251] => 632097833
[252] => 888248047
[253] => 278029871
[254] => -1469458060
[255] => -1086503154
)
[3] => Array
(
[0] => -1466988785
[1] => -237052823
[2] => -608554762
[3] => -796248077
[4] => 574712459
[5] => 850680397
[6] => -1054747646
[7] => 760798283
[8] => 2082565559
[9] => 1690400643
[10] => -1110717024
[11] => 2123051239
[12] => -1614309447
[13] => -655867576
[14] => 372609366
[15] => -395123276
[16] => -101745116
[17] => 1782138812
[18] => 1422562219
[19] => -1726731364
[20] => -1248865545
[21] => 1799761023
[22] => -25359047
[23] => -1375738141
[24] => -971411125
[25] => 619377346
[26] => -488450984
[27] => -281230385
[28] => 1624203424
[29] => -193430262
[30] => -1733336414
[31] => 347163161
[32] => -938297854
[33] => -792526545
[34] => -66311405
[35] => -1376963430
[36] => 55242701
[37] => -1957214326
[38] => -610145096
[39] => -354624467
[40] => -116724848
[41] => -228856329
[42] => -75844331
[43] => -286485787
[44] => -1795188965
[45] => 1317161983
[46] => 261345360
[47] => 633739945
[48] => -1554745496
[49] => 1589889376
[50] => 1269047836
[51] => 1889315473
[52] => 682571543
[53] => -354431722
[54] => -1056511648
[55] => -1367368574
[56] => -1529137380
[57] => 367673189
[58] => -926598074
[59] => 727206311
[60] => 241076487
[61] => -1286737568
[62] => 646443076
[63] => -195351482
[64] => -237326711
[65] => -961841895
[66] => 1589084622
[67] => 169645435
[68] => -1884487957
[69] => -1784074885
[70] => -805619940
[71] => 1211206224
[72] => -1853181405
[73] => -619323773
[74] => 339569597
[75] => 2036609208
[76] => 1131726886
[77] => -935387805
[78] => 1683058065
[79] => 846814911
[80] => 499603146
[81] => 2089660797
[82] => -1639040052
[83] => 2000964204
[84] => -1147151120
[85] => -141286947
[86] => 335435778
[87] => -464662429
[88] => 868297506
[89] => -1254220495
[90] => 419967212
[91] => -1565624138
[92] => 1079491024
[93] => -1920960326
[94] => -1870188337
[95] => 2107292549
[96] => 996228366
[97] => 726465957
[98] => 1115231400
[99] => 1084261622
[100] => 1997231524
[101] => -1039298546
[102] => 779284980
[103] => -365451474
[104] => -1681259175
[105] => -1077486347
[106] => 1844089380
[107] => 1360229133
[108] => -1913722591
[109] => 1661271616
[110] => 1574289700
[111] => 262020040
[112] => 1917239676
[113] => -1901600047
[114] => 661257494
[115] => -1116635600
[116] => 1401748854
[117] => -234266182
[118] => -1120155156
[119] => -51539216
[120] => -1933996403
[121] => -1484743634
[122] => 1357870203
[123] => 657846167
[124] => 1900295477
[125] => 443025817
[126] => 423873663
[127] => -776868737
[128] => 1502232799
[129] => -731098871
[130] => 1052251259
[131] => -845018544
[132] => -2000696215
[133] => -718240839
[134] => 197614979
[135] => 968454561
[136] => -411431420
[137] => -541363920
[138] => 600867317
[139] => -170030025
[140] => 1083565776
[141] => -168882980
[142] => 940946306
[143] => 1401879265
[144] => 1966032494
[145] => -1806422737
[146] => -1238257817
[147] => 47007055
[148] => -1744730715
[149] => -719132149
[150] => -1997107399
[151] => 1718537532
[152] => -2110824967
[153] => -256646614
[154] => 2115489676
[155] => 1890035436
[156] => 1047970296
[157] => 938878812
[158] => -368573091
[159] => 196940028
[160] => 425276541
[161] => 2090377476
[162] => 1694135383
[163] => 1131225963
[164] => -718355578
[165] => 718438976
[166] => -827292761
[167] => -1895617559
[168] => 2109728843
[169] => -703302063
[170] => 1835242591
[171] => -1665082309
[172] => 2118534945
[173] => 744235469
[174] => -1304809293
[175] => -1962362260
[176] => -1856546488
[177] => -1673863568
[178] => 1975372595
[179] => 2040709855
[180] => -1870060103
[181] => -302869291
[182] => -2123338365
[183] => 645908075
[184] => 987132207
[185] => -558640346
[186] => 704269540
[187] => 920733903
[188] => -866573739
[189] => 1964305081
[190] => -839212452
[191] => 1959341315
[192] => 1336784175
[193] => -397166805
[194] => 978670846
[195] => 1171814767
[196] => -1691191014
[197] => 1147553609
[198] => 774487059
[199] => -2072512111
[200] => -834466371
[201] => -1391940144
[202] => 339426531
[203] => -311864919
[204] => 571918060
[205] => 1695259409
[206] => -1164270740
[207] => 1467877786
[208] => 1642635893
[209] => 1308487727
[210] => 1150468886
[211] => 1497197551
[212] => 472963662
[213] => 944843283
[214] => -1648765306
[215] => 1544301402
[216] => 503279049
[217] => -1477649714
[218] => 645819898
[219] => -429781406
[220] => -363451666
[221] => -964807675
[222] => -616286386
[223] => -409697891
[224] => -1271687134
[225] => 1435466615
[226] => 1512045319
[227] => -894851952
[228] => -1962862264
[229] => 1762203949
[230] => -1685702901
[231] => 603104128
[232] => -1695872142
[233] => -1918004582
[234] => -643899979
[235] => 244499156
[236] => -1240806110
[237] => 782476620
[238] => 872656900
[239] => 915114732
[240] => -1497962456
[241] => -297141858
[242] => 1773960570
[243] => 1743265468
[244] => -85763159
[245] => -497887571
[246] => 905969789
[247] => 519363691
[248] => 188045067
[249] => -1360487938
[250] => 566169949
[251] => 1485479034
[252] => 33307600
[253] => -1915906801
[254] => -1047866437
[255] => 113445321
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => Tj9LMNLWWqwNSoiN7nxqwOfBwJOMCANX54aLgAttPahTbWFJbOeeZSvJ
[_iv:protected] => x3fHLXet
[_modified:protected] =>
[_allow_writing:protected] => 1
)
[link] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
[ssl_enable:protected] => 1
)
[country] => Country Object
(
[id] => 8
[id_zone] => 9
[id_currency] => 1
[iso_code] => FR
[call_prefix] => 33
[name] => France
[contains_states] => 0
[need_identification_number] => 0
[need_zip_code] => 1
[zip_code_format] => NNNNN
[display_tax_label] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => countries
[fields] => Array
(
[id_zone] => Array
(
[xlink_resource] => zones
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
)
)
[id_lang:protected] => 5
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => country
[identifier:protected] => id_country
[fieldsRequired:protected] => Array
(
[0] => id_zone
[1] => iso_code
[2] => contains_states
[3] => need_identification_number
[4] => display_tax_label
)
[fieldsSize:protected] => Array
(
[iso_code] => 3
)
[fieldsValidate:protected] => Array
(
[id_zone] => isUnsignedId
[id_currency] => isUnsignedId
[call_prefix] => isInt
[iso_code] => isLanguageIsoCode
[active] => isBool
[contains_states] => isBool
[need_identification_number] => isBool
[need_zip_code] => isBool
[zip_code_format] => isZipCodeFormat
[display_tax_label] => isBool
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
)
[fieldsValidateLang:protected] => Array
(
[name] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => country
[primary] => id_country
[multilang] => 1
[fields] => Array
(
[id_zone] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[call_prefix] => Array
(
[type] => 1
[validate] => isInt
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[contains_states] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_identification_number] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_zip_code] => Array
(
[type] => 2
[validate] => isBool
)
[zip_code_format] => Array
(
[type] => 3
[validate] => isZipCodeFormat
)
[display_tax_label] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[required] => 1
[size] => 64
)
)
[associations] => Array
(
[zone] => Array
(
[type] => 1
)
[currency] => Array
(
[type] => 1
)
[l] => Array
(
[type] => 2
[field] => id_country
[foreign_field] => id_country
)
)
[classname] => Country
)
[update_fields:protected] =>
)
[employee] =>
[controller] => ProductController Object
(
[product:protected] => Product Object
(
[tax_name] => deprecated
[tax_rate] => 20
[id_manufacturer] => 0
[id_supplier] => 0
[id_category_default] => 829
[id_shop_default] => 41
[manufacturer_name] =>
[supplier_name] =>
[name] => Coque LiteChaser Pro iPhone 13 Pro Beige
[description] => Conçu pour iPhone 13 ProConçu pour les filtres, objectifs et grips LiteChaser Pro.Compatibilité MagSafe *Remarque, les filtres et poignées iPhone 12 LiteChaser Pro ne sont pas compatibles avec la coque iPhone 13 Pro.*
[description_short] => Conçu pour iPhone 13 Pro Conçu pour les filtres, objectifs et grips LiteChaser Pro. Compatibilité MagSafeÂ
[quantity] => 0
[minimal_quantity] => 1
[available_now] =>
[available_later] => Sur commande
[price] => 29.166667
[additional_shipping_cost] => 0.00
[wholesale_price] => 0.000000
[on_sale] => 0
[online_only] => 0
[unity] =>
[unit_price] => 0
[unit_price_ratio] => 0.000000
[ecotax] => 0.000000
[reference] => IP13-PRO-SGE
[supplier_reference] => IP13-PRO-SGE
[location] =>
[width] => 0.000000
[height] => 0.000000
[depth] => 0.000000
[weight] => 0.100000
[ean13] =>
[upc] =>
[link_rewrite] => coque-litechaser-pro-iphone-13-pro-beige
[meta_description] =>
[meta_keywords] =>
[meta_title] =>
[quantity_discount] => 0
[customizable] => 0
[new] =>
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[redirect_type] => 404
[id_product_redirected] => 0
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[date_add] => 2023-12-01 16:22:50
[date_upd] => 2023-12-12 15:25:01
[id_cms_category] =>
[tags] =>
[id_tax_rules_group] => 1
[id_color_default] => 0
[advanced_stock_management] => 0
[out_of_stock] => 2
[depends_on_stock] =>
[isFullyLoaded] => 1
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[pointsforts] =>
[videos] =>
[specifications] =>
[instructions] =>
[category] => iphone-13
[webserviceParameters:protected] => Array
(
[objectMethods] => Array
(
[add] => addWs
[update] => updateWs
)
[objectNodeNames] => products
[fields] => Array
(
[id_manufacturer] => Array
(
[xlink_resource] => manufacturers
)
[id_supplier] => Array
(
[xlink_resource] => suppliers
)
[id_category_default] => Array
(
[xlink_resource] => categories
)
[new] => Array
(
)
[cache_default_attribute] => Array
(
)
[id_default_image] => Array
(
[getter] => getCoverWs
[setter] => setCoverWs
[xlink_resource] => Array
(
[resourceName] => images
[subResourceName] => products
)
)
[id_default_combination] => Array
(
[getter] => getWsDefaultCombination
[setter] => setWsDefaultCombination
[xlink_resource] => Array
(
[resourceName] => combinations
)
)
[id_tax_rules_group] => Array
(
[xlink_resource] => Array
(
[resourceName] => tax_rules_group
)
)
[position_in_category] => Array
(
[getter] => getWsPositionInCategory
[setter] =>
)
[manufacturer_name] => Array
(
[getter] => getWsManufacturerName
[setter] =>
)
[quantity] => Array
(
[getter] =>
[setter] =>
)
)
[associations] => Array
(
[categories] => Array
(
[resource] => category
[fields] => Array
(
[id] => Array
(
[required] => 1
)
)
)
[images] => Array
(
[resource] => image
[fields] => Array
(
[id] => Array
(
)
)
)
[combinations] => Array
(
[resource] => combinations
[fields] => Array
(
[id] => Array
(
[required] => 1
)
)
)
[product_option_values] => Array
(
[resource] => product_options_values
[fields] => Array
(
[id] => Array
(
[required] => 1
)
)
)
[product_features] => Array
(
[resource] => product_feature
[fields] => Array
(
[id] => Array
(
[required] => 1
)
[id_feature_value] => Array
(
[required] => 1
[xlink_resource] => product_feature_values
)
)
)
[tags] => Array
(
[resource] => tag
[fields] => Array
(
[id] => Array
(
[required] => 1
)
)
)
[stock_availables] => Array
(
[resource] => stock_available
[fields] => Array
(
[id] => Array
(
[required] => 1
)
[id_product_attribute] => Array
(
[required] => 1
)
)
[setter] =>
)
[accessories] => Array
(
[resource] => product
[fields] => Array
(
[id] => Array
(
[required] => 1
[xlink_resource] => product
)
)
)
)
)
[id] => 5405
[id_lang:protected] => 5
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] =>
[table:protected] => product
[identifier:protected] => id_product
[fieldsRequired:protected] => Array
(
[0] => price
)
[fieldsSize:protected] => Array
(
[reference] => 32
[supplier_reference] => 32
[location] => 64
[ean13] => 13
[upc] => 12
)
[fieldsValidate:protected] => Array
(
[id_shop_default] => isUnsignedId
[id_manufacturer] => isUnsignedId
[id_supplier] => isUnsignedId
[reference] => isReference
[supplier_reference] => isReference
[location] => isReference
[width] => isUnsignedFloat
[height] => isUnsignedFloat
[depth] => isUnsignedFloat
[weight] => isUnsignedFloat
[quantity_discount] => isBool
[ean13] => isEan13
[upc] => isUpc
[cache_is_pack] => isBool
[cache_has_attachments] => isBool
[is_virtual] => isBool
[id_category_default] => isUnsignedId
[id_tax_rules_group] => isUnsignedId
[on_sale] => isBool
[online_only] => isBool
[ecotax] => isPrice
[minimal_quantity] => isUnsignedInt
[price] => isPrice
[wholesale_price] => isPrice
[unity] => isString
[additional_shipping_cost] => isPrice
[customizable] => isUnsignedInt
[text_fields] => isUnsignedInt
[uploadable_files] => isUnsignedInt
[active] => isBool
[redirect_type] => isString
[id_product_redirected] => isUnsignedId
[available_for_order] => isBool
[available_date] => isDateFormat
[condition] => isGenericName
[show_price] => isBool
[indexed] => isBool
[visibility] => isProductVisibility
[advanced_stock_management] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
[0] => link_rewrite
[1] => name
)
[fieldsSizeLang:protected] => Array
(
[meta_description] => 255
[meta_keywords] => 255
[meta_title] => 128
[link_rewrite] => 128
[name] => 128
[available_now] => 255
[available_later] => 255
)
[fieldsValidateLang:protected] => Array
(
[meta_description] => isGenericName
[meta_keywords] => isGenericName
[meta_title] => isGenericName
[link_rewrite] => isLinkRewrite
[name] => isCatalogName
[description] => isString
[description_short] => isString
[available_now] => isGenericName
[available_later] => IsGenericName
[pointsforts] => isString
[videos] => isString
[specifications] => isString
[instructions] => isString
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => product
[primary] => id_product
[multilang] => 1
[multilang_shop] => 1
[fields] => Array
(
[id_shop_default] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_manufacturer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_supplier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[reference] => Array
(
[type] => 3
[validate] => isReference
[size] => 32
)
[supplier_reference] => Array
(
[type] => 3
[validate] => isReference
[size] => 32
)
[location] => Array
(
[type] => 3
[validate] => isReference
[size] => 64
)
[width] => Array
(
[type] => 4
[validate] => isUnsignedFloat
)
[height] => Array
(
[type] => 4
[validate] => isUnsignedFloat
)
[depth] => Array
(
[type] => 4
[validate] => isUnsignedFloat
)
[weight] => Array
(
[type] => 4
[validate] => isUnsignedFloat
)
[quantity_discount] => Array
(
[type] => 2
[validate] => isBool
)
[ean13] => Array
(
[type] => 3
[validate] => isEan13
[size] => 13
)
[upc] => Array
(
[type] => 3
[validate] => isUpc
[size] => 12
)
[cache_is_pack] => Array
(
[type] => 2
[validate] => isBool
)
[cache_has_attachments] => Array
(
[type] => 2
[validate] => isBool
)
[is_virtual] => Array
(
[type] => 2
[validate] => isBool
)
[id_category_default] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedId
)
[id_tax_rules_group] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedId
)
[on_sale] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[online_only] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[ecotax] => Array
(
[type] => 4
[shop] => 1
[validate] => isPrice
)
[minimal_quantity] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedInt
)
[price] => Array
(
[type] => 4
[shop] => 1
[validate] => isPrice
[required] => 1
)
[wholesale_price] => Array
(
[type] => 4
[shop] => 1
[validate] => isPrice
)
[unity] => Array
(
[type] => 3
[shop] => 1
[validate] => isString
)
[unit_price_ratio] => Array
(
[type] => 4
[shop] => 1
)
[additional_shipping_cost] => Array
(
[type] => 4
[shop] => 1
[validate] => isPrice
)
[customizable] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedInt
)
[text_fields] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedInt
)
[uploadable_files] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedInt
)
[active] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[redirect_type] => Array
(
[type] => 3
[shop] => 1
[validate] => isString
)
[id_product_redirected] => Array
(
[type] => 1
[shop] => 1
[validate] => isUnsignedId
)
[available_for_order] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[available_date] => Array
(
[type] => 5
[shop] => 1
[validate] => isDateFormat
)
[condition] => Array
(
[type] => 3
[shop] => 1
[validate] => isGenericName
[values] => Array
(
[0] => new
[1] => used
[2] => refurbished
)
[default] => new
)
[show_price] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[indexed] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[visibility] => Array
(
[type] => 3
[shop] => 1
[validate] => isProductVisibility
[values] => Array
(
[0] => both
[1] => catalog
[2] => search
[3] => none
)
[default] => both
)
[cache_default_attribute] => Array
(
[type] => 1
[shop] => 1
)
[advanced_stock_management] => Array
(
[type] => 2
[shop] => 1
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[shop] => 1
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[shop] => 1
[validate] => isDateFormat
)
[meta_description] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
[meta_keywords] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
[meta_title] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 128
)
[link_rewrite] => Array
(
[type] => 3
[lang] => 1
[validate] => isLinkRewrite
[required] => 1
[size] => 128
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isCatalogName
[required] => 1
[size] => 128
)
[description] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[description_short] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[available_now] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
[available_later] => Array
(
[type] => 3
[lang] => 1
[validate] => IsGenericName
[size] => 255
)
[pointsforts] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[videos] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[specifications] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[instructions] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
)
[associations] => Array
(
[manufacturer] => Array
(
[type] => 1
)
[supplier] => Array
(
[type] => 1
)
[default_category] => Array
(
[type] => 1
[field] => id_category_default
[object] => Category
)
[tax_rules_group] => Array
(
[type] => 1
)
[categories] => Array
(
[type] => 2
[field] => id_category
[object] => Category
[association] => category_product
)
[stock_availables] => Array
(
[type] => 2
[field] => id_stock_available
[object] => StockAvailable
[association] => stock_availables
)
[l] => Array
(
[type] => 2
[field] => id_product
[foreign_field] => id_product
)
)
[classname] => Product
)
[update_fields:protected] =>
[specificPrice] =>
)
[category:protected] => Category Object
(
[id] => 829
[id_category] => 829
[name] => IPHONE 13
[active] => 1
[isList] => 0
[position] => 2
[description] =>
[id_parent] => 799
[id_category_default] =>
[level_depth] => 2
[nleft] => 1240
[nright] => 1241
[link_rewrite] => iphone-13
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[date_add] => 2023-11-28 15:53:48
[date_upd] => 2023-11-28 15:53:48
[is_root_category] => 0
[id_shop_default] => 41
[groupBox] =>
[id_image] =>
[webserviceParameters:protected] => Array
(
[objectsNodeName] => categories
[hidden_fields] => Array
(
[0] => nleft
[1] => nright
[2] => groupBox
)
[fields] => Array
(
[id_parent] => Array
(
[xlink_resource] => categories
)
[level_depth] => Array
(
[setter] =>
)
[nb_products_recursive] => Array
(
[getter] => getWsNbProductsRecursive
[setter] =>
)
)
[associations] => Array
(
[categories] => Array
(
[getter] => getChildrenWs
[resource] => category
)
[products] => Array
(
[getter] => getProductsWs
[resource] => product
)
)
)
[id_lang:protected] => 5
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => category
[identifier:protected] => id_category
[fieldsRequired:protected] => Array
(
[0] => active
)
[fieldsSize:protected] => Array
(
)
[fieldsValidate:protected] => Array
(
[nleft] => isUnsignedInt
[nright] => isUnsignedInt
[level_depth] => isUnsignedInt
[active] => isBool
[isList] => isBool
[id_parent] => isUnsignedInt
[id_shop_default] => isUnsignedId
[is_root_category] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
[1] => link_rewrite
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
[link_rewrite] => 64
[meta_title] => 128
[meta_description] => 255
)
[fieldsValidateLang:protected] => Array
(
[name] => isCatalogName
[link_rewrite] => isLinkRewrite
[description] => isString
[meta_title] => isGenericName
[meta_description] => isGenericName
[meta_keywords] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] => /home/prodigit/www/eboutiques/img/c/
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => category
[primary] => id_category
[multilang] => 1
[multilang_shop] => 1
[fields] => Array
(
[nleft] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[nright] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[level_depth] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[active] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[isList] => Array
(
[type] => 2
[validate] => isBool
)
[id_parent] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[id_shop_default] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[is_root_category] => Array
(
[type] => 2
[validate] => isBool
)
[position] => Array
(
[type] => 1
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isCatalogName
[required] => 1
[size] => 64
)
[link_rewrite] => Array
(
[type] => 3
[lang] => 1
[validate] => isLinkRewrite
[required] => 1
[size] => 64
)
[description] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[meta_title] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 128
)
[meta_description] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
[meta_keywords] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
)
)
[classname] => Category
[associations] => Array
(
[l] => Array
(
[type] => 2
[field] => id_category
[foreign_field] => id_category
)
)
)
[update_fields:protected] =>
)
[errors] => Array
(
)
[iso] =>
[orderBy] =>
[orderWay] =>
[p] =>
[n] =>
[auth] =>
[guestAllowed] =>
[authRedirection] =>
[ssl] => 1
[restrictedCountry:protected] =>
[maintenance:protected] =>
[display_column_left] => 1
[display_column_right] => 1
[nb_items_per_page] =>
[context:protected] => Context Object
(
[cart] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 41
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 5
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart
)
[update_fields:protected] =>
)
[customer] => Customer Object
(
[id] =>
[id_shop] => 41
[id_shop_group] =>
[secure_key] =>
[note] =>
[id_gender] => 0
[id_default_group] => 1
[lastname] =>
[firstname] =>
[birthday] =>
[email] =>
[newsletter] =>
[ip_registration_newsletter] =>
[newsletter_date_add] =>
[optin] =>
[website] =>
[company] =>
[siret] =>
[ape] =>
[outstanding_allow_amount] => 0
[show_public_prices] => 0
[id_risk] =>
[max_payment_days] => 0
[passwd] =>
[last_passwd_gen] =>
[active] => 1
[is_guest] => 0
[deleted] => 0
[date_add] =>
[date_upd] =>
[years] =>
[days] =>
[months] =>
[geoloc_id_country] =>
[geoloc_id_state] =>
[geoloc_postcode] =>
[logged] => 0
[id_guest] =>
[groupBox] =>
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_default_group] => Array
(
[xlink_resource] => groups
)
[newsletter_date_add] => Array
(
)
[ip_registration_newsletter] => Array
(
)
[last_passwd_gen] => Array
(
[setter] =>
)
[secure_key] => Array
(
[setter] =>
)
[deleted] => Array
(
)
[passwd] => Array
(
[setter] => setWsPasswd
)
)
[associations] => Array
(
[groups] => Array
(
[resource] => group
)
)
)
[id_lang:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => customer
[identifier:protected] => id_customer
[fieldsRequired:protected] => Array
(
[0] => lastname
[1] => firstname
[2] => email
[3] => passwd
)
[fieldsSize:protected] => Array
(
[lastname] => 32
[firstname] => 32
[email] => 128
[passwd] => 32
[note] => 65000
)
[fieldsValidate:protected] => Array
(
[secure_key] => isMd5
[lastname] => isName
[firstname] => isName
[email] => isEmail
[passwd] => isPasswd
[id_gender] => isUnsignedId
[birthday] => isBirthDate
[newsletter] => isBool
[optin] => isBool
[website] => isUrl
[company] => isGenericName
[siret] => isSiret
[ape] => isApe
[outstanding_allow_amount] => isFloat
[show_public_prices] => isBool
[id_risk] => isUnsignedInt
[max_payment_days] => isUnsignedInt
[active] => isBool
[deleted] => isBool
[note] => isCleanHtml
[is_guest] => isBool
[id_shop] => isUnsignedId
[id_shop_group] => isUnsignedId
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => customer
[primary] => id_customer
[fields] => Array
(
[secure_key] => Array
(
[type] => 3
[validate] => isMd5
[copy_post] =>
)
[lastname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[firstname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[email] => Array
(
[type] => 3
[validate] => isEmail
[required] => 1
[size] => 128
)
[passwd] => Array
(
[type] => 3
[validate] => isPasswd
[required] => 1
[size] => 32
)
[last_passwd_gen] => Array
(
[type] => 3
[copy_post] =>
)
[id_gender] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[birthday] => Array
(
[type] => 5
[validate] => isBirthDate
)
[newsletter] => Array
(
[type] => 2
[validate] => isBool
)
[newsletter_date_add] => Array
(
[type] => 5
[copy_post] =>
)
[ip_registration_newsletter] => Array
(
[type] => 3
[copy_post] =>
)
[optin] => Array
(
[type] => 2
[validate] => isBool
)
[website] => Array
(
[type] => 3
[validate] => isUrl
)
[company] => Array
(
[type] => 3
[validate] => isGenericName
)
[siret] => Array
(
[type] => 3
[validate] => isSiret
)
[ape] => Array
(
[type] => 3
[validate] => isApe
)
[outstanding_allow_amount] => Array
(
[type] => 4
[validate] => isFloat
[copy_post] =>
)
[show_public_prices] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_risk] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[max_payment_days] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[active] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[note] => Array
(
[type] => 6
[validate] => isCleanHtml
[size] => 65000
[copy_post] =>
)
[is_guest] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_default_group] => Array
(
[type] => 1
[copy_post] =>
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
)
[classname] => Customer
)
[update_fields:protected] =>
)
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2026-04-03 00:42:18
[id_lang] => 5
[id_currency] => 1
[checksum] => -704803810
)
[_name:protected] => 9a9cc3cf585b62297a3f0f00b33a9a3a
[_expire:protected] => 1776897741
[_domain:protected] => polarpro-france.fr
[_path:protected] => /
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 1482974680
[1] => 1555620348
[2] => 1793668873
[3] => 1071837400
[4] => -1081655772
[5] => -998352277
[6] => 1947780959
[7] => -645230204
[8] => 207647236
[9] => 19144915
[10] => -144358597
[11] => 1113164208
[12] => -895606521
[13] => 1576671413
[14] => 1825072526
[15] => -1624950208
[16] => 857674500
[17] => 93773326
)
[_S] => Array
(
[0] => Array
(
[0] => -1380475472
[1] => 1705994999
[2] => 1735192059
[3] => 548764412
[4] => -1948326005
[5] => 460117559
[6] => 32503558
[7] => -1361949553
[8] => 467086849
[9] => -1432671818
[10] => -315321488
[11] => -184207161
[12] => 146787186
[13] => -192143131
[14] => 1751346347
[15] => -1695507260
[16] => 1325679093
[17] => -1984310226
[18] => -1723971119
[19] => -1738662491
[20] => 1261194445
[21] => -2113107113
[22] => 862635860
[23] => -1422086463
[24] => 1827288914
[25] => -1804430449
[26] => 789339877
[27] => -2066129863
[28] => 1913612288
[29] => 1560010478
[30] => -1058019936
[31] => -65405350
[32] => 1965159694
[33] => -1300244320
[34] => -1463347301
[35] => 1914783155
[36] => 383202314
[37] => 1796572802
[38] => 1685185166
[39] => 2112755676
[40] => 1697913043
[41] => 506531343
[42] => 1950420674
[43] => 1445384897
[44] => 2138857830
[45] => -313874393
[46] => 258171818
[47] => -1402548779
[48] => 1740508191
[49] => -1588797087
[50] => -999975438
[51] => -1131821433
[52] => 124933484
[53] => -823426456
[54] => 505051124
[55] => -1034924997
[56] => -1730338443
[57] => -1718759764
[58] => 1368544582
[59] => 767632936
[60] => 1087961897
[61] => -868547033
[62] => 602331615
[63] => 1733552771
[64] => -273863011
[65] => -2100852906
[66] => 1041054519
[67] => -1016994438
[68] => -480635587
[69] => 1928840615
[70] => -649526133
[71] => -186292229
[72] => -1623777721
[73] => 135175678
[74] => -695039577
[75] => -412502899
[76] => -1366958845
[77] => 2125213211
[78] => 1985876553
[79] => -1904382552
[80] => -1519359366
[81] => -1096476353
[82] => 1068924666
[83] => 747692736
[84] => -1970754215
[85] => -1422434388
[86] => -1315344909
[87] => -779985842
[88] => -276491574
[89] => -1864852592
[90] => 1910538742
[91] => -1727810390
[92] => -263534830
[93] => 1354802745
[94] => -299629967
[95] => 1577894399
[96] => 655805547
[97] => -1928199547
[98] => -1478680421
[99] => -2046635086
[100] => 884069436
[101] => 601091200
[102] => 129035584
[103] => -1222404266
[104] => -1252628338
[105] => 1637243710
[106] => -1744768006
[107] => -1743370827
[108] => 798387706
[109] => 924149125
[110] => -1770121970
[111] => -1992626739
[112] => 803334091
[113] => 171134606
[114] => -962135637
[115] => -1326798268
[116] => 1352962198
[117] => 2092441849
[118] => -1341855571
[119] => -719286706
[120] => 1842693282
[121] => -1679707026
[122] => 1708910359
[123] => -44362460
[124] => -2094760334
[125] => 2047319549
[126] => -960302978
[127] => -260529385
[128] => 1023576073
[129] => 882051105
[130] => 68073306
[131] => 343007739
[132] => -1230285667
[133] => -1087096451
[134] => 1622015334
[135] => -1773176035
[136] => -1604030955
[137] => -2094429227
[138] => 1984059084
[139] => -612144599
[140] => -1050670264
[141] => -1298129739
[142] => -206940870
[143] => -1588862064
[144] => -1541422623
[145] => -214334348
[146] => -741020088
[147] => -542540718
[148] => 2097618221
[149] => 1542699609
[150] => 1576704135
[151] => 1586652079
[152] => 1249333510
[153] => -1112141220
[154] => -56792593
[155] => 343098763
[156] => 1150194881
[157] => -2138710700
[158] => 434036106
[159] => -280056894
[160] => 376944389
[161] => -51597239
[162] => -1523671938
[163] => 982058723
[164] => 279989454
[165] => -2081736679
[166] => 1736351579
[167] => -1529523684
[168] => -1550256084
[169] => 2103874881
[170] => -1241966858
[171] => 807496348
[172] => -2759592
[173] => -1043562383
[174] => 1970956979
[175] => -1830720748
[176] => -1315998808
[177] => -995437254
[178] => -1672756389
[179] => 1599555278
[180] => -174091226
[181] => -1857225623
[182] => 1304388600
[183] => -926910077
[184] => 267498803
[185] => -1050138794
[186] => 1677034502
[187] => 357200303
[188] => 492438194
[189] => 1344757658
[190] => 259777894
[191] => -120852615
[192] => -526394906
[193] => 1282914598
[194] => 109751329
[195] => 2050579010
[196] => -484982923
[197] => -1590372838
[198] => 922280764
[199] => 1048777582
[200] => 458118934
[201] => -689687512
[202] => -414654023
[203] => -1773004886
[204] => -1790852628
[205] => -251537246
[206] => -539912356
[207] => 1105693242
[208] => 1871159287
[209] => 811633530
[210] => -12516189
[211] => 825413528
[212] => 680888332
[213] => -2067566509
[214] => -1735179773
[215] => -1943105828
[216] => 1396882321
[217] => -621187017
[218] => 1124730805
[219] => 128524067
[220] => 1896209799
[221] => 1520124903
[222] => 180443061
[223] => -558782979
[224] => 523489237
[225] => 817416508
[226] => -1411817836
[227] => 488264402
[228] => -193898872
[229] => 1187213610
[230] => -1476980900
[231] => 1049822156
[232] => -975762006
[233] => 918538011
[234] => 1476410902
[235] => 1014785952
[236] => -1749290805
[237] => 815866643
[238] => -1603551826
[239] => -76592855
[240] => 494792280
[241] => -1822232087
[242] => -1955470442
[243] => -1486574708
[244] => 1912707658
[245] => 651783269
[246] => 1695092820
[247] => -839227988
[248] => 248757348
[249] => 1402893625
[250] => -110697951
[251] => -1167452987
[252] => 618469609
[253] => -70658367
[254] => 1243356052
[255] => 1463795897
)
[1] => Array
(
[0] => -1415136303
[1] => 1900575242
[2] => 618962360
[3] => 1877328928
[4] => -1213124683
[5] => -1088514288
[6] => -2139274370
[7] => 124814700
[8] => 1614898143
[9] => 834986507
[10] => -1724945608
[11] => 1459854933
[12] => 1131982031
[13] => -567879944
[14] => 2045983499
[15] => 1249956444
[16] => 543050706
[17] => 105169250
[18] => 1964719824
[19] => -1500550017
[20] => 427383191
[21] => -2030610681
[22] => 622547221
[23] => 64794120
[24] => -51909496
[25] => 770630347
[26] => -334302639
[27] => 1320404215
[28] => 369309914
[29] => 1488464337
[30] => -1210849726
[31] => -1945838067
[32] => 881719234
[33] => 1377952373
[34] => -358642266
[35] => 1749368084
[36] => 2001207958
[37] => -421738283
[38] => 996102232
[39] => 1732095761
[40] => 90744599
[41] => 1666574789
[42] => 961001090
[43] => 1484269963
[44] => -1640201405
[45] => 40854917
[46] => -1435443627
[47] => 1036463488
[48] => 457925583
[49] => 615799015
[50] => -1830869790
[51] => 1588029945
[52] => 386660713
[53] => -415494475
[54] => 1063532671
[55] => -1041603792
[56] => 1906687537
[57] => -877518379
[58] => -1129400447
[59] => 891127883
[60] => -1268400322
[61] => -1111820639
[62] => 1168575759
[63] => 142196531
[64] => 1240426756
[65] => 465444984
[66] => -191453390
[67] => 621426674
[68] => -1904491911
[69] => 684207605
[70] => -1861493126
[71] => -1984663657
[72] => 1171279931
[73] => -195488916
[74] => 2067848418
[75] => -493104515
[76] => 609890406
[77] => 499219972
[78] => -1964124105
[79] => 1395029291
[80] => 371935918
[81] => 1857176515
[82] => -186823503
[83] => -1698694795
[84] => 1820378802
[85] => -13133653
[86] => 1666789275
[87] => -1252457092
[88] => 948621302
[89] => 1518182164
[90] => 784042891
[91] => -1417265350
[92] => -2100562919
[93] => 1752307526
[94] => -1533503349
[95] => 1140944490
[96] => 1056927110
[97] => 1939194243
[98] => 1812197017
[99] => 679764485
[100] => 735598860
[101] => -1554101104
[102] => 404052165
[103] => -51968568
[104] => 145352435
[105] => 1888717166
[106] => 1391551075
[107] => -303643081
[108] => -1586328585
[109] => -1612592802
[110] => 1348165579
[111] => -891849682
[112] => 524293086
[113] => 1769543726
[114] => -1919911259
[115] => 432344794
[116] => -1435473784
[117] => 549214548
[118] => 1344723021
[119] => 666272966
[120] => -646371791
[121] => 1797070587
[122] => 1580557142
[123] => 1705941765
[124] => 1815716218
[125] => -296301236
[126] => 1609002271
[127] => -579556440
[128] => 672288678
[129] => 828558712
[130] => 1267977616
[131] => -1153059497
[132] => -571616013
[133] => 800206053
[134] => -1809128314
[135] => -1100806782
[136] => -24246582
[137] => -1891906125
[138] => -1518543412
[139] => 1882388454
[140] => -565646217
[141] => 119780912
[142] => -665232622
[143] => 1891849686
[144] => 1038603047
[145] => 289398882
[146] => 1771449609
[147] => 2107904497
[148] => -689942127
[149] => 233082250
[150] => 1860080220
[151] => -754646612
[152] => -1635963874
[153] => -841508891
[154] => 127364905
[155] => -741913210
[156] => 1398024307
[157] => -2101045641
[158] => -742446774
[159] => -425613897
[160] => -1010712772
[161] => -311098184
[162] => -1899317853
[163] => 1776236049
[164] => 1154553045
[165] => 1389832224
[166] => -719501928
[167] => 270402826
[168] => -1681230564
[169] => 1406305596
[170] => 1025565440
[171] => -612408246
[172] => 1949009341
[173] => 181417566
[174] => -803304365
[175] => 1085652407
[176] => -1179744250
[177] => 573390666
[178] => -1961131100
[179] => 79564439
[180] => -1450428710
[181] => -1258943283
[182] => 971164546
[183] => 1263824861
[184] => 1853064725
[185] => -904061012
[186] => -336265968
[187] => -1807109204
[188] => -1334711321
[189] => -116864466
[190] => 1667628596
[191] => -339998547
[192] => -1850044306
[193] => 1546381708
[194] => -403973532
[195] => 293777556
[196] => 2060294787
[197] => -144229995
[198] => -1145765739
[199] => -586473228
[200] => -47435947
[201] => -46477303
[202] => 556153959
[203] => 970291653
[204] => -1179704562
[205] => 1229704227
[206] => 749210886
[207] => -976338865
[208] => 1231695819
[209] => 757174897
[210] => 952671621
[211] => 405558844
[212] => 1576937140
[213] => 177381532
[214] => 845219103
[215] => -218095579
[216] => 1156438367
[217] => 1306945559
[218] => 903335056
[219] => 256632200
[220] => 1449542615
[221] => -783226529
[222] => -1938726483
[223] => -116794973
[224] => 498823522
[225] => -1342757743
[226] => 1916199030
[227] => 1410372556
[228] => 96860691
[229] => 1592179107
[230] => 403676543
[231] => -813598651
[232] => -844448454
[233] => 365212021
[234] => -1964760871
[235] => -682032178
[236] => -771147247
[237] => -987263750
[238] => -1662524201
[239] => -1624010334
[240] => 564107880
[241] => 1432979754
[242] => -517036762
[243] => -1201197572
[244] => -413649353
[245] => 1891126575
[246] => -559667229
[247] => 643086335
[248] => 1972468744
[249] => -2126438716
[250] => 408871725
[251] => -1405412345
[252] => 935137096
[253] => -355025582
[254] => 1899340180
[255] => 1696384103
)
[2] => Array
(
[0] => -872337608
[1] => 1823714602
[2] => 915711717
[3] => -2138381960
[4] => 555482596
[5] => 1894447149
[6] => -1829284663
[7] => 1400324766
[8] => 694889540
[9] => -1628052329
[10] => 470657539
[11] => -1601871495
[12] => -673796680
[13] => 1407112038
[14] => 1986012917
[15] => 1465816992
[16] => -1751718597
[17] => -2084958588
[18] => 510196940
[19] => -450507593
[20] => -1188516279
[21] => -700176531
[22] => 1462610898
[23] => -1510830200
[24] => -26651763
[25] => 311773247
[26] => 1080757075
[27] => -2061449641
[28] => 735026471
[29] => -694899589
[30] => -1097281879
[31] => -17718291
[32] => -1301920195
[33] => 1086318426
[34] => 963644149
[35] => 1750159862
[36] => -915967238
[37] => -445087011
[38] => -2143397086
[39] => 511167871
[40] => 2118176882
[41] => -1890265521
[42] => -518461668
[43] => -952417173
[44] => -1770998502
[45] => -1998239616
[46] => 1601815649
[47] => -800744782
[48] => 923516484
[49] => -1837132626
[50] => 1488005011
[51] => 1712691004
[52] => 91354597
[53] => 2081516193
[54] => -1925153608
[55] => 589845542
[56] => 1404837031
[57] => 1373363457
[58] => -2114414321
[59] => -1530117755
[60] => -2012508055
[61] => 609547946
[62] => 1956705739
[63] => 128991010
[64] => -1290754685
[65] => -93288518
[66] => -2066390772
[67] => 1018183891
[68] => 260698385
[69] => 1093994993
[70] => 2102969199
[71] => -2059320040
[72] => 1311494301
[73] => 314706841
[74] => -1883448508
[75] => 448730022
[76] => 829689078
[77] => 1112773752
[78] => 1128279206
[79] => -2144677587
[80] => 478625357
[81] => -1712476989
[82] => -331373050
[83] => 917475936
[84] => 2138854134
[85] => -61675656
[86] => -813875615
[87] => -1930933733
[88] => -440175183
[89] => -313570720
[90] => -2084367893
[91] => 33727917
[92] => 2039870460
[93] => -546316679
[94] => -596240591
[95] => -191152463
[96] => 88459235
[97] => -311075069
[98] => -923749913
[99] => 701918235
[100] => 1296447552
[101] => 312977659
[102] => 1637310661
[103] => -352677494
[104] => 1947797681
[105] => 982761179
[106] => -1955181435
[107] => -1859368597
[108] => 604951272
[109] => 2005139649
[110] => 339949639
[111] => -1386147273
[112] => 883766018
[113] => -1626655871
[114] => 1372356993
[115] => -448370280
[116] => -1857614599
[117] => -884883948
[118] => -2107454001
[119] => -1743131207
[120] => -213932628
[121] => -206191929
[122] => -1386205348
[123] => -350455264
[124] => 616957628
[125] => 460691060
[126] => -246498968
[127] => 1659066664
[128] => 593891188
[129] => -1495574912
[130] => -2028216654
[131] => -479504339
[132] => -1171667242
[133] => 1702519037
[134] => -2141035480
[135] => -202045465
[136] => -1995611362
[137] => -226400361
[138] => 599353711
[139] => -391872923
[140] => -803682119
[141] => 744912174
[142] => -1475943100
[143] => 598233387
[144] => 1078592211
[145] => 269989228
[146] => 56095189
[147] => -2123427757
[148] => -1744792831
[149] => 1381974892
[150] => -1225649696
[151] => -382125362
[152] => 1772600969
[153] => -1929219100
[154] => 305476598
[155] => -1597942075
[156] => -1808420303
[157] => 1176288892
[158] => -506854546
[159] => -2035129074
[160] => 1703662483
[161] => 1860415393
[162] => -1096120864
[163] => 1339907249
[164] => -810726131
[165] => -1132219504
[166] => -1989556300
[167] => 8124943
[168] => 1384827300
[169] => -1562662614
[170] => 1260024640
[171] => -1326603480
[172] => 1853738394
[173] => 816580238
[174] => -1613471084
[175] => 1264320243
[176] => -2005118708
[177] => -1566377020
[178] => -1119256727
[179] => 1653805696
[180] => -1162947948
[181] => -1019184067
[182] => -126949177
[183] => 74697936
[184] => 89498877
[185] => -741510596
[186] => 1486436247
[187] => -1979082973
[188] => -212611307
[189] => 2098174156
[190] => -1465795245
[191] => -2102964450
[192] => -1765861330
[193] => -1453194157
[194] => -1178964484
[195] => -1911250575
[196] => 969629655
[197] => -1514146887
[198] => -1125323381
[199] => 356620072
[200] => -1301085539
[201] => -1068855660
[202] => -429407176
[203] => -234246288
[204] => -1794918627
[205] => 1663562940
[206] => -922074951
[207] => 1595582392
[208] => -1283724433
[209] => -688394362
[210] => 414898440
[211] => 1438581409
[212] => -843979312
[213] => 1190238970
[214] => 127659841
[215] => 1343934857
[216] => 1767566732
[217] => 1505248940
[218] => -936994832
[219] => -1121793071
[220] => 1188503381
[221] => -1685850099
[222] => 531446672
[223] => 1543894079
[224] => -603102725
[225] => 1212558149
[226] => -302148848
[227] => 1749138873
[228] => -833185725
[229] => -1524286216
[230] => -700189225
[231] => 946002557
[232] => -989787024
[233] => 1939566134
[234] => 874468756
[235] => 342457137
[236] => -1401978256
[237] => 169914369
[238] => 1604774630
[239] => -341193289
[240] => 186669178
[241] => -1671598269
[242] => -1700428663
[243] => 1695515586
[244] => -1932354916
[245] => 411154137
[246] => -1862048227
[247] => -1249837370
[248] => -891470026
[249] => -186296788
[250] => 1078285977
[251] => 632097833
[252] => 888248047
[253] => 278029871
[254] => -1469458060
[255] => -1086503154
)
[3] => Array
(
[0] => -1466988785
[1] => -237052823
[2] => -608554762
[3] => -796248077
[4] => 574712459
[5] => 850680397
[6] => -1054747646
[7] => 760798283
[8] => 2082565559
[9] => 1690400643
[10] => -1110717024
[11] => 2123051239
[12] => -1614309447
[13] => -655867576
[14] => 372609366
[15] => -395123276
[16] => -101745116
[17] => 1782138812
[18] => 1422562219
[19] => -1726731364
[20] => -1248865545
[21] => 1799761023
[22] => -25359047
[23] => -1375738141
[24] => -971411125
[25] => 619377346
[26] => -488450984
[27] => -281230385
[28] => 1624203424
[29] => -193430262
[30] => -1733336414
[31] => 347163161
[32] => -938297854
[33] => -792526545
[34] => -66311405
[35] => -1376963430
[36] => 55242701
[37] => -1957214326
[38] => -610145096
[39] => -354624467
[40] => -116724848
[41] => -228856329
[42] => -75844331
[43] => -286485787
[44] => -1795188965
[45] => 1317161983
[46] => 261345360
[47] => 633739945
[48] => -1554745496
[49] => 1589889376
[50] => 1269047836
[51] => 1889315473
[52] => 682571543
[53] => -354431722
[54] => -1056511648
[55] => -1367368574
[56] => -1529137380
[57] => 367673189
[58] => -926598074
[59] => 727206311
[60] => 241076487
[61] => -1286737568
[62] => 646443076
[63] => -195351482
[64] => -237326711
[65] => -961841895
[66] => 1589084622
[67] => 169645435
[68] => -1884487957
[69] => -1784074885
[70] => -805619940
[71] => 1211206224
[72] => -1853181405
[73] => -619323773
[74] => 339569597
[75] => 2036609208
[76] => 1131726886
[77] => -935387805
[78] => 1683058065
[79] => 846814911
[80] => 499603146
[81] => 2089660797
[82] => -1639040052
[83] => 2000964204
[84] => -1147151120
[85] => -141286947
[86] => 335435778
[87] => -464662429
[88] => 868297506
[89] => -1254220495
[90] => 419967212
[91] => -1565624138
[92] => 1079491024
[93] => -1920960326
[94] => -1870188337
[95] => 2107292549
[96] => 996228366
[97] => 726465957
[98] => 1115231400
[99] => 1084261622
[100] => 1997231524
[101] => -1039298546
[102] => 779284980
[103] => -365451474
[104] => -1681259175
[105] => -1077486347
[106] => 1844089380
[107] => 1360229133
[108] => -1913722591
[109] => 1661271616
[110] => 1574289700
[111] => 262020040
[112] => 1917239676
[113] => -1901600047
[114] => 661257494
[115] => -1116635600
[116] => 1401748854
[117] => -234266182
[118] => -1120155156
[119] => -51539216
[120] => -1933996403
[121] => -1484743634
[122] => 1357870203
[123] => 657846167
[124] => 1900295477
[125] => 443025817
[126] => 423873663
[127] => -776868737
[128] => 1502232799
[129] => -731098871
[130] => 1052251259
[131] => -845018544
[132] => -2000696215
[133] => -718240839
[134] => 197614979
[135] => 968454561
[136] => -411431420
[137] => -541363920
[138] => 600867317
[139] => -170030025
[140] => 1083565776
[141] => -168882980
[142] => 940946306
[143] => 1401879265
[144] => 1966032494
[145] => -1806422737
[146] => -1238257817
[147] => 47007055
[148] => -1744730715
[149] => -719132149
[150] => -1997107399
[151] => 1718537532
[152] => -2110824967
[153] => -256646614
[154] => 2115489676
[155] => 1890035436
[156] => 1047970296
[157] => 938878812
[158] => -368573091
[159] => 196940028
[160] => 425276541
[161] => 2090377476
[162] => 1694135383
[163] => 1131225963
[164] => -718355578
[165] => 718438976
[166] => -827292761
[167] => -1895617559
[168] => 2109728843
[169] => -703302063
[170] => 1835242591
[171] => -1665082309
[172] => 2118534945
[173] => 744235469
[174] => -1304809293
[175] => -1962362260
[176] => -1856546488
[177] => -1673863568
[178] => 1975372595
[179] => 2040709855
[180] => -1870060103
[181] => -302869291
[182] => -2123338365
[183] => 645908075
[184] => 987132207
[185] => -558640346
[186] => 704269540
[187] => 920733903
[188] => -866573739
[189] => 1964305081
[190] => -839212452
[191] => 1959341315
[192] => 1336784175
[193] => -397166805
[194] => 978670846
[195] => 1171814767
[196] => -1691191014
[197] => 1147553609
[198] => 774487059
[199] => -2072512111
[200] => -834466371
[201] => -1391940144
[202] => 339426531
[203] => -311864919
[204] => 571918060
[205] => 1695259409
[206] => -1164270740
[207] => 1467877786
[208] => 1642635893
[209] => 1308487727
[210] => 1150468886
[211] => 1497197551
[212] => 472963662
[213] => 944843283
[214] => -1648765306
[215] => 1544301402
[216] => 503279049
[217] => -1477649714
[218] => 645819898
[219] => -429781406
[220] => -363451666
[221] => -964807675
[222] => -616286386
[223] => -409697891
[224] => -1271687134
[225] => 1435466615
[226] => 1512045319
[227] => -894851952
[228] => -1962862264
[229] => 1762203949
[230] => -1685702901
[231] => 603104128
[232] => -1695872142
[233] => -1918004582
[234] => -643899979
[235] => 244499156
[236] => -1240806110
[237] => 782476620
[238] => 872656900
[239] => 915114732
[240] => -1497962456
[241] => -297141858
[242] => 1773960570
[243] => 1743265468
[244] => -85763159
[245] => -497887571
[246] => 905969789
[247] => 519363691
[248] => 188045067
[249] => -1360487938
[250] => 566169949
[251] => 1485479034
[252] => 33307600
[253] => -1915906801
[254] => -1047866437
[255] => 113445321
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => Tj9LMNLWWqwNSoiN7nxqwOfBwJOMCANX54aLgAttPahTbWFJbOeeZSvJ
[_iv:protected] => x3fHLXet
[_modified:protected] =>
[_allow_writing:protected] => 1
)
[link] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
[ssl_enable:protected] => 1
)
[country] => Country Object
(
[id] => 8
[id_zone] => 9
[id_currency] => 1
[iso_code] => FR
[call_prefix] => 33
[name] => France
[contains_states] => 0
[need_identification_number] => 0
[need_zip_code] => 1
[zip_code_format] => NNNNN
[display_tax_label] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => countries
[fields] => Array
(
[id_zone] => Array
(
[xlink_resource] => zones
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
)
)
[id_lang:protected] => 5
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => country
[identifier:protected] => id_country
[fieldsRequired:protected] => Array
(
[0] => id_zone
[1] => iso_code
[2] => contains_states
[3] => need_identification_number
[4] => display_tax_label
)
[fieldsSize:protected] => Array
(
[iso_code] => 3
)
[fieldsValidate:protected] => Array
(
[id_zone] => isUnsignedId
[id_currency] => isUnsignedId
[call_prefix] => isInt
[iso_code] => isLanguageIsoCode
[active] => isBool
[contains_states] => isBool
[need_identification_number] => isBool
[need_zip_code] => isBool
[zip_code_format] => isZipCodeFormat
[display_tax_label] => isBool
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
)
[fieldsValidateLang:protected] => Array
(
[name] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => country
[primary] => id_country
[multilang] => 1
[fields] => Array
(
[id_zone] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[call_prefix] => Array
(
[type] => 1
[validate] => isInt
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[contains_states] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_identification_number] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_zip_code] => Array
(
[type] => 2
[validate] => isBool
)
[zip_code_format] => Array
(
[type] => 3
[validate] => isZipCodeFormat
)
[display_tax_label] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[required] => 1
[size] => 64
)
)
[associations] => Array
(
[zone] => Array
(
[type] => 1
)
[currency] => Array
(
[type] => 1
)
[l] => Array
(
[type] => 2
[field] => id_country
[foreign_field] => id_country
)
)
[classname] => Country
)
[update_fields:protected] =>
)
[employee] =>
[controller] => ProductController Object
*RECURSION*
[language] => Language Object
(
[id] => 5
[name] => Français
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[active] => 1
[webserviceParameters:protected] => Array
(
[objectNodeName] => language
[objectsNodeName] => languages
)
[translationsFilesAndVars:protected] => Array
(
[fields] => _FIELDS
[errors] => _ERRORS
[admin] => _LANGADM
[pdf] => _LANGPDF
[tabs] => tabs
)
[id_lang:protected] =>
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => lang
[identifier:protected] => id_lang
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => date_format_lite
[3] => date_format_full
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 2
[language_code] => 5
[date_format_lite] => 32
[date_format_full] => 32
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[language_code] => isLanguageCode
[active] => isBool
[is_rtl] => isBool
[date_format_lite] => isPhpDateFormat
[date_format_full] => isPhpDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => lang
[primary] => id_lang
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 2
)
[language_code] => Array
(
[type] => 3
[validate] => isLanguageCode
[size] => 5
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[is_rtl] => Array
(
[type] => 2
[validate] => isBool
)
[date_format_lite] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
[date_format_full] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
)
[classname] => Language
)
[update_fields:protected] =>
)
[currency] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multilang_shop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
[shop] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency
)
[update_fields:protected] =>
)
[tab] =>
[shop] => Shop Object
(
[id_shop_group] => 1
[id_category] => 793
[id_theme] => 30
[name] => POLARPRO
[active] => 1
[deleted] => 0
[theme_name] => 2023 POLARPRO
[theme_directory] => POLARPRO_Theme
[physical_uri] => /
[virtual_uri] =>
[domain] => polarpro-france.fr
[domain_ssl] => polarpro-france.fr
[group:protected] => ShopGroup Object
(
[name] => Default
[active] => 1
[share_customer] => 0
[share_stock] => 1
[share_order] => 0
[deleted] => 0
[id] => 1
[id_lang:protected] =>
[id_shop:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => shop_group
[identifier:protected] => id_shop_group
[fieldsRequired:protected] => Array
(
[0] => name
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[share_customer] => isBool
[share_order] => isBool
[share_stock] => isBool
[active] => isBool
[deleted] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[webserviceParameters:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => shop_group
[primary] => id_shop_group
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[share_customer] => Array
(
[type] => 2
[validate] => isBool
)
[share_order] => Array
(
[type] => 2
[validate] => isBool
)
[share_stock] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => ShopGroup
)
[update_fields:protected] =>
)
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_shop_group] => Array
(
[xlink_resource] => shop_groups
)
[id_category] => Array
(
)
[id_theme] => Array
(
)
)
)
[id] => 41
[id_lang:protected] =>
[id_shop:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => shop
[identifier:protected] => id_shop
[fieldsRequired:protected] => Array
(
[0] => name
[1] => id_theme
[2] => id_category
[3] => id_shop_group
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[active] => isBool
[deleted] => isBool
[name] => isGenericName
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => shop
[primary] => id_shop
[fields] => Array
(
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[id_theme] => Array
(
[type] => 1
[required] => 1
)
[id_category] => Array
(
[type] => 1
[required] => 1
)
[id_shop_group] => Array
(
[type] => 1
[required] => 1
)
)
[classname] => Shop
)
[update_fields:protected] =>
[theme_id] => 30
)
[smarty] => Smarty Object
(
[auto_literal] => 1
[error_unassigned] =>
[use_include_path] =>
[template_dir:Smarty:private] => Array
(
[0] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/
)
[joined_template_dir] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/
[joined_config_dir] => /home/prodigit/www/eboutiques/tools/smarty/configs/
[default_template_handler_func] =>
[default_config_handler_func] =>
[default_plugin_handler_func] =>
[compile_dir:Smarty:private] => /home/prodigit/www/eboutiques/cache/smarty/compile/
[plugins_dir:Smarty:private] => Array
(
[0] => /home/prodigit/www/eboutiques/tools/smarty/plugins/
)
[cache_dir:Smarty:private] => /home/prodigit/www/eboutiques/cache/smarty/cache/
[config_dir:Smarty:private] => Array
(
[0] => /home/prodigit/www/eboutiques/tools/smarty/configs/
)
[force_compile] =>
[compile_check] => 1
[use_sub_dirs] =>
[allow_ambiguous_resources] =>
[caching] =>
[merge_compiled_includes] =>
[cache_lifetime] => 31536000
[force_cache] =>
[cache_id] =>
[compile_id] =>
[left_delimiter] => {
[right_delimiter] => }
[security_class] => Smarty_Security
[security_policy] =>
[php_handling] => 0
[allow_php_templates] =>
[direct_access_security] => 1
[debugging] =>
[debugging_ctrl] => NONE
[smarty_debug_id] => SMARTY_DEBUG
[debug_tpl] => file:/home/prodigit/www/eboutiques/tools/smarty/debug.tpl
[error_reporting] =>
[get_used_tags] =>
[config_overwrite] => 1
[config_booleanize] => 1
[config_read_hidden] =>
[compile_locking] => 1
[cache_locking] =>
[locking_timeout] => 10
[template_functions] => Array
(
)
[default_resource_type] => file
[caching_type] => file
[properties] => Array
(
)
[default_config_type] => file
[template_objects] => Array
(
[8a5a1dfcf2944a8213a3acf5489086d410c503b4] => Smarty_Internal_Template Object
(
[cache_id] => blocktopmenu-product-41-1-5-0-0-0-0-5405
[compile_id] =>
[caching] =>
[cache_lifetime] => 31536000
[template_resource] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[mustCompile] =>
[has_nocache_code] =>
[properties] => Array
(
[file_dependency] => Array
(
)
[nocache_hash] =>
[function] => Array
(
)
)
[required_plugins] => Array
(
[compiled] => Array
(
)
[nocache] => Array
(
)
)
[smarty] => Smarty Object
*RECURSION*
[block_data] => Array
(
)
[variable_filters] => Array
(
)
[used_tags] => Array
(
)
[allow_relative_path] =>
[_capture_stack] => Array
(
[0] => Array
(
)
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
)
[parent] => Smarty Object
*RECURSION*
[config_vars] => Array
(
)
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 6c90c899ea5c0bd47016278f42a4e1fa3055b03f
[resource] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[type] => file
[name] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[filepath] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1698764089
[exists] => 1
)
[cached] => Smarty_Template_Cached Object
(
[filepath] => /home/prodigit/www/eboutiques/cache/smarty/cache/blocktopmenu_product_41_1_5_0_0_0_0_5405^6c90c899ea5c0bd47016278f42a4e1fa3055b03f.blocktopmenu.tpl.php
[content] =>
[timestamp] =>
[exists] =>
[valid] =>
[processed] =>
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blocktopmenu-product-41-1-5-0-0-0-0-5405
[lock_id] =>
[is_locked] =>
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 6c90c899ea5c0bd47016278f42a4e1fa3055b03f
[resource] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[type] => file
[name] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[filepath] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1698764089
[exists] => 1
)
)
)
)
[cache_modified_check] =>
[registered_plugins] => Array
(
[modifier] => Array
(
[truncate] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smarty_modifier_truncate
)
[1] => 1
[2] => Array
(
)
)
[secureReferrer] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => secureReferrer
)
[1] => 1
[2] => Array
(
)
)
[convertAndFormatPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => convertAndFormatPrice
)
[1] => 1
[2] => Array
(
)
)
)
[function] => Array
(
[t] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyTruncate
)
[1] => 1
[2] => Array
(
)
)
[m] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyMaxWords
)
[1] => 1
[2] => Array
(
)
)
[p] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyShowObject
)
[1] => 1
[2] => Array
(
)
)
[d] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyDieObject
)
[1] => 1
[2] => Array
(
)
)
[l] => Array
(
[0] => smartyTranslate
[1] => 1
[2] => Array
(
)
)
[hook] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyHook
)
[1] => 1
[2] => Array
(
)
)
[toolsConvertPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => toolsConvertPrice
)
[1] => 1
[2] => Array
(
)
)
[dateFormat] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => dateFormat
)
[1] => 1
[2] => Array
(
)
)
[convertPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => convertPrice
)
[1] => 1
[2] => Array
(
)
)
[convertPriceWithCurrency] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => convertPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayWtPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => displayWtPrice
)
[1] => 1
[2] => Array
(
)
)
[displayWtPriceWithCurrency] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => displayWtPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => displayPriceSmarty
)
[1] => 1
[2] => Array
(
)
)
[getAdminToken] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => getAdminTokenLiteSmarty
)
[1] => 1
[2] => Array
(
)
)
[displayAddressDetail] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => generateAddressSmarty
)
[1] => 1
[2] => Array
(
)
)
)
)
[plugin_search_order] => Array
(
[0] => function
[1] => block
[2] => compiler
[3] => class
)
[registered_objects] => Array
(
)
[registered_classes] => Array
(
)
[registered_filters] => Array
(
)
[registered_resources] => Array
(
)
[_resource_handlers] => Array
(
[file] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
)
[registered_cache_resources] => Array
(
)
[_cacheresource_handlers] => Array
(
[file] => Smarty_Internal_CacheResource_File Object
(
)
)
[autoload_filters] => Array
(
)
[default_modifiers] => Array
(
)
[escape_html] =>
[start_time] => 1775169741.8805
[_file_perms] => 420
[_dir_perms] => 505
[_tag_stack] => Array
(
)
[smarty] => Smarty Object
*RECURSION*
[_current_file] =>
[_parserdebug] =>
[merged_templates_func] => Array
(
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
[name] => Smarty_Variable Object
(
[value] => Coque LiteChaser Pro iPhone 13 Pro Beige
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Coque LiteChaser Pro iPhone 13 Pro Beige - PolarPro France
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Conçu pour iPhone 13 Pro Conçu pour les filtres, objectifs et grips LiteChaser Pro. Compatibilité MagSafeÂ
[nocache] =>
[scope] => 0
)
[meta_keywords] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[description_short] => Smarty_Variable Object
(
[value] => Conçu pour iPhone 13 Pro Conçu pour les filtres, objectifs et grips LiteChaser Pro. Compatibilité MagSafeÂ
[nocache] =>
[scope] => 0
)
[request_uri] => Smarty_Variable Object
(
[value] => /iphone-13/5405-coque-litechaser-pro-iphone-13-pro-beige.html
[nocache] =>
[scope] => 0
)
[navigationPipe] => Smarty_Variable Object
(
[value] => >
[nocache] =>
[scope] => 0
)
[mobile_device] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[link] => Smarty_Variable Object
(
[value] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
[ssl_enable:protected] => 1
)
[nocache] =>
[scope] => 0
)
[cart] => Smarty_Variable Object
(
[value] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 41
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 5
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart
)
[update_fields:protected] =>
)
[nocache] =>
[scope] => 0
)
[currency] => Smarty_Variable Object
(
[value] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multilang_shop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
[shop] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency
)
[update_fields:protected] =>
)
[nocache] =>
[scope] => 0
)
[cookie] => Smarty_Variable Object
(
[value] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2026-04-03 00:42:18
[id_lang] => 5
[id_currency] => 1
[checksum] => -704803810
)
[_name:protected] => 9a9cc3cf585b62297a3f0f00b33a9a3a
[_expire:protected] => 1776897741
[_domain:protected] => polarpro-france.fr
[_path:protected] => /
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 1482974680
[1] => 1555620348
[2] => 1793668873
[3] => 1071837400
[4] => -1081655772
[5] => -998352277
[6] => 1947780959
[7] => -645230204
[8] => 207647236
[9] => 19144915
[10] => -144358597
[11] => 1113164208
[12] => -895606521
[13] => 1576671413
[14] => 1825072526
[15] => -1624950208
[16] => 857674500
[17] => 93773326
)
[_S] => Array
(
[0] => Array
(
[0] => -1380475472
[1] => 1705994999
[2] => 1735192059
[3] => 548764412
[4] => -1948326005
[5] => 460117559
[6] => 32503558
[7] => -1361949553
[8] => 467086849
[9] => -1432671818
[10] => -315321488
[11] => -184207161
[12] => 146787186
[13] => -192143131
[14] => 1751346347
[15] => -1695507260
[16] => 1325679093
[17] => -1984310226
[18] => -1723971119
[19] => -1738662491
[20] => 1261194445
[21] => -2113107113
[22] => 862635860
[23] => -1422086463
[24] => 1827288914
[25] => -1804430449
[26] => 789339877
[27] => -2066129863
[28] => 1913612288
[29] => 1560010478
[30] => -1058019936
[31] => -65405350
[32] => 1965159694
[33] => -1300244320
[34] => -1463347301
[35] => 1914783155
[36] => 383202314
[37] => 1796572802
[38] => 1685185166
[39] => 2112755676
[40] => 1697913043
[41] => 506531343
[42] => 1950420674
[43] => 1445384897
[44] => 2138857830
[45] => -313874393
[46] => 258171818
[47] => -1402548779
[48] => 1740508191
[49] => -1588797087
[50] => -999975438
[51] => -1131821433
[52] => 124933484
[53] => -823426456
[54] => 505051124
[55] => -1034924997
[56] => -1730338443
[57] => -1718759764
[58] => 1368544582
[59] => 767632936
[60] => 1087961897
[61] => -868547033
[62] => 602331615
[63] => 1733552771
[64] => -273863011
[65] => -2100852906
[66] => 1041054519
[67] => -1016994438
[68] => -480635587
[69] => 1928840615
[70] => -649526133
[71] => -186292229
[72] => -1623777721
[73] => 135175678
[74] => -695039577
[75] => -412502899
[76] => -1366958845
[77] => 2125213211
[78] => 1985876553
[79] => -1904382552
[80] => -1519359366
[81] => -1096476353
[82] => 1068924666
[83] => 747692736
[84] => -1970754215
[85] => -1422434388
[86] => -1315344909
[87] => -779985842
[88] => -276491574
[89] => -1864852592
[90] => 1910538742
[91] => -1727810390
[92] => -263534830
[93] => 1354802745
[94] => -299629967
[95] => 1577894399
[96] => 655805547
[97] => -1928199547
[98] => -1478680421
[99] => -2046635086
[100] => 884069436
[101] => 601091200
[102] => 129035584
[103] => -1222404266
[104] => -1252628338
[105] => 1637243710
[106] => -1744768006
[107] => -1743370827
[108] => 798387706
[109] => 924149125
[110] => -1770121970
[111] => -1992626739
[112] => 803334091
[113] => 171134606
[114] => -962135637
[115] => -1326798268
[116] => 1352962198
[117] => 2092441849
[118] => -1341855571
[119] => -719286706
[120] => 1842693282
[121] => -1679707026
[122] => 1708910359
[123] => -44362460
[124] => -2094760334
[125] => 2047319549
[126] => -960302978
[127] => -260529385
[128] => 1023576073
[129] => 882051105
[130] => 68073306
[131] => 343007739
[132] => -1230285667
[133] => -1087096451
[134] => 1622015334
[135] => -1773176035
[136] => -1604030955
[137] => -2094429227
[138] => 1984059084
[139] => -612144599
[140] => -1050670264
[141] => -1298129739
[142] => -206940870
[143] => -1588862064
[144] => -1541422623
[145] => -214334348
[146] => -741020088
[147] => -542540718
[148] => 2097618221
[149] => 1542699609
[150] => 1576704135
[151] => 1586652079
[152] => 1249333510
[153] => -1112141220
[154] => -56792593
[155] => 343098763
[156] => 1150194881
[157] => -2138710700
[158] => 434036106
[159] => -280056894
[160] => 376944389
[161] => -51597239
[162] => -1523671938
[163] => 982058723
[164] => 279989454
[165] => -2081736679
[166] => 1736351579
[167] => -1529523684
[168] => -1550256084
[169] => 2103874881
[170] => -1241966858
[171] => 807496348
[172] => -2759592
[173] => -1043562383
[174] => 1970956979
[175] => -1830720748
[176] => -1315998808
[177] => -995437254
[178] => -1672756389
[179] => 1599555278
[180] => -174091226
[181] => -1857225623
[182] => 1304388600
[183] => -926910077
[184] => 267498803
[185] => -1050138794
[186] => 1677034502
[187] => 357200303
[188] => 492438194
[189] => 1344757658
[190] => 259777894
[191] => -120852615
[192] => -526394906
[193] => 1282914598
[194] => 109751329
[195] => 2050579010
[196] => -484982923
[197] => -1590372838
[198] => 922280764
[199] => 1048777582
[200] => 458118934
[201] => -689687512
[202] => -414654023
[203] => -1773004886
[204] => -1790852628
[205] => -251537246
[206] => -539912356
[207] => 1105693242
[208] => 1871159287
[209] => 811633530
[210] => -12516189
[211] => 825413528
[212] => 680888332
[213] => -2067566509
[214] => -1735179773
[215] => -1943105828
[216] => 1396882321
[217] => -621187017
[218] => 1124730805
[219] => 128524067
[220] => 1896209799
[221] => 1520124903
[222] => 180443061
[223] => -558782979
[224] => 523489237
[225] => 817416508
[226] => -1411817836
[227] => 488264402
[228] => -193898872
[229] => 1187213610
[230] => -1476980900
[231] => 1049822156
[232] => -975762006
[233] => 918538011
[234] => 1476410902
[235] => 1014785952
[236] => -1749290805
[237] => 815866643
[238] => -1603551826
[239] => -76592855
[240] => 494792280
[241] => -1822232087
[242] => -1955470442
[243] => -1486574708
[244] => 1912707658
[245] => 651783269
[246] => 1695092820
[247] => -839227988
[248] => 248757348
[249] => 1402893625
[250] => -110697951
[251] => -1167452987
[252] => 618469609
[253] => -70658367
[254] => 1243356052
[255] => 1463795897
)
[1] => Array
(
[0] => -1415136303
[1] => 1900575242
[2] => 618962360
[3] => 1877328928
[4] => -1213124683
[5] => -1088514288
[6] => -2139274370
[7] => 124814700
[8] => 1614898143
[9] => 834986507
[10] => -1724945608
[11] => 1459854933
[12] => 1131982031
[13] => -567879944
[14] => 2045983499
[15] => 1249956444
[16] => 543050706
[17] => 105169250
[18] => 1964719824
[19] => -1500550017
[20] => 427383191
[21] => -2030610681
[22] => 622547221
[23] => 64794120
[24] => -51909496
[25] => 770630347
[26] => -334302639
[27] => 1320404215
[28] => 369309914
[29] => 1488464337
[30] => -1210849726
[31] => -1945838067
[32] => 881719234
[33] => 1377952373
[34] => -358642266
[35] => 1749368084
[36] => 2001207958
[37] => -421738283
[38] => 996102232
[39] => 1732095761
[40] => 90744599
[41] => 1666574789
[42] => 961001090
[43] => 1484269963
[44] => -1640201405
[45] => 40854917
[46] => -1435443627
[47] => 1036463488
[48] => 457925583
[49] => 615799015
[50] => -1830869790
[51] => 1588029945
[52] => 386660713
[53] => -415494475
[54] => 1063532671
[55] => -1041603792
[56] => 1906687537
[57] => -877518379
[58] => -1129400447
[59] => 891127883
[60] => -1268400322
[61] => -1111820639
[62] => 1168575759
[63] => 142196531
[64] => 1240426756
[65] => 465444984
[66] => -191453390
[67] => 621426674
[68] => -1904491911
[69] => 684207605
[70] => -1861493126
[71] => -1984663657
[72] => 1171279931
[73] => -195488916
[74] => 2067848418
[75] => -493104515
[76] => 609890406
[77] => 499219972
[78] => -1964124105
[79] => 1395029291
[80] => 371935918
[81] => 1857176515
[82] => -186823503
[83] => -1698694795
[84] => 1820378802
[85] => -13133653
[86] => 1666789275
[87] => -1252457092
[88] => 948621302
[89] => 1518182164
[90] => 784042891
[91] => -1417265350
[92] => -2100562919
[93] => 1752307526
[94] => -1533503349
[95] => 1140944490
[96] => 1056927110
[97] => 1939194243
[98] => 1812197017
[99] => 679764485
[100] => 735598860
[101] => -1554101104
[102] => 404052165
[103] => -51968568
[104] => 145352435
[105] => 1888717166
[106] => 1391551075
[107] => -303643081
[108] => -1586328585
[109] => -1612592802
[110] => 1348165579
[111] => -891849682
[112] => 524293086
[113] => 1769543726
[114] => -1919911259
[115] => 432344794
[116] => -1435473784
[117] => 549214548
[118] => 1344723021
[119] => 666272966
[120] => -646371791
[121] => 1797070587
[122] => 1580557142
[123] => 1705941765
[124] => 1815716218
[125] => -296301236
[126] => 1609002271
[127] => -579556440
[128] => 672288678
[129] => 828558712
[130] => 1267977616
[131] => -1153059497
[132] => -571616013
[133] => 800206053
[134] => -1809128314
[135] => -1100806782
[136] => -24246582
[137] => -1891906125
[138] => -1518543412
[139] => 1882388454
[140] => -565646217
[141] => 119780912
[142] => -665232622
[143] => 1891849686
[144] => 1038603047
[145] => 289398882
[146] => 1771449609
[147] => 2107904497
[148] => -689942127
[149] => 233082250
[150] => 1860080220
[151] => -754646612
[152] => -1635963874
[153] => -841508891
[154] => 127364905
[155] => -741913210
[156] => 1398024307
[157] => -2101045641
[158] => -742446774
[159] => -425613897
[160] => -1010712772
[161] => -311098184
[162] => -1899317853
[163] => 1776236049
[164] => 1154553045
[165] => 1389832224
[166] => -719501928
[167] => 270402826
[168] => -1681230564
[169] => 1406305596
[170] => 1025565440
[171] => -612408246
[172] => 1949009341
[173] => 181417566
[174] => -803304365
[175] => 1085652407
[176] => -1179744250
[177] => 573390666
[178] => -1961131100
[179] => 79564439
[180] => -1450428710
[181] => -1258943283
[182] => 971164546
[183] => 1263824861
[184] => 1853064725
[185] => -904061012
[186] => -336265968
[187] => -1807109204
[188] => -1334711321
[189] => -116864466
[190] => 1667628596
[191] => -339998547
[192] => -1850044306
[193] => 1546381708
[194] => -403973532
[195] => 293777556
[196] => 2060294787
[197] => -144229995
[198] => -1145765739
[199] => -586473228
[200] => -47435947
[201] => -46477303
[202] => 556153959
[203] => 970291653
[204] => -1179704562
[205] => 1229704227
[206] => 749210886
[207] => -976338865
[208] => 1231695819
[209] => 757174897
[210] => 952671621
[211] => 405558844
[212] => 1576937140
[213] => 177381532
[214] => 845219103
[215] => -218095579
[216] => 1156438367
[217] => 1306945559
[218] => 903335056
[219] => 256632200
[220] => 1449542615
[221] => -783226529
[222] => -1938726483
[223] => -116794973
[224] => 498823522
[225] => -1342757743
[226] => 1916199030
[227] => 1410372556
[228] => 96860691
[229] => 1592179107
[230] => 403676543
[231] => -813598651
[232] => -844448454
[233] => 365212021
[234] => -1964760871
[235] => -682032178
[236] => -771147247
[237] => -987263750
[238] => -1662524201
[239] => -1624010334
[240] => 564107880
[241] => 1432979754
[242] => -517036762
[243] => -1201197572
[244] => -413649353
[245] => 1891126575
[246] => -559667229
[247] => 643086335
[248] => 1972468744
[249] => -2126438716
[250] => 408871725
[251] => -1405412345
[252] => 935137096
[253] => -355025582
[254] => 1899340180
[255] => 1696384103
)
[2] => Array
(
[0] => -872337608
[1] => 1823714602
[2] => 915711717
[3] => -2138381960
[4] => 555482596
[5] => 1894447149
[6] => -1829284663
[7] => 1400324766
[8] => 694889540
[9] => -1628052329
[10] => 470657539
[11] => -1601871495
[12] => -673796680
[13] => 1407112038
[14] => 1986012917
[15] => 1465816992
[16] => -1751718597
[17] => -2084958588
[18] => 510196940
[19] => -450507593
[20] => -1188516279
[21] => -700176531
[22] => 1462610898
[23] => -1510830200
[24] => -26651763
[25] => 311773247
[26] => 1080757075
[27] => -2061449641
[28] => 735026471
[29] => -694899589
[30] => -1097281879
[31] => -17718291
[32] => -1301920195
[33] => 1086318426
[34] => 963644149
[35] => 1750159862
[36] => -915967238
[37] => -445087011
[38] => -2143397086
[39] => 511167871
[40] => 2118176882
[41] => -1890265521
[42] => -518461668
[43] => -952417173
[44] => -1770998502
[45] => -1998239616
[46] => 1601815649
[47] => -800744782
[48] => 923516484
[49] => -1837132626
[50] => 1488005011
[51] => 1712691004
[52] => 91354597
[53] => 2081516193
[54] => -1925153608
[55] => 589845542
[56] => 1404837031
[57] => 1373363457
[58] => -2114414321
[59] => -1530117755
[60] => -2012508055
[61] => 609547946
[62] => 1956705739
[63] => 128991010
[64] => -1290754685
[65] => -93288518
[66] => -2066390772
[67] => 1018183891
[68] => 260698385
[69] => 1093994993
[70] => 2102969199
[71] => -2059320040
[72] => 1311494301
[73] => 314706841
[74] => -1883448508
[75] => 448730022
[76] => 829689078
[77] => 1112773752
[78] => 1128279206
[79] => -2144677587
[80] => 478625357
[81] => -1712476989
[82] => -331373050
[83] => 917475936
[84] => 2138854134
[85] => -61675656
[86] => -813875615
[87] => -1930933733
[88] => -440175183
[89] => -313570720
[90] => -2084367893
[91] => 33727917
[92] => 2039870460
[93] => -546316679
[94] => -596240591
[95] => -191152463
[96] => 88459235
[97] => -311075069
[98] => -923749913
[99] => 701918235
[100] => 1296447552
[101] => 312977659
[102] => 1637310661
[103] => -352677494
[104] => 1947797681
[105] => 982761179
[106] => -1955181435
[107] => -1859368597
[108] => 604951272
[109] => 2005139649
[110] => 339949639
[111] => -1386147273
[112] => 883766018
[113] => -1626655871
[114] => 1372356993
[115] => -448370280
[116] => -1857614599
[117] => -884883948
[118] => -2107454001
[119] => -1743131207
[120] => -213932628
[121] => -206191929
[122] => -1386205348
[123] => -350455264
[124] => 616957628
[125] => 460691060
[126] => -246498968
[127] => 1659066664
[128] => 593891188
[129] => -1495574912
[130] => -2028216654
[131] => -479504339
[132] => -1171667242
[133] => 1702519037
[134] => -2141035480
[135] => -202045465
[136] => -1995611362
[137] => -226400361
[138] => 599353711
[139] => -391872923
[140] => -803682119
[141] => 744912174
[142] => -1475943100
[143] => 598233387
[144] => 1078592211
[145] => 269989228
[146] => 56095189
[147] => -2123427757
[148] => -1744792831
[149] => 1381974892
[150] => -1225649696
[151] => -382125362
[152] => 1772600969
[153] => -1929219100
[154] => 305476598
[155] => -1597942075
[156] => -1808420303
[157] => 1176288892
[158] => -506854546
[159] => -2035129074
[160] => 1703662483
[161] => 1860415393
[162] => -1096120864
[163] => 1339907249
[164] => -810726131
[165] => -1132219504
[166] => -1989556300
[167] => 8124943
[168] => 1384827300
[169] => -1562662614
[170] => 1260024640
[171] => -1326603480
[172] => 1853738394
[173] => 816580238
[174] => -1613471084
[175] => 1264320243
[176] => -2005118708
[177] => -1566377020
[178] => -1119256727
[179] => 1653805696
[180] => -1162947948
[181] => -1019184067
[182] => -126949177
[183] => 74697936
[184] => 89498877
[185] => -741510596
[186] => 1486436247
[187] => -1979082973
[188] => -212611307
[189] => 2098174156
[190] => -1465795245
[191] => -2102964450
[192] => -1765861330
[193] => -1453194157
[194] => -1178964484
[195] => -1911250575
[196] => 969629655
[197] => -1514146887
[198] => -1125323381
[199] => 356620072
[200] => -1301085539
[201] => -1068855660
[202] => -429407176
[203] => -234246288
[204] => -1794918627
[205] => 1663562940
[206] => -922074951
[207] => 1595582392
[208] => -1283724433
[209] => -688394362
[210] => 414898440
[211] => 1438581409
[212] => -843979312
[213] => 1190238970
[214] => 127659841
[215] => 1343934857
[216] => 1767566732
[217] => 1505248940
[218] => -936994832
[219] => -1121793071
[220] => 1188503381
[221] => -1685850099
[222] => 531446672
[223] => 1543894079
[224] => -603102725
[225] => 1212558149
[226] => -302148848
[227] => 1749138873
[228] => -833185725
[229] => -1524286216
[230] => -700189225
[231] => 946002557
[232] => -989787024
[233] => 1939566134
[234] => 874468756
[235] => 342457137
[236] => -1401978256
[237] => 169914369
[238] => 1604774630
[239] => -341193289
[240] => 186669178
[241] => -1671598269
[242] => -1700428663
[243] => 1695515586
[244] => -1932354916
[245] => 411154137
[246] => -1862048227
[247] => -1249837370
[248] => -891470026
[249] => -186296788
[250] => 1078285977
[251] => 632097833
[252] => 888248047
[253] => 278029871
[254] => -1469458060
[255] => -1086503154
)
[3] => Array
(
[0] => -1466988785
[1] => -237052823
[2] => -608554762
[3] => -796248077
[4] => 574712459
[5] => 850680397
[6] => -1054747646
[7] => 760798283
[8] => 2082565559
[9] => 1690400643
[10] => -1110717024
[11] => 2123051239
[12] => -1614309447
[13] => -655867576
[14] => 372609366
[15] => -395123276
[16] => -101745116
[17] => 1782138812
[18] => 1422562219
[19] => -1726731364
[20] => -1248865545
[21] => 1799761023
[22] => -25359047
[23] => -1375738141
[24] => -971411125
[25] => 619377346
[26] => -488450984
[27] => -281230385
[28] => 1624203424
[29] => -193430262
[30] => -1733336414
[31] => 347163161
[32] => -938297854
[33] => -792526545
[34] => -66311405
[35] => -1376963430
[36] => 55242701
[37] => -1957214326
[38] => -610145096
[39] => -354624467
[40] => -116724848
[41] => -228856329
[42] => -75844331
[43] => -286485787
[44] => -1795188965
[45] => 1317161983
[46] => 261345360
[47] => 633739945
[48] => -1554745496
[49] => 1589889376
[50] => 1269047836
[51] => 1889315473
[52] => 682571543
[53] => -354431722
[54] => -1056511648
[55] => -1367368574
[56] => -1529137380
[57] => 367673189
[58] => -926598074
[59] => 727206311
[60] => 241076487
[61] => -1286737568
[62] => 646443076
[63] => -195351482
[64] => -237326711
[65] => -961841895
[66] => 1589084622
[67] => 169645435
[68] => -1884487957
[69] => -1784074885
[70] => -805619940
[71] => 1211206224
[72] => -1853181405
[73] => -619323773
[74] => 339569597
[75] => 2036609208
[76] => 1131726886
[77] => -935387805
[78] => 1683058065
[79] => 846814911
[80] => 499603146
[81] => 2089660797
[82] => -1639040052
[83] => 2000964204
[84] => -1147151120
[85] => -141286947
[86] => 335435778
[87] => -464662429
[88] => 868297506
[89] => -1254220495
[90] => 419967212
[91] => -1565624138
[92] => 1079491024
[93] => -1920960326
[94] => -1870188337
[95] => 2107292549
[96] => 996228366
[97] => 726465957
[98] => 1115231400
[99] => 1084261622
[100] => 1997231524
[101] => -1039298546
[102] => 779284980
[103] => -365451474
[104] => -1681259175
[105] => -1077486347
[106] => 1844089380
[107] => 1360229133
[108] => -1913722591
[109] => 1661271616
[110] => 1574289700
[111] => 262020040
[112] => 1917239676
[113] => -1901600047
[114] => 661257494
[115] => -1116635600
[116] => 1401748854
[117] => -234266182
[118] => -1120155156
[119] => -51539216
[120] => -1933996403
[121] => -1484743634
[122] => 1357870203
[123] => 657846167
[124] => 1900295477
[125] => 443025817
[126] => 423873663
[127] => -776868737
[128] => 1502232799
[129] => -731098871
[130] => 1052251259
[131] => -845018544
[132] => -2000696215
[133] => -718240839
[134] => 197614979
[135] => 968454561
[136] => -411431420
[137] => -541363920
[138] => 600867317
[139] => -170030025
[140] => 1083565776
[141] => -168882980
[142] => 940946306
[143] => 1401879265
[144] => 1966032494
[145] => -1806422737
[146] => -1238257817
[147] => 47007055
[148] => -1744730715
[149] => -719132149
[150] => -1997107399
[151] => 1718537532
[152] => -2110824967
[153] => -256646614
[154] => 2115489676
[155] => 1890035436
[156] => 1047970296
[157] => 938878812
[158] => -368573091
[159] => 196940028
[160] => 425276541
[161] => 2090377476
[162] => 1694135383
[163] => 1131225963
[164] => -718355578
[165] => 718438976
[166] => -827292761
[167] => -1895617559
[168] => 2109728843
[169] => -703302063
[170] => 1835242591
[171] => -1665082309
[172] => 2118534945
[173] => 744235469
[174] => -1304809293
[175] => -1962362260
[176] => -1856546488
[177] => -1673863568
[178] => 1975372595
[179] => 2040709855
[180] => -1870060103
[181] => -302869291
[182] => -2123338365
[183] => 645908075
[184] => 987132207
[185] => -558640346
[186] => 704269540
[187] => 920733903
[188] => -866573739
[189] => 1964305081
[190] => -839212452
[191] => 1959341315
[192] => 1336784175
[193] => -397166805
[194] => 978670846
[195] => 1171814767
[196] => -1691191014
[197] => 1147553609
[198] => 774487059
[199] => -2072512111
[200] => -834466371
[201] => -1391940144
[202] => 339426531
[203] => -311864919
[204] => 571918060
[205] => 1695259409
[206] => -1164270740
[207] => 1467877786
[208] => 1642635893
[209] => 1308487727
[210] => 1150468886
[211] => 1497197551
[212] => 472963662
[213] => 944843283
[214] => -1648765306
[215] => 1544301402
[216] => 503279049
[217] => -1477649714
[218] => 645819898
[219] => -429781406
[220] => -363451666
[221] => -964807675
[222] => -616286386
[223] => -409697891
[224] => -1271687134
[225] => 1435466615
[226] => 1512045319
[227] => -894851952
[228] => -1962862264
[229] => 1762203949
[230] => -1685702901
[231] => 603104128
[232] => -1695872142
[233] => -1918004582
[234] => -643899979
[235] => 244499156
[236] => -1240806110
[237] => 782476620
[238] => 872656900
[239] => 915114732
[240] => -1497962456
[241] => -297141858
[242] => 1773960570
[243] => 1743265468
[244] => -85763159
[245] => -497887571
[246] => 905969789
[247] => 519363691
[248] => 188045067
[249] => -1360487938
[250] => 566169949
[251] => 1485479034
[252] => 33307600
[253] => -1915906801
[254] => -1047866437
[255] => 113445321
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => Tj9LMNLWWqwNSoiN7nxqwOfBwJOMCANX54aLgAttPahTbWFJbOeeZSvJ
[_iv:protected] => x3fHLXet
[_modified:protected] =>
[_allow_writing:protected] => 1
)
[nocache] =>
[scope] => 0
)
[page_name] => Smarty_Variable Object
(
[value] => product
[nocache] =>
[scope] => 0
)
[hide_left_column] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[hide_right_column] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[base_dir] => Smarty_Variable Object
(
[value] => http://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[base_dir_ssl] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[content_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[base_uri] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[tpl_dir] => Smarty_Variable Object
(
[value] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/
[nocache] =>
[scope] => 0
)
[modules_dir] => Smarty_Variable Object
(
[value] => /modules/
[nocache] =>
[scope] => 0
)
[mail_dir] => Smarty_Variable Object
(
[value] => /mails/
[nocache] =>
[scope] => 0
)
[lang_iso] => Smarty_Variable Object
(
[value] => fr
[nocache] =>
[scope] => 0
)
[come_from] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/iphone-13/5405-coque-litechaser-pro-iphone-13-pro-beige.html
[nocache] =>
[scope] => 0
)
[cart_qties] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[currencies] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_currency] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[format] => 2
[decimals] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[active] => 1
[id_shop] => 41
)
)
[nocache] =>
[scope] => 0
)
[languages] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_lang] => 5
[name] => Français
[active] => 1
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[id_shop] => 1
[shops] => Array
(
[1] => 1
[2] => 1
[3] => 1
[5] => 1
[6] => 1
[9] => 1
[11] => 1
[14] => 1
[21] => 1
[30] => 1
[31] => 1
[32] => 1
[33] => 1
[34] => 1
[35] => 1
[37] => 1
[39] => 1
[40] => 1
[41] => 1
[42] => 1
)
)
)
[nocache] =>
[scope] => 0
)
[meta_language] => Smarty_Variable Object
(
[value] => fr
[nocache] =>
[scope] => 0
)
[priceDisplay] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[add_prod_display] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[shop_id] => Smarty_Variable Object
(
[value] => 41
[nocache] =>
[scope] => 0
)
[shop_name] => Smarty_Variable Object
(
[value] => PolarPro France
[nocache] =>
[scope] => 0
)
[roundMode] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[use_taxes] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[display_tax_label] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[vat_management] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[opc] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[PS_CATALOG_MODE] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[b2b_enable] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[request] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/iphone-13/5405-coque-litechaser-pro-iphone-13-pro-beige.html?id_cms_category=
[nocache] =>
[scope] => 0
)
[id_currency_cookie] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[logged] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[customerName] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[img_ps_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/
[nocache] =>
[scope] => 0
)
[img_cat_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/c/
[nocache] =>
[scope] => 0
)
[img_lang_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/l/
[nocache] =>
[scope] => 0
)
[img_prod_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/p/
[nocache] =>
[scope] => 0
)
[img_manu_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/m/
[nocache] =>
[scope] => 0
)
[img_sup_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/su/
[nocache] =>
[scope] => 0
)
[img_ship_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/s/
[nocache] =>
[scope] => 0
)
[img_store_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/st/
[nocache] =>
[scope] => 0
)
[img_col_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/co/
[nocache] =>
[scope] => 0
)
[img_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/themes/POLARPRO_Theme/img/
[nocache] =>
[scope] => 0
)
[css_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/themes/POLARPRO_Theme/css/
[nocache] =>
[scope] => 0
)
[js_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/themes/POLARPRO_Theme/js/
[nocache] =>
[scope] => 0
)
[pic_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/upload/
[nocache] =>
[scope] => 0
)
[time] => Smarty_Variable Object
(
[value] => 1775169741
[nocache] =>
[scope] => 0
)
[img_update_time] => Smarty_Variable Object
(
[value] => 1709630861
[nocache] =>
[scope] => 0
)
[static_token] => Smarty_Variable Object
(
[value] => e383abca1747a37ab37bfa5208f54d41
[nocache] =>
[scope] => 0
)
[token] => Smarty_Variable Object
(
[value] => 814a6af49b5191540b17727e0e887413
[nocache] =>
[scope] => 0
)
[priceDisplayPrecision] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[content_only] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[favicon_url] => Smarty_Variable Object
(
[value] => /img/ico2.ico
[nocache] =>
[scope] => 0
)
[logo_image_width] => Smarty_Variable Object
(
[value] => 173
[nocache] =>
[scope] => 0
)
[logo_image_height] => Smarty_Variable Object
(
[value] => 90
[nocache] =>
[scope] => 0
)
[logo_url] => Smarty_Variable Object
(
[value] => /img/logo-41.jpg?1709630861
[nocache] =>
[scope] => 0
)
[ssl_enabled] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[PAYPAL_SANDBOX] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[PayPal_in_context_checkout] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[use_paypal_in_context] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[PayPal_in_context_checkout_merchant_id] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[paypal_mode] => Smarty_Variable Object
(
[value] => production
[nocache] =>
[scope] => 0
)
)
[parent] =>
[config_vars] => Array
(
)
)
[mobile_detect] =>
[mobile_device:protected] =>
)
[css_files] => Array
(
[/themes/POLARPRO_Theme/css/global.css] => all
[/themes/POLARPRO_Theme/css/product.css] => all
[/js/jquery/plugins/fancybox/jquery.fancybox.css] => all
[/themes/POLARPRO_Theme/css/modules/homefeatured/homefeatured.css] => all
[/modules/paypal/views/css/paypal.css] => all
[/modules/mailalerts/mailalerts.css] => all
[/themes/POLARPRO_Theme/css/blockuserinfo.css] => all
)
[js_files] => Array
(
[0] => /js/jquery/jquery-1.7.2.min.js
[1] => /js/jquery/plugins/jquery.easing.js
[2] => /js/tools.js
[3] => /js/jquery/plugins/fancybox/jquery.fancybox.js
[4] => /js/jquery/plugins/jquery.idTabs.js
[5] => /js/jquery/plugins/jquery.scrollTo.js
[6] => /js/jquery/plugins/jquery.serialScroll.js
[7] => /themes/POLARPRO_Theme/js/tools.js
[8] => /themes/POLARPRO_Theme/js/product.js
)
[display_header:protected] => 1
[template:protected] =>
[display_footer:protected] => 1
[content_only:protected] =>
[ajax] =>
[json:protected] =>
[status:protected] =>
[redirect_after:protected] =>
[controller_type] => front
)
[language] => Language Object
(
[id] => 5
[name] => Français
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[active] => 1
[webserviceParameters:protected] => Array
(
[objectNodeName] => language
[objectsNodeName] => languages
)
[translationsFilesAndVars:protected] => Array
(
[fields] => _FIELDS
[errors] => _ERRORS
[admin] => _LANGADM
[pdf] => _LANGPDF
[tabs] => tabs
)
[id_lang:protected] =>
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => lang
[identifier:protected] => id_lang
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => date_format_lite
[3] => date_format_full
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 2
[language_code] => 5
[date_format_lite] => 32
[date_format_full] => 32
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[language_code] => isLanguageCode
[active] => isBool
[is_rtl] => isBool
[date_format_lite] => isPhpDateFormat
[date_format_full] => isPhpDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => lang
[primary] => id_lang
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 2
)
[language_code] => Array
(
[type] => 3
[validate] => isLanguageCode
[size] => 5
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[is_rtl] => Array
(
[type] => 2
[validate] => isBool
)
[date_format_lite] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
[date_format_full] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
)
[classname] => Language
)
[update_fields:protected] =>
)
[currency] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multilang_shop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
[shop] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency
)
[update_fields:protected] =>
)
[tab] =>
[shop] => Shop Object
(
[id_shop_group] => 1
[id_category] => 793
[id_theme] => 30
[name] => POLARPRO
[active] => 1
[deleted] => 0
[theme_name] => 2023 POLARPRO
[theme_directory] => POLARPRO_Theme
[physical_uri] => /
[virtual_uri] =>
[domain] => polarpro-france.fr
[domain_ssl] => polarpro-france.fr
[group:protected] => ShopGroup Object
(
[name] => Default
[active] => 1
[share_customer] => 0
[share_stock] => 1
[share_order] => 0
[deleted] => 0
[id] => 1
[id_lang:protected] =>
[id_shop:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => shop_group
[identifier:protected] => id_shop_group
[fieldsRequired:protected] => Array
(
[0] => name
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[share_customer] => isBool
[share_order] => isBool
[share_stock] => isBool
[active] => isBool
[deleted] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[webserviceParameters:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => shop_group
[primary] => id_shop_group
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[share_customer] => Array
(
[type] => 2
[validate] => isBool
)
[share_order] => Array
(
[type] => 2
[validate] => isBool
)
[share_stock] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => ShopGroup
)
[update_fields:protected] =>
)
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_shop_group] => Array
(
[xlink_resource] => shop_groups
)
[id_category] => Array
(
)
[id_theme] => Array
(
)
)
)
[id] => 41
[id_lang:protected] =>
[id_shop:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => shop
[identifier:protected] => id_shop
[fieldsRequired:protected] => Array
(
[0] => name
[1] => id_theme
[2] => id_category
[3] => id_shop_group
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[active] => isBool
[deleted] => isBool
[name] => isGenericName
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => shop
[primary] => id_shop
[fields] => Array
(
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[id_theme] => Array
(
[type] => 1
[required] => 1
)
[id_category] => Array
(
[type] => 1
[required] => 1
)
[id_shop_group] => Array
(
[type] => 1
[required] => 1
)
)
[classname] => Shop
)
[update_fields:protected] =>
[theme_id] => 30
)
[smarty] => Smarty Object
(
[auto_literal] => 1
[error_unassigned] =>
[use_include_path] =>
[template_dir:Smarty:private] => Array
(
[0] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/
)
[joined_template_dir] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/
[joined_config_dir] => /home/prodigit/www/eboutiques/tools/smarty/configs/
[default_template_handler_func] =>
[default_config_handler_func] =>
[default_plugin_handler_func] =>
[compile_dir:Smarty:private] => /home/prodigit/www/eboutiques/cache/smarty/compile/
[plugins_dir:Smarty:private] => Array
(
[0] => /home/prodigit/www/eboutiques/tools/smarty/plugins/
)
[cache_dir:Smarty:private] => /home/prodigit/www/eboutiques/cache/smarty/cache/
[config_dir:Smarty:private] => Array
(
[0] => /home/prodigit/www/eboutiques/tools/smarty/configs/
)
[force_compile] =>
[compile_check] => 1
[use_sub_dirs] =>
[allow_ambiguous_resources] =>
[caching] =>
[merge_compiled_includes] =>
[cache_lifetime] => 31536000
[force_cache] =>
[cache_id] =>
[compile_id] =>
[left_delimiter] => {
[right_delimiter] => }
[security_class] => Smarty_Security
[security_policy] =>
[php_handling] => 0
[allow_php_templates] =>
[direct_access_security] => 1
[debugging] =>
[debugging_ctrl] => NONE
[smarty_debug_id] => SMARTY_DEBUG
[debug_tpl] => file:/home/prodigit/www/eboutiques/tools/smarty/debug.tpl
[error_reporting] =>
[get_used_tags] =>
[config_overwrite] => 1
[config_booleanize] => 1
[config_read_hidden] =>
[compile_locking] => 1
[cache_locking] =>
[locking_timeout] => 10
[template_functions] => Array
(
)
[default_resource_type] => file
[caching_type] => file
[properties] => Array
(
)
[default_config_type] => file
[template_objects] => Array
(
[8a5a1dfcf2944a8213a3acf5489086d410c503b4] => Smarty_Internal_Template Object
(
[cache_id] => blocktopmenu-product-41-1-5-0-0-0-0-5405
[compile_id] =>
[caching] =>
[cache_lifetime] => 31536000
[template_resource] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[mustCompile] =>
[has_nocache_code] =>
[properties] => Array
(
[file_dependency] => Array
(
)
[nocache_hash] =>
[function] => Array
(
)
)
[required_plugins] => Array
(
[compiled] => Array
(
)
[nocache] => Array
(
)
)
[smarty] => Smarty Object
*RECURSION*
[block_data] => Array
(
)
[variable_filters] => Array
(
)
[used_tags] => Array
(
)
[allow_relative_path] =>
[_capture_stack] => Array
(
[0] => Array
(
)
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
)
[parent] => Smarty Object
*RECURSION*
[config_vars] => Array
(
)
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 6c90c899ea5c0bd47016278f42a4e1fa3055b03f
[resource] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[type] => file
[name] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[filepath] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1698764089
[exists] => 1
)
[cached] => Smarty_Template_Cached Object
(
[filepath] => /home/prodigit/www/eboutiques/cache/smarty/cache/blocktopmenu_product_41_1_5_0_0_0_0_5405^6c90c899ea5c0bd47016278f42a4e1fa3055b03f.blocktopmenu.tpl.php
[content] =>
[timestamp] =>
[exists] =>
[valid] =>
[processed] =>
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blocktopmenu-product-41-1-5-0-0-0-0-5405
[lock_id] =>
[is_locked] =>
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 6c90c899ea5c0bd47016278f42a4e1fa3055b03f
[resource] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[type] => file
[name] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/tpl/#/home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[filepath] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/modules/blocktopmenu/blocktopmenu.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1698764089
[exists] => 1
)
)
)
)
[cache_modified_check] =>
[registered_plugins] => Array
(
[modifier] => Array
(
[truncate] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smarty_modifier_truncate
)
[1] => 1
[2] => Array
(
)
)
[secureReferrer] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => secureReferrer
)
[1] => 1
[2] => Array
(
)
)
[convertAndFormatPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => convertAndFormatPrice
)
[1] => 1
[2] => Array
(
)
)
)
[function] => Array
(
[t] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyTruncate
)
[1] => 1
[2] => Array
(
)
)
[m] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyMaxWords
)
[1] => 1
[2] => Array
(
)
)
[p] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyShowObject
)
[1] => 1
[2] => Array
(
)
)
[d] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyDieObject
)
[1] => 1
[2] => Array
(
)
)
[l] => Array
(
[0] => smartyTranslate
[1] => 1
[2] => Array
(
)
)
[hook] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => smartyHook
)
[1] => 1
[2] => Array
(
)
)
[toolsConvertPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => toolsConvertPrice
)
[1] => 1
[2] => Array
(
)
)
[dateFormat] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => dateFormat
)
[1] => 1
[2] => Array
(
)
)
[convertPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => convertPrice
)
[1] => 1
[2] => Array
(
)
)
[convertPriceWithCurrency] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => convertPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayWtPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => displayWtPrice
)
[1] => 1
[2] => Array
(
)
)
[displayWtPriceWithCurrency] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => displayWtPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayPrice] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => displayPriceSmarty
)
[1] => 1
[2] => Array
(
)
)
[getAdminToken] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => getAdminTokenLiteSmarty
)
[1] => 1
[2] => Array
(
)
)
[displayAddressDetail] => Array
(
[0] => Array
(
[0] => SmartyLazyRegister Object
(
[registry:protected] => Array
(
[smarty_modifier_truncate] => smarty_modifier_truncate
[secureReferrer] => Array
(
[0] => Tools
[1] => secureReferrer
)
[smartyTruncate] => smartyTruncate
[smartyMaxWords] => smartyMaxWords
[smartyShowObject] => smartyShowObject
[smartyDieObject] => smartyDieObject
[smartyHook] => smartyHook
[toolsConvertPrice] => toolsConvertPrice
[dateFormat] => Array
(
[0] => Tools
[1] => dateFormat
)
[convertPrice] => Array
(
[0] => Product
[1] => convertPrice
)
[convertPriceWithCurrency] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[displayWtPrice] => Array
(
[0] => Product
[1] => displayWtPrice
)
[displayWtPriceWithCurrency] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[displayPriceSmarty] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[convertAndFormatPrice] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[getAdminTokenLiteSmarty] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[generateAddressSmarty] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
)
)
[1] => generateAddressSmarty
)
[1] => 1
[2] => Array
(
)
)
)
)
[plugin_search_order] => Array
(
[0] => function
[1] => block
[2] => compiler
[3] => class
)
[registered_objects] => Array
(
)
[registered_classes] => Array
(
)
[registered_filters] => Array
(
)
[registered_resources] => Array
(
)
[_resource_handlers] => Array
(
[file] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
)
[registered_cache_resources] => Array
(
)
[_cacheresource_handlers] => Array
(
[file] => Smarty_Internal_CacheResource_File Object
(
)
)
[autoload_filters] => Array
(
)
[default_modifiers] => Array
(
)
[escape_html] =>
[start_time] => 1775169741.8805
[_file_perms] => 420
[_dir_perms] => 505
[_tag_stack] => Array
(
)
[smarty] => Smarty Object
*RECURSION*
[_current_file] =>
[_parserdebug] =>
[merged_templates_func] => Array
(
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
[name] => Smarty_Variable Object
(
[value] => Coque LiteChaser Pro iPhone 13 Pro Beige
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Coque LiteChaser Pro iPhone 13 Pro Beige - PolarPro France
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Conçu pour iPhone 13 Pro Conçu pour les filtres, objectifs et grips LiteChaser Pro. Compatibilité MagSafeÂ
[nocache] =>
[scope] => 0
)
[meta_keywords] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[description_short] => Smarty_Variable Object
(
[value] => Conçu pour iPhone 13 Pro Conçu pour les filtres, objectifs et grips LiteChaser Pro. Compatibilité MagSafeÂ
[nocache] =>
[scope] => 0
)
[request_uri] => Smarty_Variable Object
(
[value] => /iphone-13/5405-coque-litechaser-pro-iphone-13-pro-beige.html
[nocache] =>
[scope] => 0
)
[navigationPipe] => Smarty_Variable Object
(
[value] => >
[nocache] =>
[scope] => 0
)
[mobile_device] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[link] => Smarty_Variable Object
(
[value] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
[ssl_enable:protected] => 1
)
[nocache] =>
[scope] => 0
)
[cart] => Smarty_Variable Object
(
[value] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 41
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 5
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart
)
[update_fields:protected] =>
)
[nocache] =>
[scope] => 0
)
[currency] => Smarty_Variable Object
(
[value] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] => 41
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multilang_shop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
[shop] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency
)
[update_fields:protected] =>
)
[nocache] =>
[scope] => 0
)
[cookie] => Smarty_Variable Object
(
[value] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2026-04-03 00:42:18
[id_lang] => 5
[id_currency] => 1
[checksum] => -704803810
)
[_name:protected] => 9a9cc3cf585b62297a3f0f00b33a9a3a
[_expire:protected] => 1776897741
[_domain:protected] => polarpro-france.fr
[_path:protected] => /
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 1482974680
[1] => 1555620348
[2] => 1793668873
[3] => 1071837400
[4] => -1081655772
[5] => -998352277
[6] => 1947780959
[7] => -645230204
[8] => 207647236
[9] => 19144915
[10] => -144358597
[11] => 1113164208
[12] => -895606521
[13] => 1576671413
[14] => 1825072526
[15] => -1624950208
[16] => 857674500
[17] => 93773326
)
[_S] => Array
(
[0] => Array
(
[0] => -1380475472
[1] => 1705994999
[2] => 1735192059
[3] => 548764412
[4] => -1948326005
[5] => 460117559
[6] => 32503558
[7] => -1361949553
[8] => 467086849
[9] => -1432671818
[10] => -315321488
[11] => -184207161
[12] => 146787186
[13] => -192143131
[14] => 1751346347
[15] => -1695507260
[16] => 1325679093
[17] => -1984310226
[18] => -1723971119
[19] => -1738662491
[20] => 1261194445
[21] => -2113107113
[22] => 862635860
[23] => -1422086463
[24] => 1827288914
[25] => -1804430449
[26] => 789339877
[27] => -2066129863
[28] => 1913612288
[29] => 1560010478
[30] => -1058019936
[31] => -65405350
[32] => 1965159694
[33] => -1300244320
[34] => -1463347301
[35] => 1914783155
[36] => 383202314
[37] => 1796572802
[38] => 1685185166
[39] => 2112755676
[40] => 1697913043
[41] => 506531343
[42] => 1950420674
[43] => 1445384897
[44] => 2138857830
[45] => -313874393
[46] => 258171818
[47] => -1402548779
[48] => 1740508191
[49] => -1588797087
[50] => -999975438
[51] => -1131821433
[52] => 124933484
[53] => -823426456
[54] => 505051124
[55] => -1034924997
[56] => -1730338443
[57] => -1718759764
[58] => 1368544582
[59] => 767632936
[60] => 1087961897
[61] => -868547033
[62] => 602331615
[63] => 1733552771
[64] => -273863011
[65] => -2100852906
[66] => 1041054519
[67] => -1016994438
[68] => -480635587
[69] => 1928840615
[70] => -649526133
[71] => -186292229
[72] => -1623777721
[73] => 135175678
[74] => -695039577
[75] => -412502899
[76] => -1366958845
[77] => 2125213211
[78] => 1985876553
[79] => -1904382552
[80] => -1519359366
[81] => -1096476353
[82] => 1068924666
[83] => 747692736
[84] => -1970754215
[85] => -1422434388
[86] => -1315344909
[87] => -779985842
[88] => -276491574
[89] => -1864852592
[90] => 1910538742
[91] => -1727810390
[92] => -263534830
[93] => 1354802745
[94] => -299629967
[95] => 1577894399
[96] => 655805547
[97] => -1928199547
[98] => -1478680421
[99] => -2046635086
[100] => 884069436
[101] => 601091200
[102] => 129035584
[103] => -1222404266
[104] => -1252628338
[105] => 1637243710
[106] => -1744768006
[107] => -1743370827
[108] => 798387706
[109] => 924149125
[110] => -1770121970
[111] => -1992626739
[112] => 803334091
[113] => 171134606
[114] => -962135637
[115] => -1326798268
[116] => 1352962198
[117] => 2092441849
[118] => -1341855571
[119] => -719286706
[120] => 1842693282
[121] => -1679707026
[122] => 1708910359
[123] => -44362460
[124] => -2094760334
[125] => 2047319549
[126] => -960302978
[127] => -260529385
[128] => 1023576073
[129] => 882051105
[130] => 68073306
[131] => 343007739
[132] => -1230285667
[133] => -1087096451
[134] => 1622015334
[135] => -1773176035
[136] => -1604030955
[137] => -2094429227
[138] => 1984059084
[139] => -612144599
[140] => -1050670264
[141] => -1298129739
[142] => -206940870
[143] => -1588862064
[144] => -1541422623
[145] => -214334348
[146] => -741020088
[147] => -542540718
[148] => 2097618221
[149] => 1542699609
[150] => 1576704135
[151] => 1586652079
[152] => 1249333510
[153] => -1112141220
[154] => -56792593
[155] => 343098763
[156] => 1150194881
[157] => -2138710700
[158] => 434036106
[159] => -280056894
[160] => 376944389
[161] => -51597239
[162] => -1523671938
[163] => 982058723
[164] => 279989454
[165] => -2081736679
[166] => 1736351579
[167] => -1529523684
[168] => -1550256084
[169] => 2103874881
[170] => -1241966858
[171] => 807496348
[172] => -2759592
[173] => -1043562383
[174] => 1970956979
[175] => -1830720748
[176] => -1315998808
[177] => -995437254
[178] => -1672756389
[179] => 1599555278
[180] => -174091226
[181] => -1857225623
[182] => 1304388600
[183] => -926910077
[184] => 267498803
[185] => -1050138794
[186] => 1677034502
[187] => 357200303
[188] => 492438194
[189] => 1344757658
[190] => 259777894
[191] => -120852615
[192] => -526394906
[193] => 1282914598
[194] => 109751329
[195] => 2050579010
[196] => -484982923
[197] => -1590372838
[198] => 922280764
[199] => 1048777582
[200] => 458118934
[201] => -689687512
[202] => -414654023
[203] => -1773004886
[204] => -1790852628
[205] => -251537246
[206] => -539912356
[207] => 1105693242
[208] => 1871159287
[209] => 811633530
[210] => -12516189
[211] => 825413528
[212] => 680888332
[213] => -2067566509
[214] => -1735179773
[215] => -1943105828
[216] => 1396882321
[217] => -621187017
[218] => 1124730805
[219] => 128524067
[220] => 1896209799
[221] => 1520124903
[222] => 180443061
[223] => -558782979
[224] => 523489237
[225] => 817416508
[226] => -1411817836
[227] => 488264402
[228] => -193898872
[229] => 1187213610
[230] => -1476980900
[231] => 1049822156
[232] => -975762006
[233] => 918538011
[234] => 1476410902
[235] => 1014785952
[236] => -1749290805
[237] => 815866643
[238] => -1603551826
[239] => -76592855
[240] => 494792280
[241] => -1822232087
[242] => -1955470442
[243] => -1486574708
[244] => 1912707658
[245] => 651783269
[246] => 1695092820
[247] => -839227988
[248] => 248757348
[249] => 1402893625
[250] => -110697951
[251] => -1167452987
[252] => 618469609
[253] => -70658367
[254] => 1243356052
[255] => 1463795897
)
[1] => Array
(
[0] => -1415136303
[1] => 1900575242
[2] => 618962360
[3] => 1877328928
[4] => -1213124683
[5] => -1088514288
[6] => -2139274370
[7] => 124814700
[8] => 1614898143
[9] => 834986507
[10] => -1724945608
[11] => 1459854933
[12] => 1131982031
[13] => -567879944
[14] => 2045983499
[15] => 1249956444
[16] => 543050706
[17] => 105169250
[18] => 1964719824
[19] => -1500550017
[20] => 427383191
[21] => -2030610681
[22] => 622547221
[23] => 64794120
[24] => -51909496
[25] => 770630347
[26] => -334302639
[27] => 1320404215
[28] => 369309914
[29] => 1488464337
[30] => -1210849726
[31] => -1945838067
[32] => 881719234
[33] => 1377952373
[34] => -358642266
[35] => 1749368084
[36] => 2001207958
[37] => -421738283
[38] => 996102232
[39] => 1732095761
[40] => 90744599
[41] => 1666574789
[42] => 961001090
[43] => 1484269963
[44] => -1640201405
[45] => 40854917
[46] => -1435443627
[47] => 1036463488
[48] => 457925583
[49] => 615799015
[50] => -1830869790
[51] => 1588029945
[52] => 386660713
[53] => -415494475
[54] => 1063532671
[55] => -1041603792
[56] => 1906687537
[57] => -877518379
[58] => -1129400447
[59] => 891127883
[60] => -1268400322
[61] => -1111820639
[62] => 1168575759
[63] => 142196531
[64] => 1240426756
[65] => 465444984
[66] => -191453390
[67] => 621426674
[68] => -1904491911
[69] => 684207605
[70] => -1861493126
[71] => -1984663657
[72] => 1171279931
[73] => -195488916
[74] => 2067848418
[75] => -493104515
[76] => 609890406
[77] => 499219972
[78] => -1964124105
[79] => 1395029291
[80] => 371935918
[81] => 1857176515
[82] => -186823503
[83] => -1698694795
[84] => 1820378802
[85] => -13133653
[86] => 1666789275
[87] => -1252457092
[88] => 948621302
[89] => 1518182164
[90] => 784042891
[91] => -1417265350
[92] => -2100562919
[93] => 1752307526
[94] => -1533503349
[95] => 1140944490
[96] => 1056927110
[97] => 1939194243
[98] => 1812197017
[99] => 679764485
[100] => 735598860
[101] => -1554101104
[102] => 404052165
[103] => -51968568
[104] => 145352435
[105] => 1888717166
[106] => 1391551075
[107] => -303643081
[108] => -1586328585
[109] => -1612592802
[110] => 1348165579
[111] => -891849682
[112] => 524293086
[113] => 1769543726
[114] => -1919911259
[115] => 432344794
[116] => -1435473784
[117] => 549214548
[118] => 1344723021
[119] => 666272966
[120] => -646371791
[121] => 1797070587
[122] => 1580557142
[123] => 1705941765
[124] => 1815716218
[125] => -296301236
[126] => 1609002271
[127] => -579556440
[128] => 672288678
[129] => 828558712
[130] => 1267977616
[131] => -1153059497
[132] => -571616013
[133] => 800206053
[134] => -1809128314
[135] => -1100806782
[136] => -24246582
[137] => -1891906125
[138] => -1518543412
[139] => 1882388454
[140] => -565646217
[141] => 119780912
[142] => -665232622
[143] => 1891849686
[144] => 1038603047
[145] => 289398882
[146] => 1771449609
[147] => 2107904497
[148] => -689942127
[149] => 233082250
[150] => 1860080220
[151] => -754646612
[152] => -1635963874
[153] => -841508891
[154] => 127364905
[155] => -741913210
[156] => 1398024307
[157] => -2101045641
[158] => -742446774
[159] => -425613897
[160] => -1010712772
[161] => -311098184
[162] => -1899317853
[163] => 1776236049
[164] => 1154553045
[165] => 1389832224
[166] => -719501928
[167] => 270402826
[168] => -1681230564
[169] => 1406305596
[170] => 1025565440
[171] => -612408246
[172] => 1949009341
[173] => 181417566
[174] => -803304365
[175] => 1085652407
[176] => -1179744250
[177] => 573390666
[178] => -1961131100
[179] => 79564439
[180] => -1450428710
[181] => -1258943283
[182] => 971164546
[183] => 1263824861
[184] => 1853064725
[185] => -904061012
[186] => -336265968
[187] => -1807109204
[188] => -1334711321
[189] => -116864466
[190] => 1667628596
[191] => -339998547
[192] => -1850044306
[193] => 1546381708
[194] => -403973532
[195] => 293777556
[196] => 2060294787
[197] => -144229995
[198] => -1145765739
[199] => -586473228
[200] => -47435947
[201] => -46477303
[202] => 556153959
[203] => 970291653
[204] => -1179704562
[205] => 1229704227
[206] => 749210886
[207] => -976338865
[208] => 1231695819
[209] => 757174897
[210] => 952671621
[211] => 405558844
[212] => 1576937140
[213] => 177381532
[214] => 845219103
[215] => -218095579
[216] => 1156438367
[217] => 1306945559
[218] => 903335056
[219] => 256632200
[220] => 1449542615
[221] => -783226529
[222] => -1938726483
[223] => -116794973
[224] => 498823522
[225] => -1342757743
[226] => 1916199030
[227] => 1410372556
[228] => 96860691
[229] => 1592179107
[230] => 403676543
[231] => -813598651
[232] => -844448454
[233] => 365212021
[234] => -1964760871
[235] => -682032178
[236] => -771147247
[237] => -987263750
[238] => -1662524201
[239] => -1624010334
[240] => 564107880
[241] => 1432979754
[242] => -517036762
[243] => -1201197572
[244] => -413649353
[245] => 1891126575
[246] => -559667229
[247] => 643086335
[248] => 1972468744
[249] => -2126438716
[250] => 408871725
[251] => -1405412345
[252] => 935137096
[253] => -355025582
[254] => 1899340180
[255] => 1696384103
)
[2] => Array
(
[0] => -872337608
[1] => 1823714602
[2] => 915711717
[3] => -2138381960
[4] => 555482596
[5] => 1894447149
[6] => -1829284663
[7] => 1400324766
[8] => 694889540
[9] => -1628052329
[10] => 470657539
[11] => -1601871495
[12] => -673796680
[13] => 1407112038
[14] => 1986012917
[15] => 1465816992
[16] => -1751718597
[17] => -2084958588
[18] => 510196940
[19] => -450507593
[20] => -1188516279
[21] => -700176531
[22] => 1462610898
[23] => -1510830200
[24] => -26651763
[25] => 311773247
[26] => 1080757075
[27] => -2061449641
[28] => 735026471
[29] => -694899589
[30] => -1097281879
[31] => -17718291
[32] => -1301920195
[33] => 1086318426
[34] => 963644149
[35] => 1750159862
[36] => -915967238
[37] => -445087011
[38] => -2143397086
[39] => 511167871
[40] => 2118176882
[41] => -1890265521
[42] => -518461668
[43] => -952417173
[44] => -1770998502
[45] => -1998239616
[46] => 1601815649
[47] => -800744782
[48] => 923516484
[49] => -1837132626
[50] => 1488005011
[51] => 1712691004
[52] => 91354597
[53] => 2081516193
[54] => -1925153608
[55] => 589845542
[56] => 1404837031
[57] => 1373363457
[58] => -2114414321
[59] => -1530117755
[60] => -2012508055
[61] => 609547946
[62] => 1956705739
[63] => 128991010
[64] => -1290754685
[65] => -93288518
[66] => -2066390772
[67] => 1018183891
[68] => 260698385
[69] => 1093994993
[70] => 2102969199
[71] => -2059320040
[72] => 1311494301
[73] => 314706841
[74] => -1883448508
[75] => 448730022
[76] => 829689078
[77] => 1112773752
[78] => 1128279206
[79] => -2144677587
[80] => 478625357
[81] => -1712476989
[82] => -331373050
[83] => 917475936
[84] => 2138854134
[85] => -61675656
[86] => -813875615
[87] => -1930933733
[88] => -440175183
[89] => -313570720
[90] => -2084367893
[91] => 33727917
[92] => 2039870460
[93] => -546316679
[94] => -596240591
[95] => -191152463
[96] => 88459235
[97] => -311075069
[98] => -923749913
[99] => 701918235
[100] => 1296447552
[101] => 312977659
[102] => 1637310661
[103] => -352677494
[104] => 1947797681
[105] => 982761179
[106] => -1955181435
[107] => -1859368597
[108] => 604951272
[109] => 2005139649
[110] => 339949639
[111] => -1386147273
[112] => 883766018
[113] => -1626655871
[114] => 1372356993
[115] => -448370280
[116] => -1857614599
[117] => -884883948
[118] => -2107454001
[119] => -1743131207
[120] => -213932628
[121] => -206191929
[122] => -1386205348
[123] => -350455264
[124] => 616957628
[125] => 460691060
[126] => -246498968
[127] => 1659066664
[128] => 593891188
[129] => -1495574912
[130] => -2028216654
[131] => -479504339
[132] => -1171667242
[133] => 1702519037
[134] => -2141035480
[135] => -202045465
[136] => -1995611362
[137] => -226400361
[138] => 599353711
[139] => -391872923
[140] => -803682119
[141] => 744912174
[142] => -1475943100
[143] => 598233387
[144] => 1078592211
[145] => 269989228
[146] => 56095189
[147] => -2123427757
[148] => -1744792831
[149] => 1381974892
[150] => -1225649696
[151] => -382125362
[152] => 1772600969
[153] => -1929219100
[154] => 305476598
[155] => -1597942075
[156] => -1808420303
[157] => 1176288892
[158] => -506854546
[159] => -2035129074
[160] => 1703662483
[161] => 1860415393
[162] => -1096120864
[163] => 1339907249
[164] => -810726131
[165] => -1132219504
[166] => -1989556300
[167] => 8124943
[168] => 1384827300
[169] => -1562662614
[170] => 1260024640
[171] => -1326603480
[172] => 1853738394
[173] => 816580238
[174] => -1613471084
[175] => 1264320243
[176] => -2005118708
[177] => -1566377020
[178] => -1119256727
[179] => 1653805696
[180] => -1162947948
[181] => -1019184067
[182] => -126949177
[183] => 74697936
[184] => 89498877
[185] => -741510596
[186] => 1486436247
[187] => -1979082973
[188] => -212611307
[189] => 2098174156
[190] => -1465795245
[191] => -2102964450
[192] => -1765861330
[193] => -1453194157
[194] => -1178964484
[195] => -1911250575
[196] => 969629655
[197] => -1514146887
[198] => -1125323381
[199] => 356620072
[200] => -1301085539
[201] => -1068855660
[202] => -429407176
[203] => -234246288
[204] => -1794918627
[205] => 1663562940
[206] => -922074951
[207] => 1595582392
[208] => -1283724433
[209] => -688394362
[210] => 414898440
[211] => 1438581409
[212] => -843979312
[213] => 1190238970
[214] => 127659841
[215] => 1343934857
[216] => 1767566732
[217] => 1505248940
[218] => -936994832
[219] => -1121793071
[220] => 1188503381
[221] => -1685850099
[222] => 531446672
[223] => 1543894079
[224] => -603102725
[225] => 1212558149
[226] => -302148848
[227] => 1749138873
[228] => -833185725
[229] => -1524286216
[230] => -700189225
[231] => 946002557
[232] => -989787024
[233] => 1939566134
[234] => 874468756
[235] => 342457137
[236] => -1401978256
[237] => 169914369
[238] => 1604774630
[239] => -341193289
[240] => 186669178
[241] => -1671598269
[242] => -1700428663
[243] => 1695515586
[244] => -1932354916
[245] => 411154137
[246] => -1862048227
[247] => -1249837370
[248] => -891470026
[249] => -186296788
[250] => 1078285977
[251] => 632097833
[252] => 888248047
[253] => 278029871
[254] => -1469458060
[255] => -1086503154
)
[3] => Array
(
[0] => -1466988785
[1] => -237052823
[2] => -608554762
[3] => -796248077
[4] => 574712459
[5] => 850680397
[6] => -1054747646
[7] => 760798283
[8] => 2082565559
[9] => 1690400643
[10] => -1110717024
[11] => 2123051239
[12] => -1614309447
[13] => -655867576
[14] => 372609366
[15] => -395123276
[16] => -101745116
[17] => 1782138812
[18] => 1422562219
[19] => -1726731364
[20] => -1248865545
[21] => 1799761023
[22] => -25359047
[23] => -1375738141
[24] => -971411125
[25] => 619377346
[26] => -488450984
[27] => -281230385
[28] => 1624203424
[29] => -193430262
[30] => -1733336414
[31] => 347163161
[32] => -938297854
[33] => -792526545
[34] => -66311405
[35] => -1376963430
[36] => 55242701
[37] => -1957214326
[38] => -610145096
[39] => -354624467
[40] => -116724848
[41] => -228856329
[42] => -75844331
[43] => -286485787
[44] => -1795188965
[45] => 1317161983
[46] => 261345360
[47] => 633739945
[48] => -1554745496
[49] => 1589889376
[50] => 1269047836
[51] => 1889315473
[52] => 682571543
[53] => -354431722
[54] => -1056511648
[55] => -1367368574
[56] => -1529137380
[57] => 367673189
[58] => -926598074
[59] => 727206311
[60] => 241076487
[61] => -1286737568
[62] => 646443076
[63] => -195351482
[64] => -237326711
[65] => -961841895
[66] => 1589084622
[67] => 169645435
[68] => -1884487957
[69] => -1784074885
[70] => -805619940
[71] => 1211206224
[72] => -1853181405
[73] => -619323773
[74] => 339569597
[75] => 2036609208
[76] => 1131726886
[77] => -935387805
[78] => 1683058065
[79] => 846814911
[80] => 499603146
[81] => 2089660797
[82] => -1639040052
[83] => 2000964204
[84] => -1147151120
[85] => -141286947
[86] => 335435778
[87] => -464662429
[88] => 868297506
[89] => -1254220495
[90] => 419967212
[91] => -1565624138
[92] => 1079491024
[93] => -1920960326
[94] => -1870188337
[95] => 2107292549
[96] => 996228366
[97] => 726465957
[98] => 1115231400
[99] => 1084261622
[100] => 1997231524
[101] => -1039298546
[102] => 779284980
[103] => -365451474
[104] => -1681259175
[105] => -1077486347
[106] => 1844089380
[107] => 1360229133
[108] => -1913722591
[109] => 1661271616
[110] => 1574289700
[111] => 262020040
[112] => 1917239676
[113] => -1901600047
[114] => 661257494
[115] => -1116635600
[116] => 1401748854
[117] => -234266182
[118] => -1120155156
[119] => -51539216
[120] => -1933996403
[121] => -1484743634
[122] => 1357870203
[123] => 657846167
[124] => 1900295477
[125] => 443025817
[126] => 423873663
[127] => -776868737
[128] => 1502232799
[129] => -731098871
[130] => 1052251259
[131] => -845018544
[132] => -2000696215
[133] => -718240839
[134] => 197614979
[135] => 968454561
[136] => -411431420
[137] => -541363920
[138] => 600867317
[139] => -170030025
[140] => 1083565776
[141] => -168882980
[142] => 940946306
[143] => 1401879265
[144] => 1966032494
[145] => -1806422737
[146] => -1238257817
[147] => 47007055
[148] => -1744730715
[149] => -719132149
[150] => -1997107399
[151] => 1718537532
[152] => -2110824967
[153] => -256646614
[154] => 2115489676
[155] => 1890035436
[156] => 1047970296
[157] => 938878812
[158] => -368573091
[159] => 196940028
[160] => 425276541
[161] => 2090377476
[162] => 1694135383
[163] => 1131225963
[164] => -718355578
[165] => 718438976
[166] => -827292761
[167] => -1895617559
[168] => 2109728843
[169] => -703302063
[170] => 1835242591
[171] => -1665082309
[172] => 2118534945
[173] => 744235469
[174] => -1304809293
[175] => -1962362260
[176] => -1856546488
[177] => -1673863568
[178] => 1975372595
[179] => 2040709855
[180] => -1870060103
[181] => -302869291
[182] => -2123338365
[183] => 645908075
[184] => 987132207
[185] => -558640346
[186] => 704269540
[187] => 920733903
[188] => -866573739
[189] => 1964305081
[190] => -839212452
[191] => 1959341315
[192] => 1336784175
[193] => -397166805
[194] => 978670846
[195] => 1171814767
[196] => -1691191014
[197] => 1147553609
[198] => 774487059
[199] => -2072512111
[200] => -834466371
[201] => -1391940144
[202] => 339426531
[203] => -311864919
[204] => 571918060
[205] => 1695259409
[206] => -1164270740
[207] => 1467877786
[208] => 1642635893
[209] => 1308487727
[210] => 1150468886
[211] => 1497197551
[212] => 472963662
[213] => 944843283
[214] => -1648765306
[215] => 1544301402
[216] => 503279049
[217] => -1477649714
[218] => 645819898
[219] => -429781406
[220] => -363451666
[221] => -964807675
[222] => -616286386
[223] => -409697891
[224] => -1271687134
[225] => 1435466615
[226] => 1512045319
[227] => -894851952
[228] => -1962862264
[229] => 1762203949
[230] => -1685702901
[231] => 603104128
[232] => -1695872142
[233] => -1918004582
[234] => -643899979
[235] => 244499156
[236] => -1240806110
[237] => 782476620
[238] => 872656900
[239] => 915114732
[240] => -1497962456
[241] => -297141858
[242] => 1773960570
[243] => 1743265468
[244] => -85763159
[245] => -497887571
[246] => 905969789
[247] => 519363691
[248] => 188045067
[249] => -1360487938
[250] => 566169949
[251] => 1485479034
[252] => 33307600
[253] => -1915906801
[254] => -1047866437
[255] => 113445321
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => Tj9LMNLWWqwNSoiN7nxqwOfBwJOMCANX54aLgAttPahTbWFJbOeeZSvJ
[_iv:protected] => x3fHLXet
[_modified:protected] =>
[_allow_writing:protected] => 1
)
[nocache] =>
[scope] => 0
)
[page_name] => Smarty_Variable Object
(
[value] => product
[nocache] =>
[scope] => 0
)
[hide_left_column] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[hide_right_column] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[base_dir] => Smarty_Variable Object
(
[value] => http://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[base_dir_ssl] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[content_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[base_uri] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/
[nocache] =>
[scope] => 0
)
[tpl_dir] => Smarty_Variable Object
(
[value] => /home/prodigit/www/eboutiques/themes/POLARPRO_Theme/
[nocache] =>
[scope] => 0
)
[modules_dir] => Smarty_Variable Object
(
[value] => /modules/
[nocache] =>
[scope] => 0
)
[mail_dir] => Smarty_Variable Object
(
[value] => /mails/
[nocache] =>
[scope] => 0
)
[lang_iso] => Smarty_Variable Object
(
[value] => fr
[nocache] =>
[scope] => 0
)
[come_from] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/iphone-13/5405-coque-litechaser-pro-iphone-13-pro-beige.html
[nocache] =>
[scope] => 0
)
[cart_qties] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[currencies] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_currency] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[format] => 2
[decimals] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[active] => 1
[id_shop] => 41
)
)
[nocache] =>
[scope] => 0
)
[languages] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_lang] => 5
[name] => Français
[active] => 1
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[id_shop] => 1
[shops] => Array
(
[1] => 1
[2] => 1
[3] => 1
[5] => 1
[6] => 1
[9] => 1
[11] => 1
[14] => 1
[21] => 1
[30] => 1
[31] => 1
[32] => 1
[33] => 1
[34] => 1
[35] => 1
[37] => 1
[39] => 1
[40] => 1
[41] => 1
[42] => 1
)
)
)
[nocache] =>
[scope] => 0
)
[meta_language] => Smarty_Variable Object
(
[value] => fr
[nocache] =>
[scope] => 0
)
[priceDisplay] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[add_prod_display] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[shop_id] => Smarty_Variable Object
(
[value] => 41
[nocache] =>
[scope] => 0
)
[shop_name] => Smarty_Variable Object
(
[value] => PolarPro France
[nocache] =>
[scope] => 0
)
[roundMode] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[use_taxes] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[display_tax_label] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[vat_management] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[opc] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[PS_CATALOG_MODE] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[b2b_enable] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[request] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/iphone-13/5405-coque-litechaser-pro-iphone-13-pro-beige.html?id_cms_category=
[nocache] =>
[scope] => 0
)
[id_currency_cookie] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[logged] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[customerName] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[img_ps_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/
[nocache] =>
[scope] => 0
)
[img_cat_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/c/
[nocache] =>
[scope] => 0
)
[img_lang_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/l/
[nocache] =>
[scope] => 0
)
[img_prod_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/p/
[nocache] =>
[scope] => 0
)
[img_manu_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/m/
[nocache] =>
[scope] => 0
)
[img_sup_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/su/
[nocache] =>
[scope] => 0
)
[img_ship_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/s/
[nocache] =>
[scope] => 0
)
[img_store_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/st/
[nocache] =>
[scope] => 0
)
[img_col_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/img/co/
[nocache] =>
[scope] => 0
)
[img_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/themes/POLARPRO_Theme/img/
[nocache] =>
[scope] => 0
)
[css_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/themes/POLARPRO_Theme/css/
[nocache] =>
[scope] => 0
)
[js_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/themes/POLARPRO_Theme/js/
[nocache] =>
[scope] => 0
)
[pic_dir] => Smarty_Variable Object
(
[value] => https://polarpro-france.fr/upload/
[nocache] =>
[scope] => 0
)
[time] => Smarty_Variable Object
(
[value] => 1775169741
[nocache] =>
[scope] => 0
)
[img_update_time] => Smarty_Variable Object
(
[value] => 1709630861
[nocache] =>
[scope] => 0
)
[static_token] => Smarty_Variable Object
(
[value] => e383abca1747a37ab37bfa5208f54d41
[nocache] =>
[scope] => 0
)
[token] => Smarty_Variable Object
(
[value] => 814a6af49b5191540b17727e0e887413
[nocache] =>
[scope] => 0
)
[priceDisplayPrecision] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[content_only] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[favicon_url] => Smarty_Variable Object
(
[value] => /img/ico2.ico
[nocache] =>
[scope] => 0
)
[logo_image_width] => Smarty_Variable Object
(
[value] => 173
[nocache] =>
[scope] => 0
)
[logo_image_height] => Smarty_Variable Object
(
[value] => 90
[nocache] =>
[scope] => 0
)
[logo_url] => Smarty_Variable Object
(
[value] => /img/logo-41.jpg?1709630861
[nocache] =>
[scope] => 0
)
[ssl_enabled] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[PAYPAL_SANDBOX] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[PayPal_in_context_checkout] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[use_paypal_in_context] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[PayPal_in_context_checkout_merchant_id] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[paypal_mode] => Smarty_Variable Object
(
[value] => production
[nocache] =>
[scope] => 0
)
)
[parent] =>
[config_vars] => Array
(
)
)
[mobile_detect] =>
[mobile_device:protected] =>
)
2509. $use_group_reduction,
2510. $id_customer,
2511. $use_customer_price,
2512. $id_cart,
2513. $quantity
2514. );
2515. }
2516.
2517. /**
2518. * Price calculation / Get product price
2519. *
Argument [0] 41 Argument [1] 6377 Argument [2] Argument [3] 8 Argument [4] 0 Argument [5] 0 Argument [6] 1 Argument [7] 1 Argument [8] 0 Argument [9] Argument [10] 6 Argument [11] Argument [12] 1 Argument [13] 1 Argument [14] Argument [15] 1 Argument [16] Argument [17] 1 Argument [18] Argument [19] 1
3677. $row['price_tax_exc'] = Product::getPriceStatic(
3678. (int)$row['id_product'],
3679. false,
3680. ((isset($row['id_product_attribute']) && !empty($row['id_product_attribute'])) ? (int)$row['id_product_attribute'] : null),
3681. (self::$_taxCalculationMethod == PS_TAX_EXC ? 2 : 6)
3682. );
3683.
3684. if (self::$_taxCalculationMethod == PS_TAX_EXC)
3685. {
3686. $row['price_tax_exc'] = Tools::ps_round($row['price_tax_exc'], 2);
3687. $row['price'] = Product::getPriceStatic(
Argument [0] 6377 Argument [1] Argument [2] Argument [3] 6
3805. {
3806. $results_array = array();
3807.
3808. if (is_array($query_result))
3809. foreach ($query_result as $row)
3810. if ($row2 = Product::getProductProperties($id_lang, $row))
3811. $results_array[] = $row2;
3812.
3813. return $results_array;
3814. }
3815.
Argument [0]
5
Argument [1]
Array
(
[id_product] => 6377
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 805
[id_shop_default] => 41
[id_tax_rules_group] => 1
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 166.658333
[wholesale_price] => 0.000000
[unity] =>
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BSE-ND8
[supplier_reference] =>
[location] =>
[width] => 0.000000
[height] => 0.000000
[depth] => 0.000000
[weight] => 0.100000
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[redirect_type] => 404
[id_product_redirected] => 0
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2026-02-12 16:13:35
[date_upd] => 2026-02-12 16:30:19
[advanced_stock_management] => 0
[id_shop] => 41
[id_product_attribute] =>
[product_attribute_minimal_quantity] =>
[description] => Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 3-Stop ND - ND8 [id_image] => 13665 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 )679.
680. if (!$result)
681. return array();
682.
683. /* Modify SQL result */
684. return Product::getProductsProperties($id_lang, $result);
685. }
686.
687. /**
688. * Return main categories
689. *
Argument [0]
5
Argument [1]
Array
(
[0] => Array
(
[id_product] => 6366
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 805
[id_shop_default] => 41
[id_tax_rules_group] => 1
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 499.166667
[wholesale_price] => 0.000000
[unity] =>
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BSE-VND-KIT-+
[supplier_reference] =>
[location] =>
[width] => 0.000000
[height] => 0.000000
[depth] => 0.000000
[weight] => 0.000000
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[redirect_type] => 404
[id_product_redirected] => 0
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2026-01-27 15:22:40
[date_upd] => 2026-01-27 15:22:40
[advanced_stock_management] => 0
[id_shop] => 41
[id_product_attribute] =>
[product_attribute_minimal_quantity] =>
[description] => Caractéristiques
Un système de matte box Run-N-Gun VND pour objectifs jusqu'à 114 mm avec vignettage nul jusqu'à 15 mm. Ce système est ultra-léger pour les configurations aériennes et entièrement personnalisable grâce à une sélection de montures et d'options d'extension.
[available_now] => [available_later] => [link_rewrite] => basecamp-kits-vnd-kit [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Kits VND Kit [id_image] => 13639 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 499.166667 ) [1] => Array ( [id_product] => 5301 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST-VND [supplier_reference] => BSE-MST-VND [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:19:21 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-mist-vnd-2-5 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre Mist VND 2/5 [id_image] => 11793 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [2] => Array ( [id_product] => 5297 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 124.166667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-GLD-MRPH [supplier_reference] => BSE-GLD-MRPH [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-01-27 15:25:58 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Découvrez les objectifs Basecamp Stage 1 : dotés d’une platine rotative polyvalente pour un contrôle précis des filtres VND, CP et morphiques. Choisissez entre le filtre morphique bleu, le filtre morphique doré et le polarisant circulaire, et donnez une nouvelle dimension à votre photographie grâce à une créativité fluide et sans outil.
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-goldmorphic [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp filtre GoldMorphic [id_image] => 11785 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 124.166667 ) [3] => Array ( [id_product] => 5298 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND8-GR [supplier_reference] => BSE-ND8-GR [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:33:09 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Un filtre de niveau 3 , idéal pour équilibrer l'exposition du ciel et du sol lors de prises de vue en milieu de journée.
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-nd8-gr [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp filtre ND8 GR [id_image] => 11788 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [4] => Array ( [id_product] => 5299 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST-H [supplier_reference] => BSE-MST-H [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:37:34 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-mist-heavy [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre Mist Heavy [id_image] => 13670 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [5] => Array ( [id_product] => 5300 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-VND-6/9 [supplier_reference] => BSE-VND-6/9 [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:41:12 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-vdn-6-9 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre VDN 6-9 [id_image] => 11790 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [6] => Array ( [id_product] => 5295 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST [supplier_reference] => BSE-MST [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:19:47 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-mist [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre mist [id_image] => 13671 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [7] => Array ( [id_product] => 5296 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 124.166667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-BL-MRPH [supplier_reference] => BSE-BL-MRPH [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-01-27 15:24:52 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Découvrez les objectifs Basecamp Stage 1 : dotés d’une platine rotative polyvalente pour un contrôle précis des filtres VND, CP et morphiques. Choisissez entre le filtre morphique bleu, le filtre morphique doré et le polarisant circulaire, et donnez une nouvelle dimension à votre photographie grâce à une créativité fluide et sans outil.
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-bluemorphic [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp filtre BlueMorphic [id_image] => 11781 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 124.166667 ) [8] => Array ( [id_product] => 5302 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST-VND-6/9 [supplier_reference] => BSE-MST-VND-6/9 [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:20:04 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-mist-vnd-6-9 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre Mist VND 6/9 [id_image] => 11794 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [9] => Array ( [id_product] => 5303 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST-VND-H [supplier_reference] => BSE-MST-VND-H [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:20:19 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-mist-heavy-vnd-2-5 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre Mist Heavy VND 2/5 [id_image] => 11795 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [10] => Array ( [id_product] => 5305 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-BL-MRPH-REC [supplier_reference] => BSE-BL-MRPH-REC [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:36:23 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-bluemorphic-rectangle [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre BlueMorphic Rectangle [id_image] => 13669 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [11] => Array ( [id_product] => 5306 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-GLD-MRPH-REC [supplier_reference] => BSE-GLD-MRPH-REC [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:34:58 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-goldmorphic-rectangle [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre GoldMorphic Rectangle [id_image] => 13668 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [12] => Array ( [id_product] => 5307 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 99.991667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-LWS [supplier_reference] => BSE-LWS [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:58:23 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Permet à la MatteBox BaseCamp d'être connectée à un système de rails. Une installation entièrement sans outil et un réglage en hauteur de 30 mm s'adaptent à tous les objectifs. Hauteur ajustable Construction 100% aluminium Montage sans outil
[description_short] =>Permet de fixer le boîtier BaseCamp Matte Box à un système de rails. Installation sans outil et réglage en hauteur sur 30 mm pour s'adapter à tous les objectifs.
[available_now] => [available_later] => [link_rewrite] => basecamp-rail-lws-15 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Rail LWS 15 [id_image] => 11799 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 99.991667 ) [13] => Array ( [id_product] => 5309 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 99.991667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-STUDIO-19 [supplier_reference] => BSE-STUDIO-19 [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:24:03 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Permet à la MatteBox BaseCamp d'être connectée à un système de rails. Une installation entièrement sans outil et un réglage en hauteur de 30 mm s'adaptent à tous les objectifs. Hauteur ajustable Construction 100% aluminium Montage sans outil
[description_short] =>Permet de fixer le boîtier BaseCamp Matte Box à un système de rails. Installation sans outil et réglage en hauteur sur 30 mm pour s'adapter à tous les objectifs.
[available_now] => [available_later] => [link_rewrite] => basecamp-rail-studio-19 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Rail Studio 19 [id_image] => 11803 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 99.991667 ) [14] => Array ( [id_product] => 5310 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 33.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-LGHT-FLY [supplier_reference] => BSE-LGHT-FLY [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:18:16 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Scelle la lumière entre la Matte Box BaseCamp et l'objectif lors de la prise de vue sur rails.Élimine le besoin de plaques filetées ou de bagues de serrage pour des changements rapides de lentille. Il doit être utilisé sur un système ferroviaire.
[description_short] =>Assure l'étanchéité à la lumière entre la matte box BaseCamp et l'objectif lors de prises de vue sur rails. Élimine le besoin de plaques filetées ou de bagues de serrage pour des changements d'objectif rapides. Utilisation indispensable sur un système de rails.
[available_now] => [available_later] => [link_rewrite] => basecamp-light-fly [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Light Fly [id_image] => 11805 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 33.325000 ) [15] => Array ( [id_product] => 5312 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 249.991667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-GRD-MOD [supplier_reference] => BSE-GRD-MOD [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:56:04 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
L'adaptateur Stage 3 se fixe au BaseCamp Core, permettant l'utilisation de filtres à gradient, de diffuseurs et de VND supplémentaires. Cet adaptateur comprend également son propre pare-soleil et son drapeau pour un contrôle accru de la lumière. Compatible uniquement avec les filtres de niveau 2 et 3
[available_now] => [available_later] => [link_rewrite] => basecamp-stage-3-expansion [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Stage 3 Expansion [id_image] => 11811 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 249.991667 ) [16] => Array ( [id_product] => 5304 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST-VND-6/9-H [supplier_reference] => BSE-MST-VND-6/9-H [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 17:20:37 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-mist-heavy-vnd-6-9 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Filtre Mist Heavy VND 6/9 [id_image] => 11796 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [17] => Array ( [id_product] => 5308 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 99.991667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-STUDIO-15 [supplier_reference] => BSE-STUDIO-15 [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2026-02-12 16:59:08 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Permet à la MatteBox BaseCamp d'être connectée à un système de rails. Une installation entièrement sans outil et un réglage en hauteur de 30 mm s'adaptent à tous les objectifs. Hauteur ajustable Construction 100% aluminium Montage sans outil
[description_short] =>Permet de fixer le boîtier BaseCamp Matte Box à un système de rails. Installation sans outil et réglage en hauteur sur 30 mm pour s'adapter à tous les objectifs.
[available_now] => [available_later] => [link_rewrite] => basecamp-rail-studio-15 [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Rail Studio 15 [id_image] => 11801 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 99.991667 ) [18] => Array ( [id_product] => 5311 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 623.333333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-VND-KIT [supplier_reference] => BSE-VND-KIT [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-11-24 20:26:47 [date_upd] => 2023-12-12 15:05:24 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Le kit Polar Pro Mattebox BaseCamp VND offre tous les éléments nécessaires pour offrir un système de porte-filtres professionnel. Il est destiné aux cinéastes aventureux qui souhaitent optimiser le poids, la qualité et l'efficacité. Le kit Mattebox BaseCamp VND Polar Pro comprend un filtre Polarisant Circulaire et un filtre ND variable 2/5. Les filtres ont un cadre en aluminium qui améliore la solidité et qui empêche les traces de doigt sur le verre. Chaque filtre est conçu à partir de verre de quartz fondu et est traité d'un revêtement de 16 couches. Le filtre CP peut être utilisé seul ou avec le filtre VND. Il réduit les reflets et augmente la saturation des couleurs. Le filtre VND 2-5, pensé pour la vidéo, s'utilise avec le filtre CP. Vous pouvez faire pivoter l'ensemble du porte-filtre de 360 degrés sans avoir à le retirer de votre appareil photo grâce à une plaque filetée. Sur le dessus du porte-filtre se trouve une roue rotative pour fixer complètement la plaque filetée. Ce kit comprend deux plaques filetées, une de 77 mm et une de 82 mm. PolarPro dispose également de plaques filetées séparées de dimensions 67mm, 72mm.
[description_short] =>Le kit comprend: - un porte-filtre avec pare-soleil - un étui EVA, - des bagues de serrage (80 mm, 87 mm, 95 mm, 100 mm, 104 mm, 110 mm) - une plaque filetée de 77 mm et une de 82 mm, - un filtre ND variable 2-5 stops - un filtre polarisant circulaire
[available_now] => [available_later] => [link_rewrite] => basecamp-kit-vnd [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Kit VND [id_image] => 11808 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 623.333333 ) [19] => Array ( [id_product] => 5433 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 33.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-67-PLT [supplier_reference] => BSE-67-PLT [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-12-01 16:22:50 [date_upd] => 2026-02-17 17:16:53 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Utilisé pour connecter le BaseCamp et le Nano 4 x 5 Matte Box aux objectifs dotés d'un filetage pour filtre.
[available_now] => [available_later] => [link_rewrite] => plaque-basecamp-et-nano-4x5-67mm [meta_description] => [meta_keywords] => [meta_title] => [name] => Plaque BaseCamp et Nano 4x5 67mm [id_image] => 13674 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 33.325000 ) [20] => Array ( [id_product] => 6384 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 33.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-72-PLT [supplier_reference] => BSE-67-PLT [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:45:39 [date_upd] => 2026-02-17 17:16:36 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Utilisé pour connecter le BaseCamp et le Nano 4 x 5 Matte Box aux objectifs dotés d'un filetage pour filtre.
[available_now] => [available_later] => [link_rewrite] => plaque-basecamp-et-nano-4x5-67mm [meta_description] => [meta_keywords] => [meta_title] => [name] => Plaque BaseCamp et Nano 4x5 72mm [id_image] => 13676 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 33.325000 ) [21] => Array ( [id_product] => 5435 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 33.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-77-PLT [supplier_reference] => BSE-77-PLT [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-12-01 16:22:50 [date_upd] => 2026-02-17 17:17:13 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Utilisé pour connecter le BaseCamp et le Nano 4 x 5 Matte Box aux objectifs dotés d'un filetage pour filtre.
[available_now] => [available_later] => [link_rewrite] => plaque-basecamp-et-nano-4x5-77mm [meta_description] => [meta_keywords] => [meta_title] => [name] => Plaque BaseCamp et Nano 4x5 77mm [id_image] => 13677 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 33.325000 ) [22] => Array ( [id_product] => 5436 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 33.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-82-PLT [supplier_reference] => BSE-82-PLT [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2023-12-01 16:22:50 [date_upd] => 2026-02-17 17:17:30 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Utilisé pour connecter le BaseCamp et le Nano 4 x 5 Matte Box aux objectifs dotés d'un filetage pour filtre.
[available_now] => [available_later] => [link_rewrite] => plaque-basecamp-et-nano-4x5-82mm [meta_description] => [meta_keywords] => [meta_title] => [name] => Plaque BaseCamp et Nano 4x5 82mm [id_image] => 13678 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 33.325000 ) [23] => Array ( [id_product] => 6367 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 124.166667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-CP [supplier_reference] => BSE-GLD-MRPH [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-01-27 15:26:27 [date_upd] => 2026-01-27 15:27:44 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Découvrez les objectifs Basecamp Stage 1 : dotés d’une platine rotative polyvalente pour un contrôle précis des filtres VND, CP et morphiques. Choisissez entre le filtre morphique bleu, le filtre morphique doré et le polarisant circulaire, et donnez une nouvelle dimension à votre photographie grâce à une créativité fluide et sans outil.
[available_now] => [available_later] => [link_rewrite] => basecamp-filtre-goldmorphic [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp CP [id_image] => 13640 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 124.166667 ) [24] => Array ( [id_product] => 6368 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 124.991667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ARMR-UV [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.000000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-01-27 15:28:36 [date_upd] => 2026-02-12 17:21:26 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Armor UV [id_image] => 13658 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 124.991667 ) [25] => Array ( [id_product] => 6369 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-VND-2/5 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-01-27 15:28:54 [date_upd] => 2026-02-12 16:42:25 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp VND 2-5 [id_image] => 13673 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [26] => Array ( [id_product] => 6370 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-MST-LGHT [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-01-27 15:34:05 [date_upd] => 2026-02-12 16:39:51 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Mist-Light [1/8 Strength] [id_image] => 13672 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [27] => Array ( [id_product] => 6375 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND2 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:12:05 [date_upd] => 2026-02-12 16:33:30 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 1-Stop ND - ND2 [id_image] => 13667 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [28] => Array ( [id_product] => 6376 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND4 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:12:44 [date_upd] => 2026-02-12 16:32:18 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 2-Stop ND - ND4 [id_image] => 13666 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [29] => Array ( [id_product] => 6377 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND8 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:13:35 [date_upd] => 2026-02-12 16:30:19 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 3-Stop ND - ND8 [id_image] => 13665 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [30] => Array ( [id_product] => 6378 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND16 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:14:01 [date_upd] => 2026-02-12 16:29:01 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 4-Stop ND - ND16 [id_image] => 13664 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [31] => Array ( [id_product] => 6379 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND64 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:14:28 [date_upd] => 2026-02-12 16:26:26 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 6-Stop ND - ND64 [id_image] => 13663 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [32] => Array ( [id_product] => 6380 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND128 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:14:56 [date_upd] => 2026-02-12 16:24:53 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 7-Stop ND - ND128 [id_image] => 13662 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [33] => Array ( [id_product] => 6381 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND256 [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:15:19 [date_upd] => 2026-02-12 16:23:34 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp 8-Stop ND - ND256 [id_image] => 13661 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [34] => Array ( [id_product] => 6382 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND4-GR [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:16:01 [date_upd] => 2026-02-12 17:21:57 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Stage 3 Only | ND4-GR [id_image] => 13660 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [35] => Array ( [id_product] => 6383 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 166.658333 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-ND8-GR [supplier_reference] => [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:16:24 [date_upd] => 2026-02-12 17:22:48 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Les filtres BaseCamp Stage 2 et 3 sont conçus pour les emplacements rectangulaires du BaseCamp Core et de l'adaptateur Stage 3. Ils sont dotés d'un cadre en aluminium intégré qui protège le verre et évite les traces de doigts lors de la manipulation. Les filtres BaseCamp VND nécessitent le BaseCamp CP .
[available_now] => [available_later] => [link_rewrite] => basecamp-armor-uv [meta_description] => [meta_keywords] => [meta_title] => [name] => BaseCamp Stage 3 Only | ND8-GR [id_image] => 13659 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 166.658333 ) [36] => Array ( [id_product] => 6385 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 249.991667 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BC-4565-ADPTR [supplier_reference] => BSE-GRD-MOD [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.500000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:53:12 [date_upd] => 2026-02-12 16:55:03 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Libérez votre créativité avec l'adaptateur PolarPro 4x5. Profitez d'une installation simple et sans outil sur votre Basecamp Core, compatible avec les filtres PolarPro et les filtres 4x5 standard. Débloquez des effets variés en toute simplicité et transformez votre narration visuelle.
[available_now] => [available_later] => [link_rewrite] => basecamp-stage-3-expansion [meta_description] => [meta_keywords] => [meta_title] => [name] => Basecamp 4x5 Adapter [id_image] => 13679 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 249.991667 ) [37] => Array ( [id_product] => 6386 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 333.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-CORE [supplier_reference] => BSE-GRD-MOD [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.500000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 16:56:19 [date_upd] => 2026-02-12 16:57:42 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
L'élément central du système BaseCamp Matte Box. Le kit de base comprend tout le nécessaire pour commencer à filmer avec deux niveaux de BaseCamp. L'adaptateur pour le niveau 3 (vendu séparément) est nécessaire pour utiliser les trois niveaux du système.
[available_now] => [available_later] => [link_rewrite] => basecamp-stage-3-expansion [meta_description] => [meta_keywords] => [meta_title] => [name] => Basecamp Core [id_image] => 13680 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 333.325000 ) [38] => Array ( [id_product] => 6387 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 8.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-DEF-PLT [supplier_reference] => BSE-LGHT-FLY [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 17:17:04 [date_upd] => 2026-02-12 17:28:58 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] =>Caractéristiques
Le cache-objectif Defender est conçu pour protéger votre objectif lorsqu'une plaque filetée BaseCamp est installée.
[available_now] => [available_later] => [link_rewrite] => basecamp-light-fly [meta_description] => [meta_keywords] => [meta_title] => [name] => Defender Thread Plate Cover [id_image] => 13681 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 8.325000 ) [39] => Array ( [id_product] => 6388 [id_supplier] => 0 [id_manufacturer] => 0 [id_category_default] => 805 [id_shop_default] => 41 [id_tax_rules_group] => 1 [on_sale] => 0 [online_only] => 0 [ean13] => [upc] => [ecotax] => 0.000000 [quantity] => 0 [minimal_quantity] => 1 [price] => 83.325000 [wholesale_price] => 0.000000 [unity] => [unit_price_ratio] => 0.000000 [additional_shipping_cost] => 0.00 [reference] => BSE-CLMP-RNGS [supplier_reference] => BSE-LGHT-FLY [location] => [width] => 0.000000 [height] => 0.000000 [depth] => 0.000000 [weight] => 0.100000 [out_of_stock] => 2 [quantity_discount] => 0 [customizable] => 0 [uploadable_files] => 0 [text_fields] => 0 [active] => 1 [redirect_type] => 404 [id_product_redirected] => 0 [available_for_order] => 1 [available_date] => 0000-00-00 [condition] => new [show_price] => 1 [indexed] => 1 [visibility] => both [cache_is_pack] => 0 [cache_has_attachments] => 0 [is_virtual] => 0 [cache_default_attribute] => 0 [date_add] => 2026-02-12 17:27:37 [date_upd] => 2026-02-17 17:16:04 [advanced_stock_management] => 0 [id_shop] => 41 [id_product_attribute] => [product_attribute_minimal_quantity] => [description] => [description_short] =>Comprend des anneaux de serrage de 80 mm, 87 mm, 95 mm, 100 mm, 104 mm et 110 mm.
[available_now] => [available_later] => [link_rewrite] => basecamp-light-fly [meta_description] => [meta_keywords] => [meta_title] => [name] => Clamp Ring Full Set [id_image] => 13682 [legend] => [manufacturer_name] => [category_default] => BaseCamp [new] => 0 [orderprice] => 83.325000 ) )678. else
679. {
680.
681. if((int)$id_shop != 2 && (int)$id_shop != 6 && (int)$id_shop != 7 && (int)$id_shop != 17 && (int)$id_shop != 18 && (int)$id_shop != 19 && (int)$id_shop != 20 ) //SEVENOAK [6] OPTECHUSA [5] MEIKE [14]
682. {
683. $products = $category->getProducts((int)$id_lang, 1,100000);
684.
685. if(count($products))
686. {
687. $this->_menu .= '<ul>';
688.
Argument [0] 5 Argument [1] 1 Argument [2] 100000
668. $this->_menu .= '<ul id="ssmenuss'.$pos.'" class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink" data-bs-popper="none">';
669.
670. foreach ($children as $child)
671. {
672. $pos ++;
673. $this->getCategory((int)$child['id_category'], (int)$id_lang, (int)$child['id_shop'], $pos +10);
674. }
675.
676. $this->_menu .= '</ul>';
677. }
678. else
Argument [0] 805 Argument [1] 5 Argument [2] 41 Argument [3] 13
523.
524. switch (substr($item, 0, strlen($value[1])))
525. {
526. case 'CAT':
527. $pos++;
528. $this->getCategory((int)$id,false,false,$pos);
529. break;
530.
531. case 'PRD':
532. $selected = ($this->page_name == 'product' && (Tools::getValue('id_product') == $id)) ? ' class="sfHover"' : '';
533. $product = new Product((int)$id, true, (int)$id_lang);
Argument [0] 800 Argument [1] Argument [2] Argument [3] 2
769. $smarty_cache_id = 'blocktopmenu-'.$this->page_name.'-'.(int)$this->context->shop->id.'-'.implode(', ',$this->user_groups).'-'.(int)$this->context->language->id.'-'.(int)Tools::getValue('id_category').'-'.(int)Tools::getValue('id_manufacturer').'-'.(int)Tools::getValue('id_supplier').'-'.(int)Tools::getValue('id_cms').'-'.(int)Tools::getValue('id_product');
770. $this->context->smarty->cache_lifetime = 31536000;
771. Tools::enableCache();
772. if (!$this->isCached('blocktopmenu.tpl', $smarty_cache_id))
773. {
774. $this->makeMenu();
775. $this->smarty->assign('MENU_SEARCH', Configuration::get('MOD_BLOCKTOPMENU_SEARCH'));
776. $this->smarty->assign('MENU', $this->_menu);
777. $this->smarty->assign('this_path', $this->_path);
778. }
779.
411. {
412. $hook_args['altern'] = ++$altern;
413.
414. // Call hook method
415. if ($hook_callable)
416. $display = $moduleInstance->{'hook'.$hook_name}($hook_args);
417. else if ($hook_retro_callable)
418. $display = $moduleInstance->{'hook'.$retro_hook_name}($hook_args);
419. // Live edit
420. if (!$array_return && $array['live_edit'] && Tools::isSubmit('live_edit') && Tools::getValue('ad') && Tools::getValue('liveToken') == Tools::getAdminToken('AdminModulesPositions'.(int)Tab::getIdFromClassName('AdminModulesPositions').(int)Tools::getValue('id_employee')))
421. {
Argument [0]
Array
(
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2026-04-03 00:42:18
[id_lang] => 5
[id_currency] => 1
[checksum] => -704803810
)
[_name:protected] => 9a9cc3cf585b62297a3f0f00b33a9a3a
[_expire:protected] => 1776897741
[_domain:protected] => polarpro-france.fr
[_path:protected] => /
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 1482974680
[1] => 1555620348
[2] => 1793668873
[3] => 1071837400
[4] => -1081655772
[5] => -998352277
[6] => 1947780959
[7] => -645230204
[8] => 207647236
[9] => 19144915
[10] => -144358597
[11] => 1113164208
[12] => -895606521
[13] => 1576671413
[14] => 1825072526
[15] => -1624950208
[16] => 857674500
[17] => 93773326
)
[_S] => Array
(
[0] => Array
(
[0] => -1380475472
[1] => 1705994999
[2] => 1735192059
[3] => 548764412
[4] => -1948326005
[5] => 460117559
[6] => 32503558
[7] => -1361949553
[8] => 467086849
[9] => -1432671818
[10] => -315321488
[11] => -184207161
[12] => 146787186
[13] => -192143131
[14] => 1751346347
[15] => -1695507260
[16] => 1325679093
[17] => -1984310226
[18] => -1723971119
[19] => -1738662491
[20] => 1261194445
[21] => -2113107113
[22] => 862635860
[23] => -1422086463
[24] => 1827288914
[25] => -1804430449
[26] => 789339877
[27] => -2066129863
[28] => 1913612288
[29] => 1560010478
[30] => -1058019936
[31] => -65405350
[32] => 1965159694
[33] => -1300244320
[34] => -1463347301
[35] => 1914783155
[36] => 383202314
[37] => 1796572802
[38] => 1685185166
[39] => 2112755676
[40] => 1697913043
[41] => 506531343
[42] => 1950420674
[43] => 1445384897
[44] => 2138857830
[45] => -313874393
[46] => 258171818
[47] => -1402548779
[48] => 1740508191
[49] => -1588797087
[50] => -999975438
[51] => -1131821433
[52] => 124933484
[53] => -823426456
[54] => 505051124
[55] => -1034924997
[56] => -1730338443
[57] => -1718759764
[58] => 1368544582
[59] => 767632936
[60] => 1087961897
[61] => -868547033
[62] => 602331615
[63] => 1733552771
[64] => -273863011
[65] => -2100852906
[66] => 1041054519
[67] => -1016994438
[68] => -480635587
[69] => 1928840615
[70] => -649526133
[71] => -186292229
[72] => -1623777721
[73] => 135175678
[74] => -695039577
[75] => -412502899
[76] => -1366958845
[77] => 2125213211
[78] => 1985876553
[79] => -1904382552
[80] => -1519359366
[81] => -1096476353
[82] => 1068924666
[83] => 747692736
[84] => -1970754215
[85] => -1422434388
[86] => -1315344909
[87] => -779985842
[88] => -276491574
[89] => -1864852592
[90] => 1910538742
[91] => -1727810390
[92] => -263534830
[93] => 1354802745
[94] => -299629967
[95] => 1577894399
[96] => 655805547
[97] => -1928199547
[98] => -1478680421
[99] => -2046635086
[100] => 884069436
[101] => 601091200
[102] => 129035584
[103] => -1222404266
[104] => -1252628338
[105] => 1637243710
[106] => -1744768006
[107] => -1743370827
[108] => 798387706
[109] => 924149125
[110] => -1770121970
[111] => -1992626739
[112] => 803334091
[113] => 171134606
[114] => -962135637
[115] => -1326798268
[116] => 1352962198
[117] => 2092441849
[118] => -1341855571
[119] => -719286706
[120] => 1842693282
[121] => -1679707026
[122] => 1708910359
[123] => -44362460
[124] => -2094760334
[125] => 2047319549
[126] => -960302978
[127] => -260529385
[128] => 1023576073
[129] => 882051105
[130] => 68073306
[131] => 343007739
[132] => -1230285667
[133] => -1087096451
[134] => 1622015334
[135] => -1773176035
[136] => -1604030955
[137] => -2094429227
[138] => 1984059084
[139] => -612144599
[140] => -1050670264
[141] => -1298129739
[142] => -206940870
[143] => -1588862064
[144] => -1541422623
[145] => -214334348
[146] => -741020088
[147] => -542540718
[148] => 2097618221
[149] => 1542699609
[150] => 1576704135
[151] => 1586652079
[152] => 1249333510
[153] => -1112141220
[154] => -56792593
[155] => 343098763
[156] => 1150194881
[157] => -2138710700
[158] => 434036106
[159] => -280056894
[160] => 376944389
[161] => -51597239
[162] => -1523671938
[163] => 982058723
[164] => 279989454
[165] => -2081736679
[166] => 1736351579
[167] => -1529523684
[168] => -1550256084
[169] => 2103874881
[170] => -1241966858
[171] => 807496348
[172] => -2759592
[173] => -1043562383
[174] => 1970956979
[175] => -1830720748
[176] => -1315998808
[177] => -995437254
[178] => -1672756389
[179] => 1599555278
[180] => -174091226
[181] => -1857225623
[182] => 1304388600
[183] => -926910077
[184] => 267498803
[185] => -1050138794
[186] => 1677034502
[187] => 357200303
[188] => 492438194
[189] => 1344757658
[190] => 259777894
[191] => -120852615
[192] => -526394906
[193] => 1282914598
[194] => 109751329
[195] => 2050579010
[196] => -484982923
[197] => -1590372838
[198] => 922280764
[199] => 1048777582
[200] => 458118934
[201] => -689687512
[202] => -414654023
[203] => -1773004886
[204] => -1790852628
[205] => -251537246
[206] => -539912356
[207] => 1105693242
[208] => 1871159287
[209] => 811633530
[210] => -12516189
[211] => 825413528
[212] => 680888332
[213] => -2067566509
[214] => -1735179773
[215] => -1943105828
[216] => 1396882321
[217] => -621187017
[218] => 1124730805
[219] => 128524067
[220] => 1896209799
[221] => 1520124903
[222] => 180443061
[223] => -558782979
[224] => 523489237
[225] => 817416508
[226] => -1411817836
[227] => 488264402
[228] => -193898872
[229] => 1187213610
[230] => -1476980900
[231] => 1049822156
[232] => -975762006
[233] => 918538011
[234] => 1476410902
[235] => 1014785952
[236] => -1749290805
[237] => 815866643
[238] => -1603551826
[239] => -76592855
[240] => 494792280
[241] => -1822232087
[242] => -1955470442
[243] => -1486574708
[244] => 1912707658
[245] => 651783269
[246] => 1695092820
[247] => -839227988
[248] => 248757348
[249] => 1402893625
[250] => -110697951
[251] => -1167452987
[252] => 618469609
[253] => -70658367
[254] => 1243356052
[255] => 1463795897
)
[1] => Array
(
[0] => -1415136303
[1] => 1900575242
[2] => 618962360
[3] => 1877328928
[4] => -1213124683
[5] => -1088514288
[6] => -2139274370
[7] => 124814700
[8] => 1614898143
[9] => 834986507
[10] => -1724945608
[11] => 1459854933
[12] => 1131982031
[13] => -567879944
[14] => 2045983499
[15] => 1249956444
[16] => 543050706
[17] => 105169250
[18] => 1964719824
[19] => -1500550017
[20] => 427383191
[21] => -2030610681
[22] => 622547221
[23] => 64794120
[24] => -51909496
[25] => 770630347
[26] => -334302639
[27] => 1320404215
[28] => 369309914
[29] => 1488464337
[30] => -1210849726
[31] => -1945838067
[32] => 881719234
[33] => 1377952373
[34] => -358642266
[35] => 1749368084
[36] => 2001207958
[37] => -421738283
[38] => 996102232
[39] => 1732095761
[40] => 90744599
[41] => 1666574789
[42] => 961001090
[43] => 1484269963
[44] => -1640201405
[45] => 40854917
[46] => -1435443627
[47] => 1036463488
[48] => 457925583
[49] => 615799015
[50] => -1830869790
[51] => 1588029945
[52] => 386660713
[53] => -415494475
[54] => 1063532671
[55] => -1041603792
[56] => 1906687537
[57] => -877518379
[58] => -1129400447
[59] => 891127883
[60] => -1268400322
[61] => -1111820639
[62] => 1168575759
[63] => 142196531
[64] => 1240426756
[65] => 465444984
[66] => -191453390
[67] => 621426674
[68] => -1904491911
[69] => 684207605
[70] => -1861493126
[71] => -1984663657
[72] => 1171279931
[73] => -195488916
[74] => 2067848418
[75] => -493104515
[76] => 609890406
[77] => 499219972
[78] => -1964124105
[79] => 1395029291
[80] => 371935918
[81] => 1857176515
[82] => -186823503
[83] => -1698694795
[84] => 1820378802
[85] => -13133653
[86] => 1666789275
[87] => -1252457092
[88] => 948621302
[89] => 1518182164
[90] => 784042891
[91] => -1417265350
[92] => -2100562919
[93] => 1752307526
[94] => -1533503349
[95] => 1140944490
[96] => 1056927110
[97] => 1939194243
[98] => 1812197017
[99] => 679764485
[100] => 735598860
[101] => -1554101104
[102] => 404052165
[103] => -51968568
[104] => 145352435
[105] => 1888717166
[106] => 1391551075
[107] => -303643081
[108] => -1586328585
[109] => -1612592802
[110] => 1348165579
[111] => -891849682
[112] => 524293086
[113] => 1769543726
[114] => -1919911259
[115] => 432344794
[116] => -1435473784
[117] => 549214548
[118] => 1344723021
[119] => 666272966
[120] => -646371791
[121] => 1797070587
[122] => 1580557142
[123] => 1705941765
[124] => 1815716218
[125] => -296301236
[126] => 1609002271
[127] => -579556440
[128] => 672288678
[129] => 828558712
[130] => 1267977616
[131] => -1153059497
[132] => -571616013
[133] => 800206053
[134] => -1809128314
[135] => -1100806782
[136] => -24246582
[137] => -1891906125
[138] => -1518543412
[139] => 1882388454
[140] => -565646217
[141] => 119780912
[142] => -665232622
[143] => 1891849686
[144] => 1038603047
[145] => 289398882
[146] => 1771449609
[147] => 2107904497
[148] => -689942127
[149] => 233082250
[150] => 1860080220
[151] => -754646612
[152] => -1635963874
[153] => -841508891
[154] => 127364905
[155] => -741913210
[156] => 1398024307
[157] => -2101045641
[158] => -742446774
[159] => -425613897
[160] => -1010712772
[161] => -311098184
[162] => -1899317853
[163] => 1776236049
[164] => 1154553045
[165] => 1389832224
[166] => -719501928
[167] => 270402826
[168] => -1681230564
[169] => 1406305596
[170] => 1025565440
[171] => -612408246
[172] => 1949009341
[173] => 181417566
[174] => -803304365
[175] => 1085652407
[176] => -1179744250
[177] => 573390666
[178] => -1961131100
[179] => 79564439
[180] => -1450428710
[181] => -1258943283
[182] => 971164546
[183] => 1263824861
[184] => 1853064725
[185] => -904061012
[186] => -336265968
[187] => -1807109204
[188] => -1334711321
[189] => -116864466
[190] => 1667628596
[191] => -339998547
[192] => -1850044306
[193] => 1546381708
[194] => -403973532
[195] => 293777556
[196] => 2060294787
[197] => -144229995
[198] => -1145765739
[199] => -586473228
[200] => -47435947
[201] => -46477303
[202] => 556153959
[203] => 970291653
[204] => -1179704562
[205] => 1229704227
[206] => 749210886
[207] => -976338865
[208] => 1231695819
[209] => 757174897
[210] => 952671621
[211] => 405558844
[212] => 1576937140
[213] => 177381532
[214] => 845219103
[215] => -218095579
[216] => 1156438367
[217] => 1306945559
[218] => 903335056
[219] => 256632200
[220] => 1449542615
[221] => -783226529
[222] => -1938726483
[223] => -116794973
[224] => 498823522
[225] => -1342757743
[226] => 1916199030
[227] => 1410372556
[228] => 96860691
[229] => 1592179107
[230] => 403676543
[231] => -813598651
[232] => -844448454
[233] => 365212021
[234] => -1964760871
[235] => -682032178
[236] => -771147247
[237] => -987263750
[238] => -1662524201
[239] => -1624010334
[240] => 564107880
[241] => 1432979754
[242] => -517036762
[243] => -1201197572
[244] => -413649353
[245] => 1891126575
[246] => -559667229
[247] => 643086335
[248] => 1972468744
[249] => -2126438716
[250] => 408871725
[251] => -1405412345
[252] => 935137096
[253] => -355025582
[254] => 1899340180
[255] => 1696384103
)
[2] => Array
(
[0] => -872337608
[1] => 1823714602
[2] => 915711717
[3] => -2138381960
[4] => 555482596
[5] => 1894447149
[6] => -1829284663
[7] => 1400324766
[8] => 694889540
[9] => -1628052329
[10] => 470657539
[11] => -1601871495
[12] => -673796680
[13] => 1407112038
[14] => 1986012917
[15] => 1465816992
[16] => -1751718597
[17] => -2084958588
[18] => 510196940
[19] => -450507593
[20] => -1188516279
[21] => -700176531
[22] => 1462610898
[23] => -1510830200
[24] => -26651763
[25] => 311773247
[26] => 1080757075
[27] => -2061449641
[28] => 735026471
[29] => -694899589
[30] => -1097281879
[31] => -17718291
[32] => -1301920195
[33] => 1086318426
[34] => 963644149
[35] => 1750159862
[36] => -915967238
[37] => -445087011
[38] => -2143397086
[39] => 511167871
[40] => 2118176882
[41] => -1890265521
[42] => -518461668
[43] => -952417173
[44] => -1770998502
[45] => -1998239616
[46] => 1601815649
[47] => -800744782
[48] => 923516484
[49] => -1837132626
[50] => 1488005011
[51] => 1712691004
[52] => 91354597
[53] => 2081516193
[54] => -1925153608
[55] => 589845542
[56] => 1404837031
[57] => 1373363457
[58] => -2114414321
[59] => -1530117755
[60] => -2012508055
[61] => 609547946
[62] => 1956705739
[63] => 128991010
[64] => -1290754685
[65] => -93288518
[66] => -2066390772
[67] => 1018183891
[68] => 260698385
[69] => 1093994993
[70] => 2102969199
[71] => -2059320040
[72] => 1311494301
[73] => 314706841
[74] => -1883448508
[75] => 448730022
[76] => 829689078
[77] => 1112773752
[78] => 1128279206
[79] => -2144677587
[80] => 478625357
[81] => -1712476989
[82] => -331373050
[83] => 917475936
[84] => 2138854134
[85] => -61675656
[86] => -813875615
[87] => -1930933733
[88] => -440175183
[89] => -313570720
[90] => -2084367893
[91] => 33727917
[92] => 2039870460
[93] => -546316679
[94] => -596240591
[95] => -191152463
[96] => 88459235
[97] => -311075069
[98] => -923749913
[99] => 701918235
[100] => 1296447552
[101] => 312977659
[102] => 1637310661
[103] => -352677494
[104] => 1947797681
[105] => 982761179
[106] => -1955181435
[107] => -1859368597
[108] => 604951272
[109] => 2005139649
[110] => 339949639
[111] => -1386147273
[112] => 883766018
[113] => -1626655871
[114] => 1372356993
[115] => -448370280
[116] => -1857614599
[117] => -884883948
[118] => -2107454001
[119] => -1743131207
[120] => -213932628
[121] => -206191929
[122] => -1386205348
[123] => -350455264
[124] => 616957628
[125] => 460691060
[126] => -246498968
[127] => 1659066664
[128] => 593891188
[129] => -1495574912
[130] => -2028216654
[131] => -479504339
[132] => -1171667242
[133] => 1702519037
[134] => -2141035480
[135] => -202045465
[136] => -1995611362
[137] => -226400361
[138] => 599353711
[139] => -391872923
[140] => -803682119
[141] => 744912174
[142] => -1475943100
[143] => 598233387
[144] => 1078592211
[145] => 269989228
[146] => 56095189
[147] => -2123427757
[148] => -1744792831
[149] => 1381974892
[150] => -1225649696
[151] => -382125362
[152] => 1772600969
[153] => -1929219100
[154] => 305476598
[155] => -1597942075
[156] => -1808420303
[157] => 1176288892
[158] => -506854546
[159] => -2035129074
[160] => 1703662483
[161] => 1860415393
[162] => -1096120864
[163] => 1339907249
[164] => -810726131
[165] => -1132219504
[166] => -1989556300
[167] => 8124943
[168] => 1384827300
[169] => -1562662614
[170] => 1260024640
[171] => -1326603480
[172] => 1853738394
[173] => 816580238
[174] => -1613471084
[175] => 1264320243
[176] => -2005118708
[177] => -1566377020
[178] => -1119256727
[179] => 1653805696
[180] => -1162947948
[181] => -1019184067
[182] => -126949177
[183] => 74697936
[184] => 89498877
[185] => -741510596
[186] => 1486436247
[187] => -1979082973
[188] => -212611307
[189] => 2098174156
[190] => -1465795245
[191] => -2102964450
[192] => -1765861330
[193] => -1453194157
[194] => -1178964484
[195] => -1911250575
[196] => 969629655
[197] => -1514146887
[198] => -1125323381
[199] => 356620072
[200] => -1301085539
[201] => -1068855660
[202] => -429407176
[203] => -234246288
[204] => -1794918627
[205] => 1663562940
[206] => -922074951
[207] => 1595582392
[208] => -1283724433
[209] => -688394362
[210] => 414898440
[211] => 1438581409
[212] => -843979312
[213] => 1190238970
[214] => 127659841
[215] => 1343934857
[216] => 1767566732
[217] => 1505248940
[218] => -936994832
[219] => -1121793071
[220] => 1188503381
[221] => -1685850099
[222] => 531446672
[223] => 1543894079
[224] => -603102725
[225] => 1212558149
[226] => -302148848
[227] => 1749138873
[228] => -833185725
[229] => -1524286216
[230] => -700189225
[231] => 946002557
[232] => -989787024
[233] => 1939566134
[234] => 874468756
[235] => 342457137
[236] => -1401978256
[237] => 169914369
[238] => 1604774630
[239] => -341193289
[240] => 186669178
[241] => -1671598269
[242] => -1700428663
[243] => 1695515586
[244] => -1932354916
[245] => 411154137
[246] => -1862048227
[247] => -1249837370
[248] => -891470026
[249] => -186296788
[250] => 1078285977
[251] => 632097833
[252] => 888248047
[253] => 278029871
[254] => -1469458060
[255] => -1086503154
)
[3] => Array
(
[0] => -1466988785
[1] => -237052823
[2] => -608554762
[3] => -796248077
[4] => 574712459
[5] => 850680397
[6] => -1054747646
[7] => 760798283
[8] => 2082565559
[9] => 1690400643
[10] => -1110717024
[11] => 2123051239
[12] => -1614309447
[13] => -655867576
[14] => 372609366
[15] => -395123276
[16] => -101745116
[17] => 1782138812
[18] => 1422562219
[19] => -1726731364
[20] => -1248865545
[21] => 1799761023
[22] => -25359047
[23] => -1375738141
[24] => -971411125
[25] => 619377346
[26] => -488450984
[27] => -281230385
[28] => 1624203424
[29] => -193430262
[30] => -1733336414
[31] => 347163161
[32] => -938297854
[33] => -792526545
[34] => -66311405
[35] => -1376963430
[36] => 55242701
[37] => -1957214326
[38] => -610145096
[39] => -354624467
[40] => -116724848
[41] => -228856329
[42] => -75844331
[43] => -286485787
[44] => -1795188965
[45] => 1317161983
[46] => 261345360
[47] => 633739945
[48] => -1554745496
[49] => 1589889376
[50] => 1269047836
[51] => 1889315473
[52] => 682571543
[53] => -354431722
[54] => -1056511648
[55] => -1367368574
[56] => -1529137380
[57] => 367673189
[58] => -926598074
[59] => 727206311
[60] => 241076487
[61] => -1286737568
[62] => 646443076
[63] => -195351482
[64] => -237326711
[65] => -961841895
[66] => 1589084622
[67] => 169645435
[68] => -1884487957
[69] => -1784074885
[70] => -805619940
[71] => 1211206224
[72] => -1853181405
[73] => -619323773
[74] => 339569597
[75] => 2036609208
[76] => 1131726886
[77] => -935387805
[78] => 1683058065
[79] => 846814911
[80] => 499603146
[81] => 2089660797
[82] => -1639040052
[83] => 2000964204
[84] => -1147151120
[85] => -141286947
[86] => 335435778
[87] => -464662429
[88] => 868297506
[89] => -1254220495
[90] => 419967212
[91] => -1565624138
[92] => 1079491024
[93] => -1920960326
[94] => -1870188337
[95] => 2107292549
[96] => 996228366
[97] => 726465957
[98] => 1115231400
[99] => 1084261622
[100] => 1997231524
[101] => -1039298546
[102] => 779284980
[103] => -365451474
[104] => -1681259175
[105] => -1077486347
[106] => 1844089380
[107] => 1360229133
[108] => -1913722591
[109] => 1661271616
[110] => 1574289700
[111] => 262020040
[112] => 1917239676
[113] => -1901600047
[114] => 661257494
[115] => -1116635600
[116] => 1401748854
[117] => -234266182
[118] => -1120155156
[119] => -51539216
[120] => -1933996403
[121] => -1484743634
[122] => 1357870203
[123] => 657846167
[124] => 1900295477
[125] => 443025817
[126] => 423873663
[127] => -776868737
[128] => 1502232799
[129] => -731098871
[130] => 1052251259
[131] => -845018544
[132] => -2000696215
[133] => -718240839
[134] => 197614979
[135] => 968454561
[136] => -411431420
[137] => -541363920
[138] => 600867317
[139] => -170030025
[140] => 1083565776
[141] => -168882980
[142] => 940946306
[143] => 1401879265
[144] => 1966032494
[145] => -1806422737
[146] => -1238257817
[147] => 47007055
[148] => -1744730715
[149] => -719132149
[150] => -1997107399
[151] => 1718537532
[152] => -2110824967
[153] => -256646614
[154] => 2115489676
[155] => 1890035436
[156] => 1047970296
[157] => 938878812
[158] => -368573091
[159] => 196940028
[160] => 425276541
[161] => 2090377476
[162] => 1694135383
[163] => 1131225963
[164] => -718355578
[165] => 718438976
[166] => -827292761
[167] => -1895617559
[168] => 2109728843
[169] => -703302063
[170] => 1835242591
[171] => -1665082309
[172] => 2118534945
[173] => 744235469
[174] => -1304809293
[175] => -1962362260
[176] => -1856546488
[177] => -1673863568
[178] => 1975372595
[179] => 2040709855
[180] => -1870060103
[181] => -302869291
[182] => -2123338365
[183] => 645908075
[184] => 987132207
[185] => -558640346
[186] => 704269540
[187] => 920733903
[188] => -866573739
[189] => 1964305081
[190] => -839212452
[191] => 1959341315
[192] => 1336784175
[193] => -397166805
[194] => 978670846
[195] => 1171814767
[196] => -1691191014
[197] => 1147553609
[198] => 774487059
[199] => -2072512111
[200] => -834466371
[201] => -1391940144
[202] => 339426531
[203] => -311864919
[204] => 571918060
[205] => 1695259409
[206] => -1164270740
[207] => 1467877786
[208] => 1642635893
[209] => 1308487727
[210] => 1150468886
[211] => 1497197551
[212] => 472963662
[213] => 944843283
[214] => -1648765306
[215] => 1544301402
[216] => 503279049
[217] => -1477649714
[218] => 645819898
[219] => -429781406
[220] => -363451666
[221] => -964807675
[222] => -616286386
[223] => -409697891
[224] => -1271687134
[225] => 1435466615
[226] => 1512045319
[227] => -894851952
[228] => -1962862264
[229] => 1762203949
[230] => -1685702901
[231] => 603104128
[232] => -1695872142
[233] => -1918004582
[234] => -643899979
[235] => 244499156
[236] => -1240806110
[237] => 782476620
[238] => 872656900
[239] => 915114732
[240] => -1497962456
[241] => -297141858
[242] => 1773960570
[243] => 1743265468
[244] => -85763159
[245] => -497887571
[246] => 905969789
[247] => 519363691
[248] => 188045067
[249] => -1360487938
[250] => 566169949
[251] => 1485479034
[252] => 33307600
[253] => -1915906801
[254] => -1047866437
[255] => 113445321
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => Tj9LMNLWWqwNSoiN7nxqwOfBwJOMCANX54aLgAttPahTbWFJbOeeZSvJ
[_iv:protected] => x3fHLXet
[_modified:protected] =>
[_allow_writing:protected] => 1
)
[cart] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 41
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 5
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart
)
[update_fields:protected] =>
)
[altern] => 2
)
437. // Needed hooks are called in the tpl files.
438. if (!isset($this->context->cart))
439. $this->context->cart = new Cart();
440. $this->context->smarty->assign(array(
441. 'HOOK_HEADER' => Hook::exec('displayHeader'),
442. 'HOOK_TOP' => Hook::exec('displayTop'),
443. 'HOOK_TOPOFTHETOP' => Hook::exec('displayTopOfTheTop'),
444. 'HOOK_LEFT_COLUMN' => ($this->display_column_left ? Hook::exec('displayLeftColumn') : ''),
445. 'HOOK_RIGHT_COLUMN' => ($this->display_column_right ? Hook::exec('displayRightColumn', array('cart' => $this->context->cart)) : ''),
446. ));
447. }
Argument [0] displayTop
177. * Assign template vars related to page content
178. * @see FrontController::initContent()
179. */
180. public function initContent()
181. {
182. parent::initContent();
183.
184. if (!$this->errors)
185. {
186. // Assign to the template the id of the virtual product. "0" if the product is not downloadable.
187. $this->context->smarty->assign('virtual', ProductDownload::getIdFromIdProduct((int)$this->product->id));
161.
162. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className)))
163. $this->initHeader();
164.
165. if ($this->viewAccess())
166. $this->initContent();
167. else
168. $this->errors[] = Tools::displayError('Access denied.');
169.
170. if (!$this->content_only && ($this->display_footer || (isset($this->className) && $this->className)))
171. $this->initFooter();
343. // Execute hook dispatcher
344. if (isset($params_hook_action_dispatcher))
345. Hook::exec('actionDispatcher', $params_hook_action_dispatcher);
346.
347. // Running controller
348. $controller->run();
349. }
350. catch (PrestaShopException $e)
351. {
352. $e->displayMessage();
353. }
22. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
23. * International Registered Trademark & Property of PrestaShop SA
24. */
25.
26. require(dirname(__FILE__).'/config/config.inc.php');
27. Dispatcher::getInstance()->dispatch();
28.