array:3 [
  "cookie" => Cookie {#18
    #_content: array:7 [
      "date_add" => "2025-04-29 17:49:35"
      "id_lang" => "1"
      "id_currency" => 1
      "last_visited_category" => "124"
      "id_guest" => "17357600"
      "id_connections" => "11593263"
      "checksum" => "d04a248f5345b2357186a806e5dc51e5c0bf193915633a5019ac8e84049c9e11"
    ]
    #_name: "PrestaShop-36238996f8237caf926b7dda74169847"
    #_expire: 1747669792
    #_domain: "test.clubmotero.es"
    #_sameSite: "Lax"
    #_path: "/tienda/"
    #cipherTool: PhpEncryption {#16}
    #_modified: false
    #_allow_writing: true
    #_salt: "2XSUc6hm"
    #_standalone: false
    #_secure: true
  }
  "cart" => Cart {#175
    +id: null
    +id_shop_group: 1
    +id_shop: 1
    +id_address_delivery: 0
    +id_address_invoice: 0
    +id_currency: 1
    +id_customer: null
    +id_guest: 17357600
    +id_lang: 1
    +recyclable: 0
    +gift: 0
    +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"
    #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 [
            "id_product" => array:2 [
              "required" => true
              "xlink_resource" => "products"
            ]
            "id_product_attribute" => array:2 [
              "required" => true
              "xlink_resource" => "combinations"
            ]
            "id_address_delivery" => array:2 [
              "required" => true
              "xlink_resource" => "addresses"
            ]
            "id_customization" => array:2 [
              "required" => false
              "xlink_resource" => "customizations"
            ]
            "quantity" => array:1 [
              "required" => true
            ]
          ]
        ]
      ]
    ]
    #configuration: Configuration {#179
      -shop: null
      #parameters: null
    }
    #addressFactory: AddressFactory {#176}
    #shouldSplitGiftProductsQuantity: false
    #shouldExcludeGiftsDiscount: false
    +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" => "isMessage"
      "mobile_theme" => "isBool"
      "allow_seperated_package" => "isBool"
      "date_add" => "isDate"
      "date_upd" => "isDate"
    ]
    #fieldsRequiredLang: []
    #fieldsSizeLang: []
    #fieldsValidateLang: []
    #tables: []
    #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" => "isMessage"
        ]
        "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
  }
  "altern" => 4
]
HJ17J ECRAN / SHIELD (Clair / CLEAR) : IS33-ISURBY
Envíanos WhatsApp
  • Bajo pedido a fábrica o almacén

HJ17J ECRAN / SHIELD (Clair / CLEAR) : IS33-ISURBY

Referencia: HJC 30001803

  • Bajo pedido a fábrica o almacén
39,00 €
Impuestos incluidos
Cantidad

  Tus datos seguros.

Todos tus datos viajarán cifrados y encriptados con protocolo SSL

  Envíos

Distintas formas de envío en función de tus necesidades.

  Política de devoluciones

15 días de devolución (Ver términos y condiciones)

HJC 30001803

Referencias específicas

Ningún cliente revisa por el momento.


Añadir comentario