savillerow.cl
Open in
urlscan Pro
23.227.38.65
Public Scan
Submitted URL: http://savillerow.cl/
Effective URL: https://savillerow.cl/
Submission: On September 30 via manual from CL — Scanned from CA
Effective URL: https://savillerow.cl/
Submission: On September 30 via manual from CL — Scanned from CA
Form analysis
5 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Se ha producido un error al buscar los países. Inténtelo nuevamente.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="main-search__form" action="/search" method="get" autocomplete="off">
<div class="main-search__input-container">
<input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Buscar en nuestra tienda" aria-label="Buscar">
<button class="main-search__button" type="submit" aria-label="Buscar"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
<g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
<circle cx="7.824" cy="7.824" r="7.824"></circle>
<path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
</g>
</svg></button>
</div>
<script src="//savillerow.cl/cdn/shop/t/31/assets/search-suggestions.js?v=101886753114502501091725565368" defer=""></script>
<search-suggestions></search-suggestions>
</form>
POST /localization
<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Se ha producido un error al buscar los países. Inténtelo nuevamente.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Su correo electrónico" class="signup-form__email" value="" name="contact[email]" aria-label="Correo electrónico" required="">
</p>
<button class="btn btn--secondary signup-form__button" type="submit">Suscribirse</button>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Se ha producido un error al buscar los países. Inténtelo nuevamente.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</form>
Text Content
Ir al contenido * Facebook * Instagram * TikTok * Pinterest * Twitter ¡ASEGURA TU COMPRA CON EL NUEVO PROBADOR VIRTUAL! Buscar Cuenta Buscar Carrito * CYBER * Hombre * Mujer * NEW ARRIVALS * Hombre * Mujer * HOMBRE * Tops * Abrigos * Camisas de vestir * Camisas sport * Casacas * Montgomerys * Parkas * Poleras * Polerones * Tejidos * Trajes * Vestones * Ver Todo * Bottoms * Jeans * Pantalones * Shorts * Trajes de baño * Ver Todo * Accesorios * Anteojos * Boxers * Bufandas * Billeteras * Bolsos * Calcetines * Cinturones * Corbatas * Pijamas * Sombreros * Ver Todo * Calzado * Zapatos * Hawaianas * * MUJER * Tops * Abrigos * Blazers * Blusas * Chaquetas * Montgomerys * Parkas * Poleras * Polerones * Tejidos * Vestidos * Kimono * Ver Todo * Bottoms * Jeans * Pantalones * Shorts * Polleras * Trajes de Baño * Ver Todo * Accesorios * Anteojos * Bufandas * Calcetines * Cinturones * Pañuelos/Echarpes * Pijamas * Bolsos / Carteras * Sombreros * Ver Todo * Calzado * Zapatos * * CALZADO * Hombre * Mujer * COMPLEMENTS * Home * Anteojos * Billeteras * Bolsos / Carteras * Bufandas / Pañuelos * Corbatas * Calcetines * Cinturones * Pijamas * Sombreros * RASTREA TU PEDIDO * CYBER * Hombre * Mujer * NEW ARRIVALS * Hombre * Mujer * HOMBRE * Tops * Abrigos * Camisas de vestir * Camisas sport * Casacas * Montgomerys * Parkas * Poleras * Polerones * Tejidos * Trajes * Vestones * Ver Todo * Bottoms * Jeans * Pantalones * Shorts * Trajes de baño * Ver Todo * Accesorios * Anteojos * Boxers * Bufandas * Billeteras * Bolsos * Calcetines * Cinturones * Corbatas * Pijamas * Sombreros * Ver Todo * Calzado * Zapatos * Hawaianas * * MUJER * Tops * Abrigos * Blazers * Blusas * Chaquetas * Montgomerys * Parkas * Poleras * Polerones * Tejidos * Vestidos * Kimono * Ver Todo * Bottoms * Jeans * Pantalones * Shorts * Polleras * Trajes de Baño * Ver Todo * Accesorios * Anteojos * Bufandas * Calcetines * Cinturones * Pañuelos/Echarpes * Pijamas * Bolsos / Carteras * Sombreros * Ver Todo * Calzado * Zapatos * * CALZADO * Hombre * Mujer * COMPLEMENTS * Home * Anteojos * Billeteras * Bolsos / Carteras * Bufandas / Pañuelos * Corbatas * Calcetines * Cinturones * Pijamas * Sombreros * RASTREA TU PEDIDO * Facebook * Instagram * TikTok * Pinterest * Twitter VER AQUÍ Ver Aquí Cargar diapositiva 1 de 2 Cargar diapositiva 2 de 2 CAMISAS BLAZERS VESTIDOS VESTONES ANTERIOR PRODUCTOS DESTACADOS SIGUIENTE Ver todos New Vista rápida Chaleco Rayado Placket Contrastado Algodón $69.900 CLP navy-ecru New Vista rápida Camisa Sport Button Down Weekend Lino Liso Manga Larga $59.900 CLP navy azul denim celeste + 1 más New Vista rápida Camisa Manga Larga Gamuza $199.900 CLP verde New Vista rápida Pantalón 5 Bolsillos Calce Slim Twill Comfort Teñido en Prenda Vintage $58.900 CLP arena New Vista rápida Camisa Manga Larga Rayada Algodón Tencel $64.900 CLP verde-blanco New Vista rápida Blazer Manga 3/4 Clara Lino $99.900 CLP navy azul New Vista rápida Blazer Daniela 1 Botón Ajustado Lana Waffle $169.900 CLP navy New Vista rápida Chaleco Abierto Con Pasador Adelante Viscosa Lurex $59.900 CLP tabaco New Vista rápida Sweater Algodón Cuello V Trenzado $64.900 CLP camel New Vista rápida Polera Piqué Clásica Lisa Con Cuello $29.900 CLP navy azulino azul New Vista rápida Pantalón Liso Antonieta Tiro Alto Bota Ajustada Gabardina Print $54.900 CLP negro New Vista rápida Polera Rayada Mangas Colorblock y Nudo $39.900 CLP rojo-blanco New Vista rápida Sweater Cuello Redondo Algodón Slub Rayado $64.900 CLP navy New Vista rápida Sweater Half Zipper Aran Algodón Punto Grueso Liso $79.900 CLP navy Vista rápida Cartera Pequeña Cuero Tirantes A Lo Largo $99.900 CLP verde Vista rápida Mini Cartera Cuero Pelo Leopardo $99.900 CLP leopardo Vista rápida Cartera Mostacillas Bordadas Étnico $69.900 CLP multicolor Vista rápida Cartera Bucket Cuero Floater $129.900 CLP negro Vista rápida Mini Cartera Cuero $99.900 CLP camel HORARIOS Y CONTACTOS VISITA NUESTRAS TIENDAS En Saville Row tomamos orgullo en nuestra preocupación por los detalles. Visita nuestros locales para recibir la mejor atención y ambientación para un día de compras. VER UBICACIONES ÚNETE A LA COMUNIDAD SR Únete a nuestra comunidad en Instagram y mantente al tanto de los últimos lanzamientos y noticias de Saville Row. Descubre el encanto atemporal de la moda y el estilo en nuestro perfil. Te invitamos a ser parte de nuestra familia digital. ¡Síguenos y vive la experiencia Saville Row! ¡Síguenos! * Sobre Saville Row * Cambios y Devoluciones * Despacho * Políticas de Privacidad * Términos y Condiciones * Gift Card * Trabaja con Nosotros * Contacto * Tiendas * Preguntas Frecuentes Suscríbete a nuestro newsletter Información sobre novedades, próximos lanzamientos y descuentos exclusivos. Suscribirse * Facebook * Instagram * TikTok * Pinterest * Twitter © 2024 Saville Row. Añadido al Carrito 0