Updated the code.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-09 21:30:51 -04:00
parent 06499d1e93
commit 00578fd21e
3 changed files with 4 additions and 4 deletions

2
js/actions.js vendored
View file

@ -508,7 +508,7 @@ $(document).ready(function(){
$('.total').each(function(){
net_total += ($(this).val()-0);
})
$('.net_total').html("Total : Rs " +net_total);
$('.net_total').html("Total : " +net_total+"$");
}
//remove product from cart