Incorrect DATETIME value: '0000-00-00 00:00:00'
SELECT `id_product`, `id_product_attribute`
FROM `ps_specific_price`
WHERE `id_shop` IN(0, 1) AND
`id_currency` IN(0, 2) AND
`id_country` IN(0, 145) AND
`id_group` IN(0, 1) AND
`id_customer` IN(0, 0) AND
`from_quantity` = 1 AND
(
(`from` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' >= `from`)
AND
(`to` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26'
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_product`, `id_product_attribute` FROM `ps_specific_price` WHERE `id_shop` IN(0, 1) AND `id_currency` IN(0, 2) AND `id_country` IN(0, 145) AND `id_group` IN(0, 1) AND `id_customer` IN(0, 0) AND `from_quantity` = 1 AND ( (`from` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' <= `to`) )
476. {
477. $this->last_cached = true;
478. return $result;
479. }
480.
481. $this->result = $this->query($sql);
482. if (!$this->result)
483. return false;
484.
485. $this->last_cached = false;
486. if (!$array)
Argument [0] SELECT `id_product`, `id_product_attribute` FROM `ps_specific_price` WHERE `id_shop` IN(0, 1) AND `id_currency` IN(0, 2) AND `id_country` IN(0, 145) AND `id_group` IN(0, 1) AND `id_customer` IN(0, 0) AND `from_quantity` = 1 AND ( (`from` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' <= `to`) )
36. `id_customer` IN(0, '.(int)$id_customer.') AND
37. `from_quantity` = 1 AND
38. (
39. (`from` = \'0000-00-00 00:00:00\' OR \''.pSQL($beginning).'\' >= `from`)
40. AND
41. (`to` = \'0000-00-00 00:00:00\' OR \''.pSQL($ending).'\' <= `to`)
42. )
43.
44. ');
45. $ids_product = array();
46. foreach ($results as $row)
Argument [0] SELECT `id_product`, `id_product_attribute` FROM `ps_specific_price` WHERE `id_shop` IN(0, 1) AND `id_currency` IN(0, 2) AND `id_country` IN(0, 145) AND `id_group` IN(0, 1) AND `id_customer` IN(0, 0) AND `from_quantity` = 1 AND ( (`from` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-27 15:45:26' <= `to`) )
2039. $id_country,
2040. $context->customer->id_default_group,
2041. $beginning,
2042. $ending,
2043. 0,
2044. $with_combination
2045. );
2046. }
2047.
2048. /**
2049. * Get a random special
Argument [0] 1 Argument [1] 2 Argument [2] 145 Argument [3] 1 Argument [4] 2025-10-27 15:45:26 Argument [5] 2025-10-27 15:45:26 Argument [6] 0 Argument [7]
578. else if ($order_by == 'name')
579. $order_by_prefix = 'pl';
580. if (!Validate::isOrderBy($order_by) || !Validate::isOrderWay($order_way))
581. die (Tools::displayError());
582. $current_date = date('Y-m-d H:i:s');
583. $ids_product = Product::_getProductIdByDate((!$beginning ? $current_date : $beginning), (!$ending ? $current_date : $ending), $context);
584.
585. $tab_id_product = array();
586. foreach ($ids_product as $product)
587. if (is_array($product))
588. $tab_id_product[] = (int)$product['id_product'];
Argument [0]
2025-10-27 15:45:26
Argument [1]
2025-10-27 15:45:26
Argument [2]
Context Object
(
[cart] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 1
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 2
[id_customer] =>
[id_guest] => 0
[id_lang] => 4
[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] =>
[id_shop_group] =>
[secure_key] =>
[note] =>
[id_gender] => 0
[id_default_group] => 1
[lastname] =>
[firstname] =>
[birthday] =>
[email] =>
[rfc] =>
[postalcode] =>
[id_country] =>
[mayorista] =>
[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] => postalcode
[3] => id_country
[4] => email
[5] => passwd
)
[fieldsSize:protected] => Array
(
[lastname] => 32
[firstname] => 32
[postalcode] => 12
[email] => 128
[passwd] => 32
[note] => 65000
)
[fieldsValidate:protected] => Array
(
[secure_key] => isMd5
[lastname] => isName
[firstname] => isName
[postalcode] => isPostCode
[id_country] => isUnsignedId
[email] => isEmail
[passwd] => isPasswd
[id_gender] => isUnsignedId
[birthday] => isBirthDate
[newsletter] => isBool
[mayorista] => 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
)
[postalcode] => Array
(
[type] => 3
[validate] => isPostCode
[required] => 1
[size] => 12
)
[id_country] => Array
(
[type] => 1
[required] => 1
[validate] => isUnsignedId
)
[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
)
[mayorista] => 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] => 2025-10-27 15:45:26
[id_lang] => 4
[id_currency] => 2
)
[_name:protected] => 3f99a2f33f7744ef0eca694ec6b1a644
[_expire:protected] => 1763333126
[_domain:protected] => .itimbre.com
[_path:protected] => /tienda/
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 3368708179
[1] => 7292598064
[2] => 535158546
[3] => 10380814726
[4] => 3899342930
[5] => 6959427026
[6] => 12683036960
[7] => 13660156748
[8] => 10699038242
[9] => 14318474224
[10] => 9427912016
[11] => 11045450231
[12] => 5899773083
[13] => 10176772144
[14] => 10908111693
[15] => 4442840145
[16] => 16318363959
[17] => 9798925761
)
[_S] => Array
(
[0] => Array
(
[0] => 11183462505
[1] => 7410399591
[2] => 9200072815
[3] => 11996406227
[4] => 10677088243
[5] => 8074280707
[6] => 10641827778
[7] => 4323532598
[8] => 9921356338
[9] => 14644594732
[10] => 1803699863
[11] => 9932774463
[12] => 4076148290
[13] => 2132404554
[14] => 12545023884
[15] => 4462204867
[16] => 13952321747
[17] => 6668593633
[18] => 14874437318
[19] => 7464933475
[20] => 4657660584
[21] => 8330749385
[22] => 15658112621
[23] => 33218894937
[24] => 12439299769
[25] => 3277038113
[26] => 5894038041
[27] => 38156113930
[28] => 62401943142
[29] => 13420112313
[30] => 6019211254
[31] => 52186040215
[32] => 56157117430
[33] => 19278373283
[34] => 11852014828
[35] => 64117493176
[36] => 45923797785
[37] => 70280693843
[38] => 99614651163
[39] => 50796884279
[40] => 46746674916
[41] => 102879909191
[42] => 92722095476
[43] => 40970071447
[44] => 59781797415
[45] => 94454274377
[46] => 32019992875
[47] => 30761342011
[48] => 118147499150
[49] => 27407324971
[50] => 32965400680
[51] => 85968546925
[52] => 60357274730
[53] => 59208288313
[54] => 50333552384
[55] => 10679155722
[56] => 5257185490
[57] => 29087613834
[58] => 59309029084
[59] => 80981820845
[60] => 81325190472
[61] => 46997865855
[62] => 41232851167
[63] => 79485337151
[64] => 128682427675
[65] => 133054367723
[66] => 54402881761
[67] => 56221780851
[68] => 135445410872
[69] => 49820605853
[70] => 84666236935
[71] => 80375553686
[72] => 7070729390
[73] => 57842371804
[74] => 133800912597
[75] => 33297475943
[76] => 6277877478
[77] => 99396353808
[78] => 75086781048
[79] => 133683295958
[80] => 124751381676
[81] => 79903314780
[82] => 69853207670
[83] => 31989756429
[84] => 82561748705
[85] => 124265416948
[86] => 87170059113
[87] => 90738692619
[88] => 33584273010
[89] => 24471065434
[90] => 95546078732
[91] => 102234387869
[92] => 113111624774
[93] => 114221629083
[94] => 108304700847
[95] => 110917132439
[96] => 112208540703
[97] => 117759775741
[98] => 86672035489
[99] => 33387770130
[100] => 127098323480
[101] => 69788062615
[102] => 48987602551
[103] => 98890693863
[104] => 90391986813
[105] => 38781140901
[106] => 83852561368
[107] => 251878166060
[108] => 200081898124
[109] => 57672502768
[110] => 92600674746
[111] => 229605442876
[112] => 186167920890
[113] => 98412756063
[114] => 64457658477
[115] => 152654228715
[116] => 263208198889
[117] => 100169186917
[118] => 88430106520
[119] => 25052049466
[120] => 231486874501
[121] => 266413535678
[122] => 182337260800
[123] => 163420708660
[124] => 250133709349
[125] => 157893582927
[126] => 181713461527
[127] => 175411089230
[128] => 269864589069
[129] => 97224165955
[130] => 90692595206
[131] => 157273179965
[132] => 16316941056
[133] => 237209855247
[134] => 220262642027
[135] => 133552458044
[136] => 160162944854
[137] => 16013364011
[138] => 174191561683
[139] => 222706618897
[140] => 38348835479
[141] => 27428149229
[142] => 91032663709
[143] => 105028984978
[144] => 21965806892
[145] => 44167615811
[146] => 44514693163
[147] => 54725592536
[148] => 129460915068
[149] => 58998950671
[150] => 208896358189
[151] => 103125890747
[152] => 194973907020
[153] => 191118727982
[154] => 38970384575
[155] => 256843702690
[156] => 11916140056
[157] => 45530121240
[158] => 249865808147
[159] => 102989007237
[160] => 127001023712
[161] => 486656844248
[162] => 312653369100
[163] => 137344271142
[164] => 42778236739
[165] => 302989159427
[166] => 497950646932
[167] => 200335822829
[168] => 120983249705
[169] => 441227144555
[170] => 519098108916
[171] => 215136859958
[172] => 166652335772
[173] => 194373390728
[174] => 161335578295
[175] => 237616430161
[176] => 88096192172
[177] => 229634120303
[178] => 163030358950
[179] => 274096244401
[180] => 225252816901
[181] => 206471303701
[182] => 147342785507
[183] => 36251135083
[184] => 162692119436
[185] => 430230692104
[186] => 483499071446
[187] => 148527863793
[188] => 480655766036
[189] => 7358740822
[190] => 58680229372
[191] => 471064528406
[192] => 445628572409
[193] => 484906008555
[194] => 345406925983
[195] => 164156332
[196] => 73973475101
[197] => 322100140565
[198] => 278214960938
[199] => 161434773792
[200] => 77005834848
[201] => 102832309199
[202] => 301396262742
[203] => 234459255172
[204] => 209752334665
[205] => 481088473303
[206] => 93874542247
[207] => 95277808778
[208] => 511472076745
[209] => 160750407391
[210] => 192058007061
[211] => 460289572999
[212] => 310117396678
[213] => 75778644574
[214] => 335208533821
[215] => 36235422634
[216] => 357491281828
[217] => 296687956049
[218] => 66737466255
[219] => 140691019839
[220] => 536358884139
[221] => 194642896333
[222] => 542629679871
[223] => 114872405715
[224] => 462788012488
[225] => 192800531605
[226] => 544834342224
[227] => 294704804562
[228] => 192820318659
[229] => 348186398497
[230] => 507947213864
[231] => 335103543540
[232] => 545954624434
[233] => 445942612454
[234] => 31657695442
[235] => 333035732285
[236] => 408951546697
[237] => 291221937743
[238] => 452152292153
[239] => 21034179006
[240] => 142074574782
[241] => 986669609280
[242] => 990300543867
[243] => 1045120894043
[244] => 754710024523
[245] => 559268004083
[246] => 993307792107
[247] => 984767672587
[248] => 607059375893
[249] => 630862732494
[250] => 1087583459205
[251] => 496177300753
[252] => 669618730493
[253] => 660145132614
[254] => 953226946804
[255] => 651230831873
)
[1] => Array
(
[0] => 651402075384
[1] => 139287285170
[2] => 453550631281
[3] => 747280664705
[4] => 321463596103
[5] => 458106631423
[6] => 84002150329
[7] => 238079561062
[8] => 175192970402
[9] => 138055205499
[10] => 144206979845
[11] => 386952760129
[12] => 346142088174
[13] => 478619173639
[14] => 519447695913
[15] => 354226048555
[16] => 305861905061
[17] => 286749190568
[18] => 2117996025610
[19] => 1075958101993
[20] => 532330833076
[21] => 1335424273597
[22] => 2171371529973
[23] => 723049773622
[24] => 240233982239
[25] => 1360965080237
[26] => 1465970828415
[27] => 58323796716
[28] => 631889086230
[29] => 642938488966
[30] => 1062213179598
[31] => 54962052810
[32] => 722682313912
[33] => 1661398471640
[34] => 3959031875056
[35] => 2866758477537
[36] => 2914126421477
[37] => 3839491824048
[38] => 3198040567372
[39] => 3096011760629
[40] => 2952318576852
[41] => 3021621560515
[42] => 1560559841099
[43] => 2994628679546
[44] => 3143952359517
[45] => 2268369027874
[46] => 2306267855436
[47] => 2223134356103
[48] => 2643804668916
[49] => 1603941165064
[50] => 673552261327
[51] => 856313412293
[52] => 672994158412
[53] => 2832425560235
[54] => 2903873406106
[55] => 1157094042189
[56] => 1382459247419
[57] => 2757067817676
[58] => 2492065520773
[59] => 1444545043859
[60] => 3947896913785
[61] => 4329915066926
[62] => 793207660803
[63] => 4198344620921
[64] => 4204126475780
[65] => 1042904380140
[66] => 1582768823499
[67] => 1192884104123
[68] => 498066167324
[69] => 1821565638360
[70] => 1974434428488
[71] => 5345703612789
[72] => 7053334192922
[73] => 1208749232915
[74] => 1345607048056
[75] => 4923730934085
[76] => 7250456036183
[77] => 6194171960314
[78] => 5384242645607
[79] => 5851282535484
[80] => 3011572506693
[81] => 5173862752819
[82] => 4740780530989
[83] => 7523411704756
[84] => 5760112978110
[85] => 8636059859036
[86] => 5925444600128
[87] => 6453817408800
[88] => 5715031351660
[89] => 602231059479
[90] => 967644606780
[91] => 1297167169565
[92] => 1756228958068
[93] => 223683366651
[94] => 2765314276825
[95] => 7591621029985
[96] => 7711104463131
[97] => 2926774140136
[98] => 8730782738529
[99] => 8122898750341
[100] => 8749120877108
[101] => 4967148899681
[102] => 6140560201349
[103] => 4670975261884
[104] => 8438555820952
[105] => 5825525990065
[106] => 184622933640
[107] => 843055576289
[108] => 5081191227118
[109] => 1533338249282
[110] => 6116733282725
[111] => 1540291022257
[112] => 15284591121261
[113] => 4566459645397
[114] => 11039848475500
[115] => 14450912056405
[116] => 13612755704429
[117] => 5532548318518
[118] => 6287464808634
[119] => 10812704955167
[120] => 9020117418026
[121] => 4779151325671
[122] => 16653162136655
[123] => 9907564766807
[124] => 9013090603566
[125] => 15472624606205
[126] => 15281962834416
[127] => 2933812223991
[128] => 6074611856549
[129] => 12895139645183
[130] => 15724459439384
[131] => 3087487117488
[132] => 3217597157731
[133] => 16490858471292
[134] => 4492741615493
[135] => 3677706934528
[136] => 6667287392283
[137] => 16959260923820
[138] => 5042470466409
[139] => 9070439323242
[140] => 4591070580182
[141] => 3915571274024
[142] => 6025847342405
[143] => 3672100342604
[144] => 9292985298961
[145] => 10721821900659
[146] => 7082128973216
[147] => 1042367132692
[148] => 275922931645
[149] => 6567363810824
[150] => 5252603614649
[151] => 10324456184298
[152] => 10635616278445
[153] => 10511768328340
[154] => 11063429096747
[155] => 13307993185502
[156] => 1111537235066
[157] => 12127447535494
[158] => 8123362012370
[159] => 14600379595237
[160] => 12729040910492
[161] => 16906120082603
[162] => 1153501371513
[163] => 16763684029932
[164] => 17071577611771
[165] => 266446944675
[166] => 2104958684747
[167] => 17116737949367
[168] => 12445098426110
[169] => 1992143916310
[170] => 14867991709279
[171] => 9429209643084
[172] => 17419176897437
[173] => 4187690722451
[174] => 12047716530092
[175] => 5941205682941
[176] => 3051721568085
[177] => 15489774174905
[178] => 17169668157032
[179] => 12146487111532
[180] => 14696841498905
[181] => 10055309174760
[182] => 4289361099188
[183] => 4843558486223
[184] => 1440124874868
[185] => 7147375354909
[186] => 4353530593872
[187] => 2735967089677
[188] => 5799933028945
[189] => 3245588724053
[190] => 2416605916693
[191] => 11775873413645
[192] => 16802905092122
[193] => 15904002605270
[194] => 12466903724467
[195] => 1548789453487
[196] => 12025221347318
[197] => 6048594852276
[198] => 2365283381307
[199] => 15091481145017
[200] => 16009295517218
[201] => 9314710634547
[202] => 17099158457151
[203] => 3518488029982
[204] => 33622673120746
[205] => 11595845751029
[206] => 2837783189899
[207] => 24955256598132
[208] => 26235395859410
[209] => 16594724096683
[210] => 11329279276364
[211] => 27062791034969
[212] => 19888823492498
[213] => 30701639244463
[214] => 33286568520825
[215] => 29359079099252
[216] => 20169956557602
[217] => 2499004091530
[218] => 6738001382181
[219] => 4765614031980
[220] => 29087810467807
[221] => 7486855742647
[222] => 12655432561620
[223] => 31431096623941
[224] => 4889815815930
[225] => 489121368443
[226] => 13279438922488
[227] => 24285518526270
[228] => 29654278528913
[229] => 831046123800
[230] => 16273769595694
[231] => 24819917847607
[232] => 18711568606030
[233] => 6788478979470
[234] => 6494289739839
[235] => 31618017307134
[236] => 28313477435698
[237] => 16379217030834
[238] => 17307541261462
[239] => 3429562667580
[240] => 26292359291612
[241] => 2953109965839
[242] => 16003072195189
[243] => 11712178046201
[244] => 10282971743419
[245] => 243472642201
[246] => 22689096829680
[247] => 2045986828394
[248] => 22636136092288
[249] => 16473651706817
[250] => 7726046353120
[251] => 30794421499219
[252] => 15660117224412
[253] => 23851149522527
[254] => 35178326084588
[255] => 22361597801957
)
[2] => Array
(
[0] => 5801832105947
[1] => 2488462434475
[2] => 2109611080280
[3] => 35161595031437
[4] => 33979404955971
[5] => 47032767708650
[6] => 49186478278416
[7] => 5976158083890
[8] => 35758190290679
[9] => 49751694677405
[10] => 20642026059280
[11] => 13662628553009
[12] => 50797470457743
[13] => 1443726402609
[14] => 31306365618656
[15] => 34165705893199
[16] => 7775096311200
[17] => 17280061700044
[18] => 31987973231803
[19] => 33184138259675
[20] => 27449927247856
[21] => 28592546937123
[22] => 10325504341681
[23] => 11029870340282
[24] => 38663183658259
[25] => 27574192938184
[26] => 8186278896849
[27] => 53152269796684
[28] => 49095111433864
[29] => 61840642104904
[30] => 68757885085041
[31] => 69183831443325
[32] => 58531662966364
[33] => 58599398084421
[34] => 39420591240162
[35] => 64643266392454
[36] => 12414977042918
[37] => 41175635115053
[38] => 57465475146749
[39] => 67328289850994
[40] => 54982536498132
[41] => 42406731640761
[42] => 35374971681776
[43] => 54775782566257
[44] => 52505618050288
[45] => 51535892153432
[46] => 66553150338205
[47] => 39003890974472
[48] => 61131961829546
[49] => 37571915695904
[50] => 11506929501218
[51] => 4763483060653
[52] => 2724138632487
[53] => 25403435098411
[54] => 53411237887107
[55] => 58206828326868
[56] => 18925250924778
[57] => 62073133638869
[58] => 19662230542674
[59] => 21262981935433
[60] => 48604512527509
[61] => 11800906546120
[62] => 17196186596838
[63] => 62203063185213
[64] => 55692005681062
[65] => 2188544697913
[66] => 10277017111265
[67] => 35893919989898
[68] => 66253321523450
[69] => 56094562051076
[70] => 46013715868744
[71] => 50957248788952
[72] => 55018027920258
[73] => 38260205303725
[74] => 60298446488493
[75] => 33492392898218
[76] => 60861879198144
[77] => 12959807276258
[78] => 14661821782220
[79] => 39301795563832
[80] => 29044600014691
[81] => 15177458004392
[82] => 46512119932142
[83] => 18245598194158
[84] => 34377822864065
[85] => 39644509357109
[86] => 21308150163582
[87] => 52831793760880
[88] => 40653744264598
[89] => 32718433942860
[90] => 6250288990073
[91] => 4985453025847
[92] => 54344630075800
[93] => 24444975895437
[94] => 46271883829880
[95] => 6734459188166
[96] => 38154533120212
[97] => 45956348007923
[98] => 6904476776398
[99] => 41293436404463
[100] => 46530833513752
[101] => 58131325579039
[102] => 14650493802186
[103] => 5144394714341
[104] => 25077445999173
[105] => 66504448740112
[106] => 29111482033627
[107] => 61238693770404
[108] => 61615232379768
[109] => 58442997931186
[110] => 44173233682392
[111] => 37755043621386
[112] => 7680376977248
[113] => 63884391822306
[114] => 27527632614969
[115] => 11591246611533
[116] => 62301981305868
[117] => 55295125787306
[118] => 45726776526348
[119] => 47856980613103
[120] => 27252745565989
[121] => 15988108866764
[122] => 6566805737527
[123] => 55948691407581
[124] => 53995144850230
[125] => 38798145793251
[126] => 44717382954404
[127] => 5771574920419
[128] => 63880659219649
[129] => 62349538315973
[130] => 54535229742807
[131] => 17649909789661
[132] => 8399344485169
[133] => 57239561524906
[134] => 53475816406397
[135] => 18137785347940
[136] => 24529780826268
[137] => 68311870053766
[138] => 8639167698909
[139] => 1272553901258
[140] => 16990217702268
[141] => 22801294743820
[142] => 56787358343770
[143] => 20159005533406
[144] => 1549320031173
[145] => 21185761441898
[146] => 3603798850633
[147] => 16335269646101
[148] => 38350185312280
[149] => 38805996729164
[150] => 14507223024843
[151] => 49623586303650
[152] => 22168121779867
[153] => 38073505954322
[154] => 54743656532048
[155] => 54380574777156
[156] => 40892179236733
[157] => 20155655179678
[158] => 64297438717373
[159] => 48202362892545
[160] => 37321946750530
[161] => 30300152875142
[162] => 44481879468685
[163] => 39788585828103
[164] => 3746737410693
[165] => 5966345474715
[166] => 9794412563897
[167] => 49998076737079
[168] => 18976129630545
[169] => 16347792301839
[170] => 62462011134021
[171] => 5537843750577
[172] => 66290662836405
[173] => 14368514836410
[174] => 26547731409805
[175] => 11009399000894
[176] => 49234129691976
[177] => 23910591248448
[178] => 62008559138963
[179] => 3300502976264
[180] => 40437439703424
[181] => 8562581270296
[182] => 2581129333982
[183] => 52130640409354
[184] => 5792558145944
[185] => 27197089404486
[186] => 493487032466
[187] => 14745642481173
[188] => 4193474449118
[189] => 54362553749048
[190] => 25209120138204
[191] => 16361961327171
[192] => 30853333990559
[193] => 31323942480848
[194] => 12351958851598
[195] => 58047891828796
[196] => 41109294912489
[197] => 66938976082985
[198] => 68790899194411
[199] => 53448143652739
[200] => 62732772560571
[201] => 2605564322557
[202] => 8124066989021
[203] => 43178789117806
[204] => 4267668189125
[205] => 44404785741315
[206] => 5700151835675
[207] => 54304231702913
[208] => 28757809719285
[209] => 18033203422608
[210] => 64037619366303
[211] => 27560546418022
[212] => 65562441405097
[213] => 64396368169729
[214] => 23072120864415
[215] => 6167762419215
[216] => 18575614694509
[217] => 68897621081343
[218] => 43434801428952
[219] => 37679283269600
[220] => 4394675651566
[221] => 50106639950577
[222] => 1442739630802
[223] => 38006045168304
[224] => 28778233096371
[225] => 32015497280584
[226] => 13853649139995
[227] => 67631418341590
[228] => 39135645895265
[229] => 1339463883256
[230] => 61299024043955
[231] => 12461780332186
[232] => 60780861859481
[233] => 27313936910907
[234] => 8380829924633
[235] => 68320125425394
[236] => 8352931836177
[237] => 17995393221796
[238] => 58631166333952
[239] => 16472552665416
[240] => 2360501804678
[241] => 48469609327277
[242] => 27450379756513
[243] => 37459043241436
[244] => 28844950223426
[245] => 6656430886916
[246] => 10496523395783
[247] => 46322142567564
[248] => 49039255504821
[249] => 23273409547858
[250] => 62003133249669
[251] => 64319928362027
[252] => 1132602596328
[253] => 8078562239605
[254] => 68467501419758
[255] => 31543737099675
)
[3] => Array
(
[0] => 43845143216436
[1] => 67514097324437
[2] => 46283417779185
[3] => 51825263757452
[4] => 25757688606683
[5] => 61967057701214
[6] => 69030248600196
[7] => 57604984643656
[8] => 55931352010531
[9] => 19563097498587
[10] => 17352154251846
[11] => 97667002158404
[12] => 84499183169989
[13] => 75179776405492
[14] => 87376182068105
[15] => 134951528742761
[16] => 99513960116151
[17] => 133866155446287
[18] => 140403065326781
[19] => 126154713015930
[20] => 56679327945213
[21] => 94168779115792
[22] => 80738842631819
[23] => 26169470421395
[24] => 107365111520869
[25] => 125643401034230
[26] => 135210496647569
[27] => 127498844619725
[28] => 58707382726660
[29] => 135263274852904
[30] => 235803858111502
[31] => 5244358939196
[32] => 5083195272815
[33] => 122517630260607
[34] => 80255243238821
[35] => 187112390002777
[36] => 48630393818343
[37] => 220660341296842
[38] => 234735014455811
[39] => 4575121999228
[40] => 164048941663850
[41] => 233485160326141
[42] => 125880717385827
[43] => 219416363866838
[44] => 277643364121332
[45] => 77307652635689
[46] => 200615147287073
[47] => 349309719998927
[48] => 417856364732331
[49] => 172884895697818
[50] => 188182240781684
[51] => 464377964456749
[52] => 397544720987954
[53] => 166287616867858
[54] => 55059535935475
[55] => 402226630044410
[56] => 293819808587030
[57] => 158689034931741
[58] => 461777472968600
[59] => 485455978402587
[60] => 35986592354616
[61] => 447682728411977
[62] => 452882320140218
[63] => 8851973489997
[64] => 22535115250726
[65] => 469734250626614
[66] => 71682623615344
[67] => 226126062376757
[68] => 258454896812361
[69] => 27165017515210
[70] => 156707556940506
[71] => 227389509267212
[72] => 20737497028838
[73] => 72623607382093
[74] => 345591992500886
[75] => 172021287087808
[76] => 214638014722648
[77] => 533951100424140
[78] => 354759214965439
[79] => 92966892150973
[80] => 265138816821785
[81] => 415071313693199
[82] => 544097009991832
[83] => 128439878808028
[84] => 545757934327900
[85] => 322238619256416
[86] => 899732151412159
[87] => 23161497810466
[88] => 496807448495928
[89] => 733596130692765
[90] => 896873044461162
[91] => 515564612247175
[92] => 152983006724082
[93] => 672944692909938
[94] => 625728009355032
[95] => 66411784722180
[96] => 56208216693951
[97] => 804371984882272
[98] => 1001112312470788
[99] => 1105199213797189
[100] => 259204796290520
[101] => 931983882516733
[102] => 966084095967965
[103] => 104344252332182
[104] => 313134277035674
[105] => 638754126760018
[106] => 69880332261251
[107] => 294586006099712
[108] => 288954295441577
[109] => 735891393791673
[110] => 724156092636773
[111] => 375491497410793
[112] => 125048390979274
[113] => 726585108508909
[114] => 994477262652081
[115] => 136772128702939
[116] => 646988701078706
[117] => 519985566980428
[118] => 135633943314763
[119] => 656727882718156
[120] => 817911658731956
[121] => 291989251183722
[122] => 948249241952552
[123] => 609735325476860
[124] => 117466812943560
[125] => 1080827661266933
[126] => 590840746362965
[127] => 307941729611233
[128] => 456421754949163
[129] => 1016097450330917
[130] => 352329323509476
[131] => 650746097089914
[132] => 134899759566117
[133] => 441861916423138
[134] => 597038753210992
[135] => 1103420830226461
[136] => 148026971098448
[137] => 916271118632583
[138] => 955153419202184
[139] => 1798879314684498
[140] => 2225607284474362
[141] => 90949529588402
[142] => 95206896119787
[143] => 1899212906594052
[144] => 2162166736128132
[145] => 471610336853284
[146] => 117010304635786
[147] => 2029255390021729
[148] => 2094016542120727
[149] => 889782107564923
[150] => 1115214226221883
[151] => 1016507880790515
[152] => 1756692604672059
[153] => 1104728501401999
[154] => 1732738454119139
[155] => 1879848719330831
[156] => 514338037147354
[157] => 1572184845683768
[158] => 1757030009252394
[159] => 1154137526356992
[160] => 1233191912890828
[161] => 164156233145202
[162] => 2211401530801354
[163] => 2170900475155741
[164] => 436823748248070
[165] => 2049405781711618
[166] => 1665339723532054
[167] => 656957824178309
[168] => 812625899320771
[169] => 520047153423418
[170] => 114530815489908
[171] => 2246489382139893
[172] => 1196142833354854
[173] => 996353755073843
[174] => 1830720369304935
[175] => 1983085099925522
[176] => 1270367340013091
[177] => 1543695912729600
[178] => 1168961585389589
[179] => 698728397930370
[180] => 257921688875976
[181] => 747899297606470
[182] => 1466261534601441
[183] => 2030225064544789
[184] => 195652032048378
[185] => 1079208832362473
[186] => 468487781501746
[187] => 1798112985948044
[188] => 1325645593778741
[189] => 170418334647171
[190] => 1087473025505444
[191] => 1539276407748282
[192] => 1653793081980151
[193] => 1938665084893516
[194] => 1016201414625022
[195] => 1487483489682247
[196] => 564219461389190
[197] => 2764371488424562
[198] => 3448857297432980
[199] => 2420527741668318
[200] => 85676038747039
[201] => 3277834904219838
[202] => 2654822923604049
[203] => 808330011812767
[204] => 486184335912011
[205] => 3135061591815044
[206] => 2380838589619544
[207] => 1189530577887814
[208] => 326047820507098
[209] => 3184687558913964
[210] => 2248006112343507
[211] => 4303808485928269
[212] => 543751926855869
[213] => 3230388010274508
[214] => 2893720909727309
[215] => 3146092392602174
[216] => 2391456419812961
[217] => 2702422877142301
[218] => 557472719708955
[219] => 2945360265937329
[220] => 3554229300575331
[221] => 2163987252703444
[222] => 3873628051889558
[223] => 3773483919993445
[224] => 3850904185415248
[225] => 153056019859071
[226] => 3426804454864031
[227] => 3958307960483115
[228] => 1639951554737884
[229] => 4464275866706812
[230] => 3021834368496175
[231] => 969750651729209
[232] => 754775514414541
[233] => 819960525645281
[234] => 418968115020865
[235] => 775977671750899
[236] => 367252176742553
[237] => 58124401306520
[238] => 3093939872496786
[239] => 335261839512464
[240] => 587353174717276
[241] => 2225389428809046
[242] => 478051693742620
[243] => 665057094364853
[244] => 2069661734277578
[245] => 1612829147213827
[246] => 3759326782295702
[247] => 2295216866492096
[248] => 3316412871819519
[249] => 3269163413137210
[250] => 4094062227404900
[251] => 2780488393727618
[252] => 3438593386152392
[253] => 3718057671030143
[254] => 3627959842299183
[255] => 3975565594718192
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => FOVbvguoS9K9JugpqWvbbHWn4VuGegD19CzO23cAKsae7TA7PwTPR07Upruebaprueba
[_iv:protected] => EYwEbOzq
[_modified:protected] => 1
[_allow_writing:protected] => 1
)
[link] => Link Object
(
[allow:protected] => 0
[url:protected] => /tienda/index.php
[protocol_link] => https://
[protocol_content] => https://
[ssl_enable:protected] => 0
)
[country] => Country Object
(
[id] => 145
[id_zone] => 2
[id_currency] => 0
[iso_code] => MX
[call_prefix] => 52
[name] => México
[contains_states] => 1
[need_identification_number] => 0
[need_zip_code] => 1
[zip_code_format] => NNNNN
[display_tax_label] => 0
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => countries
[fields] => Array
(
[id_zone] => Array
(
[xlink_resource] => zones
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
)
)
[id_lang:protected] => 4
[id_shop:protected] => 1
[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] => PricesDropController Object
(
[php_self] => prices-drop
[errors] => Array
(
)
[iso] =>
[orderBy] => position
[orderWay] => asc
[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
*RECURSION*
[css_files] => Array
(
[/tienda/themes/theme524/css/global.css] => all
[/tienda/themes/theme524/css/modules/blockcurrencies/blockcurrencies.css] => all
[/tienda/modules/blockbestsellers/blockbestsellers.css] => all
[/tienda/themes/theme524/css/modules/blockviewed/blockviewed.css] => all
[/tienda/themes/theme524/css/modules/blockcategories/blockcategories.css] => all
[/tienda/themes/theme524/css/modules/blocknewproducts/blocknewproducts.css] => all
[/tienda/themes/theme524/css/modules/blockmyaccountfooter/blockmyaccount.css] => all
[/tienda/themes/theme524/css/modules/blockuserinfo/blockuserinfo.css] => all
[/tienda/js/jquery/plugins/autocomplete/jquery.autocomplete.css] => all
[/tienda/themes/theme524/css/modules/blocksearch/blocksearch.css] => all
[/tienda/themes/theme524/css/modules/blockcontactinfos/blockcontactinfos.css] => all
[/tienda/modules/favoriteproducts/favoriteproducts.css] => all
[/tienda/modules/productattachment/productattachment.css] => all
[/tienda/themes/theme524/css/modules/blockcart/blockcart.css] => all
[/tienda/themes/theme524/css/modules/blocklanguages/blocklanguages.css] => all
[/tienda/modules/productfeatures/productfeatures.css] => all
[/tienda/themes/theme524/css/modules/productcomments/productcomments.css] => all
[/tienda/modules/pm_advancedtopmenu/css/pm_advancedtopmenu_base.css] => all
[/tienda/modules/pm_advancedtopmenu/css/pm_advancedtopmenu_global.css] => all
[/tienda/modules/pm_advancedtopmenu/css/pm_advancedtopmenu_advanced.css] => all
[/tienda/modules/pm_advancedtopmenu/css/pm_advancedtopmenu.css] => all
[/tienda/modules/blockadvertmulti/css/blockadvertmulti.css] => all
[/tienda/modules/homefeatured/homefeatured.css] => all
[/tienda/themes/theme524/css/modules/blockstore/blockstore.css] => all
[/tienda/modules/crossselling/crossselling.css] => all
[/tienda/themes/theme524/css/modules/blocknewsletter/blocknewsletter.css] => all
[/tienda/modules/mailalerts/mailalerts.css] => all
[/tienda/modules/paypalmx/css/paypal-mx_frontend-overrides.css] => all
[/tienda/modules/paypalmx/css/ps15styles.css] => all
)
[js_files] => Array
(
[0] => /tienda/js/jquery/jquery-1.7.2.min.js
[1] => /tienda/js/jquery/plugins/jquery.easing.js
[2] => /tienda/js/tools.js
[3] => /tienda/themes/theme524/js/products-comparison.js
[4] => /tienda/themes/theme524/js/tools/treeManagement.js
[5] => /tienda/js/jquery/plugins/autocomplete/jquery.autocomplete.js
[6] => /tienda/modules/favoriteproducts/favoriteproducts.js
[7] => /tienda/modules/blockcart/ajax-cart.js
[8] => /tienda/modules/pm_advancedtopmenu/js/pm_advancedtopmenu.js
[9] => /tienda/js/jquery/plugins/jquery.validate-creditcard.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] => 4
[name] => Español (Spanish)
[iso_code] => es
[language_code] => es
[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] => 1
[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] => 2
[name] => Peso
[iso_code] => MXN
[iso_code_num] => 484
[sign] => $
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 1
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] => $
[suffix] =>
[id_lang:protected] =>
[id_shop:protected] => 1
[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] => 2
[id_theme] => 4
[name] => dsfafads
[active] => 1
[deleted] => 0
[theme_name] => theme524
[theme_directory] => theme524
[physical_uri] => /tienda/
[virtual_uri] =>
[domain] => shop.itimbre.com
[domain_ssl] =>
[group:protected] => ShopGroup Object
(
[name] => Default
[active] => 1
[share_customer] => 0
[share_stock] => 0
[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] => 1
[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] => 4
)
[smarty] => Smarty Object
(
[auto_literal] => 1
[error_unassigned] =>
[use_include_path] =>
[template_dir:Smarty:private] => Array
(
[0] => /var/www/html/shop_itimbre/tienda/themes/theme524/tpl/
)
[joined_template_dir] => /var/www/html/shop_itimbre/tienda/themes/theme524/tpl/
[joined_config_dir] => /var/www/html/shop_itimbre/tienda/tools/smarty/configs/
[default_template_handler_func] =>
[default_config_handler_func] =>
[default_plugin_handler_func] =>
[compile_dir:Smarty:private] => /var/www/html/shop_itimbre/tienda/cache/smarty/compile/
[plugins_dir:Smarty:private] => Array
(
[0] => /var/www/html/shop_itimbre/tienda/tools/smarty/plugins/
)
[cache_dir:Smarty:private] => /var/www/html/shop_itimbre/tienda/cache/smarty/cache/
[config_dir:Smarty:private] => Array
(
[0] => /var/www/html/shop_itimbre/tienda/tools/smarty/configs/
)
[force_compile] =>
[compile_check] => 1
[use_sub_dirs] =>
[allow_ambiguous_resources] =>
[caching] => 0
[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:/var/www/html/shop_itimbre/tienda/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
(
[a2beece945e6a8358323725cd9762b8c994940d8] => Smarty_Internal_Template Object
(
[cache_id] => blockcategories|1_1_4_0_0
[compile_id] =>
[caching] => 0
[cache_lifetime] => 31536000
[template_resource] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.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] => 62b60acf602ec08783de59b4640f626389c14411
[resource] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.tpl
[type] => file
[name] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.tpl
[unique_resource] => Smarty_Internal_Resource_File#/var/www/html/shop_itimbre/tienda/themes/theme524/tpl/#/var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.tpl
[filepath] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.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] => 1553897975
[exists] => 1
)
[cached] => Smarty_Template_Cached Object
(
[filepath] => /var/www/html/shop_itimbre/tienda/cache/smarty/cache/blockcategories^1_1_4_0_0^62b60acf602ec08783de59b4640f626389c14411.blockcategories.tpl.php
[content] =>
[timestamp] =>
[exists] =>
[valid] =>
[processed] =>
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blockcategories|1_1_4_0_0
[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] => 62b60acf602ec08783de59b4640f626389c14411
[resource] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.tpl
[type] => file
[name] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.tpl
[unique_resource] => Smarty_Internal_Resource_File#/var/www/html/shop_itimbre/tienda/themes/theme524/tpl/#/var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.tpl
[filepath] => /var/www/html/shop_itimbre/tienda/themes/theme524/modules/blockcategories/blockcategories.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] => 1553897975
[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
(
[output] => Array
(
[smartyPackJSinHTML] => smartyPackJSinHTML
)
)
[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] => 1761605126.219
[_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
(
[meta_title] => Smarty_Variable Object
(
[value] => Promociones - DELTA - SHOPPING
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Nuestros productos promocionales
[nocache] =>
[scope] => 0
)
[meta_keywords] => Smarty_Variable Object
(
[value] => promoción, reducción
[nocache] =>
[scope] => 0
)
[request_uri] => Smarty_Variable Object
(
[value] => /tienda/index.php?controller=prices-drop
[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] => 0
[url:protected] => /tienda/index.php
[protocol_link] => https://
[protocol_content] => https://
[ssl_enable:protected] => 0
)
[nocache] =>
[scope] => 0
)
[cart] => Smarty_Variable Object
(
[value] => Cart Object
(
[id] =>
[id_shop_group] => 1
[id_shop] => 1
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 2
[id_customer] =>
[id_guest] => 0
[id_lang] => 4
[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] => 2
[name] => Peso
[iso_code] => MXN
[iso_code_num] => 484
[sign] => $
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 1
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] => $
[suffix] =>
[id_lang:protected] =>
[id_shop:protected] => 1
[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] => 2025-10-27 15:45:26
[id_lang] => 4
[id_currency] => 2
)
[_name:protected] => 3f99a2f33f7744ef0eca694ec6b1a644
[_expire:protected] => 1763333126
[_domain:protected] => .itimbre.com
[_path:protected] => /tienda/
[_cipherTool:protected] => Blowfish Object
(
[_P] => Array
(
[0] => 3368708179
[1] => 7292598064
[2] => 535158546
[3] => 10380814726
[4] => 3899342930
[5] => 6959427026
[6] => 12683036960
[7] => 13660156748
[8] => 10699038242
[9] => 14318474224
[10] => 9427912016
[11] => 11045450231
[12] => 5899773083
[13] => 10176772144
[14] => 10908111693
[15] => 4442840145
[16] => 16318363959
[17] => 9798925761
)
[_S] => Array
(
[0] => Array
(
[0] => 11183462505
[1] => 7410399591
[2] => 9200072815
[3] => 11996406227
[4] => 10677088243
[5] => 8074280707
[6] => 10641827778
[7] => 4323532598
[8] => 9921356338
[9] => 14644594732
[10] => 1803699863
[11] => 9932774463
[12] => 4076148290
[13] => 2132404554
[14] => 12545023884
[15] => 4462204867
[16] => 13952321747
[17] => 6668593633
[18] => 14874437318
[19] => 7464933475
[20] => 4657660584
[21] => 8330749385
[22] => 15658112621
[23] => 33218894937
[24] => 12439299769
[25] => 3277038113
[26] => 5894038041
[27] => 38156113930
[28] => 62401943142
[29] => 13420112313
[30] => 6019211254
[31] => 52186040215
[32] => 56157117430
[33] => 19278373283
[34] => 11852014828
[35] => 64117493176
[36] => 45923797785
[37] => 70280693843
[38] => 99614651163
[39] => 50796884279
[40] => 46746674916
[41] => 102879909191
[42] => 92722095476
[43] => 40970071447
[44] => 59781797415
[45] => 94454274377
[46] => 32019992875
[47] => 30761342011
[48] => 118147499150
[49] => 27407324971
[50] => 32965400680
[51] => 85968546925
[52] => 60357274730
[53] => 59208288313
[54] => 50333552384
[55] => 10679155722
[56] => 5257185490
[57] => 29087613834
[58] => 59309029084
[59] => 80981820845
[60] => 81325190472
[61] => 46997865855
[62] => 41232851167
[63] => 79485337151
[64] => 128682427675
[65] => 133054367723
[66] => 54402881761
[67] => 56221780851
[68] => 135445410872
[69] => 49820605853
[70] => 84666236935
[71] => 80375553686
[72] => 7070729390
[73] => 57842371804
[74] => 133800912597
[75] => 33297475943
[76] => 6277877478
[77] => 99396353808
[78] => 75086781048
[79] => 133683295958
[80] => 124751381676
[81] => 79903314780
[82] => 69853207670
[83] => 31989756429
[84] => 82561748705
[85] => 124265416948
[86] => 87170059113
[87] => 90738692619
[88] => 33584273010
[89] => 24471065434
[90] => 95546078732
[91] => 102234387869
[92] => 113111624774
[93] => 114221629083
[94] => 108304700847
[95] => 110917132439
[96] => 112208540703
[97] => 117759775741
[98] => 86672035489
[99] => 33387770130
[100] => 127098323480
[101] => 69788062615
[102] => 48987602551
[103] => 98890693863
[104] => 90391986813
[105] => 38781140901
[106] => 83852561368
[107] => 251878166060
[108] => 200081898124
[109] => 57672502768
[110] => 92600674746
[111] => 229605442876
[112] => 186167920890
[113] => 98412756063
[114] => 64457658477
[115] => 152654228715
[116] => 263208198889
[117] => 100169186917
[118] => 88430106520
[119] => 25052049466
[120] => 231486874501
[121] => 266413535678
[122] => 182337260800
[123] => 163420708660
[124] => 250133709349
[125] => 157893582927
[126] => 181713461527
[127] => 175411089230
[128] => 269864589069
[129] => 97224165955
[130] => 90692595206
[131] => 157273179965
[132] => 16316941056
[133] => 237209855247
[134] => 220262642027
[135] => 133552458044
[136] => 160162944854
[137] => 16013364011
[138] => 174191561683
[139] => 222706618897
[140] => 38348835479
[141] => 27428149229
[142] => 91032663709
[143] => 105028984978
[144] => 21965806892
[145] => 44167615811
[146] => 44514693163
[147] => 54725592536
[148] => 129460915068
[149] => 58998950671
[150] => 208896358189
[151] => 103125890747
[152] => 194973907020
[153] => 191118727982
[154] => 38970384575
[155] => 256843702690
[156] => 11916140056
[157] => 45530121240
[158] => 249865808147
[159] => 102989007237
[160] => 127001023712
[161] => 486656844248
[162] => 312653369100
[163] => 137344271142
[164] => 42778236739
[165] => 302989159427
[166] => 497950646932
[167] => 200335822829
[168] => 120983249705
[169] => 441227144555
[170] => 519098108916
[171] => 215136859958
[172] => 166652335772
[173] => 194373390728
[174] => 161335578295
[175] => 237616430161
[176] => 88096192172
[177] => 229634120303
[178] => 163030358950
[179] => 274096244401
[180] => 225252816901
[181] => 206471303701
[182] => 147342785507
[183] => 36251135083
[184] => 162692119436
[185] => 430230692104
[186] => 483499071446
[187] => 148527863793
[188] => 480655766036
[189] => 7358740822
[190] => 58680229372
[191] => 471064528406
[192] => 445628572409
[193] => 484906008555
[194] => 345406925983
[195] => 164156332
[196] => 73973475101
[197] => 322100140565
[198] => 278214960938
[199] => 161434773792
[200] => 77005834848
[201] => 102832309199
[202] => 301396262742
[203] => 234459255172
[204] => 209752334665
[205] => 481088473303
[206] => 93874542247
[207] => 95277808778
[208] => 511472076745
[209] => 160750407391
[210] => 192058007061
[211] => 460289572999
[212] => 310117396678
[213] => 75778644574
[214] => 335208533821
[215] => 36235422634
[216] => 357491281828
[217] => 296687956049
[218] => 66737466255
[219] => 140691019839
[220] => 536358884139
[221] => 194642896333
[222] => 542629679871
[223] => 114872405715
[224] => 462788012488
[225] => 192800531605
[226] => 544834342224
[227] => 294704804562
[228] => 192820318659
[229] => 348186398497
[230] => 507947213864
[231] => 335103543540
[232] => 545954624434
[233] => 445942612454
[234] => 31657695442
[235] => 333035732285
[236] => 408951546697
[237] => 291221937743
[238] => 452152292153
[239] => 21034179006
[240] => 142074574782
[241] => 986669609280
[242] => 990300543867
[243] => 1045120894043
[244] => 754710024523
[245] => 559268004083
[246] => 993307792107
[247] => 984767672587
[248] => 607059375893
[249] => 630862732494
[250] => 1087583459205
[251] => 496177300753
[252] => 669618730493
[253] => 660145132614
[254] => 953226946804
[255] => 651230831873
)
[1] => Array
(
[0] => 651402075384
[1] => 139287285170
[2] => 453550631281
[3] => 747280664705
[4] => 321463596103
[5] => 458106631423
[6] => 84002150329
[7] => 238079561062
[8] => 175192970402
[9] => 138055205499
[10] => 144206979845
[11] => 386952760129
[12] => 346142088174
[13] => 478619173639
[14] => 519447695913
[15] => 354226048555
[16] => 305861905061
[17] => 286749190568
[18] => 2117996025610
[19] => 1075958101993
[20] => 532330833076
[21] => 1335424273597
[22] => 2171371529973
[23] => 723049773622
[24] => 240233982239
[25] => 1360965080237
[26] => 1465970828415
[27] => 58323796716
[28] => 631889086230
[29] => 642938488966
[30] => 1062213179598
[31] => 54962052810
[32] => 722682313912
[33] => 1661398471640
[34] => 3959031875056
[35] => 2866758477537
[36] => 2914126421477
[37] => 3839491824048
[38] => 3198040567372
[39] => 3096011760629
[40] => 2952318576852
[41] => 3021621560515
[42] => 1560559841099
[43] => 2994628679546
[44] => 3143952359517
[45] => 2268369027874
[46] => 2306267855436
[47] => 2223134356103
[48] => 2643804668916
[49] => 1603941165064
[50] => 673552261327
[51] => 856313412293
[52] => 672994158412
[53] => 2832425560235
[54] => 2903873406106
[55] => 1157094042189
[56] => 1382459247419
[57] => 2757067817676
[58] => 2492065520773
[59] => 1444545043859
[60] => 3947896913785
[61] => 4329915066926
[62] => 793207660803
[63] => 4198344620921
[64] => 4204126475780
[65] => 1042904380140
[66] => 1582768823499
[67] => 1192884104123
[68] => 498066167324
[69] => 1821565638360
[70] => 1974434428488
[71] => 5345703612789
[72] => 7053334192922
[73] => 1208749232915
[74] => 1345607048056
[75] => 4923730934085
[76] => 7250456036183
[77] => 6194171960314
[78] => 5384242645607
[79] => 5851282535484
[80] => 3011572506693
[81] => 5173862752819
[82] => 4740780530989
[83] => 7523411704756
[84] => 5760112978110
[85] => 8636059859036
[86] => 5925444600128
[87] => 6453817408800
[88] => 5715031351660
[89] => 602231059479
[90] => 967644606780
[91] => 1297167169565
[92] => 1756228958068
[93] => 223683366651
[94] => 2765314276825
[95] => 7591621029985
[96] => 7711104463131
[97] => 2926774140136
[98] => 8730782738529
[99] => 8122898750341
[100] => 8749120877108
[101] => 4967148899681
[102] => 6140560201349
[103] => 4670975261884
[104] => 8438555820952
[105] => 5825525990065
[106] => 184622933640
[107] => 843055576289
[108] => 5081191227118
[109] => 1533338249282
[110] => 6116733282725
[111] => 1540291022257
[112] => 15284591121261
[113] => 4566459645397
[114] => 11039848475500
[115] => 14450912056405
[116] => 13612755704429
[117] => 5532548318518
[118] => 6287464808634
[119] => 10812704955167
[120] => 9020117418026
[121] => 4779151325671
[122] => 16653162136655
[123] => 9907564766807
[124] => 9013090603566
[125] => 15472624606205
[126] => 15281962834416
[127] => 2933812223991
[128] => 6074611856549
[129] => 12895139645183
[130] => 15724459439384
[131] => 3087487117488
[132] => 3217597157731
[133] => 16490858471292
[134] => 4492741615493
[135] => 3677706934528
[136] => 6667287392283
[137] => 16959260923820
[138] => 5042470466409
[139] => 9070439323242
[140] => 4591070580182
[141] => 3915571274024
[142] => 6025847342405
[143] => 3672100342604
[144] => 9292985298961
[145] => 10721821900659
[146] => 7082128973216
[147] => 1042367132692
[148] => 275922931645
[149] => 6567363810824
[150] => 5252603614649
[151] => 10324456184298
[152] => 10635616278445
[153] => 10511768328340
[154] => 11063429096747
[155] => 13307993185502
[156] => 1111537235066
[157] => 12127447535494
[158] => 8123362012370
[159] => 14600379595237
[160] => 12729040910492
[161] => 16906120082603
[162] => 1153501371513
[163] => 16763684029932
[164] => 17071577611771
[165] => 266446944675
[166] => 2104958684747
[167] => 17116737949367
[168] => 12445098426110
[169] => 1992143916310
[170] => 14867991709279
[171] => 9429209643084
[172] => 17419176897437
[173] => 4187690722451
[174] => 12047716530092
[175] => 5941205682941
[176] => 3051721568085
[177] => 15489774174905
[178] => 17169668157032
[179] => 12146487111532
[180] => 14696841498905
[181] => 10055309174760
[182] => 4289361099188
[183] => 4843558486223
[184] => 1440124874868
[185] => 7147375354909
[186] => 4353530593872
[187] => 2735967089677
[188] => 5799933028945
[189] => 3245588724053
[190] => 2416605916693
[191] => 11775873413645
[192] => 16802905092122
[193] => 15904002605270
[194] => 12466903724467
[195] => 1548789453487
[196] => 12025221347318
[197] => 6048594852276
[198] => 2365283381307
[199] => 15091481145017
[200] => 16009295517218
[201] => 9314710634547
[202] => 17099158457151
[203] => 3518488029982
[204] => 33622673120746
[205] => 11595845751029
[206] => 2837783189899
[207] => 24955256598132
[208] => 26235395859410
[209] => 16594724096683
[210] => 11329279276364
[211] => 27062791034969
[212] => 19888823492498
[213] => 30701639244463
[214] => 33286568520825
[215] => 29359079099252
[216] => 20169956557602
[217] => 2499004091530
[218] => 6738001382181
[219] => 4765614031980
[220] => 29087810467807
[221] => 7486855742647
[222] => 12655432561620
[223] => 31431096623941
[224] => 4889815815930
[225] => 489121368443
[226] => 13279438922488
[227] => 24285518526270
[228] => 29654278528913
[229] => 831046123800
[230] => 16273769595694
[231] => 24819917847607
[232] => 18711568606030
[233] => 6788478979470
[234] => 6494289739839
[235] => 31618017307134
[236] => 28313477435698
[237] => 16379217030834
[238] => 17307541261462
[239] => 3429562667580
[240] => 26292359291612
[241] => 2953109965839
[242] => 16003072195189
[243] => 11712178046201
[244] => 10282971743419
[245] => 243472642201
[246] => 22689096829680
[247] => 2045986828394
[248] => 22636136092288
[249] => 16473651706817
[250] => 7726046353120
[251] => 30794421499219
[252] => 15660117224412
[253] => 23851149522527
[254] => 35178326084588
[255] => 22361597801957
)
[2] => Array
(
[0] => 5801832105947
[1] => 2488462434475
[2] => 2109611080280
[3] => 35161595031437
[4] => 33979404955971
[5] => 47032767708650
[6] => 49186478278416
[7] => 5976158083890
[8] => 35758190290679
[9] => 49751694677405
[10] => 20642026059280
[11] => 13662628553009
[12] => 50797470457743
[13] => 1443726402609
[14] => 31306365618656
[15] => 34165705893199
[16] => 7775096311200
[17] => 17280061700044
[18] => 31987973231803
[19] => 33184138259675
[20] => 27449927247856
[21] => 28592546937123
[22] => 10325504341681
[23] => 11029870340282
[24] => 38663183658259
[25] => 27574192938184
[26] => 8186278896849
[27] => 53152269796684
[28] => 49095111433864
[29] => 61840642104904
[30] => 68757885085041
[31] => 69183831443325
[32] => 58531662966364
[33] => 58599398084421
[34] => 39420591240162
[35] => 64643266392454
[36] => 12414977042918
[37] => 41175635115053
[38] => 57465475146749
[39] => 67328289850994
[40] => 54982536498132
[41] => 42406731640761
[42] => 35374971681776
[43] => 54775782566257
[44] => 52505618050288
[45] => 51535892153432
[46] => 66553150338205
[47] => 39003890974472
[48] => 61131961829546
[49] => 37571915695904
[50] => 11506929501218
[51] => 4763483060653
[52] => 2724138632487
[53] => 25403435098411
[54] => 53411237887107
[55] => 58206828326868
[56] => 18925250924778
[57] => 62073133638869
[58] => 19662230542674
[59] => 21262981935433
[60] => 48604512527509
[61] => 11800906546120
[62] => 17196186596838
[63] => 62203063185213
[64] => 55692005681062
[65] => 2188544697913
[66] => 10277017111265
[67] => 35893919989898
[68] => 66253321523450
[69] => 56094562051076
[70] => 46013715868744
[71] => 50957248788952
[72] => 55018027920258
[73] => 38260205303725
[74] => 60298446488493
[75] => 33492392898218
[76] => 60861879198144
[77] => 12959807276258
[78] => 14661821782220
[79] => 39301795563832
[80] => 29044600014691
[81] => 15177458004392
[82] => 46512119932142
[83] => 18245598194158
[84] => 34377822864065
[85] => 39644509357109
[86] => 21308150163582
[87] => 52831793760880
[88] => 40653744264598
[89] => 32718433942860
[90] => 6250288990073
[91] => 4985453025847
[92] => 54344630075800
[93] => 24444975895437
[94] => 46271883829880
[95] => 6734459188166
[96] => 38154533120212
[97] => 45956348007923
[98] => 6904476776398
[99] => 41293436404463
[100] => 46530833513752
[101] => 58131325579039
[102] => 14650493802186
[103] => 5144394714341
[104] => 25077445999173
[105] => 66504448740112
[106] => 29111482033627
[107] => 61238693770404
[108] => 61615232379768
[109] => 58442997931186
[110] => 44173233682392
[111] => 37755043621386
[112] => 7680376977248
[113] => 63884391822306
[114] => 27527632614969
[115] => 11591246611533
[116] => 62301981305868
[117] => 55295125787306
[118] => 45726776526348
[119] => 47856980613103
[120] => 27252745565989
[121] => 15988108866764
[122] => 6566805737527
[123] => 55948691407581
[124] => 53995144850230
[125] => 38798145793251
[126] => 44717382954404
[127] => 5771574920419
[128] => 63880659219649
[129] => 62349538315973
[130] => 54535229742807
[131] => 17649909789661
[132] => 8399344485169
[133] => 57239561524906
[134] => 53475816406397
[135] => 18137785347940
[136] => 24529780826268
[137] => 68311870053766
[138] => 8639167698909
[139] => 1272553901258
[140] => 16990217702268
[141] => 22801294743820
[142] => 56787358343770
[143] => 20159005533406
[144] => 1549320031173
[145] => 21185761441898
[146] => 3603798850633
[147] => 16335269646101
[148] => 38350185312280
[149] => 38805996729164
[150] => 14507223024843
[151] => 49623586303650
[152] => 22168121779867
[153] => 38073505954322
[154] => 54743656532048
[155] => 54380574777156
[156] => 40892179236733
[157] => 20155655179678
[158] => 64297438717373
[159] => 48202362892545
[160] => 37321946750530
[161] => 30300152875142
[162] => 44481879468685
[163] => 39788585828103
[164] => 3746737410693
[165] => 5966345474715
[166] => 9794412563897
[167] => 49998076737079
[168] => 18976129630545
[169] => 16347792301839
[170] => 62462011134021
[171] => 5537843750577
[172] => 66290662836405
[173] => 14368514836410
[174] => 26547731409805
[175] => 11009399000894
[176] => 49234129691976
[177] => 23910591248448
[178] => 62008559138963
[179] => 3300502976264
[180] => 40437439703424
[181] => 8562581270296
[182] => 2581129333982
[183] => 52130640409354
[184] => 5792558145944
[185] => 27197089404486
[186] => 493487032466
[187] => 14745642481173
[188] => 4193474449118
[189] => 54362553749048
[190] => 25209120138204
[191] => 16361961327171
[192] => 30853333990559
[193] => 31323942480848
[194] => 12351958851598
[195] => 58047891828796
[196] => 41109294912489
[197] => 66938976082985
[198] => 68790899194411
[199] => 53448143652739
[200] => 62732772560571
[201] => 2605564322557
[202] => 8124066989021
[203] => 43178789117806
[204] => 4267668189125
[205] => 44404785741315
[206] => 5700151835675
[207] => 54304231702913
[208] => 28757809719285
[209] => 18033203422608
[210] => 64037619366303
[211] => 27560546418022
[212] => 65562441405097
[213] => 64396368169729
[214] => 23072120864415
[215] => 6167762419215
[216] => 18575614694509
[217] => 68897621081343
[218] => 43434801428952
[219] => 37679283269600
[220] => 4394675651566
[221] => 50106639950577
[222] => 1442739630802
[223] => 38006045168304
[224] => 28778233096371
[225] => 32015497280584
[226] => 13853649139995
[227] => 67631418341590
[228] => 39135645895265
[229] => 1339463883256
[230] => 61299024043955
[231] => 12461780332186
[232] => 60780861859481
[233] => 27313936910907
[234] => 8380829924633
[235] => 68320125425394
[236] => 8352931836177
[237] => 17995393221796
[238] => 58631166333952
[239] => 16472552665416
[240] => 2360501804678
[241] => 48469609327277
[242] => 27450379756513
[243] => 37459043241436
[244] => 28844950223426
[245] => 6656430886916
[246] => 10496523395783
[247] => 46322142567564
[248] => 49039255504821
[249] => 23273409547858
[250] => 62003133249669
[251] => 64319928362027
[252] => 1132602596328
[253] => 8078562239605
[254] => 68467501419758
[255] => 31543737099675
)
[3] => Array
(
[0] => 43845143216436
[1] => 67514097324437
[2] => 46283417779185
[3] => 51825263757452
[4] => 25757688606683
[5] => 61967057701214
[6] => 69030248600196
[7] => 57604984643656
[8] => 55931352010531
[9] => 19563097498587
[10] => 17352154251846
[11] => 97667002158404
[12] => 84499183169989
[13] => 75179776405492
[14] => 87376182068105
[15] => 134951528742761
[16] => 99513960116151
[17] => 133866155446287
[18] => 140403065326781
[19] => 126154713015930
[20] => 56679327945213
[21] => 94168779115792
[22] => 80738842631819
[23] => 26169470421395
[24] => 107365111520869
[25] => 125643401034230
[26] => 135210496647569
[27] => 127498844619725
[28] => 58707382726660
[29] => 135263274852904
[30] => 235803858111502
[31] => 5244358939196
[32] => 5083195272815
[33] => 122517630260607
[34] => 80255243238821
[35] => 187112390002777
[36] => 48630393818343
[37] => 220660341296842
[38] => 234735014455811
[39] => 4575121999228
[40] => 164048941663850
[41] => 233485160326141
[42] => 125880717385827
[43] => 219416363866838
[44] => 277643364121332
[45] => 77307652635689
[46] => 200615147287073
[47] => 349309719998927
[48] => 417856364732331
[49] => 172884895697818
[50] => 188182240781684
[51] => 464377964456749
[52] => 397544720987954
[53] => 166287616867858
[54] => 55059535935475
[55] => 402226630044410
[56] => 293819808587030
[57] => 158689034931741
[58] => 461777472968600
[59] => 485455978402587
[60] => 35986592354616
[61] => 447682728411977
[62] => 452882320140218
[63] => 8851973489997
[64] => 22535115250726
[65] => 469734250626614
[66] => 71682623615344
[67] => 226126062376757
[68] => 258454896812361
[69] => 27165017515210
[70] => 156707556940506
[71] => 227389509267212
[72] => 20737497028838
[73] => 72623607382093
[74] => 345591992500886
[75] => 172021287087808
[76] => 214638014722648
[77] => 533951100424140
[78] => 354759214965439
[79] => 92966892150973
[80] => 265138816821785
[81] => 415071313693199
[82] => 544097009991832
[83] => 128439878808028
[84] => 545757934327900
[85] => 322238619256416
[86] => 899732151412159
[87] => 23161497810466
[88] => 496807448495928
[89] => 733596130692765
[90] => 896873044461162
[91] => 515564612247175
[92] => 152983006724082
[93] => 672944692909938
[94] => 625728009355032
[95] => 66411784722180
[96] => 56208216693951
[97] => 804371984882272
[98] => 1001112312470788
[99] => 1105199213797189
[100] => 259204796290520
[101] => 931983882516733
[102] => 966084095967965
[103] => 104344252332182
[104] => 313134277035674
[105] => 638754126760018
[106] => 69880332261251
[107] => 294586006099712
[108] => 288954295441577
[109] => 735891393791673
[110] => 724156092636773
[111] => 375491497410793
[112] => 125048390979274
[113] => 726585108508909
[114] => 994477262652081
[115] => 136772128702939
[116] => 646988701078706
[117] => 519985566980428
[118] => 135633943314763
[119] => 656727882718156
[120] => 817911658731956
[121] => 291989251183722
[122] => 948249241952552
[123] => 609735325476860
[124] => 117466812943560
[125] => 1080827661266933
[126] => 590840746362965
[127] => 307941729611233
[128] => 456421754949163
[129] => 1016097450330917
[130] => 352329323509476
[131] => 650746097089914
[132] => 134899759566117
[133] => 441861916423138
[134] => 597038753210992
[135] => 1103420830226461
[136] => 148026971098448
[137] => 916271118632583
[138] => 955153419202184
[139] => 1798879314684498
[140] => 2225607284474362
[141] => 90949529588402
[142] => 95206896119787
[143] => 1899212906594052
[144] => 2162166736128132
[145] => 471610336853284
[146] => 117010304635786
[147] => 2029255390021729
[148] => 2094016542120727
[149] => 889782107564923
[150] => 1115214226221883
[151] => 1016507880790515
[152] => 1756692604672059
[153] => 1104728501401999
[154] => 1732738454119139
[155] => 1879848719330831
[156] => 514338037147354
[157] => 1572184845683768
[158] => 1757030009252394
[159] => 1154137526356992
[160] => 1233191912890828
[161] => 164156233145202
[162] => 2211401530801354
[163] => 2170900475155741
[164] => 436823748248070
[165] => 2049405781711618
[166] => 1665339723532054
[167] => 656957824178309
[168] => 812625899320771
[169] => 520047153423418
[170] => 114530815489908
[171] => 2246489382139893
[172] => 1196142833354854
[173] => 996353755073843
[174] => 1830720369304935
[175] => 1983085099925522
[176] => 1270367340013091
[177] => 1543695912729600
[178] => 1168961585389589
[179] => 698728397930370
[180] => 257921688875976
[181] => 747899297606470
[182] => 1466261534601441
[183] => 2030225064544789
[184] => 195652032048378
[185] => 1079208832362473
[186] => 468487781501746
[187] => 1798112985948044
[188] => 1325645593778741
[189] => 170418334647171
[190] => 1087473025505444
[191] => 1539276407748282
[192] => 1653793081980151
[193] => 1938665084893516
[194] => 1016201414625022
[195] => 1487483489682247
[196] => 564219461389190
[197] => 2764371488424562
[198] => 3448857297432980
[199] => 2420527741668318
[200] => 85676038747039
[201] => 3277834904219838
[202] => 2654822923604049
[203] => 808330011812767
[204] => 486184335912011
[205] => 3135061591815044
[206] => 2380838589619544
[207] => 1189530577887814
[208] => 326047820507098
[209] => 3184687558913964
[210] => 2248006112343507
[211] => 4303808485928269
[212] => 543751926855869
[213] => 3230388010274508
[214] => 2893720909727309
[215] => 3146092392602174
[216] => 2391456419812961
[217] => 2702422877142301
[218] => 557472719708955
[219] => 2945360265937329
[220] => 3554229300575331
[221] => 2163987252703444
[222] => 3873628051889558
[223] => 3773483919993445
[224] => 3850904185415248
[225] => 153056019859071
[226] => 3426804454864031
[227] => 3958307960483115
[228] => 1639951554737884
[229] => 4464275866706812
[230] => 3021834368496175
[231] => 969750651729209
[232] => 754775514414541
[233] => 819960525645281
[234] => 418968115020865
[235] => 775977671750899
[236] => 367252176742553
[237] => 58124401306520
[238] => 3093939872496786
[239] => 335261839512464
[240] => 587353174717276
[241] => 2225389428809046
[242] => 478051693742620
[243] => 665057094364853
[244] => 2069661734277578
[245] => 1612829147213827
[246] => 3759326782295702
[247] => 2295216866492096
[248] => 3316412871819519
[249] => 3269163413137210
[250] => 4094062227404900
[251] => 2780488393727618
[252] => 3438593386152392
[253] => 3718057671030143
[254] => 3627959842299183
[255] => 3975565594718192
)
)
[_iv] =>
[_unpackMode:protected] => 1
)
[_key:protected] => FOVbvguoS9K9JugpqWvbbHWn4VuGegD19CzO23cAKsae7TA7PwTPR07Upruebaprueba
[_iv:protected] => EYwEbOzq
[_modified:protected] => 1
[_allow_writing:protected] => 1
)
[nocache] =>
[scope] => 0
)
[page_name] => Smarty_Variable Object
(
[value] => prices-drop
[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] => /tienda/
[nocache] =>
[scope] => 0
)
[base_dir_ssl] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/
[nocache] =>
[scope] => 0
)
[content_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/
[nocache] =>
[scope] => 0
)
[base_uri] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/index.php
[nocache] =>
[scope] => 0
)
[tpl_dir] => Smarty_Variable Object
(
[value] => /var/www/html/shop_itimbre/tienda/themes/theme524/
[nocache] =>
[scope] => 0
)
[modules_dir] => Smarty_Variable Object
(
[value] => /tienda/modules/
[nocache] =>
[scope] => 0
)
[mail_dir] => Smarty_Variable Object
(
[value] => /tienda/mails/
[nocache] =>
[scope] => 0
)
[lang_iso] => Smarty_Variable Object
(
[value] => es
[nocache] =>
[scope] => 0
)
[come_from] => Smarty_Variable Object
(
[value] => http://shop.itimbre.com/tienda/index.php?controller=prices-drop
[nocache] =>
[scope] => 0
)
[cart_qties] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[currencies] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_currency] => 3
[name] => Dolar
[iso_code] => USD
[iso_code_num] => 840
[sign] => $
[blank] => 0
[format] => 1
[decimals] => 1
[conversion_rate] => 0.075496
[deleted] => 0
[active] => 1
[id_shop] => 1
)
[1] => Array
(
[id_currency] => 2
[name] => Peso
[iso_code] => MXN
[iso_code_num] => 484
[sign] => $
[blank] => 1
[format] => 1
[decimals] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[active] => 1
[id_shop] => 1
)
)
[nocache] =>
[scope] => 0
)
[languages] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_lang] => 1
[name] => English (English)
[active] => 1
[iso_code] => en
[language_code] => en-us
[date_format_lite] => m/j/Y
[date_format_full] => m/j/Y H:i:s
[is_rtl] => 0
[id_shop] => 1
[shops] => Array
(
[1] => 1
)
)
[1] => Array
(
[id_lang] => 4
[name] => Español (Spanish)
[active] => 1
[iso_code] => es
[language_code] => es
[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
)
)
)
[nocache] =>
[scope] => 0
)
[meta_language] => Smarty_Variable Object
(
[value] => en-es
[nocache] =>
[scope] => 0
)
[priceDisplay] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[add_prod_display] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[shop_name] => Smarty_Variable Object
(
[value] => DELTA - SHOPPING
[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] =>
[nocache] =>
[scope] => 0
)
[vat_management] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[opc] => Smarty_Variable Object
(
[value] =>
[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://shop.itimbre.com/tienda/index.php?controller=prices-drop&
[nocache] =>
[scope] => 0
)
[id_currency_cookie] => Smarty_Variable Object
(
[value] => 2
[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://shop.itimbre.com/tienda/img/
[nocache] =>
[scope] => 0
)
[img_cat_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/c/
[nocache] =>
[scope] => 0
)
[img_lang_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/l/
[nocache] =>
[scope] => 0
)
[img_prod_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/p/
[nocache] =>
[scope] => 0
)
[img_manu_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/m/
[nocache] =>
[scope] => 0
)
[img_sup_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/su/
[nocache] =>
[scope] => 0
)
[img_ship_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/s/
[nocache] =>
[scope] => 0
)
[img_store_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/st/
[nocache] =>
[scope] => 0
)
[img_col_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/img/co/
[nocache] =>
[scope] => 0
)
[img_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/themes/theme524/img/
[nocache] =>
[scope] => 0
)
[css_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/themes/theme524/css/
[nocache] =>
[scope] => 0
)
[js_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/themes/theme524/js/
[nocache] =>
[scope] => 0
)
[pic_dir] => Smarty_Variable Object
(
[value] => https://shop.itimbre.com/tienda/upload/
[nocache] =>
[scope] => 0
)
[time] => Smarty_Variable Object
(
[value] => 1761605126
[nocache] =>
[scope] => 0
)
[img_update_time] => Smarty_Variable Object
(
[value] => 1553248098
[nocache] =>
[scope] => 0
)
[static_token] => Smarty_Variable Object
(
[value] => 9d27f42dbe90788666d6e6f797d047cf
[nocache] =>
[scope] => 0
)
[token] => Smarty_Variable Object
(
[value] => 7d6597723ec08c4fd8e30158bf4a13dc
[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] => /tienda/img/favicon.ico
[nocache] =>
[scope] => 0
)
[logo_image_width] => Smarty_Variable Object
(
[value] => 388
[nocache] =>
[scope] => 0
)
[logo_image_height] => Smarty_Variable Object
(
[value] => 111
[nocache] =>
[scope] => 0
)
[logo_url] => Smarty_Variable Object
(
[value] => /tienda/img/logo-1.jpg?1553248098
[nocache] =>
[scope] => 0
)
[ganalytics_id] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[isOrder] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[advtm_menus] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_menu] => 6
[id_cms] => 0
[id_category] => 0
[id_supplier] => 0
[id_manufacturer] => 0
[id_shop] => 1
[position] => 1
[have_icon] => 1
[image_type] => png
[txt_color_menu_tab] =>
[txt_color_menu_tab_hover] =>
[fnd_color_menu_tab] =>
[fnd_color_menu_tab_over] =>
[border_size_tab] => 0
[border_color_tab] =>
[width_submenu] =>
[minheight_submenu] =>
[position_submenu] => 0
[fnd_color_submenu] =>
[border_color_submenu] =>
[border_size_submenu] => 0
[privacy] => 0
[active] => 1
[target] => 0
[type] => 7
[id_lang] => 4
[name] => Home
[value_over] =>
[value_under] =>
[link] => index.php
[link_rewrite] =>
[meta_title] =>
[category_link_rewrite] =>
[category_name] =>
[manufacturer_name] =>
[supplier_name] =>
)
[1] => Array
(
[id_menu] => 4
[id_cms] => 0
[id_category] => 0
[id_supplier] => 0
[id_manufacturer] => 0
[id_shop] => 1
[position] => 2
[have_icon] => 0
[image_type] =>
[txt_color_menu_tab] =>
[txt_color_menu_tab_hover] =>
[fnd_color_menu_tab] =>
[fnd_color_menu_tab_over] =>
[border_size_tab] => 0
[border_color_tab] =>
[width_submenu] =>
[minheight_submenu] =>
[position_submenu] => 0
[fnd_color_submenu] =>
[border_color_submenu] =>
[border_size_submenu] => 0
[privacy] => 0
[active] => 1
[target] => 0
[type] => 2
[id_lang] => 4
[name] => EMPRESA
[value_over] =>
[value_under] =>
[link] => index.php?id_cms=8&controller=cms
[link_rewrite] =>
[meta_title] =>
[category_link_rewrite] =>
[category_name] =>
[manufacturer_name] =>
[supplier_name] =>
)
[2] => Array
(
[id_menu] => 5
[id_cms] => 0
[id_category] => 0
[id_supplier] => 0
[id_manufacturer] => 0
[id_shop] => 1
[position] => 3
[have_icon] => 0
[image_type] =>
[txt_color_menu_tab] => #666666
[txt_color_menu_tab_hover] =>
[fnd_color_menu_tab] =>
[fnd_color_menu_tab_over] =>
[border_size_tab] => 0
[border_color_tab] =>
[width_submenu] =>
[minheight_submenu] =>
[position_submenu] => 0
[fnd_color_submenu] =>
[border_color_submenu] =>
[border_size_submenu] => 0
[privacy] => 0
[active] => 1
[target] => 0
[type] => 2
[id_lang] => 4
[name] => CONTACTO
[value_over] =>
[value_under] =>
[link] => index.php?controller=contact
[link_rewrite] =>
[meta_title] =>
[category_link_rewrite] =>
[category_name] =>
[manufacturer_name] =>
[supplier_name] =>
)
[3] => Array
(
[id_menu] => 2
[id_cms] => 0
[id_category] => 0
[id_supplier] => 0
[id_manufacturer] => 0
[id_shop] => 1
[position] => 4
[have_icon] => 0
[image_type] =>
[txt_color_menu_tab] =>
[txt_color_menu_tab_hover] =>
[fnd_color_menu_tab] =>
[fnd_color_menu_tab_over] =>
[border_size_tab] => 0
[border_color_tab] =>
[width_submenu] =>
[minheight_submenu] =>
[position_submenu] => 0
[fnd_color_submenu] =>
[border_color_submenu] =>
[border_size_submenu] => 0
[privacy] => 0
[active] => 1
[target] => 0
[type] => 2
[id_lang] => 4
[name] => RASTREO
[value_over] =>
[value_under] =>
[link] => index.php?id_cms=1&controller=cms
[link_rewrite] =>
[meta_title] =>
[category_link_rewrite] =>
[category_name] =>
[manufacturer_name] =>
[supplier_name] =>
)
[4] => Array
(
[id_menu] => 3
[id_cms] => 0
[id_category] => 0
[id_supplier] => 0
[id_manufacturer] => 0
[id_shop] => 1
[position] => 5
[have_icon] => 0
[image_type] =>
[txt_color_menu_tab] =>
[txt_color_menu_tab_hover] =>
[fnd_color_menu_tab] =>
[fnd_color_menu_tab_over] =>
[border_size_tab] => 0
[border_color_tab] =>
[width_submenu] =>
[minheight_submenu] =>
[position_submenu] => 0
[fnd_color_submenu] =>
[border_color_submenu] =>
[border_size_submenu] => 0
[privacy] => 0
[active] => 1
[target] => 0
[type] => 2
[id_lang] => 4
[name] => CREDITO DELTA
[value_over] =>
[value_under] =>
[link] => index.php?id_cms=9&controller=cms
[link_rewrite] =>
[meta_title] =>
[category_link_rewrite] =>
[category_name] =>
[manufacturer_name] =>
[supplier_name] =>
)
)
[nocache] =>
[scope] => 0
)
[advtm_columns_wrap] => Smarty_Variable Object
(
[value] => Array
(
[6] => Array
(
)
[4] => Array
(
)
[5] => Array
(
)
[2] => Array
(
)
[3] => Array
(
)
)
[nocache] =>
[scope] => 0
)
[advtm_columns] => Smarty_Variable Object
(
[value] => Array
(
)
[nocache] =>
[scope] => 0
)
[advtm_elements] => Smarty_Variable Object
(
[value] => Array
(
)
[nocache] =>
[scope] => 0
)
[advtm_obj] => Smarty_Variable Object
(
[value] => PM_AdvancedTopMenu Object
(
[_html:PM_AdvancedTopMenu:private] =>
[_module_prefix:PM_AdvancedTopMenu:private] => ATM
[errors:PM_AdvancedTopMenu:private] => Array
(
)
[defaultLanguage:PM_AdvancedTopMenu:private] =>
[languages:PM_AdvancedTopMenu:private] =>
[iso_lang:PM_AdvancedTopMenu:private] =>
[current_category_product_url:PM_AdvancedTopMenu:private] =>
[activeAllreadySet:PM_AdvancedTopMenu:private] =>
[base_config_url:PM_AdvancedTopMenu:private] =>
[gradient_separator:PM_AdvancedTopMenu:private] => -
[rebuildable_type:PM_AdvancedTopMenu:private] => Array
(
[0] => 3
[1] => 4
[2] => 5
)
[font_families:PM_AdvancedTopMenu:private] => Array
(
[0] => Arial, Helvetica, sans-serif
[1] => 'Arial Black', Gadget, sans-serif
[2] => 'Bookman Old Style', serif
[3] => 'Comic Sans MS', cursive
[4] => Courier, monospace
[5] => 'Courier New', Courier, monospace
[6] => Garamond, serif
[7] => Georgia, serif
[8] => Impact, Charcoal, sans-serif
[9] => 'Lucida Console', Monaco, monospace
[10] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
[11] => 'MS Sans Serif', Geneva, sans-serif
[12] => 'MS Serif', 'New York', sans-serif
[13] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
[14] => Symbol, sans-serif
[15] => Tahoma, Geneva, sans-serif
[16] => 'Times New Roman', Times, serif
[17] => 'Trebuchet MS', Helvetica, sans-serif
[18] => Verdana, Geneva, sans-serif
[19] => Webdings, sans-serif
[20] => Wingdings, 'Zapf Dingbats', sans-serif
)
[allowFileExtension:PM_AdvancedTopMenu:private] => Array
(
[0] => gif
[1] => jpg
[2] => jpeg
[3] => png
)
[keepVarActif:PM_AdvancedTopMenu:private] => Array
(
[0] => id_category
[1] => id_product
[2] => id_manufacturer
[3] => id_supplier
[4] => id_cms
)
[link_targets:PM_AdvancedTopMenu:private] => Array
(
[0] => No target. W3C compliant.
[_self] => Open document in the same frame (_self)
[_blank] => Open document in a new window (_blank)
[_top] => Open document in the same window (_top)
[_parent] => Open document in the parent frame (_parent)
)
[_copy_and_partner:protected] => Array
(
[0] => Array
(
[link] => http://www.presta-module.com/
[target] => _blank
[img] => http://www.presta-module.com/img/logo-module.JPG
[style] => float:left;margin-top:20px;
)
)
[_support_link:protected] => Array
(
[0] => Array
(
[link] => http://www.presta-module.com/contact-form.php
[target] => _blank
[label] => Support contact
)
)
[tables:PM_AdvancedTopMenu:private] => Array
(
[0] => pm_advancedtopmenu
[1] => pm_advancedtopmenu_lang
[2] => pm_advancedtopmenu_columns_wrap
[3] => pm_advancedtopmenu_columns_wrap_lang
[4] => pm_advancedtopmenu_columns
[5] => pm_advancedtopmenu_columns_lang
[6] => pm_advancedtopmenu_elements
[7] => pm_advancedtopmenu_elements_lang
)
[id] => 78
[version] => 1.8.10
[database_version] => 1.8.10
[registered_version] =>
[ps_versions_compliancy] => Array
(
[min] => 1.4
[max] => 1.6
)
[dependencies] => Array
(
)
[name] => pm_advancedtopmenu
[displayName] => Advanced Top Menu
[description] => Horizontal menu with sub menu in column
[author] => Presta-Module
[need_instance] => 1
[tab] => front_office_features
[active] => 1
[warning] =>
[limited_countries] => Array
(
)
[_lang:protected] => Array
(
)
[_path:protected] => /tienda/modules/pm_advancedtopmenu/
[local_path:protected] => /var/www/html/shop_itimbre/tienda/modules/pm_advancedtopmenu/
[_errors:protected] => Array
(
)
[_confirmations:protected] => Array
(
)
[table:protected] => module
[identifier:protected] => id_module
[context:protected] => Context Object
*RECURSION*
[smarty:protected] => Smarty_Data Object
(
[smarty] => Smarty Object
*RECURSION*
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
[module_dir] => Smarty_Variable Object
(
[value] => /tienda/modules/pm_advancedtopmenu/
[nocache] =>
[scope] => 0
)
[module_template_dir] => Smarty_Variable Object
(
[value] => /tienda/modules/pm_advancedtopmenu/
[nocache] =>
[scope] => 0
)
)
[parent] => Smarty Object
*RECURSION*
[config_vars] => Array
(
)
)
[module_key] => 22fb589ff4648a10756b4ad805180259
[page] => pm_advancedtopmenu
[_fieldsOptions] => Array
(
[ATM_CACHE] => Array
(
[title] => Enable cache
[desc] =>
[cast] => intval
[type] => bool
[default] => 1
)
[ATM_AUTOCOMPLET_SEARCH] => Array
(
[title] => Enable autocomplete for search type
[desc] =>
[cast] => intval
[type] => bool
[default] => 1
)
[ATM_MENU_GLOBAL_ACTIF] => Array
(
[title] => Enable active state for menus.
[desc] => Background and text color over are used
[cast] => intval
[type] => bool
[default] => 1
)
[ATM_MENU_GLOBAL_HEIGHT] => Array
(
[title] => Navigation bar height (px)
[desc] =>
[type] => text
[default] => 30
)
[ATM_MENU_GLOBAL_WIDTH] => Array
(
[title] => Navigation bar width (px)
[desc] => Put 0 for automatic width
[type] => text
[default] => 960
)
[ATM_MENU_GLOBAL_PADDING] => Array
(
[title] => Navigation bar padding (px)
[desc] =>
[type] => 4size
[default] => 0 10px 0 10px
)
[ATM_MENU_GLOBAL_MARGIN] => Array
(
[title] => Navigation bar margin (px)
[desc] =>
[type] => 4size
[default] => 0 0 10px 0
)
[ATM_MENU_GLOBAL_BGCOLOR] => Array
(
[title] => Navigation bar background color
[desc] =>
[type] => gradient
[default] => #ffffff
)
[ATM_MENU_GLOBAL_BORDERCOLOR] => Array
(
[title] => Navigation bar border color
[desc] =>
[type] => color
[default] => #cccccc
)
[ATM_MENU_GLOBAL_BORDERSIZE] => Array
(
[title] => Navigation bar border size (px)
[desc] =>
[type] => 4size
[default] => 1px 0 1px 0
)
[ATM_MENU_MARGIN] => Array
(
[title] => Tabs inner spaces (px)
[desc] =>
[type] => 4size
[default] => 0 2px 0 0
)
[ATM_MENU_PADDING] => Array
(
[title] => Tabs outer spaces (px)
[desc] =>
[type] => 4size
[default] => 0 0 0 0
)
[ATM_MENU_FONT_SIZE] => Array
(
[title] => Font size tabs (px)
[desc] =>
[type] => select
[default] => 11
[list] => Array
(
[0] => Array
(
[id] => 0
[name] => Use the same font size as my theme
)
[1] => Array
(
[id] => 8
[name] => 8
)
[2] => Array
(
[id] => 9
[name] => 9
)
[3] => Array
(
[id] => 10
[name] => 10
)
[4] => Array
(
[id] => 11
[name] => 11
)
[5] => Array
(
[id] => 12
[name] => 12
)
[6] => Array
(
[id] => 13
[name] => 13
)
[7] => Array
(
[id] => 14
[name] => 14
)
[8] => Array
(
[id] => 15
[name] => 15
)
[9] => Array
(
[id] => 16
[name] => 16
)
[10] => Array
(
[id] => 17
[name] => 17
)
[11] => Array
(
[id] => 18
[name] => 18
)
[12] => Array
(
[id] => 19
[name] => 19
)
[13] => Array
(
[id] => 20
[name] => 20
)
[14] => Array
(
[id] => 21
[name] => 21
)
[15] => Array
(
[id] => 22
[name] => 22
)
[16] => Array
(
[id] => 23
[name] => 23
)
[17] => Array
(
[id] => 24
[name] => 24
)
[18] => Array
(
[id] => 25
[name] => 25
)
[19] => Array
(
[id] => 26
[name] => 26
)
[20] => Array
(
[id] => 27
[name] => 27
)
[21] => Array
(
[id] => 28
[name] => 28
)
[22] => Array
(
[id] => 29
[name] => 29
)
[23] => Array
(
[id] => 30
[name] => 30
)
)
[identifier] => id
)
[ATM_MENU_FONT_FAMILY] => Array
(
[title] => Font family tabs
[desc] =>
[type] => select
[default] => 0
[list] => Array
(
[0] => Array
(
[id] => 0
[name] => Use the same font family as my theme
)
[1] => Array
(
[id] => Arial, Helvetica, sans-serif
[name] => Arial, Helvetica, sans-serif
)
[2] => Array
(
[id] => 'Arial Black', Gadget, sans-serif
[name] => 'Arial Black', Gadget, sans-serif
)
[3] => Array
(
[id] => 'Bookman Old Style', serif
[name] => 'Bookman Old Style', serif
)
[4] => Array
(
[id] => 'Comic Sans MS', cursive
[name] => 'Comic Sans MS', cursive
)
[5] => Array
(
[id] => Courier, monospace
[name] => Courier, monospace
)
[6] => Array
(
[id] => 'Courier New', Courier, monospace
[name] => 'Courier New', Courier, monospace
)
[7] => Array
(
[id] => Garamond, serif
[name] => Garamond, serif
)
[8] => Array
(
[id] => Georgia, serif
[name] => Georgia, serif
)
[9] => Array
(
[id] => Impact, Charcoal, sans-serif
[name] => Impact, Charcoal, sans-serif
)
[10] => Array
(
[id] => 'Lucida Console', Monaco, monospace
[name] => 'Lucida Console', Monaco, monospace
)
[11] => Array
(
[id] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
[name] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
)
[12] => Array
(
[id] => 'MS Sans Serif', Geneva, sans-serif
[name] => 'MS Sans Serif', Geneva, sans-serif
)
[13] => Array
(
[id] => 'MS Serif', 'New York', sans-serif
[name] => 'MS Serif', 'New York', sans-serif
)
[14] => Array
(
[id] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
[name] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
)
[15] => Array
(
[id] => Symbol, sans-serif
[name] => Symbol, sans-serif
)
[16] => Array
(
[id] => Tahoma, Geneva, sans-serif
[name] => Tahoma, Geneva, sans-serif
)
[17] => Array
(
[id] => 'Times New Roman', Times, serif
[name] => 'Times New Roman', Times, serif
)
[18] => Array
(
[id] => 'Trebuchet MS', Helvetica, sans-serif
[name] => 'Trebuchet MS', Helvetica, sans-serif
)
[19] => Array
(
[id] => Verdana, Geneva, sans-serif
[name] => Verdana, Geneva, sans-serif
)
[20] => Array
(
[id] => Webdings, sans-serif
[name] => Webdings, sans-serif
)
[21] => Array
(
[id] => Wingdings, 'Zapf Dingbats', sans-serif
[name] => Wingdings, 'Zapf Dingbats', sans-serif
)
)
[identifier] => id
)
[ATM_MENU_COLOR] => Array
(
[title] => Text color tabs
[desc] =>
[type] => color
[default] => #666666
)
[ATM_MENU_COLOR_OVER] => Array
(
[title] => Text color tabs over
[desc] =>
[type] => color
[default] => #333333
)
[ATM_MENU_BGCOLOR] => Array
(
[title] => Tabs background color
[desc] =>
[type] => gradient
[default] => #ffffff
)
[ATM_MENU_BGCOLOR_OVER] => Array
(
[title] => Tabs background color over
[desc] =>
[type] => gradient
[default] => #e5e5e5
)
[ATM_MENU_BORDERCOLOR] => Array
(
[title] => Tabs border color
[desc] =>
[type] => color
[default] => #cccccc
)
[ATM_MENU_BORDERSIZE] => Array
(
[title] => Tabs border size (px)
[desc] =>
[type] => 4size
[default] => 0 1px 0 1px
)
[ATM_SUBMENU_WIDTH] => Array
(
[title] => Submenus width (px)
[desc] => Put 0 for automatic width
[type] => text
[default] => 0
)
[ATM_SUBMENU_HEIGHT] => Array
(
[title] => Submenus min-height (px)
[desc] =>
[type] => text
[default] => 0
)
[ATM_SUBMENU_POSITION] => Array
(
[title] => Show sub-menus
[desc] =>
[cast] => intval
[type] => select
[default] => 1
[list] => Array
(
[0] => Array
(
[id] => 1
[name] => Left-aligned current menu
)
[1] => Array
(
[id] => 2
[name] => Left-aligned global menu
)
)
[identifier] => id
)
[ATM_SUBMENU_BGCOLOR] => Array
(
[title] => Submenus background color
[desc] =>
[type] => gradient
[default] => #f5f5f5
)
[ATM_SUBMENU_BORDERCOLOR] => Array
(
[title] => Submenus border color
[desc] =>
[type] => color
[default] => #e5e5e5
)
[ATM_SUBMENU_BORDERSIZE] => Array
(
[title] => Submenus border size (px)
[desc] =>
[type] => 4size
[default] => 4px 4px 4px 4px
)
[ATM_COLUMNWRAP_PADDING] => Array
(
[title] => Columns inner spaces (px)
[desc] =>
[type] => 4size
[default] => 10px 10px 10px 10px
)
[ATM_COLUMN_FONT_SIZE] => Array
(
[title] => Groups titles font size (px)
[desc] =>
[type] => select
[default] => 11
[list] => Array
(
[0] => Array
(
[id] => 0
[name] => Use the same font size as my theme
)
[1] => Array
(
[id] => 8
[name] => 8
)
[2] => Array
(
[id] => 9
[name] => 9
)
[3] => Array
(
[id] => 10
[name] => 10
)
[4] => Array
(
[id] => 11
[name] => 11
)
[5] => Array
(
[id] => 12
[name] => 12
)
[6] => Array
(
[id] => 13
[name] => 13
)
[7] => Array
(
[id] => 14
[name] => 14
)
[8] => Array
(
[id] => 15
[name] => 15
)
[9] => Array
(
[id] => 16
[name] => 16
)
[10] => Array
(
[id] => 17
[name] => 17
)
[11] => Array
(
[id] => 18
[name] => 18
)
[12] => Array
(
[id] => 19
[name] => 19
)
[13] => Array
(
[id] => 20
[name] => 20
)
[14] => Array
(
[id] => 21
[name] => 21
)
[15] => Array
(
[id] => 22
[name] => 22
)
[16] => Array
(
[id] => 23
[name] => 23
)
[17] => Array
(
[id] => 24
[name] => 24
)
[18] => Array
(
[id] => 25
[name] => 25
)
[19] => Array
(
[id] => 26
[name] => 26
)
[20] => Array
(
[id] => 27
[name] => 27
)
[21] => Array
(
[id] => 28
[name] => 28
)
[22] => Array
(
[id] => 29
[name] => 29
)
[23] => Array
(
[id] => 30
[name] => 30
)
)
[identifier] => id
)
[ATM_COLUMN_FONT_FAMILY] => Array
(
[title] => Groups titles font family
[desc] =>
[type] => select
[default] => 0
[list] => Array
(
[0] => Array
(
[id] => 0
[name] => Use the same font family as my theme
)
[1] => Array
(
[id] => Arial, Helvetica, sans-serif
[name] => Arial, Helvetica, sans-serif
)
[2] => Array
(
[id] => 'Arial Black', Gadget, sans-serif
[name] => 'Arial Black', Gadget, sans-serif
)
[3] => Array
(
[id] => 'Bookman Old Style', serif
[name] => 'Bookman Old Style', serif
)
[4] => Array
(
[id] => 'Comic Sans MS', cursive
[name] => 'Comic Sans MS', cursive
)
[5] => Array
(
[id] => Courier, monospace
[name] => Courier, monospace
)
[6] => Array
(
[id] => 'Courier New', Courier, monospace
[name] => 'Courier New', Courier, monospace
)
[7] => Array
(
[id] => Garamond, serif
[name] => Garamond, serif
)
[8] => Array
(
[id] => Georgia, serif
[name] => Georgia, serif
)
[9] => Array
(
[id] => Impact, Charcoal, sans-serif
[name] => Impact, Charcoal, sans-serif
)
[10] => Array
(
[id] => 'Lucida Console', Monaco, monospace
[name] => 'Lucida Console', Monaco, monospace
)
[11] => Array
(
[id] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
[name] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
)
[12] => Array
(
[id] => 'MS Sans Serif', Geneva, sans-serif
[name] => 'MS Sans Serif', Geneva, sans-serif
)
[13] => Array
(
[id] => 'MS Serif', 'New York', sans-serif
[name] => 'MS Serif', 'New York', sans-serif
)
[14] => Array
(
[id] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
[name] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
)
[15] => Array
(
[id] => Symbol, sans-serif
[name] => Symbol, sans-serif
)
[16] => Array
(
[id] => Tahoma, Geneva, sans-serif
[name] => Tahoma, Geneva, sans-serif
)
[17] => Array
(
[id] => 'Times New Roman', Times, serif
[name] => 'Times New Roman', Times, serif
)
[18] => Array
(
[id] => 'Trebuchet MS', Helvetica, sans-serif
[name] => 'Trebuchet MS', Helvetica, sans-serif
)
[19] => Array
(
[id] => Verdana, Geneva, sans-serif
[name] => Verdana, Geneva, sans-serif
)
[20] => Array
(
[id] => Webdings, sans-serif
[name] => Webdings, sans-serif
)
[21] => Array
(
[id] => Wingdings, 'Zapf Dingbats', sans-serif
[name] => Wingdings, 'Zapf Dingbats', sans-serif
)
)
[identifier] => id
)
[ATM_COLUMN_TITLE_COLOR] => Array
(
[title] => Groups titles color
[desc] =>
[type] => color
[default] => #333333
)
[ATM_COLUMN_TITLE_COLOR_OVER] => Array
(
[title] => Groups titles color over
[desc] =>
[type] => color
[default] => #666666
)
[ATM_COLUMN_PADDING] => Array
(
[title] => Groups inner spaces (px)
[desc] =>
[type] => 4size
[default] => 0 0 0 0
)
[ATM_COLUMN_MARGIN] => Array
(
[title] => Groups outer spaces (px)
[desc] =>
[type] => 4size
[default] => 0 0 0 0
)
[ATM_COLUMN_ITEM_FONT_SIZE] => Array
(
[title] => Items font size (px)
[desc] =>
[type] => select
[default] => 11
[list] => Array
(
[0] => Array
(
[id] => 0
[name] => Use the same font size as my theme
)
[1] => Array
(
[id] => 8
[name] => 8
)
[2] => Array
(
[id] => 9
[name] => 9
)
[3] => Array
(
[id] => 10
[name] => 10
)
[4] => Array
(
[id] => 11
[name] => 11
)
[5] => Array
(
[id] => 12
[name] => 12
)
[6] => Array
(
[id] => 13
[name] => 13
)
[7] => Array
(
[id] => 14
[name] => 14
)
[8] => Array
(
[id] => 15
[name] => 15
)
[9] => Array
(
[id] => 16
[name] => 16
)
[10] => Array
(
[id] => 17
[name] => 17
)
[11] => Array
(
[id] => 18
[name] => 18
)
[12] => Array
(
[id] => 19
[name] => 19
)
[13] => Array
(
[id] => 20
[name] => 20
)
[14] => Array
(
[id] => 21
[name] => 21
)
[15] => Array
(
[id] => 22
[name] => 22
)
[16] => Array
(
[id] => 23
[name] => 23
)
[17] => Array
(
[id] => 24
[name] => 24
)
[18] => Array
(
[id] => 25
[name] => 25
)
[19] => Array
(
[id] => 26
[name] => 26
)
[20] => Array
(
[id] => 27
[name] => 27
)
[21] => Array
(
[id] => 28
[name] => 28
)
[22] => Array
(
[id] => 29
[name] => 29
)
[23] => Array
(
[id] => 30
[name] => 30
)
)
[identifier] => id
)
[ATM_COLUMN_ITEM_FONT_FAMILY] => Array
(
[title] => Items font family
[desc] =>
[type] => select
[default] => 0
[list] => Array
(
[0] => Array
(
[id] => 0
[name] => Use the same font family as my theme
)
[1] => Array
(
[id] => Arial, Helvetica, sans-serif
[name] => Arial, Helvetica, sans-serif
)
[2] => Array
(
[id] => 'Arial Black', Gadget, sans-serif
[name] => 'Arial Black', Gadget, sans-serif
)
[3] => Array
(
[id] => 'Bookman Old Style', serif
[name] => 'Bookman Old Style', serif
)
[4] => Array
(
[id] => 'Comic Sans MS', cursive
[name] => 'Comic Sans MS', cursive
)
[5] => Array
(
[id] => Courier, monospace
[name] => Courier, monospace
)
[6] => Array
(
[id] => 'Courier New', Courier, monospace
[name] => 'Courier New', Courier, monospace
)
[7] => Array
(
[id] => Garamond, serif
[name] => Garamond, serif
)
[8] => Array
(
[id] => Georgia, serif
[name] => Georgia, serif
)
[9] => Array
(
[id] => Impact, Charcoal, sans-serif
[name] => Impact, Charcoal, sans-serif
)
[10] => Array
(
[id] => 'Lucida Console', Monaco, monospace
[name] => 'Lucida Console', Monaco, monospace
)
[11] => Array
(
[id] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
[name] => 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
)
[12] => Array
(
[id] => 'MS Sans Serif', Geneva, sans-serif
[name] => 'MS Sans Serif', Geneva, sans-serif
)
[13] => Array
(
[id] => 'MS Serif', 'New York', sans-serif
[name] => 'MS Serif', 'New York', sans-serif
)
[14] => Array
(
[id] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
[name] => 'Palatino Linotype', 'Book Antiqua', Palatino, serif
)
[15] => Array
(
[id] => Symbol, sans-serif
[name] => Symbol, sans-serif
)
[16] => Array
(
[id] => Tahoma, Geneva, sans-serif
[name] => Tahoma, Geneva, sans-serif
)
[17] => Array
(
[id] => 'Times New Roman', Times, serif
[name] => 'Times New Roman', Times, serif
)
[18] => Array
(
[id] => 'Trebuchet MS', Helvetica, sans-serif
[name] => 'Trebuchet MS', Helvetica, sans-serif
)
[19] => Array
(
[id] => Verdana, Geneva, sans-serif
[name] => Verdana, Geneva, sans-serif
)
[20] => Array
(
[id] => Webdings, sans-serif
[name] => Webdings, sans-serif
)
[21] => Array
(
[id] => Wingdings, 'Zapf Dingbats', sans-serif
[name] => Wingdings, 'Zapf Dingbats', sans-serif
)
)
[identifier] => id
)
[ATM_COLUMN_ITEM_COLOR] => Array
(
[title] => Items color
[desc] =>
[type] => color
[default] => #999999
)
[ATM_COLUMN_ITEM_COLOR_OVER] => Array
(
[title] => Items color over
[desc] =>
[type] => color
[default] => #666666
)
[ATM_COLUMN_ITEM_PADDING] => Array
(
[title] => Items inner spaces (px)
[desc] =>
[type] => 4size
[default] => 0 0 0 0
)
[ATM_COLUMN_ITEM_MARGIN] => Array
(
[title] => Items outer spaces (px)
[desc] =>
[type] => 4size
[default] => 0 0 0 0
)
)
[optionTitle] => Global Styles
[_cacheIsInMaintenance] =>
)
[nocache] =>
[scope] => 0
)
[isLogged] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[defaultEntity] => Smarty_Variable Object
(
[value] => Array
(
[id] => 1
[description] => El Movimiento Internacional de la Cruz Roja y de la Media Luna Roja, comúnmente conocido como Cruz Roja o Media Luna Roja, es un movimiento humanitario mundial de características particulares y única en su género, por su relación particular con base en convenios internacionales con los estados y organismos internacionales por un fin netamente humanitario.
[link] => http://google.com
[img] =>
)
[nocache] =>
[scope] => 0
)
[valorDonacion] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[importeDonacion] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[entidadDonacion] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[nombreEntidadDonacion] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[donationCart] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[donationCartFormat] => Smarty_Variable Object
(
[value] => $ 1.00
[nocache] =>
[scope] => 0
)
[totalCart] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[entities] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id] => 2
[name] => Casa del Inmigrante de Tijuana
[description] => La casa del Inmigrante de Tijuana nace con la misión de apoyar a los migrantes, proporcionandoles hospedaje, alimentación, ropa, atención médica, ayuda espiritual e información de los peligros del camino y asi disminuir su vulnerabilidad.
)
[1] => Array
(
[id] => 1
[name] => Cruz Roja
[description] => El Movimiento Internacional de la Cruz Roja y de la Media Luna Roja, comúnmente conocido como Cruz Roja o Media Luna Roja, es un movimiento humanitario mundial de características particulares y única en su género, por su relación particular con base en convenios internacionales con los estados y organismos internacionales por un fin netamente humanitario.
)
[2] => Array
(
[id] => 3
[name] => Hogar para niños de Baja California
[description] => El hogar para niños de Baja California permite a los niños recibir educación, cuidados y atención que sus familias no pueden proporcionar.
)
)
[nocache] =>
[scope] => 0
)
[my_module_name] => Smarty_Variable Object
(
[value] => donations
[nocache] =>
[scope] => 0
)
[my_module_link] => Smarty_Variable Object
(
[value] => http://shop.itimbre.com/tienda/index.php?fc=module&module=donationsmodule&controller=display&id_lang=4
[nocache] =>
[scope] => 0
)
[hook] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[banners] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_blockadvertmulti] => 11
[description] =>
[image_name] => 2.png
[image_link] =>
[block_id] => 2
[order] => 0
[active] => 1
[open_blank] => 0
[rotate] => 0
)
[1] => Array
(
[id_blockadvertmulti] => 10
[description] =>
[image_name] => 1.png
[image_link] =>
[block_id] => 2
[order] => 0
[active] => 1
[open_blank] => 0
[rotate] => 0
)
)
[nocache] =>
[scope] => 0
)
[img_path] => Smarty_Variable Object
(
[value] => /tienda/img/bnrs/
[nocache] =>
[scope] => 0
)
[HOOK_HEADER] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[HOOK_TOP] => Smarty_Variable Object
(
[value] =>
-
en
-
es
43. public function initContent()
44. {
45. parent::initContent();
46.
47. $this->productSort();
48. $nbProducts = Product::getPricesDrop($this->context->language->id, null, null, true);
49. $this->pagination($nbProducts);
50.
51. $this->context->smarty->assign(array(
52. 'products' => Product::getPricesDrop($this->context->language->id, (int)$this->p - 1, (int)$this->n, false, $this->orderBy, $this->orderWay),
53. 'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'),
Argument [0] 4 Argument [1] Argument [2] 10 Argument [3] 1
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();
342. // Execute hook dispatcher
343. if (isset($params_hook_action_dispatcher))
344. Hook::exec('actionDispatcher', $params_hook_action_dispatcher);
345.
346. // Running controller
347. $controller->run();
348. }
349. catch (PrestaShopException $e)
350. {
351. $e->displayMessage();
352. }
0. <?php
1. ini_set('max_execution_time', 300);
2. require(dirname(__FILE__).'/config/config.inc.php');
3. Dispatcher::getInstance()->dispatch();
4.