array(4) {
  ["billing"]=>
  array(11) {
    ["billing_first_name"]=>
    array(5) {
      ["label"]=>
      string(6) "Nombre"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(1) {
        [0]=>
        string(14) "form-row-first"
      }
      ["autocomplete"]=>
      string(10) "given-name"
      ["priority"]=>
      int(10)
    }
    ["billing_last_name"]=>
    array(5) {
      ["label"]=>
      string(9) "Apellidos"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(1) {
        [0]=>
        string(13) "form-row-last"
      }
      ["autocomplete"]=>
      string(11) "family-name"
      ["priority"]=>
      int(20)
    }
    ["billing_country"]=>
    array(6) {
      ["type"]=>
      string(7) "country"
      ["label"]=>
      string(15) "País / Región"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(3) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
        [2]=>
        string(23) "update_totals_on_change"
      }
      ["autocomplete"]=>
      string(7) "country"
      ["priority"]=>
      int(40)
    }
    ["billing_address_1"]=>
    array(6) {
      ["label"]=>
      string(22) "Dirección de la calle"
      ["placeholder"]=>
      string(39) "Número de la casa y nombre de la calle"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["autocomplete"]=>
      string(13) "address-line1"
      ["priority"]=>
      int(50)
    }
    ["billing_city"]=>
    array(5) {
      ["label"]=>
      string(18) "Localidad / Ciudad"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["autocomplete"]=>
      string(14) "address-level2"
      ["priority"]=>
      int(70)
    }
    ["billing_state"]=>
    array(9) {
      ["type"]=>
      string(5) "state"
      ["label"]=>
      string(19) "Región / Provincia"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["validate"]=>
      array(1) {
        [0]=>
        string(5) "state"
      }
      ["autocomplete"]=>
      string(14) "address-level1"
      ["priority"]=>
      int(80)
      ["country_field"]=>
      string(15) "billing_country"
      ["country"]=>
      string(2) "AR"
    }
    ["billing_postcode"]=>
    array(6) {
      ["label"]=>
      string(14) "Código postal"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["validate"]=>
      array(1) {
        [0]=>
        string(8) "postcode"
      }
      ["autocomplete"]=>
      string(11) "postal-code"
      ["priority"]=>
      int(90)
    }
    ["billing_phone"]=>
    array(7) {
      ["label"]=>
      string(9) "Teléfono"
      ["required"]=>
      bool(true)
      ["type"]=>
      string(3) "tel"
      ["class"]=>
      array(1) {
        [0]=>
        string(13) "form-row-wide"
      }
      ["validate"]=>
      array(1) {
        [0]=>
        string(5) "phone"
      }
      ["autocomplete"]=>
      string(3) "tel"
      ["priority"]=>
      int(100)
    }
    ["billing_email"]=>
    array(7) {
      ["label"]=>
      string(19) "Correo electrónico"
      ["required"]=>
      bool(true)
      ["type"]=>
      string(5) "email"
      ["class"]=>
      array(1) {
        [0]=>
        string(13) "form-row-wide"
      }
      ["validate"]=>
      array(1) {
        [0]=>
        string(5) "email"
      }
      ["autocomplete"]=>
      string(5) "email"
      ["priority"]=>
      int(110)
    }
    ["billing_ca_partido"]=>
    array(7) {
      ["label"]=>
      string(7) "Partido"
      ["placeholder"]=>
      string(22) "SELECCIONAR PROVINCIA "
      ["required"]=>
      bool(false)
      ["clear"]=>
      bool(false)
      ["type"]=>
      string(4) "text"
      ["class"]=>
      array(1) {
        [0]=>
        string(13) "form-row-wide"
      }
      ["priority"]=>
      int(80)
    }
    ["billing_dni_facturante"]=>
    array(6) {
      ["label"]=>
      string(13) "CUIT/CUIL/DNI"
      ["placeholder"]=>
      string(14) "ingrese su dni"
      ["required"]=>
      bool(true)
      ["clear"]=>
      bool(false)
      ["type"]=>
      string(4) "text"
      ["class"]=>
      array(1) {
        [0]=>
        string(13) "form-row-wide"
      }
    }
  }
  ["shipping"]=>
  array(7) {
    ["shipping_first_name"]=>
    array(5) {
      ["label"]=>
      string(6) "Nombre"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(1) {
        [0]=>
        string(14) "form-row-first"
      }
      ["autocomplete"]=>
      string(10) "given-name"
      ["priority"]=>
      int(10)
    }
    ["shipping_last_name"]=>
    array(5) {
      ["label"]=>
      string(9) "Apellidos"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(1) {
        [0]=>
        string(13) "form-row-last"
      }
      ["autocomplete"]=>
      string(11) "family-name"
      ["priority"]=>
      int(20)
    }
    ["shipping_country"]=>
    array(6) {
      ["type"]=>
      string(7) "country"
      ["label"]=>
      string(15) "País / Región"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(3) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
        [2]=>
        string(23) "update_totals_on_change"
      }
      ["autocomplete"]=>
      string(7) "country"
      ["priority"]=>
      int(40)
    }
    ["shipping_address_1"]=>
    array(6) {
      ["label"]=>
      string(22) "Dirección de la calle"
      ["placeholder"]=>
      string(39) "Número de la casa y nombre de la calle"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["autocomplete"]=>
      string(13) "address-line1"
      ["priority"]=>
      int(50)
    }
    ["shipping_city"]=>
    array(5) {
      ["label"]=>
      string(18) "Localidad / Ciudad"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["autocomplete"]=>
      string(14) "address-level2"
      ["priority"]=>
      int(70)
    }
    ["shipping_state"]=>
    array(9) {
      ["type"]=>
      string(5) "state"
      ["label"]=>
      string(19) "Región / Provincia"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["validate"]=>
      array(1) {
        [0]=>
        string(5) "state"
      }
      ["autocomplete"]=>
      string(14) "address-level1"
      ["priority"]=>
      int(80)
      ["country_field"]=>
      string(16) "shipping_country"
      ["country"]=>
      string(2) "AR"
    }
    ["shipping_postcode"]=>
    array(6) {
      ["label"]=>
      string(14) "Código postal"
      ["required"]=>
      bool(true)
      ["class"]=>
      array(2) {
        [0]=>
        string(13) "form-row-wide"
        [1]=>
        string(13) "address-field"
      }
      ["validate"]=>
      array(1) {
        [0]=>
        string(8) "postcode"
      }
      ["autocomplete"]=>
      string(11) "postal-code"
      ["priority"]=>
      int(90)
    }
  }
  ["account"]=>
  array(1) {
    ["account_password"]=>
    array(5) {
      ["type"]=>
      string(8) "password"
      ["label"]=>
      string(36) "Crear una contraseña para la cuenta"
      ["required"]=>
      bool(true)
      ["placeholder"]=>
      string(11) "Contraseña"
      ["autocomplete"]=>
      string(12) "new-password"
    }
  }
  ["order"]=>
  array(1) {
    ["order_comments"]=>
    array(4) {
      ["type"]=>
      string(8) "textarea"
      ["class"]=>
      array(1) {
        [0]=>
        string(5) "notes"
      }
      ["label"]=>
      string(16) "Notas del pedido"
      ["placeholder"]=>
      string(69) "Notas sobre tu pedido, por ejemplo, notas especiales para la entrega."
    }
  }
}
Pareo - Modelo Cubana - Xyrus

Pareo Cubana

$48.900

Pareo estampado.

Talles del 1 al 5

Para usar con la malla que quieras.


SKU PAREOCU Categoría


Share
Información adicional
Peso 0,5 kg
Dimensiones 10 × 10 × 5 cm
Talles

0, 1, 2, 3, 4, 5