Hi All,   If anyone sees prices like £799099 instead of Â£799.99 after upgrade you can either;   1. Revert to the previous major version from your backup and upgrade to 6.0.1. 2. OR .. Run the following SQL commands. ALTER TABLE `CubeCart_tax_details` DROP `reg_number`; #EOQ ALTER TABLE `CubeCart_documents` ADD  `doc_parse` TINYINT( 1 ) NOT NULL DEFAULT  '0'; #EOQ ALTER TABLE `CubeCart_request_log` ADD `error` BLOB NOT NULL AFTER `result`; #EOQ ALTER TABLE `CubeCart_modules` CHANGE  `mod