sac9829 Posted May 24, 2004 Share Posted May 24, 2004 Hi everyone I have installed the following contribution Custom Computer Creator http://www.oscommerce.com/community/contri...search,computer And my page after installing it looks like this: http://sacotech.com.au/catalog/build.php My question is how do I add products into the custom computer creaters database? Link to comment Share on other sites More sharing options...
sac9829 Posted May 24, 2004 Author Share Posted May 24, 2004 Does this have anything to do with adding the products into the programs: # Table structure for table `ccc` # # Creation: Aug 23, 2003 at 08:42 AM # Last update: Aug 24, 2003 at 04:23 PM # DROP TABLE IF EXISTS `ccc`; CREATE TABLE `ccc` ( `ccc_id` int(11) NOT NULL auto_increment, `ccc_category` varchar(45) NOT NULL default '', `ccc_cname` varchar(45) NOT NULL default '', `ccc_shortname` varchar(45) NOT NULL default '', `ccc_pre` char(3) NOT NULL default '', KEY `ccc_id` (`ccc_id`) ) TYPE=MyISAM AUTO_INCREMENT=21; # # Dumping data for table `ccc` # INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (1, '19', 'Motherboards', 'IMotherboard', 'mb'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (2, '5', 'Processors', 'IProcessor', 'pro'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (3, '34', 'Memory', 'Memory', 'mem'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (5, '42', 'Hard Drives', 'HardDrive', 'hd'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (6, '39', 'Video Cards', 'Video', 'vd'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (7, '6', 'Cases', 'Tower', 'twr'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (8, '37', 'Operating Systems', 'Os', 'os'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (9, '26', 'Sound Cards', 'Sound', 'snd'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (10, '20', 'Modems', 'Modem', 'mdm'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (11, '30', 'Network Cards', 'Network', 'net'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (12, '8', 'CDRW/Combo Drives', 'cdrw', 'cd'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (13, '3', 'CD-ROM/DVD-ROM/ZIP', 'dvd', 'dvd'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (15, '25', 'Monitors', 'Monitor', 'mon'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (16, '18', 'Keyboards', 'Keyboard', 'key'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (17, '23', 'Mice', 'Mouse', 'mou'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (18, '31', 'Printers', 'Printer', 'pri'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (19, '28', 'Speakers', 'Speaker', 'spk'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (4, '34', 'More Memory', 'MoreMem', 'mme'); INSERT INTO `ccc` (`ccc_id`, `ccc_category`, `ccc_cname`, `ccc_shortname`, `ccc_pre`) VALUES (14, '10', 'Floppy Drives', 'Floppy', 'flp'); Link to comment Share on other sites More sharing options...
nrlatsha Posted May 24, 2004 Share Posted May 24, 2004 http://www.oscommerce.com/forums/index.php?showtopic=71332&st=0 Post there for your CCC ?'s 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine... Link to comment Share on other sites More sharing options...
sac9829 Posted May 24, 2004 Author Share Posted May 24, 2004 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.