Quote:
Originally Posted by PhilJ
Code:
$('.currency').each(function(){
$(this).html($(this).html().replace(".00","").replace(".25","").replace(".50",""));
});
Remember, it's not actually changing the price!
|
Why it is not actually changing the price?In add to cart Popup it is still showing 510.00.
By the way how to disable totally .00 or .10 or .25 whatever after .?
Also why you told me Probably not a great idea to do that !!!
If we do any issue will occur?
Thanks,
xtech