2.800,00MAD – 5.200,00MADPlage de prix : 2.800,00MAD à 5.200,00MADChoix des options
Ce produit a plusieurs variations. Les options peuvent être choisies sur la page du produit
5.300,00MAD – 7.300,00MADPlage de prix : 5.300,00MAD à 7.300,00MADChoix des options
Ce produit a plusieurs variations. Les options peuvent être choisies sur la page du produit
Retour en haut
WhatsApp us
document.addEventListener('DOMContentLoaded', function () {
jQuery(function ($) {
const $dropdown = $('#size');
if ($dropdown.length) {
$dropdown.select2({
templateResult: formatOption,
templateSelection: formatOption,
width: '100%'
});
function formatOption(option) {
if (!option.id) return option.text;
// Split option text into price and size
const match = option.text.match(/^(MAD\s*\d+)\s+(.*)$/);
if (!match) return option.text;
const price = match[1];
const size = match[2];
return $(`