I'm converting my customer table data and structure of version 2.0.2.0 to be compatible to version 3.0.3.8 maintenance branch, ive used the export / import tool and the installation file opencart.sql shows the structure of the table as this..
CREATE TABLE `oc_customer` (
`customer_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_group_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL DEFAULT '0',
`language_id` int(11) NOT NULL,
`firstname` varchar(32) NOT NULL,
`lastname` varchar(32) NOT NULL,
`email` varchar(96) NOT NULL,
`telephone` varchar(32) NOT NULL,
`fax` varchar(32) NOT NULL,
`password` varchar(40) NOT NULL,
`salt` varchar(9) NOT NULL,
`cart` text,
`wishlist` text,
`newsletter` tinyint(1) NOT NULL DEFAULT '0',
`address_id` int(11) NOT NULL DEFAULT '0',
`custom_field` text NOT NULL,
`ip` varchar(40) NOT NULL,
`status` tinyint(1) NOT NULL,
`safe` tinyint(1) NOT NULL,
`token` text NOT NULL,
`code` varchar(40) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`customer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
please note this entry `customer_group_id` int(11) NOT NULL, and `language_id` int(11) NOT NULL,
On exporting the customer table with the extension export / import above the column name is `customer_group` and a text value and the two above are not downloaded in the spreadsheet?
Any help appreciated
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Exactly what i had to do, merge. Thxs
Who is online
Users browsing this forum: No registered users and 5 guests