Updated the code.
This commit is contained in:
parent
06499d1e93
commit
00578fd21e
3 changed files with 4 additions and 4 deletions
2
js/actions.js
vendored
2
js/actions.js
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue