Diseñado para facilitar el cambio de pesos, el VMC® Switch-It Slip Sinker cuenta con un conector rápido fácil de abrir que elimina la necesidad de cortar y/o volver a atar su equipo. Dos piezas por paquete.
Conector de peso a presión
Cambie el peso rápidamente sin cortar ni volver a atar la línea
// Add label if only one product option and it isn't 'Title'. Could be 'Size'.
$('.selector-wrapper:eq(0)').prepend('');
// Hide selectors if we only have 1 variant and its title contains 'Default'.
// Auto-select first available variant on page load. Otherwise the product looks sold out.
$('.single-option-selector:eq(0)').val("1\/4 onza").trigger('change');
});