View Single Post
  #16  
Old 12-08-2006, 01:27 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart 4.1.4 released

If you only want to use whole numbers for price, just change the format of the 'price' field, in the database table 'xcart_pricing' from 12,2 to 12

Or use this SQL patch...

Code:
ALTER TABLE `xcart_pricing` CHANGE `price` `price` DECIMAL( 12 ) NOT NULL DEFAULT '0.00'
__________________
xcartmods.co.uk
Reply With Quote