جميع التشكيلات
ستجد كُل ماتبحث عنه
Array.from(sT.options).forEach(function(opt){
if(opt.text.includes('Stop Desk')){
opt.text='🏢 الاستلام من المكتب - Stop Desk';
opt.value='🏢 الاستلام من المكتب - Stop Desk';
}
if(opt.text.includes('Domicile')){
opt.text='🏠 التوصيل للمنزل - Domicile';
opt.value='🏠 التوصيل للمنزل - Domicile';
}
});