الكود بالكامل هنا $(document).ready(function(){ //get product bar offsit const mm = $("#product .price").offset() ; //make offset const newoffset= mm.top - 100; //get currency const currency = "<?php echo $currency ?>" ; //lets make array for total price const totalPrice = {}; //get product price const regex = /[+-]?\d+(\.\d+)?/g; const price = Number($('#price').text().match(regex)[0]); console.log(price); const discount = /"quota":([0-9.]+)([^}]*)"discount":([0-9.]+)/g; //get the radio elemnt var element = $('input[type="radio"]'); //lets play with code $(element).click(function(){ //get product option price var optionPrice = ''; if($(this).context.alt){ optionPrice