^ ProductController {#127
  #context: Context {#14
    +cart: Cart {#214
      +id: null
      +id_lang: 2
      #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 [ …1]
          "id_address_invoice" => array:1 [ …1]
          "id_currency" => array:1 [ …1]
          "id_customer" => array:1 [ …1]
          "id_guest" => array:1 [ …1]
          "id_lang" => array:1 [ …1]
        ]
        "associations" => array:1 [
          "cart_rows" => array:3 [ …3]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "cart"
        "primary" => "id_cart"
        "fields" => array:18 [
          "id_shop_group" => array:2 [ …2]
          "id_shop" => array:2 [ …2]
          "id_address_delivery" => array:2 [ …2]
          "id_address_invoice" => array:2 [ …2]
          "id_carrier" => array:2 [ …2]
          "id_currency" => array:3 [ …3]
          "id_customer" => array:2 [ …2]
          "id_guest" => array:2 [ …2]
          "id_lang" => array:3 [ …3]
          "recyclable" => array:2 [ …2]
          "gift" => array:2 [ …2]
          "gift_message" => array:3 [ …3]
          "mobile_theme" => array:2 [ …2]
          "delivery_option" => array:2 [ …2]
          "secure_key" => array:2 [ …2]
          "allow_seperated_package" => array:2 [ …2]
          "date_add" => array:2 [ …2]
          "date_upd" => array:2 [ …2]
        ]
        "classname" => "Cart"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: 1
      +id_address_delivery: 0
      +id_address_invoice: 0
      +id_currency: 2
      +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 {#218
        #parameters: null
        -shop: null
      }
      #addressFactory: PrestaShop\PrestaShop\Adapter\AddressFactory {#215}
      #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 [ …1]
          "id_lang" => array:1 [ …1]
          "newsletter_date_add" => []
          "ip_registration_newsletter" => []
          "last_passwd_gen" => array:1 [ …1]
          "secure_key" => array:1 [ …1]
          "deleted" => []
          "passwd" => array:1 [ …1]
        ]
        "associations" => array:1 [
          "groups" => array:1 [ …1]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "customer"
        "primary" => "id_customer"
        "fields" => array:32 [
          "secure_key" => array:3 [ …3]
          "lastname" => array:4 [ …4]
          "firstname" => array:4 [ …4]
          "email" => array:4 [ …4]
          "passwd" => array:4 [ …4]
          "last_passwd_gen" => array:2 [ …2]
          "id_gender" => array:2 [ …2]
          "birthday" => array:2 [ …2]
          "newsletter" => array:2 [ …2]
          "newsletter_date_add" => array:2 [ …2]
          "ip_registration_newsletter" => array:2 [ …2]
          "optin" => array:2 [ …2]
          "website" => array:2 [ …2]
          "company" => array:2 [ …2]
          "siret" => array:2 [ …2]
          "ape" => array:2 [ …2]
          "outstanding_allow_amount" => array:3 [ …3]
          "show_public_prices" => array:3 [ …3]
          "id_risk" => array:3 [ …3]
          "max_payment_days" => array:3 [ …3]
          "active" => array:3 [ …3]
          "deleted" => array:3 [ …3]
          "note" => array:3 [ …3]
          "is_guest" => array:3 [ …3]
          "id_shop" => array:3 [ …3]
          "id_shop_group" => array:3 [ …3]
          "id_default_group" => array:2 [ …2]
          "id_lang" => array:3 [ …3]
          "date_add" => array:3 [ …3]
          "date_upd" => array:3 [ …3]
          "reset_password_token" => array:4 [ …4]
          "reset_password_validity" => array:3 [ …3]
        ]
        "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:5 [
        "date_add" => "2026-06-17 11:02:16"
        "id_lang" => "2"
        "id_currency" => 2
        "iso_code_country" => "US"
        "last_visited_category" => 300
      ]
      #_name: "PrestaShop-1792493ad8ef0476a6e2d49eff138341"
      #_expire: 1783418536
      #_domain: "4ecoshop.co.uk"
      #_sameSite: "Lax"
      #_path: "/"
      #cipherTool: PhpEncryption {#20}
      #_modified: true
      #_allow_writing: true
      #_salt: "4F1Jw4bXHNmQo1zoBLM8FnVQt5GZ7Er9"
      #_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 …3}
          "flashes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#40 …3}
        ]
        #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 …7}
        }
        #metadataBag: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag {#33
          -name: "__metadata"
          -storageKey: "_sf2_meta"
          #meta: & array:3 [ …3]
          -lastUsed: 1781690536
          -updateThreshold: 0
        }
        -emulateSameSite: null
      }
      -flashName: "flashes"
      -attributeName: "attributes"
      -data: & array:2 [
        "_sf2_attributes" => & []
        "_symfony_flashes" => & []
      ]
      -usageIndex: & 2
    }
    +link: Link {#609
      #allow: true
      #url: "/index.php"
      +protocol_link: "https://"
      +protocol_content: "https://"
      #ssl_enable: "1"
      #urlShopId: null
    }
    +country: Country {#561
      +id: 21
      #id_lang: 2
      #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 [ …1]
          "id_currency" => array:1 [ …1]
        ]
      ]
      #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 [ …3]
          "id_currency" => array:2 [ …2]
          "call_prefix" => array:2 [ …2]
          "iso_code" => array:4 [ …4]
          "active" => array:2 [ …2]
          "contains_states" => array:3 [ …3]
          "need_identification_number" => array:3 [ …3]
          "need_zip_code" => array:2 [ …2]
          "zip_code_format" => array:2 [ …2]
          "display_tax_label" => array:3 [ …3]
          "name" => array:5 [ …5]
        ]
        "associations" => array:3 [
          "zone" => array:1 [ …1]
          "currency" => array:1 [ …1]
          "l" => array:3 [ …3]
        ]
        "classname" => "Country"
      ]
      #update_fields: null
      +force_id: false
      +id_zone: "20"
      +id_currency: "0"
      +iso_code: "US"
      +call_prefix: "1"
      +name: "United States"
      +contains_states: "1"
      +need_identification_number: "0"
      +need_zip_code: "1"
      +zip_code_format: ""
      +display_tax_label: "0"
      +active: "1"
    }
    +employee: null
    +controller: ProductController {#127}
    +override_controller_name_for_translations: null
    +language: Language {#61
      +id: 2
      #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 [ …4]
          "iso_code" => array:4 [ …4]
          "locale" => array:3 [ …3]
          "language_code" => array:3 [ …3]
          "active" => array:2 [ …2]
          "is_rtl" => array:2 [ …2]
          "date_format_lite" => array:4 [ …4]
          "date_format_full" => array:4 [ …4]
        ]
        "classname" => "Language"
      ]
      #update_fields: null
      +force_id: false
      +name: "English GB (English)"
      +iso_code: "gb"
      +locale: "en-GB"
      +language_code: "en-gb"
      +date_format_lite: "Y-m-d"
      +date_format_full: "Y-m-d H:i:s"
      +is_rtl: "0"
      +active: "1"
      #translationsFilesAndVars: array:5 [
        "fields" => "_FIELDS"
        "errors" => "_ERRORS"
        "admin" => "_LANGADM"
        "pdf" => "_LANGPDF"
        "tabs" => "tabs"
      ]
    }
    +currency: Currency {#213
      +id: 2
      #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 [ …2]
          "name" => array:2 [ …2]
          "symbol" => array:1 [ …1]
          "iso_code" => array:1 [ …1]
        ]
      ]
      #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 [ …4]
          "numeric_iso_code" => array:4 [ …4]
          "precision" => array:2 [ …2]
          "conversion_rate" => array:4 [ …4]
          "deleted" => array:2 [ …2]
          "active" => array:2 [ …2]
          "unofficial" => array:2 [ …2]
          "modified" => array:2 [ …2]
          "name" => array:4 [ …4]
          "symbol" => array:3 [ …3]
          "pattern" => array:3 [ …3]
        ]
        "classname" => "Currency"
        "associations" => array:1 [
          "l" => array:3 [ …3]
        ]
      ]
      #update_fields: null
      +force_id: false
      +name: "British Pound"
      #localizedNames: array:2 [
        1 => "funt szterling"
        2 => "British Pound"
      ]
      +iso_code: "GBP"
      +iso_code_num: "826"
      +numeric_iso_code: "826"
      +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 => "¤#,##0.00"
        2 => ""
      ]
      -localizedPatterns: array:2 [
        1 => "¤#,##0.00"
        2 => ""
      ]
      +prefix: null
      +suffix: null
    }
    +currentLocale: PrestaShop\PrestaShop\Core\Localization\Locale {#211
      #code: "en-GB"
      #numberFormatter: PrestaShop\PrestaShop\Core\Localization\Number\Formatter {#610
        #roundingMode: "up"
        #numberingSystem: "latn"
        #numberSpecification: PrestaShop\PrestaShop\Core\Localization\Specification\Price {#615
          #positivePattern: "¤#,##0.00"
          #negativePattern: "-¤#,##0.00"
          #symbols: array:46 [ …46]
          #maxFractionDigits: 2
          #minFractionDigits: 2
          #groupingUsed: true
          #primaryGroupSize: 3
          #secondaryGroupSize: 3
          #currencyDisplay: "symbol"
          #currencySymbol: "£"
          #currencyCode: "GBP"
        }
      }
      #numberSpecification: PrestaShop\PrestaShop\Core\Localization\Specification\Number {#212
        #positivePattern: "#,##0.###"
        #negativePattern: "-#,##0.###"
        #symbols: array:46 [
          "adlm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#562 …11}
          "arab" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#563 …11}
          "arabext" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#564 …11}
          "bali" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#565 …11}
          "beng" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#566 …11}
          "brah" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#567 …11}
          "cakm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#568 …11}
          "cham" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#569 …11}
          "deva" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#570 …11}
          "fullwide" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#571 …11}
          "gong" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#572 …11}
          "gonm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#573 …11}
          "gujr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#574 …11}
          "guru" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#575 …11}
          "hanidec" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#576 …11}
          "java" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#577 …11}
          "kali" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#578 …11}
          "khmr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#579 …11}
          "knda" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#580 …11}
          "lana" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#581 …11}
          "lanatham" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#582 …11}
          "laoo" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#583 …11}
          "latn" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#584 …11}
          "lepc" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#585 …11}
          "limb" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#586 …11}
          "mlym" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#587 …11}
          "mong" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#588 …11}
          "mtei" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#589 …11}
          "mymr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#590 …11}
          "mymrshan" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#591 …11}
          "nkoo" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#592 …11}
          "olck" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#593 …11}
          "orya" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#594 …11}
          "osma" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#595 …11}
          "rohg" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#596 …11}
          "saur" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#597 …11}
          "shrd" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#598 …11}
          "sora" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#599 …11}
          "sund" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#600 …11}
          "takr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#601 …11}
          "talu" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#602 …11}
          "tamldec" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#603 …11}
          "telu" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#604 …11}
          "thai" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#605 …11}
          "tibt" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#606 …11}
          "vaii" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#607 …11}
        ]
        #maxFractionDigits: 3
        #minFractionDigits: 0
        #groupingUsed: true
        #primaryGroupSize: 3
        #secondaryGroupSize: 3
      }
      #priceSpecifications: PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection {#612
        #numberSpecifications: array:2 [
          "GBP" => PrestaShop\PrestaShop\Core\Localization\Specification\Price {#615}
          "PLN" => PrestaShop\PrestaShop\Core\Localization\Specification\Price {#662 …11}
        ]
      }
    }
    +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 [ …1]
          "id_category" => []
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "shop"
        "primary" => "id_shop"
        "fields" => array:7 [
          "active" => array:2 [ …2]
          "deleted" => array:2 [ …2]
          "name" => array:4 [ …4]
          "color" => array:2 [ …2]
          "id_category" => array:2 [ …2]
          "theme_name" => array:2 [ …2]
          "id_shop_group" => array:2 [ …2]
        ]
        "classname" => "Shop"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: "1"
      +id_category: "2"
      +theme_name: "atremtheme"
      +name: "4eco"
      +color: ""
      +active: "1"
      +deleted: "0"
      +physical_uri: "/"
      +virtual_uri: ""
      +domain: "4ecoshop.co.uk"
      +domain_ssl: "4ecoshop.co.uk"
      #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 [ …7]
          "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: Address {#1529
        +id: null
        #id_lang: null
        #lang_associated: null
        #id_shop: null
        +id_shop_list: []
        #get_shop_from_context: true
        #table: "address"
        #identifier: "id_address"
        #fieldsRequired: array:6 [
          0 => "id_country"
          1 => "alias"
          2 => "lastname"
          3 => "firstname"
          4 => "address1"
          5 => "city"
        ]
        #fieldsSize: array:12 [
          "alias" => 32
          "company" => 255
          "lastname" => 255
          "firstname" => 255
          "address1" => 128
          "address2" => 128
          "postcode" => 12
          "city" => 64
          "other" => 4194303
          "phone" => 32
          "phone_mobile" => 32
          "dni" => 16
        ]
        #fieldsValidate: array:22 [
          "id_customer" => "isNullOrUnsignedId"
          "id_manufacturer" => "isNullOrUnsignedId"
          "id_supplier" => "isNullOrUnsignedId"
          "id_warehouse" => "isNullOrUnsignedId"
          "id_country" => "isUnsignedId"
          "id_state" => "isNullOrUnsignedId"
          "alias" => "isGenericName"
          "company" => "isGenericName"
          "lastname" => "isName"
          "firstname" => "isName"
          "vat_number" => "isGenericName"
          "address1" => "isAddress"
          "address2" => "isAddress"
          "postcode" => "isPostCode"
          "city" => "isCityName"
          "other" => "isMessage"
          "phone" => "isPhoneNumber"
          "phone_mobile" => "isPhoneNumber"
          "dni" => "isDniLite"
          "deleted" => "isBool"
          "date_add" => "isDate"
          "date_upd" => "isDate"
        ]
        #fieldsRequiredLang: []
        #fieldsSizeLang: []
        #fieldsValidateLang: []
        #tables: []
        #webserviceParameters: array:2 [
          "objectsNodeName" => "addresses"
          "fields" => array:6 [ …6]
        ]
        #image_dir: null
        #image_format: "jpg"
        #translator: null
        #def: array:4 [
          "table" => "address"
          "primary" => "id_address"
          "fields" => array:22 [ …22]
          "classname" => "Address"
        ]
        #update_fields: null
        +force_id: false
        +id_customer: null
        +id_manufacturer: null
        +id_supplier: null
        +id_warehouse: null
        +id_country: 17
        +id_state: 0
        +country: null
        +alias: null
        +company: "4ecoshop.co.uk"
        +lastname: null
        +firstname: null
        +address1: "Unit1, 15Abbey Gate"
        +address2: ""
        +postcode: "Le40Aa"
        +city: "LEICESTER"
        +other: null
        +phone: null
        +phone_mobile: null
        +vat_number: null
        +dni: null
        +date_add: null
        +date_upd: null
        +deleted: false
      }
      +theme: PrestaShop\PrestaShop\Core\Addon\Theme\Theme {#24
        -attributes: PrestaShop\PrestaShop\Core\Util\ArrayFinder {#25
          -array: array:11 [ …11]
          -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#27 …7}
        }
      }
    }
    +tmpOldShop: null
    +smarty: Smarty {#43
      +_objType: 1
      +template_class: "Smarty_Internal_Template"
      +tpl_vars: array:96 [
        "prestablog_config" => Smarty_Variable {#138
          +value: array:130 [ …130]
          +nocache: false
        }
        "md5pic" => Smarty_Variable {#140
          +value: "ea703d581bbff78d9905030d94ddad73"
          +nocache: false
        }
        "prestablog_theme_dir" => Smarty_Variable {#141
          +value: "/modules/prestablog/views/"
          +nocache: false
        }
        "prestablog_theme_upimg" => Smarty_Variable {#142
          +value: "/modules/prestablog/views/img/grid-and-slides/up-img/"
          +nocache: false
        }
        "request_uri" => Smarty_Variable {#217
          +value: "/freeze-dried-fruits/3955-freeze-dried-raspberry-15g-frupp-celiko-5900038003385.html"
          +nocache: false
        }
        "pictures" => Smarty_Variable {#256
          +value: []
          +nocache: false
        }
        "textFields" => Smarty_Variable {#254
          +value: []
          +nocache: false
        }
        "category" => Smarty_Variable {#255
          +value: Category {#225
            +id: 300
            #id_lang: 2
            #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 [ …1]
                "level_depth" => array:1 [ …1]
                "nb_products_recursive" => array:2 [ …2]
              ]
              "associations" => array:2 [
                "categories" => array:2 [ …2]
                "products" => array:2 [ …2]
              ]
            ]
            #image_dir: "/var/www/vhosts/4ecoshop.co.uk/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 [ …2]
                "nright" => array:2 [ …2]
                "level_depth" => array:2 [ …2]
                "active" => array:3 [ …3]
                "id_parent" => array:2 [ …2]
                "id_shop_default" => array:2 [ …2]
                "is_root_category" => array:2 [ …2]
                "position" => array:1 [ …1]
                "date_add" => array:2 [ …2]
                "date_upd" => array:2 [ …2]
                "name" => array:5 [ …5]
                "link_rewrite" => array:6 [ …6]
                "description" => array:4 [ …4]
                "additional_description" => array:4 [ …4]
                "meta_title" => array:4 [ …4]
                "meta_description" => array:4 [ …4]
                "meta_keywords" => array:4 [ …4]
              ]
              "classname" => "Category"
              "associations" => array:1 [
                "l" => array:3 [ …3]
              ]
            ]
            #update_fields: null
            +force_id: false
            +id_category: "300"
            +name: "Freeze Dried Fruits"
            +active: "1"
            +position: "0"
            +description: """
              <h2 style="font-size: medium;">Choose the best freeze dried fruit with high nutritional value</h2>\r\n
              <p>Another delicious and healthy range of products that simply had to be included in our assortment is <strong>freeze dried fruit</strong>.</p>\r\n
              <p><button class="js-dd-more btn btn-outline-primary">Read more</button></p>\r\n
              <div class="dd-more d-none">This type of food is a great choice, especially during the colder months when the shipment of fresh items is highly reduced or simply too pricey. Of course, many people are wondering, "<em>is freeze dried fruit a healthy</em> option"? The answer is yes! They still keep their nutritional value and are full of vitamins. It means they can be a great addition to your everyday diet and a superb option for healthy snacks. In the 4ecoshop assortment, you will find such<strong> freeze dried fruit</strong> like raspberries, strawberries, cherries, apples, pineapples and many others. \r\n
              <h2 style="font-size: medium;">Snack on healthy freeze dried fruit</h2>\r\n
              <p>How can you use the<strong> best freeze dried fruit</strong> in your kitchen? Well, similarly to the fresh ones! It is a perfect food to snack on when you’re feeling peckish. Instead of reaching for sweets, try <em>dried fruit</em> which is much healthier food to nibble on. Of course, that’s not the only use of this product we recommend. It is worth mentioning that <strong>freeze dried fruit </strong>also retains its main characteristics such as structure, shape, flavour and colour. That is why you can also use it as a breathtaking decoration for cakes and desserts. You may add it on top of smoothies and <a href="https://4ecoshop.co.uk/211-oats-">oatmeals</a> as well, where it will provide additional vitamins.</p>\r\n
              </div>
              """
            +additional_description: null
            +id_parent: "299"
            +id_category_default: null
            +level_depth: "4"
            +nleft: "123"
            +nright: "124"
            +link_rewrite: "freeze-dried-fruits"
            +meta_title: "Freeze dried fruit - organic, crispy fruits & snacks | 4ecoshop UK"
            +meta_keywords: ""
            +meta_description: "A great addition to sweet breakfasts or as a snack - freeze dried fruits. Find your favourite fruit at 4ecoshop.co.uk and try it in a freeze dried version!"
            +date_add: "2021-10-19 10:48:00"
            +date_upd: "2025-08-05 09:21:02"
            +is_root_category: "0"
            +id_shop_default: "1"
            +groupBox: null
            +doNotRegenerateNTree: false
            +id_image: false
          }
          +nocache: false
        }
        "subCategories" => Smarty_Variable {#258
          +value: []
          +nocache: false
        }
        "subcategories" => Smarty_Variable {#257
          +value: []
          +nocache: false
        }
        "id_category_current" => Smarty_Variable {#259
          +value: 300
          +nocache: false
        }
        "id_category_parent" => Smarty_Variable {#260
          +value: 299
          +nocache: false
        }
        "return_category_name" => Smarty_Variable {#261
          +value: "Freeze Dried Fruits"
          +nocache: false
        }
        "categories" => Smarty_Variable {#262
          +value: array:21 [ …21]
          +nocache: false
        }
        "tax_rate" => Smarty_Variable {#263
          +value: 0.0
          +nocache: false
        }
        "no_tax" => Smarty_Variable {#264
          +value: true
          +nocache: false
        }
        "tax_enabled" => Smarty_Variable {#265
          +value: true
          +nocache: false
        }
        "customer_group_without_tax" => Smarty_Variable {#266
          +value: "0"
          +nocache: false
        }
        "attributesCombinations" => Smarty_Variable {#267
          +value: []
          +nocache: false
        }
        "attribute_anchor_separator" => Smarty_Variable {#268
          +value: "-"
          +nocache: false
        }
        "packItems" => Smarty_Variable {#277
          +value: []
          +nocache: false
        }
        "noPackPrice" => Smarty_Variable {#278
          +value: "£0.00"
          +nocache: false
        }
        "displayPackPrice" => Smarty_Variable {#280
          +value: false
          +nocache: false
        }
        "priceDisplay" => Smarty_Variable {#1478
          +value: 0
          +nocache: false
        }
        "packs" => Smarty_Variable {#282
          +value: []
          +nocache: false
        }
        "productPriceWithoutReduction" => Smarty_Variable {#281
          +value: 2.89
          +nocache: false
        }
        "customizationFields" => Smarty_Variable {#1481
          +value: false
          +nocache: false
        }
        "id_customization" => Smarty_Variable {#1479
          +value: null
          +nocache: false
        }
        "accessories" => Smarty_Variable {#1484
          +value: array:1 [ …1]
          +nocache: false
        }
        "product" => Smarty_Variable {#1485
          +value: PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray {#335 …13}
          +nocache: false
        }
        "displayUnitPrice" => Smarty_Variable {#1486
          +value: false
          +nocache: false
        }
        "product_manufacturer" => Smarty_Variable {#1487
          +value: Manufacturer {#1476 …33}
          +nocache: false
        }
        "manufacturer_image_url" => Smarty_Variable {#1488
          +value: null
          +nocache: false
        }
        "product_brand_url" => Smarty_Variable {#1489
          +value: "https://4ecoshop.co.uk/73_celiko"
          +nocache: false
        }
        "groups" => Smarty_Variable {#1490
          +value: []
          +nocache: false
        }
        "colors" => Smarty_Variable {#1491
          +value: false
          +nocache: false
        }
        "combinations" => Smarty_Variable {#1492
          +value: []
          +nocache: false
        }
        "combinationImages" => Smarty_Variable {#1493
          +value: []
          +nocache: false
        }
        "cart" => Smarty_Variable {#1528
          +value: PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray {#1483 …23}
          +nocache: false
        }
        "currency" => Smarty_Variable {#1521
          +value: array:5 [ …5]
          +nocache: false
        }
        "customer" => Smarty_Variable {#1525
          +value: array:30 [ …30]
          +nocache: false
        }
        "country" => Smarty_Variable {#1526
          +value: array:12 [ …12]
          +nocache: false
        }
        "language" => Smarty_Variable {#1522
          +value: array:9 [ …9]
          +nocache: false
        }
        "page" => Smarty_Variable {#1523
          +value: array:7 [ …7]
          +nocache: false
        }
        "shop" => Smarty_Variable {#1524
          +value: array:15 [ …15]
          +nocache: false
        }
        "core_js_public_path" => Smarty_Variable {#1527
          +value: "/themes/"
          +nocache: false
        }
        "urls" => Smarty_Variable {#1520
          +value: array:22 [ …22]
          +nocache: false
        }
        "configuration" => Smarty_Variable {#1519
          +value: array:13 [ …13]
          +nocache: false
        }
        "field_required" => Smarty_Variable {#1518
          +value: []
          +nocache: false
        }
        "breadcrumb" => Smarty_Variable {#1517
          +value: array:2 [ …2]
          +nocache: false
        }
        "link" => Smarty_Variable {#1516
          +value: Link {#609}
          +nocache: false
        }
        "time" => Smarty_Variable {#1515
          +value: 1781690536
          +nocache: false
        }
        "static_token" => Smarty_Variable {#1514
          +value: "c76738e637d32b514b96fa1b2d918b20"
          +nocache: false
        }
        "token" => Smarty_Variable {#1513
          +value: "d2591406fcaa6451c1e6fb5560297d91"
          +nocache: false
        }
        "debug" => Smarty_Variable {#1512
          +value: false
          +nocache: false
        }
        "amb_joli_search_action" => Smarty_Variable {#1889
          +value: "https://4ecoshop.co.uk/module/ambjolisearch/jolisearch"
          +nocache: false
        }
        "amb_joli_search_link" => Smarty_Variable {#1888
          +value: "https://4ecoshop.co.uk/module/ambjolisearch/jolisearch"
          +nocache: false
        }
        "amb_joli_search_controller" => Smarty_Variable {#1899
          +value: "jolisearch"
          +nocache: false
        }
        "blocksearch_type" => Smarty_Variable {#1900
          +value: "top"
          +nocache: false
        }
        "show_cat_desc" => Smarty_Variable {#1901
          +value: 0
          +nocache: false
        }
        "ga_acc" => Smarty_Variable {#1902
          +value: 0
          +nocache: false
        }
        "id_lang" => Smarty_Variable {#1903
          +value: 2
          +nocache: false
        }
        "url_rewriting" => Smarty_Variable {#1904
          +value: true
          +nocache: false
        }
        "use_autocomplete" => Smarty_Variable {#1905
          +value: 2
          +nocache: false
        }
        "minwordlen" => Smarty_Variable {#1906
          +value: 2
          +nocache: false
        }
        "l_products" => Smarty_Variable {#1907
          +value: "Products"
          +nocache: false
        }
        "l_manufacturers" => Smarty_Variable {#1908
          +value: "Manufacturers"
          +nocache: false
        }
        "l_suppliers" => Smarty_Variable {#1909
          +value: "Suppliers"
          +nocache: false
        }
        "l_categories" => Smarty_Variable {#1910
          +value: "Categories"
          +nocache: false
        }
        "l_no_results_found" => Smarty_Variable {#1911
          +value: "No results found"
          +nocache: false
        }
        "l_more_results" => Smarty_Variable {#1912
          +value: "More results »"
          +nocache: false
        }
        "ENT_QUOTES" => Smarty_Variable {#1913
          +value: 3
          +nocache: false
        }
        "jolisearch_position" => Smarty_Variable {#1914
          +value: array:3 [ …3]
          +nocache: false
        }
        "classes" => Smarty_Variable {#1915
          +value: "ps17 centered-list"
          +nocache: false
        }
        "display_manufacturer" => Smarty_Variable {#1916
          +value: ""
          +nocache: false
        }
        "display_supplier" => Smarty_Variable {#1917
          +value: ""
          +nocache: false
        }
        "display_category" => Smarty_Variable {#1918
          +value: ""
          +nocache: false
        }
        "use_mobile_ux" => Smarty_Variable {#1919
          +value: "1"
          +nocache: false
        }
        "mobile_media_breakpoint" => Smarty_Variable {#1920
          +value: "576"
          +nocache: false
        }
        "mobile_opening_selector" => Smarty_Variable {#1921
          +value: ""
          +nocache: false
        }
        "show_add_to_cart_button" => Smarty_Variable {#1922
          +value: ""
          +nocache: false
        }
        "add_to_cart_button_style" => Smarty_Variable {#1923
          +value: 1
          +nocache: false
        }
        "show_features" => Smarty_Variable {#1924
          +value: "1"
          +nocache: false
        }
        "feature_ids" => Smarty_Variable {#1925
          +value: []
          +nocache: false
        }
        "show_feature_values_only" => Smarty_Variable {#1926
          +value: true
          +nocache: false
        }
        "show_price" => Smarty_Variable {#1927
          +value: "1"
          +nocache: false
        }
        "suggestions_url" => Smarty_Variable {#1928
          +value: "https://4ecoshop.co.uk/module/ambjolisearch/searchsuggestions"
          +nocache: false
        }
        "suggestions_enabled" => Smarty_Variable {#1929
          +value: true
          +nocache: false
        }
        "suggestions_max" => Smarty_Variable {#1930
          +value: 8
          +nocache: false
        }
        "suggestions_fetch_limit" => Smarty_Variable {#1931
          +value: 100
          +nocache: false
        }
        "suggestions_version" => Smarty_Variable {#1932
          +value: "v1.0.0"
          +nocache: false
        }
        "cache_timestamp" => Smarty_Variable {#1933
          +value: "1773822920"
          +nocache: false
        }
        "theme" => Smarty_Variable {#1934
          +value: "finder"
          +nocache: false
        }
        "z_tc_config" => Smarty_Variable {#1974
          +value: module\thecheckout\Config {#188 …107}
          +nocache: false
        }
        "iso" => Smarty_Variable {#1975
          +value: "en_US"
          +nocache: false
        }
        "resources" => Smarty_Variable {#1997
          +value: []
          +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 {#129
          +objMap: 3
        }
        +"getTemplateVars": Smarty_Internal_Method_GetTemplateVars {#336
          +objMap: 7
        }
        +"_foreach": Smarty_Internal_Runtime_Foreach {#1998
          -stack: []
        }
      }
      +cache_id: null
      +compile_id: null
      +caching: 0
      +compile_check: 1
      +cache_lifetime: 3600
      +tplFunctions: []
      +_cache: array:1 [
        "resource_handlers" => array:2 [
          "file" => Smarty_Internal_Resource_File {#1970 …3}
          "module" => SmartyResourceModule {#45
            +uncompiled: false
            +recompiled: false
            +hasCompiledHandler: false
            +paths: array:2 [ …2]
            +isAdmin: false
          }
        ]
      ]
      +auto_literal: true
      +error_unassigned: false
      +use_include_path: false
      +_templateDirNormalized: true
      +_joined_template_dir: "/var/www/vhosts/4ecoshop.co.uk/httpdocs/themes/atremtheme/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/4ecoshop.co.uk/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:11 [
          "widget" => array:3 [ …3]
          "render" => array:3 [ …3]
          "form_field" => array:3 [ …3]
          "dateFormat" => array:3 [ …3]
          "hook" => array:3 [ …3]
          "l" => array:3 [ …3]
          "url" => array:3 [ …3]
          "showTip" => array:3 [ …3]
          "addJsDef" => array:3 [ …3]
          "PrestaBlogUrl" => array:3 [ …3]
          "PrestaBlogContent" => array:3 [ …3]
        ]
        "block" => array:1 [
          "widget_block" => array:3 [ …3]
        ]
        "modifier" => array:38 [
          "boolval" => array:3 [ …3]
          "classname" => array:3 [ …3]
          "classnames" => array:3 [ …3]
          "cleanHtml" => array:3 [ …3]
          "end" => array:3 [ …3]
          "escape" => array:3 [ …3]
          "truncate" => array:3 [ …3]
          "addcslashes" => array:3 [ …3]
          "addslashes" => array:3 [ …3]
          "array_slice" => array:3 [ …3]
          "date" => array:3 [ …3]
          "explode" => array:3 [ …3]
          "floatval" => array:3 [ …3]
          "htmlentities" => array:3 [ …3]
          "htmlspecialchars" => array:3 [ …3]
          "implode" => array:3 [ …3]
          "in_array" => array:3 [ …3]
          "intval" => array:3 [ …3]
          "json_decode" => array:3 [ …3]
          "json_encode" => array:3 [ …3]
          "lcfirst" => array:3 [ …3]
          "md5" => array:3 [ …3]
          "mt_rand" => array:3 [ …3]
          "nl2br" => array:3 [ …3]
          "print_r" => array:3 [ …3]
          "rand" => array:3 [ …3]
          "sizeof" => array:3 [ …3]
          "str_replace" => array:3 [ …3]
          "stripslashes" => array:3 [ …3]
          "strpos" => array:3 [ …3]
          "strstr" => array:3 [ …3]
          "strtolower" => array:3 [ …3]
          "strval" => array:3 [ …3]
          "substr" => array:3 [ …3]
          "trim" => array:3 [ …3]
          "ucfirst" => array:3 [ …3]
          "urlencode" => array:3 [ …3]
          "var_dump" => array:3 [ …3]
        ]
      ]
      +registered_objects: []
      +registered_classes: []
      +registered_filters: []
      +registered_resources: array:2 [
        "module" => SmartyResourceModule {#45}
        "parent" => SmartyResourceParent {#47
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: []
        }
      ]
      +registered_cache_resources: []
      +autoload_filters: []
      +default_modifiers: []
      +escape_html: true
      +start_time: 1781690536.1791
      +_current_file: null
      +_parserdebug: false
      +_debug: null
      #template_dir: array:1 [
        0 => "/var/www/vhosts/4ecoshop.co.uk/httpdocs/themes/atremtheme/templates/"
      ]
      #_processedTemplateDir: array:1 [
        0 => true
      ]
      #config_dir: []
      #_processedConfigDir: []
      #compile_dir: "/var/www/vhosts/4ecoshop.co.uk/httpdocs/var/cache/prod/smarty/compile/"
      #plugins_dir: array:2 [
        0 => "/var/www/vhosts/4ecoshop.co.uk/httpdocs/vendor/smarty/smarty/libs/plugins/"
        1 => "/var/www/vhosts/4ecoshop.co.uk/httpdocs/themes/atremtheme/plugins"
      ]
      #cache_dir: "/var/www/vhosts/4ecoshop.co.uk/httpdocs/var/cache/prod/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 {#62
      #cache: []
      #userAgent: "CCBot/2.0 (https://commoncrawl.org/faq/)"
      #httpHeaders: array:8 [
        "HTTP_ACCEPT_ENCODING" => "zstd, br, gzip"
        "HTTP_ACCEPT_LANGUAGE" => "en-US,en;q=0.5"
        "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
        "HTTP_USER_AGENT" => "CCBot/2.0 (https://commoncrawl.org/faq/)"
        "HTTP_X_REAL_IP" => "18.97.9.174"
        "HTTP_HOST" => "4ecoshop.co.uk"
        "HTTP_AUTHORIZATION" => ""
        "HTTP_MOD_REWRITE" => "On"
      ]
      #cloudfrontHeaders: []
      #matchingRegex: null
      #matchesArray: null
      #detectionType: "mobile"
    }
    +mode: null
    +container: null
    +virtualTotalTaxExcluded: 0
    +virtualTotalTaxIncluded: 0
    #translator: PrestaShopBundle\Translation\TranslatorComponent {#132
      #catalogues: array:1 [
        "en-GB" => Symfony\Component\Translation\MessageCatalogue {#137
          -messages: array:161 [
            "ModulesBestsellersAdmin" => array:5 [ …5]
            "ShopThemeActions" => array:51 [ …51]
            "ShopThemeCheckout" => array:109 [ …109]
            "ModulesStripeofficialStripeofficial" => array:1 [ …1]
            "ShopFormsLabels" => array:37 [ …37]
            "ShopThemeCatalog" => array:107 [ …107]
            "AdminGlobal" => array:344 [ …344]
            "ModulesBannerShop" => array:1 [ …1]
            "ShopThemeCustomeraccount" => array:83 [ …83]
            "AdminStatsNotification" => array:3 [ …3]
            "ModulesLanguageselectorAdmin" => array:3 [ …3]
            "ModulesEmailsubscriptionShop" => array:14 [ …14]
            "ModulesStatssearchAdmin" => array:9 [ …9]
            "ModulesStatsproductAdmin" => array:20 [ …20]
            "AdminNotificationsInfo" => array:22 [ …22]
            "ModulesBrandlistShop" => array:3 [ …3]
            "ModulesCrosssellingAdmin" => array:8 [ …8]
            "AdminCatalogHelp" => array:175 [ …175]
            "ModulesPsgdprCustomeraccount" => array:1 [ …1]
            "AdminModulesFeature" => array:84 [ …84]
            "AdminDashboardFeature" => array:7 [ …7]
            "ModulesWelcomeAdmin" => array:47 [ …47]
            "AdminNavigationMenu" => array:123 [ …123]
            "ModulesSpecialsShop" => array:2 [ …2]
            "ShopFormsHelp" => array:17 [ …17]
            "ModulesLinklistShop" => array:2 [ …2]
            "ModulesCurrencyselectorAdmin" => array:3 [ …3]
            "ModulesSupplierlistShop" => array:3 [ …3]
            "ModulesStatsbestmanufacturersAdmin" => array:4 [ …4]
            "ShopNotificationsWarning" => array:8 [ …8]
            "AdminNotificationsSuccess" => array:39 [ …39]
            "AdminShippingNotification" => array:19 [ …19]
            "ModulesDataprivacyAdmin" => array:6 [ …6]
            "AdminOrderscustomersFeature" => array:350 [ …350]
            "AdminModulesNotification" => array:130 [ …130]
            "ModulesFeaturedproductsShop" => array:2 [ …2]
            "ModulesStatsbestproductsAdmin" => array:6 [ …6]
            "ModulesCategoryproductsAdmin" => array:7 [ …7]
            "ModulesDashtrendsAdmin" => array:16 [ …16]
            "ModulesCategoryproductsShop" => array:2 [ …2]
            "ModulesGraphnvd3Admin" => array:2 [ …2]
            "ModulesCustomeraccountlinksAdmin" => array:6 [ …6]
            "ShopNotificationsError" => array:104 [ …104]
            "ModulesBrandlistAdmin" => array:9 [ …9]
            "ModulesContactformAdmin" => array:9 [ …9]
            "ModulesStatsbestcategoriesAdmin" => array:8 [ …8]
            "AdminNotificationsWarning" => array:22 [ …22]
            "ModulesDashproductsAdmin" => array:27 [ …27]
            "ShopPdf" => array:98 [ …98]
            "ModulesProductcommentsAdmin" => array:52 [ …52]
            "ModulesStatsnewsletterAdmin" => array:7 [ …7]
            "AdminInternationalFeature" => array:165 [ …165]
            "ModulesCheckpaymentAdmin" => array:17 [ …17]
            "ModulesBlockwishlistAdmin" => array:21 [ …21]
            "AdminAdvparametersNotification" => array:227 [ …227]
            "ModulesEmailsubscriptionAdmin" => array:40 [ …40]
            "AdminInternationalHelp" => array:81 [ …81]
            "ModulesSocialfollowShop" => array:11 [ …11]
            "ModulesLegalcomplianceShop" => array:1 [ …1]
            "ModulesGAnalyticsAdmin" => array:41 [ …41]
            "ShopNotificationsSuccess" => array:10 [ …10]
            "ModulesCustomtextAdmin" => array:3 [ …3]
            "ShopThemeGlobal" => array:96 [ …96]
            "ModulesCrosssellingShop" => array:1 [ …1]
            "AdminCatalogNotification" => array:201 [ …201]
            "ModulesWirepaymentAdmin" => array:23 [ …23]
            "AdminLoginFeature" => array:9 [ …9]
            "ModulesMainmenuAdmin" => array:34 [ …34]
            "ModulesDataprivacyShop" => array:1 [ …1]
            "AdminShopparametersNotification" => array:50 [ …50]
            "ShopNavigation" => array:67 [ …67]
            "AdminCatalogFeature" => array:622 [ …622]
            "ModulesFacetedsearchShop" => array:18 [ …18]
            "AdminNavigationSearch" => array:18 [ …18]
            "ShopFormsErrors" => array:5 [ …5]
            "AdminOrderscustomersNotification" => array:109 [ …109]
            "messages" => array:375 [ …375]
            "ModulesViewedproductShop" => array:1 [ …1]
            "ModulesContactformShop" => array:16 [ …16]
            "ModulesStatsbestcustomersAdmin" => array:12 [ …12]
            "ShopDemoCatalog" => array:68 [ …68]
            "ModulesPagesnotfoundAdmin" => array:18 [ …18]
            "ModulesNewproductsAdmin" => array:8 [ …8]
            "AdminShippingHelp" => array:45 [ …45]
            "AdminShopparametersFeature" => array:291 [ …291]
            "ModulesShoppingcartAdmin" => array:5 [ …5]
            "ModulesCashondeliveryShop" => array:7 [ …7]
            "AdminStatsFeature" => array:11 [ …11]
            "ModulesFaviconnotificationboAdmin" => array:6 [ …6]
            "ModulesCategorytreeAdmin" => array:10 [ …10]
            "ModulesStatsdataAdmin" => array:9 [ …9]
            "ModulesSocialfollowAdmin" => array:23 [ …23]
            "ModulesStatspersonalinfosAdmin" => array:28 [ …28]
            "AdminDashboardNotification" => array:4 [ …4]
            "ModulesContactinfoAdmin" => array:4 [ …4]
            "ModulesDistributionapiclientAdmin" => array:2 [ …2]
            "AdminInternationalNotification" => array:120 [ …120]
            "ModulesCheckpaymentShop" => array:19 [ …19]
            "ShopThemeCategory" => array:1 [ …1]
            "ModulesSharebuttonsAdmin" => array:2 [ …2]
            "ModulesBlockreassuranceAdmin" => array:57 [ …57]
            "ModulesSearchbarAdmin" => array:2 [ …2]
            "ModulesAutoupgradeAdmin" => array:385 [ …385]
            "ModulesCustomersigninAdmin" => array:3 [ …3]
            "AdminDesignNotification" => array:39 [ …39]
            "AdminPaymentNotification" => array:11 [ …11]
            "AdminNotificationsError" => array:285 [ …285]
            "AdminOrderscustomersHelp" => array:51 [ …51]
            "ModulesGridhtmlAdmin" => array:2 [ …2]
            "ModulesCashondeliveryAdmin" => array:2 [ …2]
            "ModulesMailalertsAdmin" => array:2 [ …2]
            "AdminNavigationHeader" => array:63 [ …63]
            "ModulesStatscatalogAdmin" => array:17 [ …17]
            "ModulesImagesliderAdmin" => array:37 [ …37]
            "AdminDesignHelp" => array:54 [ …54]
            "ModulesBlockreassuranceShop" => array:4 [ …4]
            "AdminLoginNotification" => array:27 [ …27]
            "ModulesMailalertsShop" => array:4 [ …4]
            "ModulesStatsforecastAdmin" => array:38 [ …38]
            "ModulesContactinfoShop" => array:12 [ …12]
            "ModulesDashgoalsAdmin" => array:24 [ …24]
            "ModulesFeaturedproductsAdmin" => array:11 [ …11]
            "AdminActions" => array:223 [ …223]
            "Install" => array:208 [ …208]
            "ModulesBestsellersShop" => array:2 [ …2]
            "ModulesSpecialsAdmin" => array:6 [ …6]
            "ModulesViewedproductAdmin" => array:6 [ …6]
            "ModulesSharebuttonsShop" => array:3 [ …3]
            "ModulesGoogleanalyticsAdmin" => array:38 [ …38]
            "AdminDesignFeature" => array:108 [ …108]
            "ModulesNewproductsShop" => array:2 [ …2]
            "ModulesStatscarrierAdmin" => array:5 [ …5]
            "AdminPaymentFeature" => array:7 [ …7]
            "AdminStatsHelp" => array:4 [ …4]
            "ModulesFacetedsearchAdmin" => array:123 [ …123]
            "ModulesStatscheckupAdmin" => array:17 [ …17]
            "ModulesGsitemapAdmin" => array:40 [ …40]
            "ModulesStatssalesAdmin" => array:18 [ …18]
            "AdminNavigationNotification" => array:22 [ …22]
            "ModulesBannerAdmin" => array:8 [ …8]
            "AdminPaymentHelp" => array:7 [ …7]
            "ModulesDashactivityAdmin" => array:30 [ …30]
            "ModulesStatsregistrationsAdmin" => array:15 [ …15]
            "AdminAdvparametersHelp" => array:136 [ …136]
            "ModulesBlockwishlistShop" => array:60 [ …60]
            "ModulesStatsbestsuppliersAdmin" => array:4 [ …4]
            "ModulesSupplierlistAdmin" => array:9 [ …9]
            "AdminShopparametersHelp" => array:135 [ …135]
            "ModulesStatsbestvouchersAdmin" => array:4 [ …4]
            "EmailsSubject" => array:30 [ …30]
            "ModulesWirepaymentShop" => array:20 [ …20]
            "AdminAdvparametersFeature" => array:464 [ …464]
            "AdminDashboardHelp" => array:10 [ …10]
            "ModulesEmailalertsShop" => array:9 [ …9]
            "ModulesStatsstockAdmin" => array:10 [ …10]
            "EmailsBody" => array:319 [ …319]
            "ModulesLinklistAdmin" => array:15 [ …15]
            "AdminShippingFeature" => array:63 [ …63]
            "ModulesProductcommentsShop" => array:44 [ …44]
            "ModulesEmailalertsAdmin" => array:40 [ …40]
            "AdminModulesHelp" => array:14 [ …14]
          ]
          -metadata: []
          -resources: []
          -locale: "en-GB"
          -fallbackCatalogue: Symfony\Component\Translation\MessageCatalogue {#139
            -messages: []
            -metadata: []
            -resources: []
            -locale: "en"
            -fallbackCatalogue: null
            -parent: Symfony\Component\Translation\MessageCatalogue {#137}
          }
          -parent: null
        }
      ]
      -locale: "en-GB"
      -fallbackLocales: []
      -loaders: []
      -resources: []
      -formatter: Symfony\Component\Translation\Formatter\MessageFormatter {#133
        -translator: Symfony\Component\Translation\IdentityTranslator {#134
          -selector: null
          -locale: null
        }
        -intlFormatter: Symfony\Component\Translation\Formatter\IntlFormatter {#135
          -hasMessageFormatter: null
          -cache: []
        }
      }
      -cacheDir: "/var/www/vhosts/4ecoshop.co.uk/httpdocs/var/cache/prod/translations"
      -debug: false
      -cacheVary: []
      -configCacheFactory: Symfony\Component\Config\ConfigCacheFactory {#136
        -debug: false
      }
      -parentLocales: null
      -hasIntlFormatter: true
    }
    #priceComputingPrecision: 2
    #mobile_device: null
    #is_mobile: false
    #is_tablet: false
  }
  +css_files: []
  +js_files: []
  #display_header: true
  #display_header_javascript: true
  #template: "catalog/product.tpl"
  #display_footer: true
  #content_only: false
  +ajax: false
  #json: false
  #status: ""
  #redirect_after: null
  +controller_type: "front"
  +php_self: "product"
  #translator: PrestaShopBundle\Translation\TranslatorComponent {#132}
  #container: FrontContainer {#66 …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: array:2 [
    0 => "id_product_attribute"
    1 => "rewrite"
  ]
  +nb_items_per_page: null
  +objectPresenter: PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter {#125}
  +cart_presenter: PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter {#149
    -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 {#150
      -link: Link {#51}
      -isMultipleImageFormatFeatureActive: false
    }
    #settings: null
    -taxConfiguration: TaxConfiguration {#151
      -taxCalculationMethod: []
    }
    #productAssembler: null
  }
  -templateFinder: TemplateFinder {#152
    -directories: array:1 [
      0 => "/var/www/vhosts/4ecoshop.co.uk/httpdocs/themes/atremtheme/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 {#153
    #directories: array:3 [
      0 => "/themes/atremtheme/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#154
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "external" => array:29 [
        "theme-main" => array:7 [
          "id" => "theme-main"
          "type" => "external"
          "path" => "/themes/atremtheme/assets/css/theme.css"
          "uri" => "https://4ecoshop.co.uk/themes/atremtheme/assets/css/theme.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "theme-custom" => array:7 [
          "id" => "theme-custom"
          "type" => "external"
          "path" => "/themes/atremtheme/assets/css/custom.css"
          "uri" => "https://4ecoshop.co.uk/themes/atremtheme/assets/css/custom.css"
          "media" => "all"
          "priority" => 1000
          "server" => "local"
        ]
        "ps_socialfollow_icons" => array:7 [
          "id" => "ps_socialfollow_icons"
          "type" => "external"
          "path" => "/modules/ps_socialfollow/views/css/ps_socialfollow.css"
          "uri" => "https://4ecoshop.co.uk/modules/ps_socialfollow/views/css/ps_socialfollow.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "0412b62b5e8619c0a9cdd2f951290733d5c0c029" => array:7 [
          "id" => "0412b62b5e8619c0a9cdd2f951290733d5c0c029"
          "type" => "external"
          "path" => "/modules/prestablog/views/css/grid-and-slides-module.css"
          "uri" => "https://4ecoshop.co.uk/modules/prestablog/views/css/grid-and-slides-module.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "8d0474d8271a47f2231d9c893a11f91dfd8b6444" => array:7 [
          "id" => "8d0474d8271a47f2231d9c893a11f91dfd8b6444"
          "type" => "external"
          "path" => "/modules/prestablog/views/css/grid-and-slides-module-widget.css"
          "uri" => "https://4ecoshop.co.uk/modules/prestablog/views/css/grid-and-slides-module-widget.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "9846c14f4517e6eeab1a51744f4aef2e8cfe4d30" => array:7 [
          "id" => "9846c14f4517e6eeab1a51744f4aef2e8cfe4d30"
          "type" => "external"
          "path" => "/modules/prestablog/views/css/blog1.css"
          "uri" => "https://4ecoshop.co.uk/modules/prestablog/views/css/blog1.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "material-icons" => array:7 [
          "id" => "material-icons"
          "type" => "external"
          "path" => "https://fonts.googleapis.com/icon?family=Material+Icons"
          "uri" => "https://fonts.googleapis.com/icon?family=Material+Icons"
          "media" => "all"
          "priority" => 50
          "server" => "remote"
        ]
        "3a16c5aa4fffea543079c8658fe0ef2dde1511e6" => array:7 [
          "id" => "3a16c5aa4fffea543079c8658fe0ef2dde1511e6"
          "type" => "external"
          "path" => "/themes/atremtheme/modules/productcomments/views/css/productcomments.css"
          "uri" => "https://4ecoshop.co.uk/themes/atremtheme/modules/productcomments/views/css/productcomments.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "jquery-ui-theme" => array:7 [
          "id" => "jquery-ui-theme"
          "type" => "external"
          "path" => "/js/jquery/ui/themes/base/minified/jquery.ui.theme.min.css"
          "uri" => "https://4ecoshop.co.uk/js/jquery/ui/themes/base/minified/jquery.ui.theme.min.css"
          "media" => "all"
          "priority" => 95
          "server" => "local"
        ]
        "jquery-ui" => array:7 [
          "id" => "jquery-ui"
          "type" => "external"
          "path" => "/js/jquery/ui/themes/base/minified/jquery-ui.min.css"
          "uri" => "https://4ecoshop.co.uk/js/jquery/ui/themes/base/minified/jquery-ui.min.css"
          "media" => "all"
          "priority" => 90
          "server" => "local"
        ]
        "modules-searchbar" => array:7 [
          "id" => "modules-searchbar"
          "type" => "external"
          "path" => "/modules/ps_searchbar/ps_searchbar.css"
          "uri" => "https://4ecoshop.co.uk/modules/ps_searchbar/ps_searchbar.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "modules-atremmanufacturerslide-front" => array:7 [
          "id" => "modules-atremmanufacturerslide-front"
          "type" => "external"
          "path" => "/modules/atremmanufacturerslide/views/css/front.css"
          "uri" => "https://4ecoshop.co.uk/modules/atremmanufacturerslide/views/css/front.css"
          "media" => "all"
          "priority" => 1
          "server" => "local"
        ]
        "e1a91999dd3b2c6b17681f99000d7c37271a7a76" => array:7 [
          "id" => "e1a91999dd3b2c6b17681f99000d7c37271a7a76"
          "type" => "external"
          "path" => "/modules/ets_wishlist_pres17/views/css/slick.css"
          "uri" => "https://4ecoshop.co.uk/modules/ets_wishlist_pres17/views/css/slick.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "22597bb778aebc22b0ce2371e34e1f57beed0005" => array:7 [
          "id" => "22597bb778aebc22b0ce2371e34e1f57beed0005"
          "type" => "external"
          "path" => "/modules/ets_wishlist_pres17//views/css/block.css"
          "uri" => "https://4ecoshop.co.uk/modules/ets_wishlist_pres17//views/css/block.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "b58c8c2bba3871e5ce3927954812787291febb77" => array:7 [
          "id" => "b58c8c2bba3871e5ce3927954812787291febb77"
          "type" => "external"
          "path" => "/modules/ets_wishlist_pres17//views/css/front.css"
          "uri" => "https://4ecoshop.co.uk/modules/ets_wishlist_pres17//views/css/front.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "e1d644abdb401bfc374f0e35bc95f632e5d216a6" => array:7 [
          "id" => "e1d644abdb401bfc374f0e35bc95f632e5d216a6"
          "type" => "external"
          "path" => "/modules/ets_wishlist_pres17//views/css/wishlist.css"
          "uri" => "https://4ecoshop.co.uk/modules/ets_wishlist_pres17//views/css/wishlist.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "2fd3e458b2174b048d1049320df1625feb9930da" => array:7 [
          "id" => "2fd3e458b2174b048d1049320df1625feb9930da"
          "type" => "external"
          "path" => "/modules/ets_wishlist_pres17//views/css/custom.css"
          "uri" => "https://4ecoshop.co.uk/modules/ets_wishlist_pres17//views/css/custom.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "8bc64ebbf39c1b28d11d2a1ec074aeba38489ca2" => array:7 [
          "id" => "8bc64ebbf39c1b28d11d2a1ec074aeba38489ca2"
          "type" => "external"
          "path" => "/modules/ambjolisearch/views/css/jolisearch-common.css"
          "uri" => "https://4ecoshop.co.uk/modules/ambjolisearch/views/css/jolisearch-common.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "2eeaf2c7d0bcda56363462bc655522c923fa28c8" => array:7 [
          "id" => "2eeaf2c7d0bcda56363462bc655522c923fa28c8"
          "type" => "external"
          "path" => "/modules/ambjolisearch/views/css/jolisearch-finder.css"
          "uri" => "https://4ecoshop.co.uk/modules/ambjolisearch/views/css/jolisearch-finder.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "43fdd2d0d40a202532149fc6edd201500a43a063" => array:7 [
          "id" => "43fdd2d0d40a202532149fc6edd201500a43a063"
          "type" => "external"
          "path" => "/modules/ambjolisearch/views/css/jolisearch-modal.css"
          "uri" => "https://4ecoshop.co.uk/modules/ambjolisearch/views/css/jolisearch-modal.css"
          "media" => "all"
          "priority" => 80
          "server" => "local"
        ]
        "modules-homeslider" => array:7 [
          "id" => "modules-homeslider"
          "type" => "external"
          "path" => "/modules/ps_imageslider/css/homeslider.css"
          "uri" => "https://4ecoshop.co.uk/modules/ps_imageslider/css/homeslider.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "module-absfrequentlyboughttogether-absfreqboughtfontsty2" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absfreqboughtfontsty2"
          "type" => "external"
          "path" => "/modules/absfrequentlyboughttogether/views/css/front/abs_freqbought_fonts.css"
          "uri" => "https://4ecoshop.co.uk/modules/absfrequentlyboughttogether/views/css/front/abs_freqbought_fonts.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "module-absfrequentlyboughttogether-absfreqboughtfontstyl" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absfreqboughtfontstyl"
          "type" => "external"
          "path" => "https://fonts.googleapis.com/icon?family=Material+Icons"
          "uri" => "https://fonts.googleapis.com/icon?family=Material+Icons"
          "media" => "all"
          "priority" => 150
          "server" => "remote"
        ]
        "module-absfrequentlyboughttogether-absfreqboughtstyl" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absfreqboughtstyl"
          "type" => "external"
          "path" => "/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_17.css"
          "uri" => "https://4ecoshop.co.uk/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_17.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "module-absfrequentlyboughttogether-absfreqboughtstyl_210" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absfreqboughtstyl_210"
          "type" => "external"
          "path" => "/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_210.css"
          "uri" => "https://4ecoshop.co.uk/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_210.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "module-absfrequentlyboughttogether-absfreqboughtstyl_230" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absfreqboughtstyl_230"
          "type" => "external"
          "path" => "/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_230.css"
          "uri" => "https://4ecoshop.co.uk/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_230.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "module-absfrequentlyboughttogether-absfreqboughtstyl_246" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absfreqboughtstyl_246"
          "type" => "external"
          "path" => "/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_246.css"
          "uri" => "https://4ecoshop.co.uk/modules/absfrequentlyboughttogether/views/css/front/abs_freqboughttogether_246.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "module-absfrequentlyboughttogether-absanisty" => array:7 [
          "id" => "module-absfrequentlyboughttogether-absanisty"
          "type" => "external"
          "path" => "/modules/absfrequentlyboughttogether/views/css/front/animate.min.css"
          "uri" => "https://4ecoshop.co.uk/modules/absfrequentlyboughttogether/views/css/front/animate.min.css"
          "media" => "all"
          "priority" => 150
          "server" => "local"
        ]
        "paypal-fo" => array:7 [
          "id" => "paypal-fo"
          "type" => "external"
          "path" => "/modules/paypal/views/css/paypal_fo.css"
          "uri" => "https://4ecoshop.co.uk/modules/paypal/views/css/paypal_fo.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
      ]
      "inline" => []
    ]
    #fqdn: "https://4ecoshop.co.uk"
    -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 {#155
    #directories: array:3 [
      0 => "/themes/atremtheme/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#156
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "head" => array:2 [
        "external" => array:2 [
          "stripe_official-stripe-v3" => array:7 [ …7]
          "stripe_official-stripe-basil" => array:7 [ …7]
        ]
        "inline" => []
      ]
      "bottom" => array:2 [
        "external" => array:25 [
          "corejs" => array:7 [ …7]
          "theme-main" => array:7 [ …7]
          "theme-custom" => array:7 [ …7]
          "modules-psemailsubscription" => array:7 [ …7]
          "c606e571f68cb4ecf2706abb622faace3910b94c" => array:7 [ …7]
          "mailalerts-js" => array:7 [ …7]
          "module-klaviyops-analytics" => array:7 [ …7]
          "module-klaviyops-identify" => array:7 [ …7]
          "module-klaviyops-viewed-product" => array:7 [ …7]
          "module-klaviyops-add-to-cart" => array:7 [ …7]
          "modules-prestablog-swip-min" => array:7 [ …7]
          "be12b83da8d75b5e10c3b6bd591b167879e60d6e" => array:7 [ …7]
          "8f17e43acf24650dfdea97359a13805f0119f918" => array:7 [ …7]
          "57589afb3bb1fa81cb441359784937ec82a42c38" => array:7 [ …7]
          "4c80c548290040ff617f4c5c08a311738a5a24f8" => array:7 [ …7]
          "jquery-ui" => array:7 [ …7]
          "452a6946a9d63d3c4c14e4f2adad275846bb1ce9" => array:7 [ …7]
          "e68387b6d9ec5d3b60ba4db590023d63c60f5141" => array:7 [ …7]
          "862c1cb004d77b25a7b622880e4df3e1eb02c36d" => array:7 [ …7]
          "modules-ambjolisearch-v5" => array:7 [ …7]
          "modules-responsiveslides" => array:7 [ …7]
          "modules-homeslider" => array:7 [ …7]
          "seigitagmanager-js-cookie-consent" => array:7 [ …7]
          "stripe_official-payments" => array:7 [ …7]
          "module-absfrequentlyboughttogether-absfreqbought" => array:7 [ …7]
        ]
        "inline" => []
      ]
    ]
    #fqdn: "https://4ecoshop.co.uk"
    #valid_position: array:2 [
      0 => "head"
      1 => "bottom"
    ]
    #valid_attribute: array:2 [
      0 => "async"
      1 => "defer"
    ]
  }
  #cccReducer: CccReducer {#157
    -cacheDir: "/var/www/vhosts/4ecoshop.co.uk/httpdocs/themes/atremtheme/assets/cache/"
    #filesystem: Symfony\Component\Filesystem\Filesystem {#159}
    +configuration: PrestaShop\PrestaShop\Adapter\Configuration {#158
      #parameters: null
      -shop: null
    }
    #fqdn: null
  }
  #urls: array:22 [
    "base_url" => "https://4ecoshop.co.uk/"
    "current_url" => "https://4ecoshop.co.uk/freeze-dried-fruits/3955-freeze-dried-raspberry-15g-frupp-celiko-5900038003385.html"
    "shop_domain_url" => "https://4ecoshop.co.uk"
    "img_ps_url" => "https://4ecoshop.co.uk/img/"
    "img_cat_url" => "https://4ecoshop.co.uk/img/c/"
    "img_lang_url" => "https://4ecoshop.co.uk/img/l/"
    "img_prod_url" => "https://4ecoshop.co.uk/img/p/"
    "img_manu_url" => "https://4ecoshop.co.uk/img/m/"
    "img_sup_url" => "https://4ecoshop.co.uk/img/su/"
    "img_ship_url" => "https://4ecoshop.co.uk/img/s/"
    "img_store_url" => "https://4ecoshop.co.uk/img/st/"
    "img_col_url" => "https://4ecoshop.co.uk/img/co/"
    "img_url" => "https://4ecoshop.co.uk/themes/atremtheme/assets/img/"
    "css_url" => "https://4ecoshop.co.uk/themes/atremtheme/assets/css/"
    "js_url" => "https://4ecoshop.co.uk/themes/atremtheme/assets/js/"
    "pic_url" => "https://4ecoshop.co.uk/upload/"
    "theme_assets" => "https://4ecoshop.co.uk/themes/atremtheme/assets/"
    "theme_dir" => "https://4ecoshop.co.uk/themes/atremtheme/"
    "pages" => array:36 [
      "address" => "https://4ecoshop.co.uk/address"
      "addresses" => "https://4ecoshop.co.uk/addresses"
      "authentication" => "https://4ecoshop.co.uk/login"
      "manufacturer" => "https://4ecoshop.co.uk/brands"
      "cart" => "https://4ecoshop.co.uk/cart"
      "category" => "https://4ecoshop.co.uk/index.php?controller=category"
      "cms" => "https://4ecoshop.co.uk/index.php?controller=cms"
      "contact" => "https://4ecoshop.co.uk/contact-us"
      "discount" => "https://4ecoshop.co.uk/discount"
      "guest_tracking" => "https://4ecoshop.co.uk/guest-tracking"
      "history" => "https://4ecoshop.co.uk/order-history"
      "identity" => "https://4ecoshop.co.uk/identity"
      "index" => "https://4ecoshop.co.uk/"
      "my_account" => "https://4ecoshop.co.uk/my-account"
      "order_confirmation" => "https://4ecoshop.co.uk/order-confirmation"
      "order_detail" => "https://4ecoshop.co.uk/index.php?controller=order-detail"
      "order_follow" => "https://4ecoshop.co.uk/order-follow"
      "order" => "https://4ecoshop.co.uk/order"
      "order_return" => "https://4ecoshop.co.uk/index.php?controller=order-return"
      "order_slip" => "https://4ecoshop.co.uk/credit-slip"
      "pagenotfound" => "https://4ecoshop.co.uk/page-not-found"
      "password" => "https://4ecoshop.co.uk/password-recovery"
      "pdf_invoice" => "https://4ecoshop.co.uk/index.php?controller=pdf-invoice"
      "pdf_order_return" => "https://4ecoshop.co.uk/index.php?controller=pdf-order-return"
      "pdf_order_slip" => "https://4ecoshop.co.uk/index.php?controller=pdf-order-slip"
      "prices_drop" => "https://4ecoshop.co.uk/prices-drop"
      "product" => "https://4ecoshop.co.uk/index.php?controller=product"
      "registration" => "https://4ecoshop.co.uk/register"
      "search" => "https://4ecoshop.co.uk/search"
      "sitemap" => "https://4ecoshop.co.uk/Sitemap"
      "stores" => "https://4ecoshop.co.uk/stores"
      "supplier" => "https://4ecoshop.co.uk/supplier"
      "new_products" => "https://4ecoshop.co.uk/new-products"
      "brands" => "https://4ecoshop.co.uk/brands"
      "register" => "https://4ecoshop.co.uk/register"
      "order_login" => "https://4ecoshop.co.uk/order?login=1"
    ]
    "alternative_langs" => array:2 [
      "pl" => "https://4ecoshop.co.uk/pl/owoce-liofilizowane/3955-malina-liofilizowana-frupp-15g-celiko-5900038003385.html"
      "en-gb" => "https://4ecoshop.co.uk/freeze-dried-fruits/3955-freeze-dried-raspberry-15g-frupp-celiko-5900038003385.html"
    ]
    "actions" => array:1 [
      "logout" => "https://4ecoshop.co.uk/?mylogout="
    ]
    "no_picture_image" => array:5 [
      "bySize" => array:5 [
        "small_default" => array:3 [
          "url" => "https://4ecoshop.co.uk/img/p/gb-default-small_default.jpg"
          "width" => 98
          "height" => 98
        ]
        "cart_default" => array:3 [
          "url" => "https://4ecoshop.co.uk/img/p/gb-default-cart_default.jpg"
          "width" => 125
          "height" => 125
        ]
        "home_default" => array:3 [
          "url" => "https://4ecoshop.co.uk/img/p/gb-default-home_default.jpg"
          "width" => 250
          "height" => 250
        ]
        "medium_default" => array:3 [
          "url" => "https://4ecoshop.co.uk/img/p/gb-default-medium_default.jpg"
          "width" => 452
          "height" => 452
        ]
        "large_default" => array:3 [
          "url" => "https://4ecoshop.co.uk/img/p/gb-default-large_default.jpg"
          "width" => 800
          "height" => 800
        ]
      ]
      "small" => array:3 [
        "url" => "https://4ecoshop.co.uk/img/p/gb-default-small_default.jpg"
        "width" => 98
        "height" => 98
      ]
      "medium" => array:3 [
        "url" => "https://4ecoshop.co.uk/img/p/gb-default-home_default.jpg"
        "width" => 250
        "height" => 250
      ]
      "large" => array:3 [
        "url" => "https://4ecoshop.co.uk/img/p/gb-default-large_default.jpg"
        "width" => 800
        "height" => 800
      ]
      "legend" => ""
    ]
  ]
  #automaticallyAllocateInvoiceAddress: true
  #automaticallyAllocateDeliveryAddress: true
  +page_name: null
  #id_product: 3955
  #id_product_attribute: null
  #product: Product {#219
    +id: 3955
    #id_lang: 2
    #lang_associated: null
    #id_shop: 1
    +id_shop_list: []
    #get_shop_from_context: false
    #table: "product"
    #identifier: "id_product"
    #fieldsRequired: array:1 [
      0 => "price"
    ]
    #fieldsSize: array:7 [
      "reference" => 64
      "supplier_reference" => 64
      "location" => 255
      "ean13" => 13
      "isbn" => 32
      "upc" => 12
      "mpn" => 40
    ]
    #fieldsValidate: array:51 [
      "id_shop_default" => "isUnsignedId"
      "id_manufacturer" => "isUnsignedId"
      "id_supplier" => "isUnsignedId"
      "reference" => "isReference"
      "supplier_reference" => "isReference"
      "location" => "isString"
      "width" => "isUnsignedFloat"
      "height" => "isUnsignedFloat"
      "depth" => "isUnsignedFloat"
      "weight" => "isUnsignedFloat"
      "quantity_discount" => "isBool"
      "ean13" => "isEan13"
      "isbn" => "isIsbn"
      "upc" => "isUpc"
      "mpn" => "isMpn"
      "cache_is_pack" => "isBool"
      "cache_has_attachments" => "isBool"
      "is_virtual" => "isBool"
      "state" => "isUnsignedId"
      "additional_delivery_times" => "isUnsignedId"
      "product_type" => "isGenericName"
      "id_category_default" => "isUnsignedId"
      "id_tax_rules_group" => "isUnsignedId"
      "on_sale" => "isBool"
      "online_only" => "isBool"
      "ecotax" => "isPrice"
      "minimal_quantity" => "isPositiveInt"
      "low_stock_threshold" => "isInt"
      "low_stock_alert" => "isBool"
      "price" => "isPrice"
      "wholesale_price" => "isPrice"
      "unity" => "isString"
      "unit_price" => "isPrice"
      "additional_shipping_cost" => "isPrice"
      "customizable" => "isUnsignedInt"
      "text_fields" => "isUnsignedInt"
      "uploadable_files" => "isUnsignedInt"
      "active" => "isBool"
      "redirect_type" => "isString"
      "id_type_redirected" => "isUnsignedId"
      "available_for_order" => "isBool"
      "available_date" => "isDateFormat"
      "show_condition" => "isBool"
      "condition" => "isGenericName"
      "show_price" => "isBool"
      "indexed" => "isBool"
      "visibility" => "isProductVisibility"
      "advanced_stock_management" => "isBool"
      "date_add" => "isDate"
      "date_upd" => "isDate"
      "pack_stock_type" => "isUnsignedInt"
    ]
    #fieldsRequiredLang: []
    #fieldsSizeLang: array:11 [
      "delivery_in_stock" => 255
      "delivery_out_stock" => 255
      "meta_description" => 512
      "meta_keywords" => 255
      "meta_title" => 255
      "link_rewrite" => 128
      "name" => 128
      "description" => 4194303
      "description_short" => 4194303
      "available_now" => 255
      "available_later" => 255
    ]
    #fieldsValidateLang: array:11 [
      "delivery_in_stock" => "isGenericName"
      "delivery_out_stock" => "isGenericName"
      "meta_description" => "isGenericName"
      "meta_keywords" => "isGenericName"
      "meta_title" => "isGenericName"
      "link_rewrite" => "isLinkRewrite"
      "name" => "isCatalogName"
      "description" => "isCleanHtml"
      "description_short" => "isCleanHtml"
      "available_now" => "isGenericName"
      "available_later" => "IsGenericName"
    ]
    #tables: []
    #webserviceParameters: array:4 [
      "objectMethods" => array:2 [
        "add" => "addWs"
        "update" => "updateWs"
      ]
      "objectNodeNames" => "products"
      "fields" => array:12 [
        "id_manufacturer" => array:1 [
          "xlink_resource" => "manufacturers"
        ]
        "id_supplier" => array:1 [
          "xlink_resource" => "suppliers"
        ]
        "id_category_default" => array:1 [
          "xlink_resource" => "categories"
        ]
        "new" => []
        "cache_default_attribute" => []
        "id_default_image" => array:3 [
          "getter" => "getCoverWs"
          "setter" => "setCoverWs"
          "xlink_resource" => array:2 [ …2]
        ]
        "id_default_combination" => array:3 [
          "getter" => "getWsDefaultCombination"
          "setter" => "setWsDefaultCombination"
          "xlink_resource" => array:1 [ …1]
        ]
        "id_tax_rules_group" => array:1 [
          "xlink_resource" => array:1 [ …1]
        ]
        "position_in_category" => array:2 [
          "getter" => "getWsPositionInCategory"
          "setter" => "setWsPositionInCategory"
        ]
        "manufacturer_name" => array:2 [
          "getter" => "getWsManufacturerName"
          "setter" => false
        ]
        "quantity" => array:2 [
          "getter" => false
          "setter" => false
        ]
        "type" => array:2 [
          "getter" => "getWsType"
          "setter" => "setWsType"
        ]
      ]
      "associations" => array:10 [
        "categories" => array:2 [
          "resource" => "category"
          "fields" => array:1 [ …1]
        ]
        "images" => array:2 [
          "resource" => "image"
          "fields" => array:1 [ …1]
        ]
        "combinations" => array:2 [
          "resource" => "combination"
          "fields" => array:1 [ …1]
        ]
        "product_option_values" => array:2 [
          "resource" => "product_option_value"
          "fields" => array:1 [ …1]
        ]
        "product_features" => array:2 [
          "resource" => "product_feature"
          "fields" => array:2 [ …2]
        ]
        "tags" => array:2 [
          "resource" => "tag"
          "fields" => array:1 [ …1]
        ]
        "stock_availables" => array:3 [
          "resource" => "stock_available"
          "fields" => array:2 [ …2]
          "setter" => false
        ]
        "attachments" => array:3 [
          "resource" => "attachment"
          "api" => "attachments"
          "fields" => array:1 [ …1]
        ]
        "accessories" => array:3 [
          "resource" => "product"
          "api" => "products"
          "fields" => array:1 [ …1]
        ]
        "product_bundle" => array:3 [
          "resource" => "product"
          "api" => "products"
          "fields" => array:3 [ …3]
        ]
      ]
    ]
    #image_dir: null
    #image_format: "jpg"
    #translator: null
    #def: array:7 [
      "table" => "product"
      "primary" => "id_product"
      "multilang" => true
      "multilang_shop" => true
      "fields" => array:66 [
        "id_shop_default" => array:2 [
          "type" => 1
          "validate" => "isUnsignedId"
        ]
        "id_manufacturer" => array:2 [
          "type" => 1
          "validate" => "isUnsignedId"
        ]
        "id_supplier" => array:2 [
          "type" => 1
          "validate" => "isUnsignedId"
        ]
        "reference" => array:3 [
          "type" => 3
          "validate" => "isReference"
          "size" => 64
        ]
        "supplier_reference" => array:3 [
          "type" => 3
          "validate" => "isReference"
          "size" => 64
        ]
        "location" => array:3 [
          "type" => 3
          "validate" => "isString"
          "size" => 255
        ]
        "width" => array:2 [
          "type" => 4
          "validate" => "isUnsignedFloat"
        ]
        "height" => array:2 [
          "type" => 4
          "validate" => "isUnsignedFloat"
        ]
        "depth" => array:2 [
          "type" => 4
          "validate" => "isUnsignedFloat"
        ]
        "weight" => array:2 [
          "type" => 4
          "validate" => "isUnsignedFloat"
        ]
        "quantity_discount" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "ean13" => array:3 [
          "type" => 3
          "validate" => "isEan13"
          "size" => 13
        ]
        "isbn" => array:3 [
          "type" => 3
          "validate" => "isIsbn"
          "size" => 32
        ]
        "upc" => array:3 [
          "type" => 3
          "validate" => "isUpc"
          "size" => 12
        ]
        "mpn" => array:3 [
          "type" => 3
          "validate" => "isMpn"
          "size" => 40
        ]
        "cache_is_pack" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "cache_has_attachments" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "is_virtual" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "state" => array:2 [
          "type" => 1
          "validate" => "isUnsignedId"
        ]
        "additional_delivery_times" => array:2 [
          "type" => 1
          "validate" => "isUnsignedId"
        ]
        "delivery_in_stock" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 255
        ]
        "delivery_out_stock" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 255
        ]
        "product_type" => array:4 [
          "type" => 3
          "validate" => "isGenericName"
          "values" => array:5 [ …5]
          "default" => ""
        ]
        "id_category_default" => array:3 [
          "type" => 1
          "shop" => true
          "validate" => "isUnsignedId"
        ]
        "id_tax_rules_group" => array:3 [
          "type" => 1
          "shop" => true
          "validate" => "isUnsignedId"
        ]
        "on_sale" => array:3 [
          "type" => 2
          "shop" => true
          "validate" => "isBool"
        ]
        "online_only" => array:3 [
          "type" => 2
          "shop" => true
          "validate" => "isBool"
        ]
        "ecotax" => array:3 [
          "type" => 4
          "shop" => true
          "validate" => "isPrice"
        ]
        "minimal_quantity" => array:3 [
          "type" => 1
          "shop" => true
          "validate" => "isPositiveInt"
        ]
        "low_stock_threshold" => array:4 [
          "type" => 1
          "shop" => true
          "allow_null" => true
          "validate" => "isInt"
        ]
        "low_stock_alert" => array:3 [
          "type" => 2
          "shop" => true
          "validate" => "isBool"
        ]
        "price" => array:4 [
          "type" => 4
          "shop" => true
          "validate" => "isPrice"
          "required" => true
        ]
        "wholesale_price" => array:3 [
          "type" => 4
          "shop" => true
          "validate" => "isPrice"
        ]
        "unity" => array:3 [
          "type" => 3
          "shop" => true
          "validate" => "isString"
        ]
        "unit_price" => array:3 [
          "type" => 4
          "shop" => true
          "validate" => "isPrice"
        ]
        "unit_price_ratio" => array:2 [
          "type" => 4
          "shop" => true
        ]
        "additional_shipping_cost" => array:3 [
          "type" => 4
           …2
        ]
        "customizable" => array:3 [ …3]
        "text_fields" => array:3 [ …3]
        "uploadable_files" => array:3 [ …3]
        "active" => array:3 [ …3]
        "redirect_type" => array:3 [ …3]
        "id_type_redirected" => array:3 [ …3]
        "available_for_order" => array:3 [ …3]
        "available_date" => array:3 [ …3]
        "show_condition" => array:3 [ …3]
        "condition" => array:5 [ …5]
        "show_price" => array:3 [ …3]
        "indexed" => array:3 [ …3]
        "visibility" => array:5 [ …5]
        "cache_default_attribute" => array:2 [ …2]
        "advanced_stock_management" => array:3 [ …3]
        "date_add" => array:3 [ …3]
        "date_upd" => array:3 [ …3]
        "pack_stock_type" => array:3 [ …3]
        "meta_description" => array:4 [ …4]
        "meta_keywords" => array:4 [ …4]
        "meta_title" => array:4 [ …4]
        "link_rewrite" => array:6 [ …6]
        "name" => array:5 [ …5]
        "description" => array:4 [ …4]
        "description_short" => array:4 [ …4]
        "available_now" => array:4 [ …4]
        "available_later" => array:4 [ …4]
        "expiry_date" => array:3 [ …3]
        "normal_expiry_date" => array:3 [ …3]
      ]
      "associations" => array:8 [
        "manufacturer" => array:1 [ …1]
        "supplier" => array:1 [ …1]
        "default_category" => array:3 [ …3]
        "tax_rules_group" => array:1 [ …1]
        "categories" => array:4 [ …4]
        "stock_availables" => array:4 [ …4]
        "attachments" => array:4 [ …4]
        "l" => array:3 [ …3]
      ]
      "classname" => "Product"
    ]
    #update_fields: null
    +force_id: false
    +tax_name: "deprecated"
    +tax_rate: 0.0
    +id_manufacturer: "73"
    +id_supplier: "0"
    +id_category_default: "300"
    +id_shop_default: "1"
    +manufacturer_name: "Celiko"
    +supplier_name: false
    +name: "Freeze-Dried Raspberry 15g Frupp Celiko"
    +description: "<p><strong>Freeze-Dried Raspberry 15g Frupp Celiko</strong><br /><br />Freeze-dried raspberry FRUPP 15g Celiko is full of vitamins and the aroma of fresh fruit, preserved in this delicious snack thanks to appropriate processing - the freeze-drying process preserves most of the nutritional value of raspberries, which is why even in a crunchy form they provide B vitamins, as well as natural antioxidants, vitamins C and E. Freeze-dried raspberry FRUPP is an ideal addition to homemade pastries and desserts, as well as a variety of tasty porridge or natural yogurt. It is a gluten-free product, also suitable for vegans.<br /><br /><strong>Ingredients:</strong> freeze-dried raspberry. <br /><br /><strong>Nutritional value of the product in 100g</strong><br />Energy value 1329 kJ / 318 kcal <br />Fat 4.9g<br />saturated fatty acids 0 g<br />Carbohydrates 38g<br />including sugars 31 g<br />Fiber 46g<br />Protein 8.4g<br />Salt 0.02 g<br /><br /><strong> Storage method:</strong> Store in a dry and cool place.<br /><br /><strong>Net Weight:</strong> 15g<br /><br /><strong>Country of origin</strong> Poland</p>"
    +description_short: ""
    +quantity: 2
    +minimal_quantity: "1"
    +low_stock_threshold: null
    +low_stock_alert: "0"
    +available_now: ""
    +available_later: ""
    +price: 2.89
    +specificPrice: false
    +additional_shipping_cost: "0.000000"
    +wholesale_price: "0.000000"
    +on_sale: "0"
    +online_only: "0"
    +unity: ""
    +unit_price: "0.000000"
    +unit_price_ratio: "0.000000"
    +ecotax: "0.000000"
    +reference: ""
    +supplier_reference: ""
    +location: ""
    +width: "0.000000"
    +height: "0.000000"
    +depth: "0.000000"
    +weight: "0.015000"
    +ean13: "5900038003385"
    +isbn: ""
    +upc: ""
    +mpn: ""
    +link_rewrite: "freeze-dried-raspberry-15g-frupp-celiko"
    +meta_description: "Frupp freeze-dried Celiko raspberry is a great healthy snack, the power of vitamins and nutrients contained in the fruit, perfect for desserts"
    +meta_keywords: ""
    +meta_title: "Freeze-Dried Raspberry 15g Frupp Celiko"
    +quantity_discount: "0"
    +customizable: "0"
    +new: false
    +uploadable_files: "0"
    +text_fields: "0"
    +active: "1"
    +redirect_type: "301-category"
    +id_type_redirected: "0"
    +available_for_order: "1"
    +available_date: "0000-00-00"
    +show_condition: "0"
    +condition: "new"
    +show_price: "1"
    +indexed: "1"
    +visibility: "both"
    +date_add: "2023-01-27 12:56:59"
    +date_upd: "2026-03-18 18:55:03"
    +tags: array:2 [
      1 => array:7 [
        0 => "MALINA"
        1 => "RASPBERRY"
        2 => "liofilizowana"
        3 => "freeze-dried"
        4 => "frupp"
        5 => "celiko"
        6 => "15g"
      ]
      2 => array:6 [
        0 => "freeze-dried"
        1 => "malina"
        2 => "liofilizowana"
        3 => "celiko"
        4 => "frupp"
        5 => "raspbery"
      ]
    ]
    +state: "1"
    +base_price: "2.890000"
    +id_tax_rules_group: "0"
    +id_color_default: 0
    +advanced_stock_management: "0"
    +out_of_stock: 2
    +depends_on_stock: false
    +isFullyLoaded: true
    +cache_is_pack: "0"
    +cache_has_attachments: "0"
    +is_virtual: "0"
    +id_pack_product_attribute: null
    +cache_default_attribute: "0"
    +category: "freeze-dried-fruits"
    +pack_stock_type: "3"
    +additional_delivery_times: "1"
    +delivery_in_stock: ""
    +delivery_out_stock: ""
    +product_type: ""
    +expiry_date: "0000-00-00"
    +normal_expiry_date: "0000-00-00"
    +"customization_required": false
  }
  #category: Category {#225}
  #combinations: []
  #quantity_discounts: []
  #adminNotifications: []
  #isQuickView: false
  #isPreview: false
}
Freeze-Dried Raspberry 15g Frupp Celiko
  • Bestseller
  • V
  • GF
Freeze-Dried Raspberry 15g Frupp Celiko

Freeze-Dried Raspberry 15g Frupp Celiko

£2.89
Brand: Celiko   |   EAN: 5900038003385
Last items in stock

Freeze-Dried Raspberry 15g Frupp Celiko

Freeze-dried raspberry FRUPP 15g Celiko is full of vitamins and the aroma of fresh fruit, preserved in this delicious snack thanks to appropriate processing - the freeze-drying process preserves most of the nutritional value of raspberries, which is why even in a crunchy form they provide B vitamins, as well as natural antioxidants, vitamins C and E. Freeze-dried raspberry FRUPP is an ideal addition to homemade pastries and desserts, as well as a variety of tasty porridge or natural yogurt. It is a gluten-free product, also suitable for vegans.

Ingredients: freeze-dried raspberry.

Nutritional value of the product in 100g
Energy value 1329 kJ / 318 kcal
Fat 4.9g
saturated fatty acids 0 g
Carbohydrates 38g
including sugars 31 g
Fiber 46g
Protein 8.4g
Salt 0.02 g

Storage method: Store in a dry and cool place.

Net Weight: 15g

Country of origin Poland

Frequently bought together

  • Freeze-Dried Raspberry 15g Frupp Celiko
  • +
  • Freeze-Dried Strawberry 13g FRUPP Celiko
  • +
  • No Sugar Freeze-dried Bar Strawberry 10g FRUPP Celiko
  • £7.07-10 %
    Total price: £6.36
info One of these items has different availability  Show details

12 other products in the same category:

You might also like