i do addition for 2 variable but i get only the second variable as done
<?php $totalpay= ($row_panier['prix']+$shipping1);?>
<input name="total" type="text" value="<?php echo $totalpay; ?>" readonly>
only the number of $shipping one is show on navigator