Poids : 1 once. Taille: 90mm Hameçon : Hameçon double Gamakatsu 6/0 Superline EWG Profil plus grand pour les plus gros poissons Action de marche Excellent rapport de connexion...
// 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("Albinos").trigger('change');
});