View Single Post
  #664  
Old 09-26-2014, 03:21 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

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
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote