^ ManufacturerController {#90
  #context: Context {#14
    +cart: Cart {#169
      +id: null
      +id_lang: 5
      #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:1 [
        "secure_key" => 32
      ]
      #fieldsValidate: array:16 [
        "id_shop_group" => "isUnsignedId"
        "id_shop" => "isUnsignedId"
        "id_address_delivery" => "isUnsignedId"
        "id_address_invoice" => "isUnsignedId"
        "id_carrier" => "isUnsignedId"
        "id_currency" => "isUnsignedId"
        "id_customer" => "isUnsignedId"
        "id_guest" => "isUnsignedId"
        "id_lang" => "isUnsignedId"
        "recyclable" => "isBool"
        "gift" => "isBool"
        "gift_message" => "isCleanHtml"
        "mobile_theme" => "isBool"
        "allow_seperated_package" => "isBool"
        "date_add" => "isDate"
        "date_upd" => "isDate"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:2 [
        "fields" => array:6 [
          "id_address_delivery" => array:1 [
            "xlink_resource" => "addresses"
          ]
          "id_address_invoice" => array:1 [
            "xlink_resource" => "addresses"
          ]
          "id_currency" => array:1 [
            "xlink_resource" => "currencies"
          ]
          "id_customer" => array:1 [
            "xlink_resource" => "customers"
          ]
          "id_guest" => array:1 [
            "xlink_resource" => "guests"
          ]
          "id_lang" => array:1 [
            "xlink_resource" => "languages"
          ]
        ]
        "associations" => array:1 [
          "cart_rows" => array:3 [
            "resource" => "cart_row"
            "virtual_entity" => true
            "fields" => array:5 [ …5]
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "cart"
        "primary" => "id_cart"
        "fields" => array:18 [
          "id_shop_group" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_shop" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_address_delivery" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_address_invoice" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_carrier" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_currency" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "id_customer" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_guest" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "id_lang" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "recyclable" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "gift" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "gift_message" => array:2 [
            "type" => 3
            "validate" => "isCleanHtml"
          ]
          "mobile_theme" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "delivery_option" => array:1 [
            "type" => 3
          ]
          "secure_key" => array:2 [
            "type" => 3
            "size" => 32
          ]
          "allow_seperated_package" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "date_add" => array:2 [
            "type" => 5
            "validate" => "isDate"
          ]
          "date_upd" => array:2 [
            "type" => 5
            "validate" => "isDate"
          ]
        ]
        "classname" => "Cart"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: 1
      +id_address_delivery: 0
      +id_address_invoice: 0
      +id_currency: 1
      +id_customer: null
      +id_guest: 6723459
      +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 {#173
        #parameters: null
        -shop: null
      }
      #addressFactory: PrestaShop\PrestaShop\Adapter\AddressFactory {#170}
      #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" => 65000
        "reset_password_token" => 40
      ]
      #fieldsValidate: array:27 [
        "secure_key" => "isMd5"
        "lastname" => "isCustomerName"
        "firstname" => "isCustomerName"
        "email" => "isEmail"
        "passwd" => "isHashedPassword"
        "id_gender" => "isUnsignedId"
        "birthday" => "isBirthDate"
        "newsletter" => "isBool"
        "optin" => "isBool"
        "website" => "isUrl"
        "company" => "isGenericName"
        "siret" => "isGenericName"
        "ape" => "isApe"
        "outstanding_allow_amount" => "isFloat"
        "show_public_prices" => "isBool"
        "id_risk" => "isUnsignedInt"
        "max_payment_days" => "isUnsignedInt"
        "active" => "isBool"
        "deleted" => "isBool"
        "is_guest" => "isBool"
        "id_shop" => "isUnsignedId"
        "id_shop_group" => "isUnsignedId"
        "id_lang" => "isUnsignedId"
        "date_add" => "isDate"
        "date_upd" => "isDate"
        "reset_password_token" => "isSha1"
        "reset_password_validity" => "isDateOrNull"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:3 [
        "objectMethods" => array:2 [
          "add" => "addWs"
          "update" => "updateWs"
        ]
        "fields" => array:8 [
          "id_default_group" => array:1 [
            "xlink_resource" => "groups"
          ]
          "id_lang" => array:1 [
            "xlink_resource" => "languages"
          ]
          "newsletter_date_add" => []
          "ip_registration_newsletter" => []
          "last_passwd_gen" => array:1 [
            "setter" => null
          ]
          "secure_key" => array:1 [
            "setter" => null
          ]
          "deleted" => []
          "passwd" => array:1 [
            "setter" => "setWsPasswd"
          ]
        ]
        "associations" => array:1 [
          "groups" => array:1 [
            "resource" => "group"
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "customer"
        "primary" => "id_customer"
        "fields" => array:32 [
          "secure_key" => array:3 [
            "type" => 3
            "validate" => "isMd5"
            "copy_post" => false
          ]
          "lastname" => array:4 [
            "type" => 3
            "validate" => "isCustomerName"
            "required" => true
            "size" => 255
          ]
          "firstname" => array:4 [
            "type" => 3
            "validate" => "isCustomerName"
            "required" => true
            "size" => 255
          ]
          "email" => array:4 [
            "type" => 3
            "validate" => "isEmail"
            "required" => true
            "size" => 255
          ]
          "passwd" => array:4 [
            "type" => 3
            "validate" => "isHashedPassword"
            "required" => true
            "size" => 255
          ]
          "last_passwd_gen" => array:2 [
            "type" => 3
            "copy_post" => false
          ]
          "id_gender" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "birthday" => array:2 [
            "type" => 5
            "validate" => "isBirthDate"
          ]
          "newsletter" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "newsletter_date_add" => array:2 [
            "type" => 5
            "copy_post" => false
          ]
          "ip_registration_newsletter" => array:2 [
            "type" => 3
            "copy_post" => false
          ]
          "optin" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "website" => array:2 [
            "type" => 3
            "validate" => "isUrl"
          ]
          "company" => array:2 [
            "type" => 3
            "validate" => "isGenericName"
          ]
          "siret" => array:2 [
            "type" => 3
            "validate" => "isGenericName"
          ]
          "ape" => array:2 [
            "type" => 3
            "validate" => "isApe"
          ]
          "outstanding_allow_amount" => array:3 [
            "type" => 4
            "validate" => "isFloat"
            "copy_post" => false
          ]
          "show_public_prices" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "id_risk" => array:3 [
            "type" => 1
            "validate" => "isUnsignedInt"
            "copy_post" => false
          ]
          "max_payment_days" => array:3 [
            "type" => 1
            "validate" => "isUnsignedInt"
            "copy_post" => false
          ]
          "active" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "deleted" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "note" => array:3 [
            "type" => 6
            "size" => 65000
            "copy_post" => false
          ]
          "is_guest" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "id_shop" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "id_shop_group" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "id_default_group" => array:2 [
            "type" => 1
            "copy_post" => false
          ]
          "id_lang" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "date_add" => array:3 [
            "type" => 5
            "validate" => "isDate"
            "copy_post" => false
          ]
          "date_upd" => array:3 [
            "type" => 5
            "validate" => "isDate"
            "copy_post" => false
          ]
          "reset_password_token" => array:4 [
            "type" => 3
            "validate" => "isSha1"
            "size" => 40
            "copy_post" => false
          ]
          "reset_password_validity" => array:3 [
            "type" => 5
            "validate" => "isDateOrNull"
            "copy_post" => false
          ]
        ]
        "classname" => "Customer"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: null
      +secure_key: null
      +note: null
      +id_gender: 0
      +id_default_group: 1
      +lastname: null
      +firstname: null
      +birthday: null
      +email: null
      +newsletter: null
      +ip_registration_newsletter: null
      +newsletter_date_add: null
      +optin: null
      +website: null
      +company: null
      +siret: null
      +ape: null
      +outstanding_allow_amount: 0
      +show_public_prices: 0
      +id_risk: null
      +max_payment_days: 0
      +passwd: null
      +last_passwd_gen: null
      +active: true
      +is_guest: false
      +deleted: false
      +date_add: null
      +date_upd: null
      +years: null
      +days: null
      +months: null
      +geoloc_id_country: null
      +geoloc_id_state: null
      +geoloc_postcode: null
      +logged: false
      +id_guest: "6723459"
      +groupBox: null
      +reset_password_token: null
      +reset_password_validity: null
    }
    +cookie: Cookie {#26
      #_content: array:10 [
        "date_add" => "2025-05-14 16:25:12"
        "id_lang" => 5
        "lgseoredirect_user_pagination_1" => "10"
        "lgseoredirect_pnf_user_pagination_1" => "10"
        "lgseoredirect_last_offset_1" => 1
        "lgseoredirect_pnf_last_offset_1" => 1
        "id_currency" => 1
        "ga_last_listing" => "{"item_list_url":"\/nl\/2-eshop-retrouvez-notre-selection?q=Kleur-Geel-Oranje-Violet-Zwart%2FMerk-Schwalbe","item_list_id":"category","item_list_name":"Categorie: E-shop - Retrouvez notre s\u00e9lection"}"
        "id_guest" => "6723459"
        "id_connections" => "5739745"
      ]
      #_name: "PrestaShop-777be4c8ef085d6c17d545cb24088d2b"
      #_expire: 1748960726
      #_domain: "www.hollandbikes.com"
      #_sameSite: "Lax"
      #_path: "/"
      #cipherTool: PhpEncryption {#20}
      #_modified: false
      #_allow_writing: true
      #_salt: "Vaq9uUX6U3AKd1LvY3TNFiwyDTXOnbJE"
      #_standalone: false
      #_secure: true
      #session: null
    }
    +session: Symfony\Component\HttpFoundation\Session\Session {#30
      #storage: Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage {#35
        #bags: array:2 [
          "attributes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#38
            -bag: Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag {#37 …3}
            -data: &2 array:2 [
              "_sf2_attributes" => & []
              "_symfony_flashes" => & []
            ]
            -usageIndex: &5 2
          }
          "flashes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#40
            -bag: Symfony\Component\HttpFoundation\Session\Flash\FlashBag {#39 …3}
            -data: &2 array:2 [&2]
            -usageIndex: &5 2
          }
        ]
        #started: true
        #closed: false
        #saveHandler: Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy {#36
          #wrapper: false
          #saveHandlerName: "files"
          #handler: Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler {#34
            -sessionName: null
            -prefetchId: null
            -prefetchData: null
            -newSessionId: null
            -igbinaryEmptyData: null
            -handler: SessionHandler {#31}
            -doDestroy: null
          }
        }
        #metadataBag: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag {#32
          -name: "__metadata"
          -storageKey: "_sf2_meta"
          #meta: & array:3 [
            "u" => 1747232726
            "c" => 1747232726
            "l" => 1748960726
          ]
          -lastUsed: 1747232726
          -updateThreshold: 0
        }
        -emulateSameSite: null
      }
      -flashName: "flashes"
      -attributeName: "attributes"
      -data: &2 array:2 [&2]
      -usageIndex: &5 2
    }
    +link: Link {#515
      #allow: true
      #url: "/index.php"
      +protocol_link: "https://"
      +protocol_content: "https://"
      #ssl_enable: "1"
      #urlShopId: null
    }
    +country: Country {#21
      +id: 242
      #id_lang: 1
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "country"
      #identifier: "id_country"
      #fieldsRequired: array:5 [
        0 => "id_zone"
        1 => "iso_code"
        2 => "contains_states"
        3 => "need_identification_number"
        4 => "display_tax_label"
      ]
      #fieldsSize: array:1 [
        "iso_code" => 3
      ]
      #fieldsValidate: array:10 [
        "id_zone" => "isUnsignedId"
        "id_currency" => "isUnsignedId"
        "call_prefix" => "isInt"
        "iso_code" => "isLanguageIsoCode"
        "active" => "isBool"
        "contains_states" => "isBool"
        "need_identification_number" => "isBool"
        "need_zip_code" => "isBool"
        "zip_code_format" => "isZipCodeFormat"
        "display_tax_label" => "isBool"
      ]
      #fieldsRequiredLang: array:1 [
        0 => "name"
      ]
      #fieldsSizeLang: array:1 [
        "name" => 64
      ]
      #fieldsValidateLang: array:1 [
        "name" => "isGenericName"
      ]
      #tables: []
      #webserviceParameters: array:2 [
        "objectsNodeName" => "countries"
        "fields" => array:2 [
          "id_zone" => array:1 [
            "xlink_resource" => "zones"
          ]
          "id_currency" => array:1 [
            "xlink_resource" => "currencies"
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:6 [
        "table" => "country"
        "primary" => "id_country"
        "multilang" => true
        "fields" => array:11 [
          "id_zone" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "id_currency" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "call_prefix" => array:2 [
            "type" => 1
            "validate" => "isInt"
          ]
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 3
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "contains_states" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "need_identification_number" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "need_zip_code" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "zip_code_format" => array:2 [
            "type" => 3
            "validate" => "isZipCodeFormat"
          ]
          "display_tax_label" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "name" => array:5 [
            "type" => 3
            "lang" => true
            "validate" => "isGenericName"
            "required" => true
            "size" => 64
          ]
        ]
        "associations" => array:3 [
          "zone" => array:1 [
            "type" => 1
          ]
          "currency" => array:1 [
            "type" => 1
          ]
          "l" => array:3 [
            "type" => 2
            "field" => "id_country"
            "foreign_field" => "id_country"
          ]
        ]
        "classname" => "Country"
      ]
      #update_fields: null
      +force_id: false
      +id_zone: 29
      +id_currency: 0
      +iso_code: "FR"
      +call_prefix: 33
      +name: "France métropolitaine"
      +contains_states: "0"
      +need_identification_number: "0"
      +need_zip_code: "1"
      +zip_code_format: "NNNNN"
      +display_tax_label: "1"
      +active: "1"
    }
    +employee: null
    +controller: ManufacturerController {#90}
    +override_controller_name_for_translations: null
    +language: Language {#61
      +id: 5
      #id_lang: null
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "lang"
      #identifier: "id_lang"
      #fieldsRequired: array:4 [
        0 => "name"
        1 => "iso_code"
        2 => "date_format_lite"
        3 => "date_format_full"
      ]
      #fieldsSize: array:6 [
        "name" => 32
        "iso_code" => 2
        "locale" => 5
        "language_code" => 5
        "date_format_lite" => 32
        "date_format_full" => 32
      ]
      #fieldsValidate: array:8 [
        "name" => "isGenericName"
        "iso_code" => "isLanguageIsoCode"
        "locale" => "isLocale"
        "language_code" => "isLanguageCode"
        "active" => "isBool"
        "is_rtl" => "isBool"
        "date_format_lite" => "isPhpDateFormat"
        "date_format_full" => "isPhpDateFormat"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:2 [
        "objectNodeName" => "language"
        "objectsNodeName" => "languages"
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "lang"
        "primary" => "id_lang"
        "fields" => array:8 [
          "name" => array:4 [
            "type" => 3
            "validate" => "isGenericName"
            "required" => true
            "size" => 32
          ]
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 2
          ]
          "locale" => array:3 [
            "type" => 3
            "validate" => "isLocale"
            "size" => 5
          ]
          "language_code" => array:3 [
            "type" => 3
            "validate" => "isLanguageCode"
            "size" => 5
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "is_rtl" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "date_format_lite" => array:4 [
            "type" => 3
            "validate" => "isPhpDateFormat"
            "required" => true
            "size" => 32
          ]
          "date_format_full" => array:4 [
            "type" => 3
            "validate" => "isPhpDateFormat"
            "required" => true
            "size" => 32
          ]
        ]
        "classname" => "Language"
      ]
      #update_fields: null
      +force_id: false
      +name: "Deutsch (German)"
      +iso_code: "de"
      +locale: "de-DE"
      +language_code: "de-de"
      +date_format_lite: "d.m.Y"
      +date_format_full: "d.m.Y H:i:s"
      +is_rtl: "0"
      +active: "1"
      #translationsFilesAndVars: array:5 [
        "fields" => "_FIELDS"
        "errors" => "_ERRORS"
        "admin" => "_LANGADM"
        "pdf" => "_LANGPDF"
        "tabs" => "tabs"
      ]
    }
    +currency: Currency {#562
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "currency"
      #identifier: "id_currency"
      #fieldsRequired: array:2 [
        0 => "iso_code"
        1 => "conversion_rate"
      ]
      #fieldsSize: array:2 [
        "iso_code" => 3
        "numeric_iso_code" => 3
      ]
      #fieldsValidate: array:8 [
        "iso_code" => "isLanguageIsoCode"
        "numeric_iso_code" => "isNumericIsoCode"
        "precision" => "isInt"
        "conversion_rate" => "isUnsignedFloat"
        "deleted" => "isBool"
        "active" => "isBool"
        "unofficial" => "isBool"
        "modified" => "isBool"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: array:3 [
        "name" => 255
        "symbol" => 255
        "pattern" => 255
      ]
      #fieldsValidateLang: array:1 [
        "name" => "isGenericName"
      ]
      #tables: []
      #webserviceParameters: array:2 [
        "objectsNodeName" => "currencies"
        "fields" => array:4 [
          "names" => array:2 [
            "getter" => "getLocalizedNames"
            "i18n" => true
          ]
          "name" => array:2 [
            "getter" => "getName"
            "modifier" => array:2 [ …2]
          ]
          "symbol" => array:1 [
            "getter" => "getLocalizedSymbols"
          ]
          "iso_code" => array:1 [
            "modifier" => array:2 [ …2]
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:6 [
        "table" => "currency"
        "primary" => "id_currency"
        "multilang" => true
        "fields" => array:11 [
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 3
          ]
          "numeric_iso_code" => array:4 [
            "type" => 3
            "allow_null" => true
            "validate" => "isNumericIsoCode"
            "size" => 3
          ]
          "precision" => array:2 [
            "type" => 1
            "validate" => "isInt"
          ]
          "conversion_rate" => array:4 [
            "type" => 4
            "validate" => "isUnsignedFloat"
            "required" => true
            "shop" => true
          ]
          "deleted" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "unofficial" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "modified" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "name" => array:4 [
            "type" => 3
            "lang" => true
            "validate" => "isGenericName"
            "size" => 255
          ]
          "symbol" => array:3 [
            "type" => 3
            "lang" => true
            "size" => 255
          ]
          "pattern" => array:3 [
            "type" => 3
            "lang" => true
            "size" => 255
          ]
        ]
        "classname" => "Currency"
        "associations" => array:1 [
          "l" => array:3 [
            "type" => 2
            "field" => "id_currency"
            "foreign_field" => "id_currency"
          ]
        ]
      ]
      #update_fields: null
      +force_id: false
      +name: "Euro"
      #localizedNames: array:4 [
        1 => "euro"
        2 => "Euro"
        3 => "Euro"
        5 => "Euro"
      ]
      +iso_code: "EUR"
      +iso_code_num: "978"
      +numeric_iso_code: "978"
      +conversion_rate: "1.000000"
      +deleted: 0
      +unofficial: 0
      +modified: 0
      +active: 1
      +sign: ""
      +symbol: ""
      -localizedSymbols: array:4 [
        1 => ""
        2 => ""
        3 => ""
        5 => ""
      ]
      +format: null
      +blank: 1
      +decimals: 1
      +precision: 2
      +pattern: array:4 [
        1 => ""
        2 => ""
        3 => ""
        5 => ""
      ]
      -localizedPatterns: array:4 [
        1 => ""
        2 => ""
        3 => ""
        5 => ""
      ]
      +prefix: null
      +suffix: null
    }
    +currentLocale: PrestaShop\PrestaShop\Core\Localization\Locale {#166
      #code: "de-DE"
      #numberFormatter: PrestaShop\PrestaShop\Core\Localization\Number\Formatter {#563
        #roundingMode: "up"
        #numberingSystem: "latn"
        #numberSpecification: null
      }
      #numberSpecification: PrestaShop\PrestaShop\Core\Localization\Specification\Number {#167
        #positivePattern: "#,##0.###"
        #negativePattern: "-#,##0.###"
        #symbols: array:46 [
          "adlm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#516
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "arab" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#517
            #decimal: "٫"
            #group: "٬"
            #list: "؛"
            #percentSign: "٪؜"
            #minusSign: "؜-"
            #plusSign: "؜+"
            #exponential: "اس"
            #superscriptingExponent: "×"
            #perMille: "؉"
            #infinity: ""
            #nan: "NaN"
          }
          "arabext" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#518
            #decimal: "٫"
            #group: "٬"
            #list: "؛"
            #percentSign: "٪"
            #minusSign: "‎-‎"
            #plusSign: "‎+‎"
            #exponential: "×۱۰^"
            #superscriptingExponent: "×"
            #perMille: "؉"
            #infinity: ""
            #nan: "NaN"
          }
          "bali" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#519
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "beng" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#520
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "brah" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#521
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "cakm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#522
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "cham" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#523
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "deva" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#524
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "fullwide" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#525
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "gong" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#526
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "gonm" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#527
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "gujr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#528
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "guru" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#529
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "hanidec" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#530
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "java" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#531
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "kali" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#532
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "khmr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#533
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "knda" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#534
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "lana" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#535
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "lanatham" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#536
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "laoo" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#537
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "latn" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#538
            #decimal: ","
            #group: "."
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "·"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "lepc" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#539
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "limb" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#540
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mlym" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#541
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mong" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#542
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mtei" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#543
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mymr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#544
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "mymrshan" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#545
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "nkoo" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#546
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "olck" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#547
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "orya" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#548
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "osma" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#549
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "rohg" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#550
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "saur" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#551
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "shrd" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#552
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "sora" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#553
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "sund" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#554
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "takr" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#555
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "talu" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#556
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "tamldec" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#557
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "telu" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#558
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "thai" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#559
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "tibt" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#560
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
          "vaii" => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList {#561
            #decimal: "."
            #group: ","
            #list: ";"
            #percentSign: "%"
            #minusSign: "-"
            #plusSign: "+"
            #exponential: "E"
            #superscriptingExponent: "×"
            #perMille: ""
            #infinity: ""
            #nan: "NaN"
          }
        ]
        #maxFractionDigits: 3
        #minFractionDigits: 0
        #groupingUsed: true
        #primaryGroupSize: 3
        #secondaryGroupSize: 3
      }
      #priceSpecifications: PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection {#565
        #numberSpecifications: array:1 [
          "EUR" => PrestaShop\PrestaShop\Core\Localization\Specification\Price {#568
            #positivePattern: "#,##0.00 ¤"
            #negativePattern: "-#,##0.00 ¤"
            #symbols: array:46 [ …46]
            #maxFractionDigits: 2
            #minFractionDigits: 2
            #groupingUsed: true
            #primaryGroupSize: 3
            #secondaryGroupSize: 3
            #currencyDisplay: "symbol"
            #currencySymbol: ""
            #currencyCode: "EUR"
          }
        ]
      }
    }
    +tab: null
    +shop: Shop {#18
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: null
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "shop"
      #identifier: "id_shop"
      #fieldsRequired: array:3 [
        0 => "name"
        1 => "id_category"
        2 => "id_shop_group"
      ]
      #fieldsSize: array:1 [
        "name" => 64
      ]
      #fieldsValidate: array:5 [
        "active" => "isBool"
        "deleted" => "isBool"
        "name" => "isGenericName"
        "color" => "isColor"
        "theme_name" => "isThemeName"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:1 [
        "fields" => array:2 [
          "id_shop_group" => array:1 [
            "xlink_resource" => "shop_groups"
          ]
          "id_category" => []
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "shop"
        "primary" => "id_shop"
        "fields" => array:7 [
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "deleted" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "name" => array:4 [
            "type" => 3
            "validate" => "isGenericName"
            "required" => true
            "size" => 64
          ]
          "color" => array:2 [
            "type" => 3
            "validate" => "isColor"
          ]
          "id_category" => array:2 [
            "type" => 1
            "required" => true
          ]
          "theme_name" => array:2 [
            "type" => 3
            "validate" => "isThemeName"
          ]
          "id_shop_group" => array:2 [
            "type" => 1
            "required" => true
          ]
        ]
        "classname" => "Shop"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: 1
      +id_category: 2
      +theme_name: "hollandbikes"
      +name: "Holland Bikes"
      +color: ""
      +active: "1"
      +deleted: "0"
      +physical_uri: "/"
      +virtual_uri: ""
      +domain: "www.hollandbikes.com"
      +domain_ssl: "www.hollandbikes.com"
      #group: ShopGroup {#19
        +id: 1
        #id_lang: null
        #lang_associated: null
        #id_shop: null
        +id_shop_list: []
        #get_shop_from_context: true
        #table: "shop_group"
        #identifier: "id_shop_group"
        #fieldsRequired: array:1 [
          0 => "name"
        ]
        #fieldsSize: array:1 [
          "name" => 64
        ]
        #fieldsValidate: array:7 [
          "name" => "isGenericName"
          "color" => "isColor"
          "share_customer" => "isBool"
          "share_order" => "isBool"
          "share_stock" => "isBool"
          "active" => "isBool"
          "deleted" => "isBool"
        ]
        #fieldsRequiredLang: []
        #fieldsSizeLang: []
        #fieldsValidateLang: []
        #tables: []
        #webserviceParameters: []
        #image_dir: null
        #image_format: "jpg"
        #translator: null
        #def: array:4 [
          "table" => "shop_group"
          "primary" => "id_shop_group"
          "fields" => array:7 [
            "name" => array:4 [ …4]
            "color" => array:2 [ …2]
            "share_customer" => array:2 [ …2]
            "share_order" => array:2 [ …2]
            "share_stock" => array:2 [ …2]
            "active" => array:2 [ …2]
            "deleted" => array:2 [ …2]
          ]
          "classname" => "ShopGroup"
        ]
        #update_fields: null
        +force_id: false
        +name: "Default"
        +color: ""
        +active: "1"
        +share_customer: "0"
        +share_stock: "0"
        +share_order: "0"
        +deleted: "0"
      }
      +address: null
      +theme: PrestaShop\PrestaShop\Core\Addon\Theme\Theme {#24
        -attributes: PrestaShop\PrestaShop\Core\Util\ArrayFinder {#25
          -array: array:10 [
            "name" => "hollandbikes"
            "display_name" => "Hollandbikes"
            "version" => "1.0.0"
            "author" => array:3 [ …3]
            "meta" => array:2 [ …2]
            "assets" => null
            "global_settings" => array:5 [ …5]
            "theme_settings" => array:2 [ …2]
            "directory" => "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/"
            "preview" => "themes/hollandbikes/preview.png"
          ]
          -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#27
            -magicCall: false
            -ignoreInvalidIndices: true
            -ignoreInvalidProperty: false
            -cacheItemPool: null
            -propertyPathCache: array:7 [ …7]
            -readPropertyCache: []
            -writePropertyCache: []
          }
        }
      }
    }
    +tmpOldShop: null
    +smarty: Smarty {#43
      +_objType: 1
      +template_class: "Smarty_Internal_Template"
      +tpl_vars: array:1 [
        "request_uri" => Smarty_Variable {#172
          +value: "/de/brand/84-bobike?q=Farbe-PeppermInt-Gelb-Weiß-Grün-Marshmallow Mint"
          +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 {#67
          +objMap: 3
        }
        +"registerFilter": Smarty_Internal_Method_RegisterFilter {#62
          +objMap: 3
          -filterTypes: array:4 [
            "pre" => true
            "post" => true
            "output" => true
            "variable" => true
          ]
        }
      }
      +cache_id: null
      +compile_id: null
      +caching: 0
      +compile_check: 1
      +cache_lifetime: 3600
      +tplFunctions: []
      +_cache: []
      +auto_literal: true
      +error_unassigned: false
      +use_include_path: false
      +_templateDirNormalized: true
      +_joined_template_dir: "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/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: "/home/admin/web/www.hollandbikes.com/public_html/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:9 [
          "widget" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "render" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "form_field" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "dateFormat" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "hook" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "l" => array:3 [
            0 => "smartyTranslate"
            1 => true
            2 => []
          ]
          "url" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "almaFormatPrice" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "almaCmsReference" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
        "block" => array:1 [
          "widget_block" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
        "modifier" => array:36 [
          "boolval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "classname" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "classnames" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "cleanHtml" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "end" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "escape" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "truncate" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "addcslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "addslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "date" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "explode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "floatval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "htmlentities" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "htmlspecialchars" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "implode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "in_array" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "intval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "json_decode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "json_encode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "lcfirst" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "md5" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "mt_rand" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "nl2br" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "print_r" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "rand" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "sizeof" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "str_replace" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "stripslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strtolower" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "substr" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "trim" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "ucfirst" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "urlencode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "var_dump" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "almaJsonEncode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
      ]
      +registered_objects: []
      +registered_classes: []
      +registered_filters: array:1 [
        "pre" => array:1 [
          "smarty_prefilter_almaDisplayHtml" => "smarty_prefilter_almaDisplayHtml"
        ]
      ]
      +registered_resources: array:2 [
        "module" => SmartyResourceModule {#45
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: array:2 [
            "theme" => "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/modules/"
            "modules" => "/home/admin/web/www.hollandbikes.com/public_html/modules/"
          ]
          +isAdmin: false
        }
        "parent" => SmartyResourceParent {#47
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: []
        }
      ]
      +registered_cache_resources: []
      +autoload_filters: []
      +default_modifiers: []
      +escape_html: true
      +start_time: 1747232726.4263
      +_current_file: null
      +_parserdebug: false
      +_debug: null
      #template_dir: array:1 [
        0 => "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/templates/"
      ]
      #_processedTemplateDir: array:1 [
        0 => true
      ]
      #config_dir: []
      #_processedConfigDir: []
      #compile_dir: "/home/admin/web/www.hollandbikes.com/public_html/var/cache/prod/smarty/compile/"
      #plugins_dir: array:2 [
        0 => "/home/admin/web/www.hollandbikes.com/public_html/vendor/smarty/smarty/libs/plugins/"
        1 => "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/plugins"
      ]
      #cache_dir: "/home/admin/web/www.hollandbikes.com/public_html/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 {#64
      #cache: []
      #userAgent: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
      #httpHeaders: array:8 [
        "HTTP_COOKIE" => "handl_ip=18.222.108.223; handl_url=https%3A%2F%2Fushazmatrentals.com%2Ftake-chemical-storage-seriously%2F; user_agent=Mozilla%2F5.0%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%3B%20compatible%3B%20ClaudeBot%2F1.0%3B%20%2Bclaudebot%40anthropic.com%29; handl_landing_page=https%3A%2F%2Fushazmatrentals.com%2Ftake-chemical-storage-seriously; handl_original_ref=https%3A%2F%2Fushazmatrentals.com%2Ftake-chemical-storage-seriously; organic_source=https%3A%2F%2Fushazmatrentals.com%2Ftake-chemical-storage-seriously; HandLtestDomainNameServer=HandLtestDomainValueServer; handl_ref=https%3A%2F%2Fushazmatrentals.com%2Ftake-chemical-storage-seriously; handl_url_base=https%3A%2F%2Fushazmatrentals.com%2Ftake-chemical-storage-seriously%2F; organic_source_str=Internal; PHPSESSID=p1a6lkha641nlt4qv7e1evnm5d; PrestaShop-777be4c8ef085d6c17d545cb24088d2b=def502004eec7d61ec60f9b9bdd30646c44c59d6464c52131a35d766c6441daf8dff053d60be67a8b76d7d5d185daa80639d4a7f88982fe4018bc5ed0781a14b8cc3107329b5978de4e63b1c3c5d3c8a296397a5c8539a0a9f2214fbef12432136afa70d2532fc3c32d07332f47daa31d5f0d8cf4d65aaf266060de0bc4648e1bb60b55bcfd163773e50259fdd7d50ef659dd06b6f12191a897904ca5eec9694359618e84a496e1af3d53fe19388bb54eee961132a1a647f37d8dba1232dcdec50b95ca44fb9c1c4b49b81011d29d61ffac512a6697880bca745e6eb0307375364e5cacb6f5d67150272d6e0d6a2758c8428c5d5631b8dbfba8e85f1d8c286a10936118b106a94b35e9e3df0f49f25fbd479bbf6427fd6ade4c09649d8157efe1b1e3a3d3a14d8fba12f5433f77115954f7472908e061cabe1254c2ab7694af3431dc01edcb7c74900e57d760cd040f27ab92dc8ab8dd2ccb45187f7fe0a129529f89e4a96d14cf77c9b97ace1782c1dca035bc41336c609d155d4e6791fb5827bc5b8629a82a21a4990af750ca0cfffe26332088badbac01973ded2b6f2319ac932ae1d560d1f93cc263c488eea1798d1fdb99f0efeada2fd64f03c390aeb3343962b6d3a37dd4ba74f897f48e9fb54949c0adb76f5bf21f83a552600c5dfcdfc8f8d41829cdd5b733791f596aa8d402201b52aec760f573b93c6046de2484eb1f86bf0ca083fae8b89706878d0fb88223dbc20f333d8215101890c01045abc946ce69aa105d38f921cf9750471b497d39bb38d3f611005065968b1090a2e6e99b2e25381e29812c53727993f6eb4dde597b3aa7421ae070eaa6949a9e17059dca7ba2ad7ac32c4f5d1e1"
        "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
        "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
        "HTTP_ACCEPT" => "*/*"
        "HTTP_CONNECTION" => "close"
        "HTTP_X_FORWARDED_FOR" => "18.222.108.223"
        "HTTP_HOST" => "www.hollandbikes.com"
        "HTTP_MOD_REWRITE" => "On"
      ]
      #cloudfrontHeaders: []
      #matchingRegex: null
      #matchesArray: null
      #detectionType: "mobile"
    }
    +mode: null
    +container: null
    +virtualTotalTaxExcluded: 0
    +virtualTotalTaxIncluded: 0
    #translator: PrestaShopBundle\Translation\TranslatorComponent {#74
      #catalogues: array:1 [
        "de-DE" => Symfony\Component\Translation\MessageCatalogue {#79
          -messages: array:169 [
            "ModulesStatsforecastAdmin" => array:38 [
              "Stats Dashboard" => "Statistik-Kontrollzentrum"
              "Enrich your stats, add a summary of all your current statistics on your back office." => "Erweitern Sie Ihre Statistiken, fügen Sie Ihrem Back-Office eine Zusammenfassung aller aktuellen Statistiken hinzu."
              "The listed amounts do not include tax." => "Angezeigte Summen sind Nettobeträge."
              "Time frame" => "Zeitfenster"
              "Daily" => "Pro Tag"
              "Weekly" => "Pro Woche"
              "Monthly" => "MonatlichPro Monat"
              "Yearly" => "Pro Jahr"
              "Placed orders" => "Bestellungen"
              "Bought items" => "Gekaufte Artikel"
              "Percentage of registrations" => "Registrierungen (%)"
              "Percentage of orders" => "Bestellungen (%)"
              "Revenue" => "Erlöse"
              "Average" => "Durchschnitt"
              "Forecast" => "Prognose"
              "Conversion" => "Umwandlung"
              "Accounts" => "Konten"
              "Full carts" => "Volle Warenkörbe"
              "Registered visitors" => "Registrierte Besucher"
              "A simple statistical calculation lets you know the monetary value of your visitors:" => "Ein einfache Kalkulation verrät Ihnen den monetären Wert Ihrer Besucher:"
              "On average, each visitor places an order for this amount:" => "Jeder Besucher bestellt durchschnittlich für:"
              "On average, each registered visitor places an order for this amount:" => "Jeder registrierte Kunde bestellt durchschnittlich für:"
              "Payment distribution" => "Zahlungsverteilung"
              "The amounts include taxes, so you can get an estimation of the commission due to the payment method." => "Gesamtbeträge verstehen sich inkl. MwSt., so dass Sie die Kommission aufgrund der Zahlungsart schätzen können."
              "-- No filter --" => "- Kein Filter -"
              "Module" => "Modul"
              "Average cart value" => "Durchschnittlicher Warenkorb"
              "Category distribution" => "Verteilung der Kategorien"
              "Products sold" => "Verkaufte Artikel"
              "Percentage of products sold" => "Verkaufte Artikel (%)"
              "Percentage of sales" => "Umsatz (%)"
              "Language distribution" => "Sprachenverteilung"
              "Growth" => "Wachstum"
              "Zone distribution" => "Gebietsverteilung"
              "Currency distribution" => "Währungsverteilung"
              "Sales (converted)" => "Verkäufe (konvertiert)"
              "Attribute distribution" => "Attributverteilung"
              "Quantity of products sold" => "Anzahl verkaufter Artikel"
            ]
            "ShopNotificationsError" => array:101 [
              "This voucher is disabled" => "Dieser Gutschein wurde deaktiviert"
              "This voucher has already been used" => "Dieser Gutschein wurde bereits verwendet"
              "This voucher is not valid yet" => "Dieser Gutschein ist noch nicht gültig"
              "This voucher has expired" => "Dieser Gutschein ist abgelaufen"
              "You cannot use this voucher anymore (usage limit reached)" => "Dieser Gutschein kann nicht mehr verwendet werden (Nutzungslimit erreicht)"
              "You cannot use this voucher" => "Sie können diesen Gutschein nicht verwenden"
              "You must choose a delivery address before applying this voucher to your order" => "Sie müssen erst eine Lieferadresse angeben, bevor Sie den Gutschein in Ihren Warenkorb legen können."
              "You cannot use this voucher in your country of delivery" => "Sie können den Gutschein nicht für das Land der Lieferung verwenden"
              "You must choose a carrier before applying this voucher to your order" => "Sie müssen erst einen Versanddienst auswählen, bevor Sie den Gutschein in Ihren Warenkorb legen können."
              "You cannot use this voucher with this carrier" => "Sie können den Gutschein nicht mit diesem Versanddienst verwenden"
              "You cannot use this voucher on products on sale" => "Sie können diesen Gutschein nicht für Sonderangebote verwenden"
              "Please log in first" => "Bitte erst anmelden"
              "The minimum amount to benefit from this promo code is %s." => "Der Mindestwert, um diesen Promo-Code einsetzen zu können, beträgt %s."
              "This voucher is already in your cart" => "Dieser Gutschein ist schon in Ihrem Warenkorb"
              "This voucher is not combinable with an other voucher already in your cart: %s" => "Sie haben für diese Bestellung bereits einen Gutschein eingesetzt: %s"
              "Cart is empty" => "Warenkorb ist leer"
              "You cannot use this voucher because it has manually been removed." => "Sie können diesen Coupon nicht anwenden, da er manuell entfernt wurde."
              "You cannot use this voucher in an empty cart" => "Anwendung des Gutscheins auf einen leeren Warenkorb ist leider nicht möglich"
              "You cannot use this voucher with these products" => "Sie können diesen Gutschein nicht für diese Artikel verwenden"
              "This cart has expired." => "Dieser Warenkorb ist abgelaufen."
              "This cart was already used in an order and has expired." => "Dieser Warenkorb wurde bereits in einer Bestellung verwendet und ist abgelaufen."
              "The email is already used, please choose another one or sign in" => "Die E-Mail-Adresse wird bereits verwendet. Bitte wählen Sie eine andere oder melden Sie sich bei Ihrem Konto an."
              "Your account isn't available at this time, please contact us" => "Ihr Konto ist derzeit nicht verfügbar. Bitte kontaktieren Sie uns."
              "Authentication failed." => "Ihre Authentifizierung ist fehlgeschlagen."
              "Invalid email/password combination" => "Ungültige E-Mail-/Passwort- Kombination"
              "There seems to be an issue with your account, please contact support" => "Es scheint ein Problem mit ihrem Konto zu geben, bitte kontaktieren Sie unseren Support"
              "An account was already registered with this email address" => "Mit dieser E-Mail wurde bereits ein Konto eröffnet"
              "Password is required" => "Passwort erforderlich"
              "The %1$s field is too long (%2$d chars max)." => "Das Feld %1$s ist zu lang (%2$d Zeichen. max)."
              "%s is required." => "%s ist erforderlich!"
              "is invalid." => "ungültig"
              "Could not delete address." => "Konnte die Adresse nicht löschen."
              "Please fix the error below." => "Bitte korrigieren Sie die unten angegebenen Fehler."
              "Could not delete the address since it is used in the shopping cart." => "Die Adresse konnte nicht gelöscht werden, da sie in Ihrem Warenkorb verwendet wird."
              "The customer could not be found." => "Kunde nicht gefunden"
              "You must enter a voucher code." => "Sie müssen einen Gutschein-Code eingeben."
              "The voucher code is invalid." => "Gutschein-Code ungültig"
              "This voucher does not exist." => "Dieser Gutschein existiert nicht."
              "You must add %quantity% minimum quantity" => "Bitte Mindestbestellmenge von %quantity% beachten"
              "Null quantity." => "Nicht verfügbar"
              "Product not found" => "Artikel nicht gefunden"
              "This product (%product%) is no longer available." => "Der Artikel (%product%) ist nicht mehr erhältlich."
              "The product is no longer available in this quantity." => "Das Produkt ist in dieser Menge nicht mehr verfügbar."
              "The minimum purchase order quantity for the product %product% is %quantity%." => "Die Mindestbestellmenge für den Artikel %product% ist %quantity%."
              "Please fill in all of the required fields, and then save your customizations." => "Bitte füllen Sie alle erforderlichen Felder aus und speichern Sie dann die Anpassung."
              "You already have the maximum quantity available for this product." => "Sie haben bereits die maximale verfügbare Menge für diesen Artikel."
              "The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order." => "Der Artikel %product% in Ihrem Warenkorb ist jetzt ein Produkt mit Attributen. Bitte löschen Sie ihn und wählen Sie eine der Varianten, um mit Ihrer Bestellung fortzufahren."
              "%product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted." => "%product% ist nicht mehr in dieser Menge verfügbar. Sie können mit Ihrer Bestellung nicht fortfahren, solange die Menge nicht angepasst wurde."
              "The available purchase order quantity for this product is %quantity%." => "Die verfügbare Bestellmenge für diesen Artikel ist %quantity%."
              "You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue." => "Sie können nur %quantity% „%product%“ kaufen. Bitte passen Sie die Menge in Ihrem Warenkorb an, um fortzufahren."
              "Invalid key." => "Schlüssel ungültig."
              "This product does not exist in our store." => "Dieser Artikel existiert nicht in unserem Shop."
              "This product has been deleted." => "Dieser Artikel wurde gelöscht."
              "This file no longer exists." => "Diese Datei ist nicht mehr vorhanden."
              "This product has been refunded." => "Dieser Artikel wurde erstattet"
              "The product deadline is in the past." => "Die Frist ist abgelaufen."
              "The product expiration date has passed, preventing you from download this product." => "Da der Downloadzeitraum abgelaufen ist, können Sie den Artikel nicht mehr herunterladen."
              "Expiration date has passed, you cannot download this product." => "Der Downloadzeitraum ist abgelaufen. Sie können den Artikel nicht mehr herunterladen."
              "You have reached the maximum number of downloads allowed." => "Sie haben die maximale Anzahl der Downloads erreicht."
              "Please provide the required information" => "Bitte geben Sie die fehlenden Informationen ein"
              "We couldn't find your order with the information provided, please try again" => "Ihre Angaben reichten leider nicht aus, um die Bestellung zu finden. Bitte versuchen Sie es nochmal."
              "An unexpected error occurred while creating your account." => "Bei der Erstellung Ihres Kundenkontos ist ein Fehler aufgetreten."
              "Could not update your information, please check your data." => "Informationen konnten nicht aktualisiert werden. Bitte überprüfen Sie die Eingaben."
              "The minimum score must be: %s" => "Der Minimumwert muss sein: %s"
              "Sorry. We cannot renew your order." => "Entschuldigung, wir können Ihre Bestellung nicht aktualisieren."
              "Some items are no longer available, and we are unable to renew your order." => "Einige Artikel sind nicht mehr verfügbar. Ihre Bestellung kann nicht aktualisiert werden."
              "The order is no longer valid." => "Bestellung ist nicht mehr gültig"
              "You do not have enough products to request an additional merchandise return." => "Sie haben nicht genügend Artikel, um mit dieser Menge eine neue Rücksendung anzulegen!"
              "Please provide an explanation for your RMA." => "Bitte geben Sie einen Grund für die Rücksendung an!"
              "Please check at least one product you would like to return." => "Bitte klicken Sie mindestens einen Artikel an, welcher zurückgesendet werden soll."
              "For each product you wish to add, please specify the desired quantity." => "Bitte geben Sie die gewünschte Anzahl jedes gewählten Artikels an."
              "This order cannot be returned" => "Diese Bestellung kann nicht zurückgesandt werden"
              "We cannot regenerate your password with the data you've submitted" => "Wir können Ihr Passwort nicht mit den von Ihnen eingegebenen Daten erneuern"
              "You cannot regenerate the password for this account." => "Sie können für dieses Kundenkonto kein neues Passwort vergeben."
              "You can regenerate your password only every %d minute(s)" => "Sie können Ihr Passwort nur alle %d Minuten ändern."
              "An error occurred while sending the email." => "Fehler beim Senden der E-Mail aufgetreten."
              "Customer account not found" => "Kunden-Konto nicht vorhanden"
              "The password change request expired. You should ask for a new one." => "Die Anforderung eines neuen Passworts ist abgelaufen. Fordern Sie es noch einmal an."
              "The password is missing: please enter your new password." => "Das Kennwort fehlt. Bitte geben Sie Ihr Kennwort ein."
              "The confirmation is empty: please fill in the password confirmation as well" => "Die Kennwortbestätigung ist leer. Bitte füllen Sie das Feld zur Kennwortbestätigung ebenfalls aus"
              "The confirmation password doesn't match." => "Die Passwörter stimmen nicht überein."
              "The password is not in a valid format." => "Das Kennwort ist ungültig."
              "An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form." => "In Ihrem Kundenbereich ist ein Fehler aufgetreten und Ihr Passwort kann nicht an Ihre E-Mail-Adresse gesendet werden. Bitte melden Sie den Vorfall über unser Kontaktformular."
              "Invoices are disabled in this shop." => "die Rechnungen sind in diesem Shop deaktiviert"
              "The invoice was not found." => "Rechnung nicht gefunden"
              "No invoice is available." => "Keine Rechnung verfügbar"
              "Order return not confirmed." => "Rücksendung nicht bestätigt!"
              "Order return not found." => "Rücksendeschein nicht gefunden"
              "This product is no longer available." => "Artikel nicht mehr erhältlich"
              "You do not have access to this product." => "Sie haben keinen Zugriff auf diesen Artikel."
              "An error occurred while deleting the selected picture." => "Beim Löschen des ausgewählten Bildes ist ein Fehler aufgetreten."
              "An error occurred during the image upload process." => "Beim Hochladen des Bildes ist ein Fehler aufgetreten."
              "Invalid message." => "Ungültige Nachricht."
              "You do not have access to this category." => "Sie haben keinen Zugang zu dieser Kategorie."
              "The message cannot be blank." => "Die Nachricht darf nicht leer sein"
              "Invalid email address." => "Ungültige E-Mail-Adresse"
              "Invalid message" => "Ungültige Nachricht"
              "There are not enough products in stock" => "Nicht ausreichend Artikel auf Lager"
              "This product is no longer available for sale." => "Dieser Artikel ist nicht länger erhältlich."
              "Your address is incomplete, please update it." => "Ihre Adresse ist nicht vollständig, bitte ergänzen Sie die Adresse."
              "You have no merchandise return authorizations." => "Sie können keine Rücksendung veranlassen."
            ]
            "ModulesStatspersonalinfosAdmin" => array:28 [
              "Registered customer information" => "Information zu registrierten Kunden"
              "Enrich your stats, add information about your registered customers and learn more about them!" => "Erweitern Sie Ihre Statistiken, fügen Sie Informationen über Ihre registrierten Kunden hinzu und erfahren Sie mehr über sie!"
              "Target your audience" => "Sprechen Sie Ihre Kunden gezielt an"
              "In order for each message to have an impact, you need to know who it is being addressed to. " => "Damit jede Nachricht ihre Wirkung erzielt, müssen Sie wissen,an wen sie gerichtet werden sollte."
               …24
            ]
            "ModulesCustomtextAdmin" => array:3 [ …3]
            "AdminStatsHelp" => array:4 [ …4]
            "ModulesSpecialsShop" => array:2 [ …2]
            "ModulesBlockwishlistAdmin" => array:21 [ …21]
            "ModulesStatscheckupAdmin" => array:17 [ …17]
            "ModulesBrandlistAdmin" => array:9 [ …9]
            "ShopThemeGlobal" => array:96 [ …96]
            "ShopNotificationsWarning" => array:8 [ …8]
            "ModulesLanguageselectorAdmin" => array:3 [ …3]
            "AdminNotificationsError" => array:270 [ …270]
            "ModulesStatssearchAdmin" => array:9 [ …9]
            "ModulesLinklistShop" => array:2 [ …2]
            "ModulesDataprivacyAdmin" => array:6 [ …6]
            "ModulesViewedproductShop" => array:1 [ …1]
            "ModulesStatsdataAdmin" => array:9 [ …9]
            "ModulesDistributionapiclientAdmin" => array:2 [ …2]
            "ShopThemeCheckout" => array:109 [ …109]
            "ModulesGAnalyticsAdmin" => array:39 [ …39]
            "ModulesLegalcomplianceShop" => array:1 [ …1]
            "ModulesStatsbestcategoriesAdmin" => array:8 [ …8]
            "AdminDesignFeature" => array:97 [ …97]
            "ShopThemeCustomeraccount" => array:82 [ …82]
            "AdminNotificationsSuccess" => array:37 [ …37]
            "ModulesProductcommentsShop" => array:43 [ …43]
            "ModulesContactinfoShop" => array:12 [ …12]
            "ModulesEmailalertsShop" => array:9 [ …9]
            "ModulesPsgdprCustomeraccount" => array:1 [ …1]
            "ModulesDashtrendsAdmin" => array:16 [ …16]
            "AdminShippingFeature" => array:63 [ …63]
            "AdminOrderscustomersNotification" => array:107 [ …107]
            "ModulesCategoryproductsShop" => array:2 [ …2]
            "ShopFormsHelp" => array:16 [ …16]
            "AdminShippingNotification" => array:19 [ …19]
            "ModulesCashondeliveryAdmin" => array:2 [ …2]
            "AdminCatalogNotification" => array:190 [ …190]
            "ModulesGsitemapAdmin" => array:39 [ …39]
            "ModulesFacetedsearchAdmin" => array:108 [ …108]
            "ModulesStatsbestcustomersAdmin" => array:12 [ …12]
            "ModulesStatsregistrationsAdmin" => array:15 [ …15]
            "ModulesBannerAdmin" => array:8 [ …8]
            "ModulesStatsbestvouchersAdmin" => array:4 [ …4]
            "ModulesFeaturedproductsShop" => array:2 [ …2]
            "EmailsBody" => array:317 [ …317]
            "ModulesGridhtmlAdmin" => array:2 [ …2]
            "ModulesBannerShop" => array:1 [ …1]
            "ModulesNewproductsAdmin" => array:8 [ …8]
            "AdminAdvparametersNotification" => array:218 [ …218]
            "Install" => array:206 [ …206]
            "AdminGlobal" => array:325 [ …325]
            "ModulesGraphnvd3Admin" => array:2 [ …2]
            "ModulesDashproductsAdmin" => array:27 [ …27]
            "AdminShopparametersNotification" => array:48 [ …48]
            "ModulesContactformAdmin" => array:9 [ …9]
            "AdminShippingHelp" => array:45 [ …45]
            "AdminInternationalFeature" => array:162 [ …162]
            "AdminShopparametersHelp" => array:126 [ …126]
            "ModulesProductcommentsAdmin" => array:50 [ …50]
            "ModulesCustomeraccountlinksAdmin" => array:5 [ …5]
            "AdminModulesNotification" => array:124 [ …124]
            "ModulesWirepaymentShop" => array:19 [ …19]
            "ModulesCategoryproductsAdmin" => array:7 [ …7]
            "AdminModulesHelp" => array:14 [ …14]
            "ModulesStatsstockAdmin" => array:9 [ …9]
            "AdminAdvparametersFeature" => array:437 [ …437]
            "ModulesStatsnewsletterAdmin" => array:7 [ …7]
            "EmailsSubject" => array:30 [ …30]
            "ModulesSpecialsAdmin" => array:6 [ …6]
            "ModulesSharebuttonsShop" => array:3 [ …3]
            "ModulesCheckpaymentAdmin" => array:17 [ …17]
            "AdminDesignHelp" => array:53 [ …53]
            "ModulesContactformShop" => array:16 [ …16]
            "ModulesCashondeliveryShop" => array:7 [ …7]
            "ModulesBestsellersShop" => array:2 [ …2]
            "ModulesStatsbestsuppliersAdmin" => array:4 [ …4]
            "ModulesBrandlistShop" => array:3 [ …3]
            "AdminDashboardHelp" => array:10 [ …10]
            "ModulesSupplierlistShop" => array:3 [ …3]
            "ModulesViewedproductAdmin" => array:6 [ …6]
            "ModulesMailalertsShop" => array:4 [ …4]
            "ShopPdf" => array:98 [ …98]
            "AdminShopparametersFeature" => array:284 [ …284]
            "ModulesContactinfoAdmin" => array:4 [ …4]
            "ModulesStatscarrierAdmin" => array:5 [ …5]
            "AdminLoginNotification" => array:23 [ …23]
            "ModulesStatscatalogAdmin" => array:17 [ …17]
            "ModulesGoogleanalyticsAdmin" => array:28 [ …28]
            "AdminNavigationMenu" => array:117 [ …117]
            "AdminInternationalNotification" => array:114 [ …114]
            "AdminDesignNotification" => array:35 [ …35]
            "AdminNotificationsWarning" => array:18 [ …18]
            "ModulesDashgoalsAdmin" => array:24 [ …24]
            "ModulesCategorytreeAdmin" => array:10 [ …10]
            "ShopNotificationsSuccess" => array:10 [ …10]
            "ShopFormsLabels" => array:37 [ …37]
            "ModulesEmailsubscriptionShop" => array:14 [ …14]
            "AdminStatsFeature" => array:11 [ …11]
            "ModulesSharebuttonsAdmin" => array:2 [ …2]
            "ModulesSupplierlistAdmin" => array:9 [ …9]
            "ModulesAutoupgradeAdmin" => array:364 [ …364]
            "ModulesStatsbestproductsAdmin" => array:6 [ …6]
            "ShopThemeCategory" => array:1 [ …1]
            "ModulesSearchbarAdmin" => array:2 [ …2]
            "ModulesMailalertsAdmin" => array:2 [ …2]
            "ShopFormsErrors" => array:5 [ …5]
            "AdminCatalogFeature" => array:556 [ …556]
            "AdminInternationalHelp" => array:79 [ …79]
            "ModulesFeaturedproductsAdmin" => array:11 [ …11]
            "ModulesDataprivacyShop" => array:1 [ …1]
            "ModulesCrosssellingAdmin" => array:8 [ …8]
            "ModulesBlockwishlistShop" => array:60 [ …60]
            "ShopDemoCatalog" => array:68 [ …68]
            "ModulesFaviconnotificationboAdmin" => array:6 [ …6]
            "AdminNavigationHeader" => array:56 [ …56]
            "AdminLoginFeature" => array:9 [ …9]
            "ModulesBlockreassuranceShop" => array:4 [ …4]
            "AdminAdvparametersHelp" => array:115 [ …115]
            "ModulesDashactivityAdmin" => array:30 [ …30]
            "ModulesStatsbestmanufacturersAdmin" => array:3 [ …3]
            "AdminOrderscustomersHelp" => array:46 [ …46]
            "AdminModulesFeature" => array:81 [ …81]
            "ModulesStatsproductAdmin" => array:20 [ …20]
            "ModulesWelcomeAdmin" => array:47 [ …47]
            "ModulesLinklistAdmin" => array:15 [ …15]
            "ModulesPagesnotfoundAdmin" => array:18 [ …18]
            "AdminActions" => array:191 [ …191]
            "AdminCatalogHelp" => array:153 [ …153]
            "AdminPaymentHelp" => array:7 [ …7]
            "ModulesNewproductsShop" => array:2 [ …2]
            "ModulesCheckpaymentShop" => array:19 [ …19]
            "ModulesCustomersigninAdmin" => array:3 [ …3]
            "ModulesBestsellersAdmin" => array:5 [ …5]
            "ShopThemeCatalog" => array:106 [ …106]
            "AdminNavigationNotification" => array:17 [ …17]
            "messages" => array:368 [ …368]
            "AdminDashboardNotification" => array:4 [ …4]
            "ShopThemeActions" => array:50 [ …50]
            "ModulesSocialfollowAdmin" => array:23 [ …23]
            "ModulesWirepaymentAdmin" => array:21 [ …21]
            "ModulesCrosssellingShop" => array:1 [ …1]
            "AdminNotificationsInfo" => array:15 [ …15]
            "ModulesBlockreassuranceAdmin" => array:57 [ …57]
            "ModulesShoppingcartAdmin" => array:5 [ …5]
            "AdminNavigationSearch" => array:18 [ …18]
            "ModulesSocialfollowShop" => array:11 [ …11]
            "ModulesImagesliderAdmin" => array:37 [ …37]
            "ModulesStatssalesAdmin" => array:18 [ …18]
            "AdminDashboardFeature" => array:7 [ …7]
            "ShopNavigation" => array:67 [ …67]
            "AdminStatsNotification" => array:3 [ …3]
            "ModulesFacetedsearchShop" => array:16 [ …16]
            "ModulesEmailsubscriptionAdmin" => array:40 [ …40]
            "ModulesCurrencyselectorAdmin" => array:3 [ …3]
            "ModulesEmailalertsAdmin" => array:40 [ …40]
            "AdminPaymentFeature" => array:7 [ …7]
            "AdminPaymentNotification" => array:11 [ …11]
            "ModulesMainmenuAdmin" => array:34 [ …34]
            "AdminOrderscustomersFeature" => array:337 [ …337]
            "ModulesMboModulescatalog" => array:26 [ …26]
            "ModulesMboThemescatalog" => array:1 [ …1]
            "ModulesMboAddons" => array:5 [ …5]
            "ModulesMboSearch" => array:2 [ …2]
            "ModulesMboModulesselection" => array:1 [ …1]
            "ModulesMboLinks" => array:5 [ …5]
            "ModulesMboErrors" => array:2 [ …2]
            "ModulesMboRecommendedmodulesandservices" => array:20 [ …20]
            "ModulesMboGlobal" => array:9 [ …9]
          ]
          -metadata: []
          -resources: []
          -locale: "de-DE"
          -fallbackCatalogue: Symfony\Component\Translation\MessageCatalogue {#81
            -messages: []
            -metadata: []
            -resources: []
            -locale: "de"
            -fallbackCatalogue: null
            -parent: Symfony\Component\Translation\MessageCatalogue {#79}
          }
          -parent: null
        }
      ]
      -locale: "de-DE"
      -fallbackLocales: []
      -loaders: []
      -resources: []
      -formatter: Symfony\Component\Translation\Formatter\MessageFormatter {#75
        -translator: Symfony\Component\Translation\IdentityTranslator {#76
          -selector: null
          -locale: null
        }
        -intlFormatter: Symfony\Component\Translation\Formatter\IntlFormatter {#77
          -hasMessageFormatter: null
          -cache: []
        }
      }
      -cacheDir: "/home/admin/web/www.hollandbikes.com/public_html/var/cache/prod/translations"
      -debug: false
      -cacheVary: []
      -configCacheFactory: Symfony\Component\Config\ConfigCacheFactory {#78
        -debug: false
      }
      -parentLocales: null
      -hasIntlFormatter: true
    }
    #priceComputingPrecision: null
    #mobile_device: null
    #is_mobile: false
    #is_tablet: false
  }
  +css_files: []
  +js_files: []
  #display_header: true
  #display_header_javascript: true
  #template: null
  #display_footer: true
  #content_only: false
  +ajax: false
  #json: false
  #status: ""
  #redirect_after: null
  +controller_type: "front"
  +php_self: "manufacturer"
  #translator: PrestaShopBundle\Translation\TranslatorComponent {#74}
  #container: FrontContainer {#123 …17}
  +errors: []
  +layout: null
  +warning: []
  +success: []
  +info: []
  +iso: null
  +orderBy: null
  +orderWay: null
  +p: null
  +n: null
  +auth: false
  +guestAllowed: false
  +authRedirection: false
  +ssl: true
  #restrictedCountry: 0
  #maintenance: false
  #redirectionExtraExcludedKeys: []
  +nb_items_per_page: null
  +objectPresenter: PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter {#70}
  +cart_presenter: PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter {#103
    -priceFormatter: PrestaShop\PrestaShop\Adapter\Product\PriceFormatter {#98}
    -link: Link {#51
      #allow: true
      #url: "/index.php"
      +protocol_link: "https://"
      +protocol_content: "https://"
      #ssl_enable: "1"
      #urlShopId: null
    }
    -translator: PrestaShopBundle\Translation\TranslatorComponent {#74}
    -imageRetriever: PrestaShop\PrestaShop\Adapter\Image\ImageRetriever {#107
      -link: Link {#51}
      -isMultipleImageFormatFeatureActive: false
    }
    -taxConfiguration: TaxConfiguration {#108
      -taxCalculationMethod: []
    }
    #settings: null
    #productAssembler: null
  }
  -templateFinder: TemplateFinder {#109
    -directories: array:1 [
      0 => "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/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 {#110
    #directories: array:3 [
      0 => "/themes/hollandbikes/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#111
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "external" => array:9 [
        "theme-main" => array:7 [
          "id" => "theme-main"
          "type" => "external"
          "path" => "/themes/hollandbikes/assets/css/theme.css"
          "uri" => "https://www.hollandbikes.com/themes/hollandbikes/assets/css/theme.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "front-css" => array:7 [
          "id" => "front-css"
          "type" => "external"
          "path" => "/modules/blockreassurance/views/dist/front.css"
          "uri" => "https://www.hollandbikes.com/modules/blockreassurance/views/dist/front.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "ps_socialfollow_icons" => array:7 [
          "id" => "ps_socialfollow_icons"
          "type" => "external"
          "path" => "/modules/ps_socialfollow/views/css/ps_socialfollow.css"
          "uri" => "https://www.hollandbikes.com/modules/ps_socialfollow/views/css/ps_socialfollow.css"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "module-hs_megamenu-style" => array:7 [
          "id" => "module-hs_megamenu-style"
          "type" => "external"
          "path" => "/modules/hs_megamenu/assets/css/hs_megamenu.css?1.0.0"
          "uri" => "https://www.hollandbikes.com/modules/hs_megamenu/assets/css/hs_megamenu.css?1.0.0"
          "media" => "all"
          "priority" => 50
          "server" => "local"
        ]
        "module-hs_customfooter-style" => array:7 [
          "id" => "module-hs_customfooter-style"
          "type" => "external"
          "path" => "/modules/hs_customfooter/views/css/hs_customfooter.css?1.0.0"
          "uri" => "https://www.hollandbikes.com/modules/hs_customfooter/views/css/hs_customfooter.css?1.0.0"
          "media" => "all"
          "priority" => 200
          "server" => "local"
        ]
        "module-hs_custommessage-style" => array:7 [
          "id" => "module-hs_custommessage-style"
          "type" => "external"
          "path" => "/modules/hs_custommessage/views/css/hs_custommessage.css?1.0.0"
          "uri" => "https://www.hollandbikes.com/modules/hs_custommessage/views/css/hs_custommessage.css?1.0.0"
          "media" => "all"
          "priority" => 200
          "server" => "local"
        ]
        "module-hs_iconestop-style" => array:7 [
          "id" => "module-hs_iconestop-style"
          "type" => "external"
          "path" => "/modules/hs_iconestop/views/css/hs_iconestop.css?1.0.0"
          "uri" => "https://www.hollandbikes.com/modules/hs_iconestop/views/css/hs_iconestop.css?1.0.0"
          "media" => "all"
          "priority" => 200
          "server" => "local"
        ]
        "hs_tarteaucitron-base" => array:7 [
          "id" => "hs_tarteaucitron-base"
          "type" => "external"
          "path" => "/modules/hs_tarteaucitron/assets/tarteaucitron.js-1.19.0/css/tarteaucitron.min.css"
          "uri" => "https://www.hollandbikes.com/modules/hs_tarteaucitron/assets/tarteaucitron.js-1.19.0/css/tarteaucitron.min.css"
          "media" => "screen"
          "priority" => 150
          "server" => "local"
        ]
        "hs_tarteaucitron-front" => array:7 [
          "id" => "hs_tarteaucitron-front"
          "type" => "external"
          "path" => "/modules/hs_tarteaucitron/assets/css/front.css"
          "uri" => "https://www.hollandbikes.com/modules/hs_tarteaucitron/assets/css/front.css"
          "media" => "screen"
          "priority" => 150
          "server" => "local"
        ]
      ]
      "inline" => []
    ]
    #fqdn: "https://www.hollandbikes.com"
    -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 {#112
    #directories: array:3 [
      0 => "/themes/hollandbikes/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#113
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "head" => array:2 [
        "external" => array:3 [
          "module-hs_customfooter-js" => array:7 [ …7]
          "module-hs_iconestop-js" => array:7 [ …7]
          "module-hs_getreviews-js" => array:7 [ …7]
        ]
        "inline" => []
      ]
      "bottom" => array:2 [
        "external" => array:9 [
          "corejs" => array:7 [ …7]
          "theme-main" => array:7 [ …7]
          "front-js" => array:7 [ …7]
          "modules-psemailsubscription" => array:7 [ …7]
          "mailalerts-js" => array:7 [ …7]
          "module-hs_megamenu-script" => array:7 [ …7]
          "3c2e3759e0543721dd3bae5ddbef88b5c6fe6409" => array:7 [ …7]
          "4252b912d029796fe24b1c22cd26415307fdc51e" => array:7 [ …7]
          "3510f6feaaa94c276dfc655c431b1ddcf3e5c24f" => array:7 [ …7]
        ]
        "inline" => []
      ]
    ]
    #fqdn: "https://www.hollandbikes.com"
    #valid_position: array:2 [
      0 => "head"
      1 => "bottom"
    ]
    #valid_attribute: array:2 [
      0 => "async"
      1 => "defer"
    ]
  }
  #cccReducer: CccReducer {#114
    -cacheDir: "/home/admin/web/www.hollandbikes.com/public_html/themes/hollandbikes/assets/cache/"
    #filesystem: Symfony\Component\Filesystem\Filesystem {#116}
    +configuration: PrestaShop\PrestaShop\Adapter\Configuration {#115
      #parameters: null
      -shop: null
    }
    #fqdn: null
  }
  #urls: null
  #automaticallyAllocateInvoiceAddress: true
  #automaticallyAllocateDeliveryAddress: true
  +page_name: null
  #manufacturer: Manufacturer {#117
    +id: 84
    #id_lang: 5
    #lang_associated: null
    #id_shop: 1
    +id_shop_list: []
    #get_shop_from_context: true
    #table: "manufacturer"
    #identifier: "id_manufacturer"
    #fieldsRequired: array:1 [
      0 => "name"
    ]
    #fieldsSize: array:1 [
      "name" => 64
    ]
    #fieldsValidate: array:1 [
      "name" => "isCatalogName"
    ]
    #fieldsRequiredLang: []
    #fieldsSizeLang: array:2 [
      "meta_title" => 255
      "meta_description" => 512
    ]
    #fieldsValidateLang: array:5 [
      "description" => "isCleanHtml"
      "short_description" => "isCleanHtml"
      "meta_title" => "isGenericName"
      "meta_description" => "isGenericName"
      "meta_keywords" => "isGenericName"
    ]
    #tables: []
    #webserviceParameters: array:2 [
      "fields" => array:2 [
        "active" => []
        "link_rewrite" => array:2 [
          "getter" => "getLink"
          "setter" => false
        ]
      ]
      "associations" => array:1 [
        "addresses" => array:3 [
          "resource" => "address"
          "setter" => false
          "fields" => array:1 [ …1]
        ]
      ]
    ]
    #image_dir: "/home/admin/web/www.hollandbikes.com/public_html/img/m/"
    #image_format: "jpg"
    #translator: null
    #def: array:6 [
      "table" => "manufacturer"
      "primary" => "id_manufacturer"
      "multilang" => true
      "fields" => array:9 [
        "name" => array:4 [
          "type" => 3
          "validate" => "isCatalogName"
          "required" => true
          "size" => 64
        ]
        "active" => array:1 [
          "type" => 2
        ]
        "date_add" => array:1 [
          "type" => 5
        ]
        "date_upd" => array:1 [
          "type" => 5
        ]
        "description" => array:3 [
          "type" => 6
          "lang" => true
          "validate" => "isCleanHtml"
        ]
        "short_description" => array:3 [
          "type" => 6
          "lang" => true
          "validate" => "isCleanHtml"
        ]
        "meta_title" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 255
        ]
        "meta_description" => array:4 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
          "size" => 512
        ]
        "meta_keywords" => array:3 [
          "type" => 3
          "lang" => true
          "validate" => "isGenericName"
        ]
      ]
      "classname" => "Manufacturer"
      "associations" => array:1 [
        "l" => array:3 [
          "type" => 2
          "field" => "id_manufacturer"
          "foreign_field" => "id_manufacturer"
        ]
      ]
    ]
    #update_fields: null
    +force_id: false
    +name: "Bobike"
    +description: ""
    +short_description: ""
    +id_address: null
    +date_add: "2018-09-11 11:30:42"
    +date_upd: "2025-02-25 17:18:07"
    +link_rewrite: "bobike"
    +meta_title: "Produits pour vélo Bobike"
    +meta_keywords: ""
    +meta_description: "Bobike - sièges enfants, casques..."
    +active: "1"
  }
  #label: null
}
Produits pour vélo Bobike

Kostenloser Versand ab einem Einkauf von 49 € (ausgenommen Fahrräder und Ausnahmen)

Bobike

Artikel der Marke Bobike

Aktive Filter

  • Farbe: Marshmallow Mint
  • Farbe: PeppermInt
  • Farbe: Gelb
  • Farbe: Weiß
  • Farbe: Grün