Neblus

Shop

Wishlist

Mi lista de deseos

Nombre del producto Precio unitario Estado del inventario
No se ha añadido ningún producto a la lista de deseos

REGISTER

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our política de privacidad.

¿Tienes una duda? Mándanos un mensaje.
//custom code jQuery(document).ready(function($) { // Replace text in the cart popup buttons $('.cart-popup .buttons .view-cart').text('VER CARRITO'); $('.cart-popup .buttons .checkout').text('PAGAR'); // Replace QTY label $('.cart-popup .quantity').text(function(_, txt) { return txt.replace('Qty:', 'Cant.:'); }); });