pkumar125 Posted August 7, 2006 Share Posted August 7, 2006 Hello I am using this contribution (PPC 2.3.1) http://www.oscommerce.com/community/contri...arch,pc+creator I got two table in this contribution but I don't understand which data should put where if you having some example insert values please give me for reference . tables are : CREATE TABLE compbuild_options(`pc_system_id` INT( 11 ) NOT NULL ,pc_system_name VARCHAR( 255) NOT NULL , `pc_system_image` VARCHAR( 255 ) NOT NULL ,`pc_system_language` INT( 11 ) NOT NULL , `pc_system_assembly` VARCHAR( 255 ) NOT NULL ,`pc_template` INT( 11 ) NOT NULL ,`pc_use_osc_cart` INT( 11 ) ,`pc_add_tax` INT( 11 ) NOT NULL ,`pc_use_dependence` INT( 11 ) NOT NULL ,`pc_use_software` INT( 11 ),pc_currency VARCHAR( 255 )) CREATE TABLE compbuild_categories(`pc_category_id` INT( 11 ) NOT NULL , `pc_category_name` VARCHAR( 32 ) NOT NULL , `pc_category_image` VARCHAR( 32 ) NOT NULL ,`osc_category_id` INT( 11 ) NOT NULL ,`pc_depends_on` INT( 11 ) NOT NULL , `pc_system_id` INT( 11 ) NOT NULL ,`pc_preset_ids` INT( 11 ) NOT NULL ,`pc_language` INT( 11 ) NOT NULL) Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.