This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Oficina Chilexpress | Arica | Veitiuno de Mayo | |
|---|---|---|---|
| Oficina Chilexpress | Iquique | O'Higgins | |
| Oficina Chilexpress | Antofagasta | Latorre | |
| Oficina Chilexpress | Copiapó | Los Carreras | |
| Oficina Chilexpress | La Serena | Balmaceda | |
| Oficina Chilexpress | Valparaíso | Brasil | |
| Oficina Chilexpress | Santiago | Alameda | |
| Oficina Chilexpress | Rancagua | Campos | |
| Oficina Chilexpress | Talca | 1 Sur | |
| Oficina Chilexpress | Concepción | O'Higgins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Bootic Webhook para un pedido | |
| * Autor: Juan Pablo Aqueveque - juque.cl | |
| */ | |
| class Order { | |
| /** | |
| * @var array con la información enviada por Bootic | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN CERTIFICATE----- | |
| MIIEJDCCAwygAwIBAgIJALemG8WR96akMA0GCSqGSIb3DQEBBQUAMGkxCzAJBgNV | |
| BAYTAkNMMRMwEQYDVQQIEwpTb21lLVN0YXRlMREwDwYDVQQHEwhTYW50aWFnbzEh | |
| MB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMQ8wDQYDVQQDEwZCb290 | |
| aWMwHhcNMTYxMjAyMjAzOTQ5WhcNMjAxMjAxMjAzOTQ5WjBpMQswCQYDVQQGEwJD | |
| TDETMBEGA1UECBMKU29tZS1TdGF0ZTERMA8GA1UEBxMIU2FudGlhZ28xITAfBgNV | |
| BAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZDEPMA0GA1UEAxMGQm9vdGljMIIB | |
| IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArdiKj1zeEGgSyKEwzyiIJHU8 | |
| J9KIJvJzy0E2JlRmA1ASz6IS66+8TABT1Edg1FhbGoBA7RCv48ZzfTz8s/KG29kx | |
| ftK6pTys5A5VQSGegKPFGM8HP8JXXHYD5pjzC2QixBtlWhI2qys1ljZ2bC0VDSDv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git@tesla:~/apps/bootic/current$ RAILS_ENV=production bundle exec rake bootic:clone[juliana,cookstore] | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) | |
| bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.UTF-8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ¡Tu pedido se ha pagado exitosamente! | |
| **Muchas gracias por preferirnos**. | |
| **POR EL EVENTO CYBER MONDAY 2016, EL DESPACHO DEL (LOS) PRODUCTO(S) SE REALIZARÁ(N) EN HASTA 10 DÍAS HÁBILES.** | |
| Revisa nuestras _Políticas de Devolución y Reembolso_ en la sección [Cambios y Devoluciones](http://nboga.bootic.net/pages/shipping "Cambios y Devoluciones"). | |
| Si tienes cualquier duda sobre tu compra por favor escríbenos a través de nuestra [página de contacto](http://nboga.bootic.net/forms/contact "formulario de contacto") — o bien al correo [cquinzacara@nboga.cl](mailto:cquinzacara@nboga.cl). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Collect product information for products in the cart | |
| Usage: | |
| Get all products in the cart | |
| CartInfo.getProducts(function (products) { | |
| // products is an array of product objects | |
| console.log(products) | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // bootic.net - compra mínima | |
| // -------------------------- | |
| // Desaparece botón "Comprar", a no ser que | |
| // se cumpla con la condición de tener X productos. | |
| // Este script requiere bootic_cart | |
| // {{ 'http://js.bootic.net/cart/0.0/bootic_cart.min.js' | javascript_tag }} | |
| // Para cambiar el mínimo solo cambie el siguiente valor | |
| var compraMinima = 24; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>{% current_title %} - {{ shop.name }}</title> | |
| {% if template == 'page-landing' %} | |
| {% comment %} | |
| Hoja de estilo para landing page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| La colección popular requiere un diseño especial porque representa una | |
| sección *crítica* dentro de la tienda para el departamento de marketing. | |
| {% endcomment %} | |
| <section id="collection-popular" class="collection-custom"> | |
| <h1>Nuestros productos más populares</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CORDILLERANA es una tienda sin fines de lucro que está certificada por el WFTO (World Fair Trade Organization). Forma parte de la Fundación debuenafe, una institución sin fines de lucro en la cual buscamos integrar a mujeres de escasos recursos al desarrollo económico y sociocultural del país, fomentando y difundiendo la producción de artesanía tradicional chilena. | |
| Desde el año 2000 a la fecha, cientos de mujeres han sido capacitadas y asesoradas para crear y producir productos artesanales de alta calidad y duración. Ellas trabajan en conjunto con un grupo de diseñadoras y participan activamente en capacitaciones para entregar productos de minuciosas terminaciones, siempre innovando y al mismo tiempo conservando y transmitiendo la esencia de nuestra cultura. | |
| | |
| En Cordillerana | |
| · Valorizamos el trabajo y dedicación de nuestras artesanas comprando a precio justo sus obras (certificado por el WFTO). | |
| · Premiamos la sup |