^ CategoryController {#433
  #context: Context {#14
    +cart: Cart {#535
      +id: null
      +id_lang: 1
      #lang_associated: null
      +id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "cart"
      #identifier: "id_cart"
      #fieldsRequired: array:2 [
        0 => "id_currency"
        1 => "id_lang"
      ]
      #fieldsSize: array:3 [
        "gift_message" => 4194303
        "delivery_option" => 4194303
        "secure_key" => 32
      ]
      #fieldsValidate: array:16 [
        "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" => "isCleanHtml"
        "mobile_theme" => "isBool"
        "allow_seperated_package" => "isBool"
        "date_add" => "isDate"
        "date_upd" => "isDate"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:2 [
        "fields" => array:6 [
          "id_address_delivery" => array:1 [
            "xlink_resource" => "addresses"
          ]
          "id_address_invoice" => array:1 [
            "xlink_resource" => "addresses"
          ]
          "id_currency" => array:1 [
            "xlink_resource" => "currencies"
          ]
          "id_customer" => array:1 [
            "xlink_resource" => "customers"
          ]
          "id_guest" => array:1 [
            "xlink_resource" => "guests"
          ]
          "id_lang" => array:1 [
            "xlink_resource" => "languages"
          ]
        ]
        "associations" => array:1 [
          "cart_rows" => array:3 [
            "resource" => "cart_row"
            "virtual_entity" => true
            "fields" => array:5 [ …5]
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "cart"
        "primary" => "id_cart"
        "fields" => array:18 [
          "id_shop_group" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_shop" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_address_delivery" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_address_invoice" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_carrier" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_currency" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "id_customer" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_guest" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_lang" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "recyclable" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "gift" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "gift_message" => array:3 [
            "type" => 3
            "validate" => "isCleanHtml"
            "size" => 4194303
          ]
          "mobile_theme" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "delivery_option" => array:2 [
            "type" => 3
            "size" => 4194303
          ]
          "secure_key" => array:2 [
            "type" => 3
            "size" => 32
          ]
          "allow_seperated_package" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "date_add" => array:2 [
            "type" => 5
            "validate" => "isDate"
          ]
          "date_upd" => array:2 [
            "type" => 5
            "validate" => "isDate"
          ]
        ]
        "classname" => "Cart"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: 1
      +id_address_delivery: 0
      +id_address_invoice: 0
      +id_currency: 1
      +id_customer: null
      +id_guest: 0
      +recyclable: false
      +gift: false
      +gift_message: null
      +mobile_theme: null
      +date_add: null
      +secure_key: null
      +id_carrier: 0
      +date_upd: null
      +checkedTos: false
      +pictures: null
      +textFields: null
      +delivery_option: null
      +allow_seperated_package: false
      #_products: null
      #_taxCalculationMethod: "0"
      #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#531
        #parameters: null
        -shop: null
      }
      #addressFactory: PrestaShop\PrestaShop\Adapter\AddressFactory {#534}
      #shouldSplitGiftProductsQuantity: false
      #shouldExcludeGiftsDiscount: false
    }
    +customer: Customer {#50
      +id: null
      +id_lang: null
      #lang_associated: null
      +id_shop: null
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "customer"
      #identifier: "id_customer"
      #fieldsRequired: array:4 [
        0 => "lastname"
        1 => "firstname"
        2 => "email"
        3 => "passwd"
      ]
      #fieldsSize: array:6 [
        "lastname" => 255
        "firstname" => 255
        "email" => 255
        "passwd" => 255
        "note" => 4194303
        "reset_password_token" => 40
      ]
      #fieldsValidate: array:27 [
        "secure_key" => "isMd5"
        "lastname" => "isCustomerName"
        "firstname" => "isCustomerName"
        "email" => "isEmail"
        "passwd" => "isHashedPassword"
        "id_gender" => "isUnsignedId"
        "birthday" => "isBirthDate"
        "newsletter" => "isBool"
        "optin" => "isBool"
        "website" => "isUrl"
        "company" => "isGenericName"
        "siret" => "isGenericName"
        "ape" => "isApe"
        "outstanding_allow_amount" => "isFloat"
        "show_public_prices" => "isBool"
        "id_risk" => "isUnsignedInt"
        "max_payment_days" => "isUnsignedInt"
        "active" => "isBool"
        "deleted" => "isBool"
        "is_guest" => "isBool"
        "id_shop" => "isUnsignedId"
        "id_shop_group" => "isUnsignedId"
        "id_lang" => "isUnsignedId"
        "date_add" => "isDate"
        "date_upd" => "isDate"
        "reset_password_token" => "isSha1"
        "reset_password_validity" => "isDateOrNull"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:3 [
        "objectMethods" => array:2 [
          "add" => "addWs"
          "update" => "updateWs"
        ]
        "fields" => array:8 [
          "id_default_group" => array:1 [
            "xlink_resource" => "groups"
          ]
          "id_lang" => array:1 [
            "xlink_resource" => "languages"
          ]
          "newsletter_date_add" => []
          "ip_registration_newsletter" => []
          "last_passwd_gen" => array:1 [
            "setter" => null
          ]
          "secure_key" => array:1 [
            "setter" => null
          ]
          "deleted" => []
          "passwd" => array:1 [
            "setter" => "setWsPasswd"
          ]
        ]
        "associations" => array:1 [
          "groups" => array:1 [
            "resource" => "group"
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "customer"
        "primary" => "id_customer"
        "fields" => array:32 [
          "secure_key" => array:3 [
            "type" => 3
            "validate" => "isMd5"
            "copy_post" => false
          ]
          "lastname" => array:4 [
            "type" => 3
            "validate" => "isCustomerName"
            "required" => true
            "size" => 255
          ]
          "firstname" => array:4 [
            "type" => 3
            "validate" => "isCustomerName"
            "required" => true
            "size" => 255
          ]
          "email" => array:4 [
            "type" => 3
            "validate" => "isEmail"
            "required" => true
            "size" => 255
          ]
          "passwd" => array:4 [
            "type" => 3
            "validate" => "isHashedPassword"
            "required" => true
            "size" => 255
          ]
          "last_passwd_gen" => array:2 [
            "type" => 3
            "copy_post" => false
          ]
          "id_gender" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "birthday" => array:2 [
            "type" => 5
            "validate" => "isBirthDate"
          ]
          "newsletter" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "newsletter_date_add" => array:2 [
            "type" => 5
            "copy_post" => false
          ]
          "ip_registration_newsletter" => array:2 [
            "type" => 3
            "copy_post" => false
          ]
          "optin" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "website" => array:2 [
            "type" => 3
            "validate" => "isUrl"
          ]
          "company" => array:2 [
            "type" => 3
            "validate" => "isGenericName"
          ]
          "siret" => array:2 [
            "type" => 3
            "validate" => "isGenericName"
          ]
          "ape" => array:2 [
            "type" => 3
            "validate" => "isApe"
          ]
          "outstanding_allow_amount" => array:3 [
            "type" => 4
            "validate" => "isFloat"
            "copy_post" => false
          ]
          "show_public_prices" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "id_risk" => array:3 [
            "type" => 1
            "validate" => "isUnsignedInt"
            "copy_post" => false
          ]
          "max_payment_days" => array:3 [
            "type" => 1
            "validate" => "isUnsignedInt"
            "copy_post" => false
          ]
          "active" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "deleted" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "note" => array:3 [
            "type" => 6
            "size" => 4194303
            "copy_post" => false
          ]
          "is_guest" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "id_shop" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "id_shop_group" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "id_default_group" => array:2 [
            "type" => 1
            "copy_post" => false
          ]
          "id_lang" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "date_add" => array:3 [
            "type" => 5
            "validate" => "isDate"
            "copy_post" => false
          ]
          "date_upd" => array:3 [
            "type" => 5
            "validate" => "isDate"
            "copy_post" => false
          ]
          "reset_password_token" => array:4 [
            "type" => 3
            "validate" => "isSha1"
            "size" => 40
            "copy_post" => false
          ]
          "reset_password_validity" => array:3 [
            "type" => 5
            "validate" => "isDateOrNull"
            "copy_post" => false
          ]
        ]
        "classname" => "Customer"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: null
      +secure_key: null
      +note: null
      +id_gender: 0
      +id_default_group: 1
      +lastname: null
      +firstname: null
      +birthday: null
      +email: null
      +newsletter: null
      +ip_registration_newsletter: null
      +newsletter_date_add: null
      +optin: null
      +website: null
      +company: null
      +siret: null
      +ape: null
      +outstanding_allow_amount: 0
      +show_public_prices: 0
      +id_risk: null
      +max_payment_days: 0
      +passwd: null
      +last_passwd_gen: null
      +active: true
      +is_guest: false
      +deleted: false
      +date_add: null
      +date_upd: null
      +years: null
      +days: null
      +months: null
      +geoloc_id_country: null
      +geoloc_id_state: null
      +geoloc_postcode: null
      +logged: false
      +id_guest: false
      +groupBox: null
      +reset_password_token: null
      +reset_password_validity: null
    }
    +cookie: Cookie {#26
      #_content: array:3 [
        "date_add" => "2026-07-17 12:45:06"
        "id_lang" => 1
        "id_currency" => 1
      ]
      #_name: "PrestaShop-def598ccebd39ed547dcc05362e90fdd"
      #_expire: 1786013106
      #_domain: "test.gradyflor.com"
      #_sameSite: "Lax"
      #_path: "/"
      #cipherTool: PhpEncryption {#20}
      #_modified: true
      #_allow_writing: true
      #_salt: "aLkep2usFoyMUhFSYLuVgjUG10oHGH44"
      #_standalone: false
      #_secure: true
      #session: null
    }
    +session: Symfony\Component\HttpFoundation\Session\Session {#31
      #storage: Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage {#32
        #bags: array:2 [
          "attributes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#38
            -bag: Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag {#37 …3}
            -data: &2 array:2 [
              "_sf2_attributes" => & []
              "_symfony_flashes" => & []
            ]
            -usageIndex: &5 2
          }
          "flashes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#40
            -bag: Symfony\Component\HttpFoundation\Session\Flash\FlashBag {#39 …3}
            -data: &2 array:2 [&2]
            -usageIndex: &5 2
          }
        ]
        #started: true
        #closed: false
        #saveHandler: Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy {#34
          #wrapper: false
          #saveHandlerName: "files"
          #handler: Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler {#35
            -sessionName: null
            -prefetchId: null
            -prefetchData: null
            -newSessionId: null
            -igbinaryEmptyData: null
            -handler: SessionHandler {#36}
            -doDestroy: null
          }
        }
        #metadataBag: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag {#33
          -name: "__metadata"
          -storageKey: "_sf2_meta"
          #meta: & array:3 [
            "u" => 1784285106
            "c" => 1784285106
            "l" => 1786013106
          ]
          -lastUsed: 1784285106
          -updateThreshold: 0
        }
        -emulateSameSite: null
      }
      -flashName: "flashes"
      -attributeName: "attributes"
      -data: &2 array:2 [&2]
      -usageIndex: &5 2
    }
    +link: Link {#844
      #allow: true
      #url: "/index.php"
      +protocol_link: "https://"
      +protocol_content: "https://"
      #ssl_enable: "1"
      #urlShopId: null
    }
    +country: Country {#21
      +id: 6
      #id_lang: 1
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "country"
      #identifier: "id_country"
      #fieldsRequired: array:5 [
        0 => "id_zone"
        1 => "iso_code"
        2 => "contains_states"
        3 => "need_identification_number"
        4 => "display_tax_label"
      ]
      #fieldsSize: array:1 [
        "iso_code" => 3
      ]
      #fieldsValidate: array:10 [
        "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: array:1 [
        0 => "name"
      ]
      #fieldsSizeLang: array:1 [
        "name" => 64
      ]
      #fieldsValidateLang: array:1 [
        "name" => "isGenericName"
      ]
      #tables: []
      #webserviceParameters: array:2 [
        "objectsNodeName" => "countries"
        "fields" => array:2 [
          "id_zone" => array:1 [
            "xlink_resource" => "zones"
          ]
          "id_currency" => array:1 [
            "xlink_resource" => "currencies"
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:6 [
        "table" => "country"
        "primary" => "id_country"
        "multilang" => true
        "fields" => array:11 [
          "id_zone" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "id_currency" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "call_prefix" => array:2 [
            "type" => 1
            "validate" => "isInt"
          ]
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 3
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "contains_states" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "need_identification_number" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "need_zip_code" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "zip_code_format" => array:2 [
            "type" => 3
            "validate" => "isZipCodeFormat"
          ]
          "display_tax_label" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "name" => array:5 [
            "type" => 3
            "lang" => true
            "validate" => "isGenericName"
            "required" => true
            "size" => 64
          ]
        ]
        "associations" => array:3 [
          "zone" => array:1 [
            "type" => 1
          ]
          "currency" => array:1 [
            "type" => 1
          ]
          "l" => array:3 [
            "type" => 2
            "field" => "id_country"
            "foreign_field" => "id_country"
          ]
        ]
        "classname" => "Country"
      ]
      #update_fields: null
      +force_id: false
      +id_zone: "1"
      +id_currency: "0"
      +iso_code: "ES"
      +call_prefix: "34"
      +name: "España"
      +contains_states: "1"
      +need_identification_number: "1"
      +need_zip_code: "1"
      +zip_code_format: "NNNNN"
      +display_tax_label: "1"
      +active: "1"
    }
    +employee: null
    +controller: CategoryController {#433}
    +override_controller_name_for_translations: null
    +language: Language {#41
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "lang"
      #identifier: "id_lang"
      #fieldsRequired: array:4 [
        0 => "name"
        1 => "iso_code"
        2 => "date_format_lite"
        3 => "date_format_full"
      ]
      #fieldsSize: array:6 [
        "name" => 32
        "iso_code" => 2
        "locale" => 5
        "language_code" => 5
        "date_format_lite" => 32
        "date_format_full" => 32
      ]
      #fieldsValidate: array:8 [
        "name" => "isGenericName"
        "iso_code" => "isLanguageIsoCode"
        "locale" => "isLocale"
        "language_code" => "isLanguageCode"
        "active" => "isBool"
        "is_rtl" => "isBool"
        "date_format_lite" => "isPhpDateFormat"
        "date_format_full" => "isPhpDateFormat"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:2 [
        "objectNodeName" => "language"
        "objectsNodeName" => "languages"
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "lang"
        "primary" => "id_lang"
        "fields" => array:8 [
          "name" => array:4 [
            "type" => 3
            "validate" => "isGenericName"
            "required" => true
            "size" => 32
          ]
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 2
          ]
          "locale" => array:3 [
            "type" => 3
            "validate" => "isLocale"
            "size" => 5
          ]
          "language_code" => array:3 [
            "type" => 3
            "validate" => "isLanguageCode"
            "size" => 5
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "is_rtl" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "date_format_lite" => array:4 [
            "type" => 3
            "validate" => "isPhpDateFormat"
            "required" => true
            "size" => 32
          ]
          "date_format_full" => array:4 [
            "type" => 3
            "validate" => "isPhpDateFormat"
            "required" => true
            "size" => 32
          ]
        ]
        "classname" => "Language"
      ]
      #update_fields: null
      +force_id: false
      +name: "Español (Spanish)"
      +iso_code: "es"
      +locale: "es-ES"
      +language_code: "es"
      +date_format_lite: "d/m/Y"
      +date_format_full: "d/m/Y H:i:s"
      +is_rtl: "0"
      +active: "1"
      #translationsFilesAndVars: array:5 [
        "fields" => "_FIELDS"
        "errors" => "_ERRORS"
        "admin" => "_LANGADM"
        "pdf" => "_LANGPDF"
        "tabs" => "tabs"
      ]
    }
    +currency: Currency {#536
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "currency"
      #identifier: "id_currency"
      #fieldsRequired: array:2 [
        0 => "iso_code"
        1 => "conversion_rate"
      ]
      #fieldsSize: array:2 [
        "iso_code" => 3
        "numeric_iso_code" => 3
      ]
      #fieldsValidate: array:8 [
        "iso_code" => "isLanguageIsoCode"
        "numeric_iso_code" => "isNumericIsoCode"
        "precision" => "isInt"
        "conversion_rate" => "isUnsignedFloat"
        "deleted" => "isBool"
        "active" => "isBool"
        "unofficial" => "isBool"
        "modified" => "isBool"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: array:3 [
        "name" => 255
        "symbol" => 255
        "pattern" => 255
      ]
      #fieldsValidateLang: array:1 [
        "name" => "isGenericName"
      ]
      #tables: []
      #webserviceParameters: array:2 [
        "objectsNodeName" => "currencies"
        "fields" => array:4 [
          "names" => array:2 [
            "getter" => "getLocalizedNames"
            "i18n" => true
          ]
          "name" => array:2 [
            "getter" => "getName"
            "modifier" => array:2 [ …2]
          ]
          "symbol" => array:1 [
            "getter" => "getLocalizedSymbols"
          ]
          "iso_code" => array:1 [
            "modifier" => array:2 [ …2]
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:6 [
        "table" => "currency"
        "primary" => "id_currency"
        "multilang" => true
        "fields" => array:11 [
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 3
          ]
          "numeric_iso_code" => array:4 [
            "type" => 3
            "allow_null" => true
            "validate" => "isNumericIsoCode"
            "size" => 3
          ]
          "precision" => array:2 [
            "type" => 1
            "validate" => "isInt"
          ]
          "conversion_rate" => array:4 [
            "type" => 4
            "validate" => "isUnsignedFloat"
            "required" => true
            "shop" => true
          ]
          "deleted" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "unofficial" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "modified" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "name" => array:4 [
            "type" => 3
            "lang" => true
            "validate" => "isGenericName"
            "size" => 255
          ]
          "symbol" => array:3 [
            "type" => 3
            "lang" => true
            "size" => 255
          ]
          "pattern" => array:3 [
            "type" => 3
            "lang" => true
            "size" => 255
          ]
        ]
        "classname" => "Currency"
        "associations" => array:1 [
          "l" => array:3 [
            "type" => 2
            "field" => "id_currency"
            "foreign_field" => "id_currency"
          ]
        ]
      ]
      #update_fields: null
      +force_id: false
      +name: "Euro"
      #localizedNames: array:2 [
        1 => "euro"
        2 => ""
      ]
      +iso_code: "EUR"
      +iso_code_num: "978"
      +numeric_iso_code: "978"
      +conversion_rate: "1.000000"
      +deleted: "0"
      +unofficial: "0"
      +modified: "0"
      +active: "1"
      +sign: ""
      +symbol: ""
      -localizedSymbols: array:2 [
        1 => ""
        2 => ""
      ]
      +format: null
      +blank: 1
      +decimals: 1
      +precision: "2"
      +pattern: array:2 [
        1 => ""
        2 => ""
      ]
      -localizedPatterns: array:2 [
        1 => ""
        2 => ""
      ]
      +prefix: null
      +suffix: null
    }
    +currentLocale: PrestaShop\PrestaShop\Core\Localization\Locale {#539
      #code: "es-ES"
      #numberFormatter: PrestaShop\PrestaShop\Core\Localization\Number\Formatter {#892
        #roundingMode: "up"
        #numberingSystem: "latn"
        #numberSpecification: null
      }
      #numberSpecification: PrestaShop\PrestaShop\Core\Localization\Specification\Number {#538
        #positivePattern: "#,##0.###"
        #negativePattern: "-#,##0.###"
        #symbols: array:46 [
          "adlm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#845
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "arab" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#846
            #decimal: "٫"
            #group: "٬"
            #list: "؛"
            #percentSign: "٪؜"
            #minusSign: "؜-"
            #plusSign: "؜+"
            #exponential: "اس"
            #superscriptingExponent: "×"
            #perMille: "؉"
            #infinity: ""
            #nan: "NaN"
          }
          "arabext" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#847
            #decimal: "٫"
            #group: "٬"
            #list: "؛"
            #percentSign: "٪"
            #minusSign: "‎-‎"
            #plusSign: "‎+‎"
            #exponential: "×۱۰^"
            #superscriptingExponent: "×"
            #perMille: "؉"
            #infinity: ""
            #nan: "NaN"
          }
          "bali" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#848
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "beng" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#849
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "brah" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#850
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "cakm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#851
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "cham" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#852
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "deva" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#853
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "fullwide" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#854
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "gong" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#855
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "gonm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#856
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "gujr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#857
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "guru" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#858
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "hanidec" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#859
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "java" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#860
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "kali" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#861
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "khmr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#862
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "knda" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#863
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "lana" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#864
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "lanatham" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#865
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "laoo" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#866
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "latn" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#867
            #decimal: ","
            #group: "."
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "lepc" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#868
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "limb" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#869
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mlym" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#870
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mong" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#871
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mtei" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#872
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mymr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#873
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mymrshan" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#874
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "nkoo" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#875
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "olck" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#876
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "orya" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#877
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "osma" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#878
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "rohg" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#879
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "saur" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#880
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "shrd" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#881
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "sora" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#882
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "sund" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#883
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "takr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#884
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "talu" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#885
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "tamldec" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#886
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "telu" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#887
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "thai" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#888
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "tibt" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#889
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "vaii" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#890
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
        ]
        #maxFractionDigits: 3
        #minFractionDigits: 0
        #groupingUsed: true
        #primaryGroupSize: 3
        #secondaryGroupSize: 3
      }
      #priceSpecifications: PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection {#894
        #numberSpecifications: array:1 [
          "EUR" => PrestaShop\PrestaShop\Core\Localization\Specification\Price {#897
            #positivePattern: "#,##0.00 ¤"
            #negativePattern: "-#,##0.00 ¤"
            #symbols: array:46 [ …46]
            #maxFractionDigits: 2
            #minFractionDigits: 2
            #groupingUsed: true
            #primaryGroupSize: 3
            #secondaryGroupSize: 3
            #currencyDisplay: "symbol"
            #currencySymbol: ""
            #currencyCode: "EUR"
          }
        ]
      }
    }
    +tab: null
    +shop: Shop {#18
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: null
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "shop"
      #identifier: "id_shop"
      #fieldsRequired: array:3 [
        0 => "name"
        1 => "id_category"
        2 => "id_shop_group"
      ]
      #fieldsSize: array:1 [
        "name" => 64
      ]
      #fieldsValidate: array:5 [
        "active" => "isBool"
        "deleted" => "isBool"
        "name" => "isGenericName"
        "color" => "isColor"
        "theme_name" => "isThemeName"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:1 [
        "fields" => array:2 [
          "id_shop_group" => array:1 [
            "xlink_resource" => "shop_groups"
          ]
          "id_category" => []
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "shop"
        "primary" => "id_shop"
        "fields" => array:7 [
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "deleted" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "name" => array:4 [
            "type" => 3
            "validate" => "isGenericName"
            "required" => true
            "size" => 64
          ]
          "color" => array:2 [
            "type" => 3
            "validate" => "isColor"
          ]
          "id_category" => array:2 [
            "type" => 1
            "required" => true
          ]
          "theme_name" => array:2 [
            "type" => 3
            "validate" => "isThemeName"
          ]
          "id_shop_group" => array:2 [
            "type" => 1
            "required" => true
          ]
        ]
        "classname" => "Shop"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: "1"
      +id_category: "2"
      +theme_name: "v1_furnisure_39"
      +name: "Gradyflor"
      +color: ""
      +active: "1"
      +deleted: "0"
      +physical_uri: "/"
      +virtual_uri: ""
      +domain: "test.gradyflor.com"
      +domain_ssl: "test.gradyflor.com"
      #group: ShopGroup {#19
        +id: 1
        #id_lang: null
        #lang_associated: null
        #id_shop: null
        +id_shop_list: []
        #get_shop_from_context: true
        #table: "shop_group"
        #identifier: "id_shop_group"
        #fieldsRequired: array:1 [
          0 => "name"
        ]
        #fieldsSize: array:1 [
          "name" => 64
        ]
        #fieldsValidate: array:7 [
          "name" => "isGenericName"
          "color" => "isColor"
          "share_customer" => "isBool"
          "share_order" => "isBool"
          "share_stock" => "isBool"
          "active" => "isBool"
          "deleted" => "isBool"
        ]
        #fieldsRequiredLang: []
        #fieldsSizeLang: []
        #fieldsValidateLang: []
        #tables: []
        #webserviceParameters: []
        #image_dir: null
        #image_format: "jpg"
        #translator: null
        #def: array:4 [
          "table" => "shop_group"
          "primary" => "id_shop_group"
          "fields" => array:7 [
            "name" => array:4 [ …4]
            "color" => array:2 [ …2]
            "share_customer" => array:2 [ …2]
            "share_order" => array:2 [ …2]
            "share_stock" => array:2 [ …2]
            "active" => array:2 [ …2]
            "deleted" => array:2 [ …2]
          ]
          "classname" => "ShopGroup"
        ]
        #update_fields: null
        +force_id: false
        +name: "Default"
        +color: ""
        +active: "1"
        +share_customer: "0"
        +share_stock: "0"
        +share_order: "0"
        +deleted: "0"
      }
      +address: null
      +theme: PrestaShop\PrestaShop\Core\Addon\Theme\Theme {#24
        -attributes: PrestaShop\PrestaShop\Core\Util\ArrayFinder {#25
          -array: array:12 [
            "name" => "v1_furnisure_39"
            "display_name" => "Furnisure Super Store"
            "version" => "4.4.4"
            "theme_key" => "6e0b5802bd6d61ebd5c893ee953e58fb"
            "author" => array:3 [ …3]
            "meta" => array:2 [ …2]
            "assets" => null
            "global_settings" => array:5 [ …5]
            "theme_settings" => array:2 [ …2]
            "dependencies" => array:1 [ …1]
            "directory" => "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/"
            "preview" => "themes/v1_furnisure_39/preview.png"
          ]
          -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#27
            -magicCall: false
            -ignoreInvalidIndices: true
            -ignoreInvalidProperty: false
            -cacheItemPool: null
            -propertyPathCache: array:2 [ …2]
            -readPropertyCache: []
            -writePropertyCache: []
          }
        }
      }
    }
    +tmpOldShop: null
    +smarty: SmartyDev {#43
      +_objType: 1
      +template_class: "SmartyDevTemplate"
      +tpl_vars: array:1 [
        "request_uri" => Smarty_Variable {#532
          +value: "/BASES-Y-CENTROS?from-xhr=1&id_category=47&p=417"
          +nocache: false
        }
      ]
      +parent: null
      +config_vars: []
      +ext: Smarty_Internal_Extension_Handler {#42
        +objType: 1
        -_property_info: array:8 [
          "AutoloadFilters" => 0
          "DefaultModifiers" => 0
          "ConfigVars" => 0
          "DebugTemplate" => 0
          "RegisteredObject" => 0
          "StreamVariable" => 0
          "TemplateVars" => 0
          "Literals" => "Literals"
        ]
        -resolvedProperties: []
        +"registerResource": Smarty_Internal_Method_RegisterResource {#46
          +objMap: 3
        }
        +"registerPlugin": Smarty_Internal_Method_RegisterPlugin {#49
          +objMap: 3
        }
        +"createData": Smarty_Internal_Method_CreateData {#74
          +objMap: 3
        }
      }
      +cache_id: null
      +compile_id: null
      +caching: 0
      +compile_check: 1
      +cache_lifetime: 3600
      +tplFunctions: []
      +_cache: []
      +auto_literal: true
      +error_unassigned: false
      +use_include_path: false
      +_templateDirNormalized: false
      +_joined_template_dir: "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/templates/"
      +_configDirNormalized: false
      +_joined_config_dir: null
      +default_template_handler_func: null
      +default_config_handler_func: null
      +default_plugin_handler_func: null
      +_compileDirNormalized: true
      +_pluginsDirNormalized: false
      +_cacheDirNormalized: true
      +force_compile: false
      +use_sub_dirs: true
      +allow_ambiguous_resources: false
      +merge_compiled_includes: false
      +extends_recursion: true
      +force_cache: false
      +left_delimiter: "{"
      +right_delimiter: "}"
      +literals: []
      +security_class: "Smarty_Security"
      +security_policy: null
      +allow_php_templates: false
      +debugging: false
      +debugging_ctrl: "NONE"
      +smarty_debug_id: "SMARTY_DEBUG"
      +debug_tpl: "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/debug.tpl"
      +error_reporting: null
      +config_overwrite: true
      +config_booleanize: true
      +config_read_hidden: false
      +compile_locking: true
      +cache_locking: false
      +locking_timeout: 10
      +default_resource_type: "file"
      +caching_type: "file"
      +default_config_type: "file"
      +cache_modified_check: false
      +registered_plugins: array:3 [
        "function" => array:7 [
          "widget" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "render" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "form_field" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "dateFormat" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "hook" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "l" => array:3 [
            0 => "smartyTranslate"
            1 => true
            2 => []
          ]
          "url" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
        "block" => array:1 [
          "widget_block" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
        "modifier" => array:38 [
          "boolval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "classname" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "classnames" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "cleanHtml" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "end" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "escape" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "truncate" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "addcslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "addslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "array_slice" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "date" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "explode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "floatval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "htmlentities" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "htmlspecialchars" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "implode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "in_array" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "intval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "json_decode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "json_encode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "lcfirst" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "md5" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "mt_rand" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "nl2br" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "print_r" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "rand" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "sizeof" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "str_replace" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "stripslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strpos" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strstr" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strtolower" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "substr" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "trim" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "ucfirst" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "urlencode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "var_dump" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
      ]
      +registered_objects: []
      +registered_classes: []
      +registered_filters: []
      +registered_resources: array:2 [
        "module" => SmartyResourceModule {#45
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: array:2 [
            "theme" => "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/modules/"
            "modules" => "/var/www/vhosts/test.gradyflor.com/httpdocs/modules/"
          ]
          +isAdmin: false
        }
        "parent" => SmartyResourceParent {#47
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: []
        }
      ]
      +registered_cache_resources: []
      +autoload_filters: []
      +default_modifiers: []
      +escape_html: true
      +start_time: 1784285106.4234
      +_current_file: null
      +_parserdebug: false
      +_debug: null
      #template_dir: array:2 [
        0 => "/var/www/vhosts/test.gradyflor.com/httpdocs/modules/creativeelements/views/templates/front/theme/"
        1 => "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/templates/"
      ]
      #_processedTemplateDir: []
      #config_dir: []
      #_processedConfigDir: []
      #compile_dir: "/var/www/vhosts/test.gradyflor.com/httpdocs/var/cache/dev/smarty/compile/"
      #plugins_dir: array:2 [
        0 => "/var/www/vhosts/test.gradyflor.com/httpdocs/vendor/smarty/smarty/libs/plugins/"
        1 => "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/plugins"
      ]
      #cache_dir: "/var/www/vhosts/test.gradyflor.com/httpdocs/var/cache/dev/smarty/cache/"
      #obsoleteProperties: array:8 [
        0 => "resource_caching"
        1 => "template_resource_caching"
        2 => "direct_access_security"
        3 => "_dir_perms"
        4 => "_file_perms"
        5 => "plugin_search_order"
        6 => "inheritance_merge_compiled_includes"
        7 => "resource_cache_mode"
      ]
      #accessMap: array:5 [
        "template_dir" => "TemplateDir"
        "config_dir" => "ConfigDir"
        "plugins_dir" => "PluginsDir"
        "compile_dir" => "CompileDir"
        "cache_dir" => "CacheDir"
      ]
      -isMutingUndefinedOrNullWarnings: false
    }
    +mobile_detect: Mobile_Detect {#70
      #cache: []
      #userAgent: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
      #httpHeaders: array:7 [
        "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
        "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
        "HTTP_ACCEPT" => "*/*"
        "HTTP_X_ACCEL_INTERNAL" => "/internal-nginx-static-location"
        "HTTP_X_REAL_IP" => "216.73.217.7"
        "HTTP_HOST" => "test.gradyflor.com"
        "HTTP_MOD_REWRITE" => "On"
      ]
      #cloudfrontHeaders: []
      #matchingRegex: null
      #matchesArray: null
      #detectionType: "mobile"
    }
    +mode: null
    +container: null
    +virtualTotalTaxExcluded: 0
    +virtualTotalTaxIncluded: 0
    #translator: PrestaShopBundle\Translation\TranslatorComponent {#77
      #catalogues: array:1 [
        "es-ES" => Symfony\Component\Translation\MessageCatalogue {#82
          -messages: array:166 [
            "ModulesCategoryproductsAdmin" => array:7 [
              "Products in the same category" => "Productos en la misma categoría"
              "Adds a block on the product page that displays products from the same category." => "Añade un bloque a la página del producto que muestra más productos de la misma categoría."
              "Invalid value for display price." => "Valor no válido para el precio mostrado."
              "Display products' prices" => "Mostrar el precio de los productos"
              "Show the prices of the products displayed in the block." => "Mostrar el precio de los productos mostrados en el bloque."
              "Number of product to display" => "Número de productos a mostrar"
              "Add a block on every product page that displays items from the same category." => "Añade un bloque a la página del producto que muestra más productos de la misma categoría."
            ]
            "ShopThemeCatalog" => array:118 [
              "New products" => "Novedades"
              "In stock" => "En stock"
              "Quantity : " => "Cantidad:"
              "My Account" => "Mi cuenta"
              "Subcategory" => "Subcategorías"
              "Unit discount" => "Descuento unitario"
              "Items" => "Artículos"
              "Item" => "Artículo"
              "Categories" => "Categorías"
              "Pages" => "Páginas"
              "Price drop" => "Promociones especiales"
              "Best sellers" => "Los más vendidos"
              "Category: %category_name%" => "Categoría: %category_name%"
              "List of all brands" => "Listado de todas las marcas"
              "%number% products" => "%number% productos"
              "%number% product" => "producto %number%"
              "Prices drop" => "Ofertas"
              "Search results" => "Resultados de la búsqueda"
              "List of products by supplier %supplier_name%" => "Listado de productos por proveedor %supplier_name%"
              "List of all suppliers" => "Listado de todos los proveedores"
              "Quantity" => "Cantidad"
              "Sales, highest to lowest" => "Ventas en orden decreciente"
              "Date added, newest to oldest" => "Fecha de añadido, más recientes a más antiguos"
              "Date added, oldest to newest" => "Fecha de añadido, de más antiguos a más recientes"
              "Name, A to Z" => "Nombre, A a Z"
              "Name, Z to A" => "Nombre, Z a A"
              "Price, low to high" => "Precio: de más bajo a más alto"
              "Price, high to low" => "Precio, de más alto a más bajo"
              "Relevance" => "Relevancia"
              "%1$s:" => "%1$s:"
              "Search our catalog" => "Búsqueda en catálogo"
              "Search" => "Buscar"
              "New" => "Nuevo"
              "Used" => "Usado"
              "Refurbished" => "Reacondicionado"
              "Online only" => "¡Disponible sólo en Internet!"
              "On sale!" => "¡En oferta!"
              "Reduced price" => "Precio rebajado"
              "Pack" => "Pack"
              "Product available with different options" => "Producto disponible con otras opciones"
              "Last items in stock" => "Últimas unidades en stock"
              "ean13" => "ean13"
              "isbn" => "isbn"
              "upc" => "upc"
              "MPN" => "MPN"
              "Best Sellers" => "Los más vendidos"
              "All best sellers" => "Los productos más vendidos"
              "All brands" => "Todas las marcas"
              "brands" => "marcas"
              "No brand" => "Ninguna marca"
              "Brands" => "Marcas"
              "%s other product in the same category:" => "%s otro producto en la misma categoría:"
              "%s other products in the same category:" => "%s otros productos en la misma categoría:"
              "Customers who bought this product also bought:" => "Los clientes que adquirieron este producto también compraron:"
              "My alerts" => "Mis alertas"
              "Popular Products" => "Productos Destacados"
              "All products" => "Todos los productos"
              "All new products" => "Todas las novedades"
              "1 person is currently watching this product." => "1 persona está viendo este producto."
              "%nb_people% people are currently watching this product." => "%nb_people% personas están viendo este producto ahora mismo."
              "Last time this product was bought: %date_last_order%" => "Última vez que se compró este producto: %date_last_order%"
              "Last time this product was added to a cart: %date_last_cart%" => "Última vez que se añadió este producto a un carrito: %date_last_cart%"
              "No RSS feed added" => "No se ha añadido ninguna fuente RSS"
              "On sale" => "En oferta"
              "All sale products" => "Todas los productos en oferta"
              "All suppliers" => "Todos los proveedores"
              "No supplier" => "No hay proveedores"
              "Suppliers" => "Proveedores"
              "Viewed products" => "Productos más vistos"
              "Regular price" => "Precio base"
              "Price" => "Precio"
              "Your customization:" => "Su personalización:"
              "Product customization" => "Personalización del producto"
              "Brand" => "Marca"
              "Availability date:" => "Fecha de disponibilidad:"
              "Data sheet" => "Ficha técnica"
              "Specific References" => "Referencias específicas"
              "Condition" => "Estado"
              "Reference" => "Referencia"
              "Volume discounts" => "Descuentos por volumen"
              "You Save" => "Usted ahorra"
              "Save %percentage%" => "%percentage% de descuento"
              "Save %amount%" => "Ahorre un %amount%"
              "%price% tax excl." => "%price% impuestos excl."
              "Instead of %price%" => "En lugar de %price%"
              "Including %amount% for ecotax" => "Incluyendo %amount% para la ecotasa"
              "(not impacted by the discount)" => "(no está incluido en el descuento)"
              "No tax" => "Sin impuestos"
              ": " => ": "
              "Showing %from%-%to% of %total% item(s)" => "Mostrando %from%-%to% de %total% artículo(s)"
              "There are %product_count% products." => "Hay %product_count% productos."
              "There is 1 product." => "Hay 1 producto."
              "List of products by brand %brand_name%" => "Listado de productos por marca %brand_name%"
              "No products available yet" => "No hay productos disponibles"
              "Stay tuned! More products will be shown here as they are added." => "¡Estate atento! Próximamente se añadirán más productos."
              "No matches were found for your search" => "No se han encontrado coincidencias con tu búsqueda"
              "Please try other keywords to describe what you are looking for." => "Usa otras palabras clave para describir lo que estás buscando."
              "List of products by supplier %s" => "Listado de productos por proveedor %s"
              "This pack contains" => "Este pack contiene"
              "Description" => "Descripción"
              "Product Details" => "Detalles del producto"
              "Attachments" => "Adjuntos"
              "You might also like" => "También podría interesarle"
              "Unit price" => "Precio unitario"
              "Total price" => "Precio total"
              "Product" => "Producto"
              "No products available" => "No hay productos disponibles"
              "Go Top" => "Go Top"
              "Sign In" => "Sign In"
              "(%unit_price%)" => "(%unit_price%)"
              "Up to %discount%" => "Hasta %discount%"
              "%1$s: " => "%1$s: "
              " off" => " off"
              "Facebook" => "Facebook"
              "Twitter" => "Twitter"
              "Google+" => "Google+"
              "Pinterest" => "Pinterest"
              "Home" => "Home"
            ]
            "ShopThemeCheckout" => array:116 [
              "Cart" => "Carrito"
              "tax incl." => "impuestos incl."
              "tax excl." => "impuestos excl."
              "(additional cost of %giftcost% %taxlabel%)" => "(coste adicional de %giftcost% %taxlabel%)"
              "I would like my order to be gift wrapped %cost%" => "Quiero mi pedido sea envuelto para regalo %cost%"
              "Personal Information" => "Datos Personales"
              "I agree to the [terms of service] and will adhere to them unconditionally." => "Estoy de acuerdo con los [términos del servicio] y los acepto sin reservas."
              "%price% tax incl." => "%price% imp incl."
              "%price% tax excl." => "%price% impuestos excl."
              "Free" => "Gratis"
              "My Address" => "Mi Dirección"
              "Tax included" => "Impuestos incluidos"
              "Tax excluded" => "Impuestos excluidos"
              "Free shipping" => "Envío gratuito"
              "Guest order tracking" => "Seguimiento de pedido de invitado"
              "Order confirmation" => "Confirmación de pedido"
              "Product Successfully Added to Your Shopping Cart" => "Producto añadido correctamente a su carrito"
              "Discount(s)" => "Descuento(s)"
              "Shipping" => "Transporte"
              "Included taxes" => "Impuestos incluidos"
              "Taxes" => "Impuestos"
              "1 item" => "1 artículo"
              "%count% items" => "%count% artículos"
              "A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.)." => "Se necesita una compra mínima total de %amount% (impuestos exc.) para validar su pedido. En este momento el valor total de su carrito es de %total% (impuestos exc.)."
              "Total" => "Total"
              "Total (tax incl.)" => "Total (impuestos incl.)"
              "Total (tax excl.)" => "Total (impuestos excl.)"
              "Total paid" => "Total pagado"
              "Subtotal" => "Subtotal"
              "Gift wrapping" => "Embalaje para regalo"
              "Discount" => "Descuento"
              "Shipping and handling" => "Envío y manipulación"
              "Tax" => "Impuestos"
              "Product successfully added to your shopping cart" => "Producto añadido correctamente a su carrito de compra"
              "Quantity:" => "Cantidad:"
              "There are %products_count% items in your cart." => "Hay %products_count% artículos en su carrito."
              "There is %products_count% item in your cart." => "Hay %products_count% artículo en su carrito."
              "Subtotal:" => "Subtotal:"
              "Shipping:" => "Envío:"
              "Shopping cart link containing %nbProducts% product(s)" => "Enlace al carrito de la compra que tiene %nbProducts% productos"
              "The minimum purchase order quantity for the product is %quantity%." => "La cantidad mínima en el pedido de compra para el producto es %quantity%."
              "Use this address for invoice too" => "Utilizar esta dirección para facturas también"
              "%productName% product quantity field" => "cantidad del producto %productName%"
              "Gift" => "Regalo"
              "There are no more items in your cart" => "No hay más artículos en su carrito"
              "Have a promo code?" => "¿Tiene un código promocional?"
              "Promo code" => "Código promocional"
              "Close" => "Cerrar"
              "Create an account" => "Crear una cuenta"
              "(optional)" => "(opcional)"
              "And save time on your next order!" => "¡Y ahorre tiempo en su próximo pedido!"
              "Order items" => "Artículos del pedido"
               …64
            ]
            "ShopThemeActions" => array:68 [ …68]
            "ShopThemeCustomeraccount" => array:83 [ …83]
            "ModulesBlockwishlistAdmin" => array:21 [ …21]
            "es-ES" => array:28 [ …28]
            "ShopThemeAction" => array:6 [ …6]
            "ModulesGoogleanalyticsAdmin" => array:28 [ …28]
            "ModulesAutoupgradeAdmin" => array:385 [ …385]
            "ModulesFaviconnotificationboAdmin" => array:6 [ …6]
            "ModulesCustomersigninAdmin" => array:3 [ …3]
            "ModulesNewproductsAdmin" => array:8 [ …8]
            "ModulesLegalcomplianceShop" => array:1 [ …1]
            "ModulesCashondeliveryShop" => array:7 [ …7]
            "ModulesBrandlistAdmin" => array:9 [ …9]
            "AdminCatalogNotification" => array:197 [ …197]
            "AdminStatsFeature" => array:11 [ …11]
            "EmailsBody" => array:317 [ …317]
            "ModulesSpecialsShop" => array:2 [ …2]
            "AdminOrderscustomersFeature" => array:336 [ …336]
            "ModulesDataprivacyShop" => array:1 [ …1]
            "ModulesBestsellersAdmin" => array:5 [ …5]
            "ModulesFeaturedproductsShop" => array:2 [ …2]
            "AdminNotificationsWarning" => array:21 [ …21]
            "ModulesSpecialsAdmin" => array:6 [ …6]
            "ModulesWelcomeAdmin" => array:47 [ …47]
            "ModulesStatscheckupAdmin" => array:17 [ …17]
            "AdminNotificationsError" => array:280 [ …280]
            "ModulesBannerAdmin" => array:8 [ …8]
            "AdminDashboardFeature" => array:7 [ …7]
            "ModulesSocialfollowAdmin" => array:23 [ …23]
            "ModulesStatsdataAdmin" => array:9 [ …9]
            "ModulesViewedproductAdmin" => array:6 [ …6]
            "AdminAdvparametersHelp" => array:132 [ …132]
            "AdminDesignNotification" => array:39 [ …39]
            "ModulesMainmenuAdmin" => array:34 [ …34]
            "ModulesWirepaymentAdmin" => array:21 [ …21]
            "ModulesLinklistShop" => array:2 [ …2]
            "ShopFormsHelp" => array:17 [ …17]
            "ModulesCheckpaymentAdmin" => array:17 [ …17]
            "ModulesDistributionapiclientAdmin" => array:2 [ …2]
            "ShopNotificationsWarning" => array:8 [ …8]
            "ModulesStatsbestvouchersAdmin" => array:4 [ …4]
            "ModulesGAnalyticsAdmin" => array:41 [ …41]
            "ShopDemoCatalog" => array:68 [ …68]
            "AdminDashboardNotification" => array:4 [ …4]
            "messages" => array:375 [ …375]
            "AdminCatalogFeature" => array:596 [ …596]
            "AdminShopparametersFeature" => array:288 [ …288]
            "ShopFormsErrors" => array:5 [ …5]
            "AdminNavigationMenu" => array:120 [ …120]
            "AdminGlobal" => array:337 [ …337]
            "ModulesBrandlistShop" => array:3 [ …3]
            "ModulesEmailalertsShop" => array:9 [ …9]
            "ModulesSupplierlistShop" => array:3 [ …3]
            "ModulesStatsbestsuppliersAdmin" => array:4 [ …4]
            "ModulesStatspersonalinfosAdmin" => array:28 [ …28]
            "AdminPaymentFeature" => array:7 [ …7]
            "AdminOrderscustomersHelp" => array:51 [ …51]
            "ModulesStatsstockAdmin" => array:10 [ …10]
            "AdminDesignFeature" => array:108 [ …108]
            "ModulesDashgoalsAdmin" => array:24 [ …24]
            "AdminShippingFeature" => array:63 [ …63]
            "ModulesBlockwishlistShop" => array:60 [ …60]
            "AdminModulesHelp" => array:14 [ …14]
            "ShopNotificationsError" => array:101 [ …101]
            "AdminStatsHelp" => array:4 [ …4]
            "ModulesCurrencyselectorAdmin" => array:3 [ …3]
            "ModulesProductcommentsShop" => array:43 [ …43]
            "AdminDashboardHelp" => array:10 [ …10]
            "ModulesStatssearchAdmin" => array:9 [ …9]
            "ModulesDashproductsAdmin" => array:27 [ …27]
            "ModulesDataprivacyAdmin" => array:6 [ …6]
            "ModulesStatscatalogAdmin" => array:17 [ …17]
            "ModulesEmailsubscriptionShop" => array:14 [ …14]
            "ModulesSocialfollowShop" => array:11 [ …11]
            "ModulesBlockreassuranceAdmin" => array:57 [ …57]
            "AdminAdvparametersNotification" => array:225 [ …225]
            "AdminNotificationsSuccess" => array:38 [ …38]
            "ModulesSharebuttonsAdmin" => array:2 [ …2]
            "ModulesCategoryproductsShop" => array:2 [ …2]
            "ModulesStatsbestproductsAdmin" => array:6 [ …6]
            "ShopNotificationsSuccess" => array:10 [ …10]
            "ModulesStatsforecastAdmin" => array:38 [ …38]
            "AdminInternationalHelp" => array:81 [ …81]
            "ModulesSharebuttonsShop" => array:3 [ …3]
            "ModulesBestsellersShop" => array:2 [ …2]
            "ModulesContactinfoShop" => array:12 [ …12]
            "AdminInternationalFeature" => array:163 [ …163]
            "AdminPaymentHelp" => array:7 [ …7]
            "ModulesStatsbestcategoriesAdmin" => array:8 [ …8]
            "ModulesCashondeliveryAdmin" => array:2 [ …2]
            "AdminNotificationsInfo" => array:21 [ …21]
            "ShopThemeCategory" => array:1 [ …1]
            "ModulesStatssalesAdmin" => array:18 [ …18]
            "ModulesFacetedsearchShop" => array:16 [ …16]
            "ModulesWirepaymentShop" => array:19 [ …19]
            "ModulesCustomtextAdmin" => array:3 [ …3]
            "ModulesCrosssellingAdmin" => array:8 [ …8]
            "ShopNavigation" => array:67 [ …67]
            "AdminShopparametersHelp" => array:132 [ …132]
            "ModulesLanguageselectorAdmin" => array:3 [ …3]
            "AdminShopparametersNotification" => array:50 [ …50]
            "AdminCatalogHelp" => array:166 [ …166]
            "ModulesProductcommentsAdmin" => array:50 [ …50]
            "AdminNavigationSearch" => array:18 [ …18]
            "ModulesStatsregistrationsAdmin" => array:15 [ …15]
            "Install" => array:207 [ …207]
            "ModulesBlockreassuranceShop" => array:4 [ …4]
            "AdminLoginFeature" => array:9 [ …9]
            "ShopFormsLabels" => array:37 [ …37]
            "ModulesSearchbarAdmin" => array:2 [ …2]
            "AdminNavigationNotification" => array:17 [ …17]
            "ModulesCustomeraccountlinksAdmin" => array:6 [ …6]
            "ModulesEmailsubscriptionAdmin" => array:40 [ …40]
            "AdminModulesFeature" => array:84 [ …84]
            "AdminShippingNotification" => array:19 [ …19]
            "ModulesStatsproductAdmin" => array:20 [ …20]
            "ModulesDashactivityAdmin" => array:30 [ …30]
            "EmailsSubject" => array:30 [ …30]
            "ShopPdf" => array:98 [ …98]
            "ModulesGridhtmlAdmin" => array:2 [ …2]
            "ModulesStatscarrierAdmin" => array:5 [ …5]
            "ModulesCategorytreeAdmin" => array:10 [ …10]
            "ModulesEmailalertsAdmin" => array:40 [ …40]
            "AdminStatsNotification" => array:3 [ …3]
            "ModulesSupplierlistAdmin" => array:9 [ …9]
            "ModulesContactformShop" => array:16 [ …16]
            "ModulesShoppingcartAdmin" => array:5 [ …5]
            "AdminInternationalNotification" => array:120 [ …120]
            "ModulesViewedproductShop" => array:1 [ …1]
            "AdminLoginNotification" => array:27 [ …27]
            "AdminOrderscustomersNotification" => array:109 [ …109]
            "ModulesGraphnvd3Admin" => array:2 [ …2]
            "ShopThemeGlobal" => array:101 [ …101]
            "ModulesCrosssellingShop" => array:1 [ …1]
            "ModulesImagesliderAdmin" => array:37 [ …37]
            "ModulesPsgdprCustomeraccount" => array:1 [ …1]
            "AdminDesignHelp" => array:54 [ …54]
            "ModulesBannerShop" => array:1 [ …1]
            "AdminShippingHelp" => array:45 [ …45]
            "ModulesNewproductsShop" => array:2 [ …2]
            "AdminModulesNotification" => array:129 [ …129]
            "ModulesFacetedsearchAdmin" => array:121 [ …121]
            "ModulesPagesnotfoundAdmin" => array:18 [ …18]
            "ModulesStatsbestmanufacturersAdmin" => array:4 [ …4]
            "ModulesMailalertsShop" => array:4 [ …4]
            "ModulesDashtrendsAdmin" => array:16 [ …16]
            "ModulesStatsbestcustomersAdmin" => array:12 [ …12]
            "AdminNavigationHeader" => array:58 [ …58]
            "ModulesMailalertsAdmin" => array:2 [ …2]
            "ModulesFeaturedproductsAdmin" => array:11 [ …11]
            "ModulesGsitemapAdmin" => array:40 [ …40]
            "AdminActions" => array:221 [ …221]
            "AdminPaymentNotification" => array:11 [ …11]
            "ModulesStatsnewsletterAdmin" => array:7 [ …7]
            "ModulesContactformAdmin" => array:9 [ …9]
            "ModulesCheckpaymentShop" => array:19 [ …19]
            "ModulesLinklistAdmin" => array:15 [ …15]
            "AdminAdvparametersFeature" => array:458 [ …458]
            "ModulesContactinfoAdmin" => array:4 [ …4]
            "ModulesPsxdesignAlertnewmoduleavailable" => array:3 [ …3]
            "ModulesPsxdesignAdmin" => array:179 [ …179]
            "ModulesPsshippingAdmin" => array:5 [ …5]
            "ModulesEditionbasicAdmin" => array:31 [ …31]
          ]
          -metadata: []
          -resources: []
          -locale: "es-ES"
          -fallbackCatalogue: Symfony\Component\Translation\MessageCatalogue {#84
            -messages: []
            -metadata: []
            -resources: []
            -locale: "es"
            -fallbackCatalogue: null
            -parent: Symfony\Component\Translation\MessageCatalogue {#82}
          }
          -parent: null
        }
      ]
      -locale: "es-ES"
      -fallbackLocales: []
      -loaders: []
      -resources: []
      -formatter: Symfony\Component\Translation\Formatter\MessageFormatter {#78
        -translator: Symfony\Component\Translation\IdentityTranslator {#79
          -selector: null
          -locale: null
        }
        -intlFormatter: Symfony\Component\Translation\Formatter\IntlFormatter {#80
          -hasMessageFormatter: null
          -cache: []
        }
      }
      -cacheDir: "/var/www/vhosts/test.gradyflor.com/httpdocs/var/cache/dev/translations"
      -debug: false
      -cacheVary: []
      -configCacheFactory: Symfony\Component\Config\ConfigCacheFactory {#81
        -debug: false
      }
      -parentLocales: null
      -hasIntlFormatter: true
    }
    #priceComputingPrecision: null
    #mobile_device: null
    #is_mobile: false
    #is_tablet: false
  }
  +css_files: []
  +js_files: []
  #display_header: true
  #display_header_javascript: true
  #template: null
  #display_footer: true
  #content_only: false
  +ajax: false
  #json: false
  #status: ""
  #redirect_after: null
  +controller_type: "front"
  +php_self: "category"
  #translator: PrestaShopBundle\Translation\TranslatorComponent {#77}
  #container: FrontContainer {#571 …17}
  +errors: []
  +layout: null
  +warning: []
  +success: []
  +info: []
  +iso: null
  +orderBy: null
  +orderWay: null
  +p: null
  +n: null
  +auth: false
  +guestAllowed: false
  +authRedirection: false
  +ssl: true
  #restrictedCountry: 0
  #maintenance: false
  #redirectionExtraExcludedKeys: []
  +nb_items_per_page: null
  +objectPresenter: PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter {#242}
  +cart_presenter: PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter {#446
    -link: Link {#51
      #allow: true
      #url: "/index.php"
      +protocol_link: "https://"
      +protocol_content: "https://"
      #ssl_enable: "1"
      #urlShopId: null
    }
    -imageRetriever: PrestaShop\PrestaShop\Adapter\Image\ImageRetriever {#490
      -link: Link {#51}
      -isMultipleImageFormatFeatureActive: false
    }
    #settings: null
    -taxConfiguration: TaxConfiguration {#475
      -taxCalculationMethod: []
    }
    #productAssembler: null
  }
  -templateFinder: TemplateFinder {#455
    -directories: array:2 [
      0 => "/var/www/vhosts/test.gradyflor.com/httpdocs/modules/creativeelements/views/templates/front/theme/"
      1 => "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/templates/"
    ]
    -extension: ".tpl"
    -productListEntities: array:3 [
      0 => "category"
      1 => "manufacturer"
      2 => "supplier"
    ]
    -productListSearchEntities: array:6 [
      0 => "search"
      1 => "price-drop"
      2 => "best-sale"
      3 => "prices-drop"
      4 => "best-sales"
      5 => "new-products"
    ]
    -productEntities: array:1 [
      0 => "product"
    ]
    -brandListEntities: array:2 [
      0 => "manufacturers"
      1 => "suppliers"
    ]
  }
  #stylesheetManager: StylesheetManager {#504
    #directories: array:3 [
      0 => "/themes/v1_furnisure_39/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#512
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "external" => []
      "inline" => []
    ]
    #fqdn: null
    -valid_media: array:10 [
      0 => "all"
      1 => "braille"
      2 => "embossed"
      3 => "handheld"
      4 => "print"
      5 => "projection"
      6 => "screen"
      7 => "speech"
      8 => "tty"
      9 => "tv"
    ]
  }
  #javascriptManager: JavascriptManager {#478
    #directories: array:3 [
      0 => "/themes/v1_furnisure_39/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#496
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "head" => array:2 [
        "external" => []
        "inline" => []
      ]
      "bottom" => array:2 [
        "external" => []
        "inline" => []
      ]
    ]
    #fqdn: null
    #valid_position: array:2 [
      0 => "head"
      1 => "bottom"
    ]
    #valid_attribute: array:2 [
      0 => "async"
      1 => "defer"
    ]
  }
  #cccReducer: CccReducer {#499
    -cacheDir: "/var/www/vhosts/test.gradyflor.com/httpdocs/themes/v1_furnisure_39/assets/cache/"
    #filesystem: Symfony\Component\Filesystem\Filesystem {#498}
    +configuration: PrestaShop\PrestaShop\Adapter\Configuration {#482
      #parameters: null
      -shop: null
    }
    #fqdn: null
  }
  #urls: null
  #automaticallyAllocateInvoiceAddress: true
  #automaticallyAllocateDeliveryAddress: true
  +page_name: null
  +customer_access: true
  #notFound: false
  #category: Category {#480
    +id: 47
    #id_lang: 1
    #lang_associated: null
    #id_shop: 1
    +id_shop_list: []
    #get_shop_from_context: true
    #table: "category"
    #identifier: "id_category"
    #fieldsRequired: array:1 [
      0 => "active"
    ]
    #fieldsSize: []
    #fieldsValidate: array:9 [
      "nleft" => "isUnsignedInt"
      "nright" => "isUnsignedInt"
      "level_depth" => "isUnsignedInt"
      "active" => "isBool"
      "id_parent" => "isUnsignedInt"
      "id_shop_default" => "isUnsignedId"
      "is_root_category" => "isBool"
      "date_add" => "isDate"
      "date_upd" => "isDate"
    ]
    #fieldsRequiredLang: array:2 [
      0 => "name"
      1 => "link_rewrite"
    ]
    #fieldsSizeLang: array:7 [
      "name" => 128
      "link_rewrite" => 128
      "description" => 4194303
      "additional_description" => 4194303
      "meta_title" => 255
      "meta_description" => 512
      "meta_keywords" => 255
    ]
    #fieldsValidateLang: array:7 [
      "name" => "isCatalogName"
      "link_rewrite" => "isLinkRewrite"
      "description" => "isCleanHtml"
      "additional_description" => "isCleanHtml"
      "meta_title" => "isGenericName"
      "meta_description" => "isGenericName"
      "meta_keywords" => "isGenericName"
    ]
    #tables: []
    #webserviceParameters: array:4 [
      "objectsNodeName" => "categories"
      "hidden_fields" => array:3 [
        0 => "nleft"
        1 => "nright"
        2 => "groupBox"
      ]
      "fields" => array:3 [
        "id_parent" => array:1 [
          "xlink_resource" => "categories"
        ]
        "level_depth" => array:1 [
          "setter" => false
        ]
        "nb_products_recursive" => array:2 [
          "getter" => "getWsNbProductsRecursive"
          "setter" => false
        ]
      ]
      "associations" => array:2 [
        "categories" => array:2 [
          "getter" => "getChildrenWs"
          "resource" => "category"
        ]
        "products" => array:2 [
          "getter" => "getProductsWs"
          "resource" => "product"
        ]
      ]
    ]
    #image_dir: "/var/www/vhosts/test.gradyflor.com/httpdocs/img/c/"
    #image_format: "jpg"
    #translator: null
    #def: array:7 [
      "table" => "category"
      "primary" => "id_category"
      "multilang" => true
      "multilang_shop" => true
      "fields" => array:17 [
        "nleft" => array:2 [
          "type" => 1
          "validate" => "isUnsignedInt"
        ]
        "nright" => array:2 [
          "type" => 1
          "validate" => "isUnsignedInt"
        ]
        "level_depth" => array:2 [
          "type" => 1
          "validate" => "isUnsignedInt"
        ]
        "active" => array:3 [
          "type" => 2
          "validate" => "isBool"
          "required" => true
        ]
        "id_parent" => array:2 [
          "type" => 1
          "validate" => "isUnsignedInt"
        ]
        "id_shop_default" => array:2 [
          "type" => 1
          "validate" => "isUnsignedId"
        ]
        "is_root_category" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "position" => array:1 [
          "type" => 1
        ]
        "date_add" => array:2 [
          "type" => 5
          "validate" => "isDate"
        ]
        "date_upd" => array:2 [
          "type" => 5
          "validate" => "isDate"
        ]
        "name" => array:5 [
          "type" => 3
          "lang" => true
          "validate" => "isCatalogName"
          "required" => true
          "size" => 128
        ]
        "link_rewrite" => array:6 [
          "type" => 3
          "lang" => true
          "validate" => "isLinkRewrite"
          "required" => true
          "size" => 128
          "ws_modifier" => array:2 [ …2]
        ]
        "description" => array:4 [
          "type" => 6
          "lang" => true
          "validate" => "isCleanHtml"
          "size" => 4194303
        ]
        "additional_description" => array:4 [
          "type" => 6
          "lang" => true
          "validate" => "isCleanHtml"
          "size" => 4194303
        ]
        "meta_title" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 255
        ]
        "meta_description" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 512
        ]
        "meta_keywords" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 255
        ]
      ]
      "classname" => "Category"
      "associations" => array:1 [
        "l" => array:3 [
          "type" => 2
          "field" => "id_category"
          "foreign_field" => "id_category"
        ]
      ]
    ]
    #update_fields: null
    +force_id: false
    +id_category: "47"
    +name: "BASES Y CENTROS"
    +active: "1"
    +position: "4"
    +description: "BASES Y CENTROS"
    +additional_description: ""
    +id_parent: "24"
    +id_category_default: null
    +level_depth: "3"
    +nleft: "104"
    +nright: "105"
    +link_rewrite: "BASES-Y-CENTROS"
    +meta_title: ""
    +meta_keywords: ""
    +meta_description: ""
    +date_add: "2026-01-19 16:59:27"
    +date_upd: "2026-01-19 16:59:27"
    +is_root_category: "0"
    +id_shop_default: "1"
    +groupBox: null
    +doNotRegenerateNTree: false
    +id_image: 47
  }
}
BASES Y CENTROS
To give you the best possible experience, this site uses cookies. Using your site means your agree to our use of cookies. We have published a new cookies policy, which you should need to find out more about the cookies we use. View Cookies Policy.
BASES Y CENTROS
BASES Y CENTROS
BASES Y CENTROS

Lamentamos las molestias.

Realice una nueva búsqueda sobre su interés