jQuery(document).ready(function($) {
// Detectează schimbarea selectării unui atribut pe produsul principal
$('form.cart').on('change', 'select', function() {
var selectedAttributes = {}; // Obiect pentru a stoca atributele selectate// Parcurge toate selectele (atributele) de pe produsul principal
$('form.cart select').each(function() {
var attributeName = $(this).attr('name');
var attributeValue = $(this).val();if (attributeValue) {
selectedAttributes[attributeName] = attributeValue;
}
});// Actualizează selectele corespunzătoare pentru produsele secundare
$('.wpc-fbt-container').each(function() {
var secondaryProductAttributes = $(this).find('select');secondaryProductAttributes.each(function() {
var secondarySelect = $(this);
var attributeName = secondarySelect.attr('name');// Verifică dacă atributul există și dacă se poate actualiza
if (selectedAttributes[attributeName]) {
secondarySelect.val(selectedAttributes[attributeName]).trigger('change');
}
});
});
});
});
Prinde Oferta
✅ VELUX GLL 78×118 + EDW2000 30% REDUCERE – doar în limita stocului disponibil! 🔥Grăbește-te, oferta este valabilă pentru o perioadă limitată!