View Single Post
  #663  
Old 09-26-2014, 03:00 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Code:
$('.currency').each(function(){ $(this).html($(this).html().replace(".00","").replace(".25","").replace(".50","")); });
Remember, it's not actually changing the price!
__________________
xcartmods.co.uk
Reply With Quote