YOU SHOULD MAKE ALL THESE CHANGES , ELSE PC CONFIGURATOR WILL NOT FUNCTION
Go to :
Admin -> Tools -> Install SQL Patches (http://www.your_domain.xxx/zen_cart_catalog/admin/sqlpatch.php)
Then COPY all the following , PASTE it in the TEXT AREA and press "Send"
Now you can go to :
Admin -> Configuration -> PC Configurator (http://www.your_domain.xxx/zen_cart_catalog/admin/configuration.php?gID=9453
There, you will find insctructions.
### BOF COPYING PATCHES -> COPY ALL THE FOLLOWING AFTER -> ###
#######################################################################################################################
INSERT INTO `configuration_group` VALUES ('', 'PC Configurator', 'PC Configurator Settings', '9453', '1');
UPDATE `configuration_group` SET `configuration_group_id` = '9453' WHERE sort_order LIKE '9453' LIMIT 1;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 1',
'PRODUCTS_GROUP_PC_CONFIGURATOR_1',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 1, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')
ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 2',
'PRODUCTS_GROUP_PC_CONFIGURATOR_2',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 2, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 3',
'PRODUCTS_GROUP_PC_CONFIGURATOR_3',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 3, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 4',
'PRODUCTS_GROUP_PC_CONFIGURATOR_4',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 4, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 5',
'PRODUCTS_GROUP_PC_CONFIGURATOR_5',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 5, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 6',
'PRODUCTS_GROUP_PC_CONFIGURATOR_6',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 6, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 7',
'PRODUCTS_GROUP_PC_CONFIGURATOR_7',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 7, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 8',
'PRODUCTS_GROUP_PC_CONFIGURATOR_8',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 8, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 9',
'PRODUCTS_GROUP_PC_CONFIGURATOR_9',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 9, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 10',
'PRODUCTS_GROUP_PC_CONFIGURATOR_10',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 10, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 11',
'PRODUCTS_GROUP_PC_CONFIGURATOR_11',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 11, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 12',
'PRODUCTS_GROUP_PC_CONFIGURATOR_12',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 12, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 13',
'PRODUCTS_GROUP_PC_CONFIGURATOR_13',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 13, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 14',
'PRODUCTS_GROUP_PC_CONFIGURATOR_14',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 14, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 15',
'PRODUCTS_GROUP_PC_CONFIGURATOR_15',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 15, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 16',
'PRODUCTS_GROUP_PC_CONFIGURATOR_16',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 16, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 17',
'PRODUCTS_GROUP_PC_CONFIGURATOR_17',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 17, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 18',
'PRODUCTS_GROUP_PC_CONFIGURATOR_18',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 18, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 19',
'PRODUCTS_GROUP_PC_CONFIGURATOR_19',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 19, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 20',
'PRODUCTS_GROUP_PC_CONFIGURATOR_20',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 20, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 21',
'PRODUCTS_GROUP_PC_CONFIGURATOR_21',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 21, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 22',
'PRODUCTS_GROUP_PC_CONFIGURATOR_22',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 22, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 23',
'PRODUCTS_GROUP_PC_CONFIGURATOR_23',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 23, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 24',
'PRODUCTS_GROUP_PC_CONFIGURATOR_24',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 24, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 25',
'PRODUCTS_GROUP_PC_CONFIGURATOR_25',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 25, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 26',
'PRODUCTS_GROUP_PC_CONFIGURATOR_26',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 26, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 27',
'PRODUCTS_GROUP_PC_CONFIGURATOR_27',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 27, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate and Select Product Group for Field No 28',
'PRODUCTS_GROUP_PC_CONFIGURATOR_28',
'off',
'
Select from the drop down list, which Product Group you want to display in this field in the Shop PC Configurator Table.
\
The Default Value selected on the drop down list with Product Option Names for this products group field in the Shop will be exactly as it shows here.
The Sort Order for this products group field in the Shop will also be exactly as it shows here.
So, PC Configurator in the Shop will be like an image of this screen. You can change these values whenever you want, without affecting the functionality of PC Configurator but only customers options and sort order.
The fields you do not want to display in Shop PC Configurator, should have the value "off" (default)
',
9453, 28, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>''off'', ''text''=>''off''),
array(''id''=>''Computer Case'', ''text''=>''Computer Case''),
array(''id''=>''Intel Motherboard'', ''text''=>''Intel Motherboard''),
array(''id''=>''AMD Motherboard'', ''text''=>''AMD Motherboard''),
array(''id''=>''Intel Proccesor'', ''text''=>''Intel Proccesor''),
array(''id''=>''AMD Proccesor'', ''text''=>''AMD Proccesor''),
array(''id''=>''Ram Memory'', ''text''=>''Ram Memory''),
array(''id''=>''Extra Ram Memory'', ''text''=>''Extra Ram Memory''),
array(''id''=>''Graphics Card - VGA'', ''text''=>''Graphics Card - VGA''),
array(''id''=>''Floppy Disk Drive'', ''text''=>''Floppy Disk Drive''),
array(''id''=>''Hard Disk Drive'', ''text''=>''Hard Disk Drive''),
array(''id''=>''Extra Hard Disk Drive'', ''text''=>''Extra Hard Disk Drive''),
array(''id''=>''CD ROM - DVD ROM'', ''text''=>''CD ROM - DVD ROM''),
array(''id''=>''DVD RW - CD ROM'', ''text''=>''DVD RW - CD ROM''),
array(''id''=>''Keyboard'', ''text''=>''Keyboard''),
array(''id''=>''Keyboard + Mouse SET'', ''text''=>''Keyboard + Mouse SET''),
array(''id''=>''Mouse'', ''text''=>''Mouse''),
array(''id''=>''Display Monitor'', ''text''=>''Display Monitor''),
array(''id''=>''Sound Card'', ''text''=>''Sound Card''),
array(''id''=>''Speakers'', ''text''=>''Speakers''),
array(''id''=>''Modem - Fax'', ''text''=>''Modem - Fax''),
array(''id''=>''Extra PC Parts'', ''text''=>''Extra PC Parts''),
array(''id''=>''Other Extra Options'', ''text''=>''Other Extra Options''),
array(''id''=>''Operating System'', ''text''=>''Operating System''),
array(''id''=>''Power Supply'', ''text''=>''Power Supply''),
array(''id''=>''Printer'', ''text''=>''Printer''),
array(''id''=>''Scanner'', ''text''=>''Scanner''),
array(''id''=>''Software/Applications'', ''text''=>''Software/Applications''),
array(''id''=>''Support Services/Internet Services'', ''text''=>''Support Services/Internet Services'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Select the order for products in the drop down menu',
'PC_CONFIGURATOR_SORT_PRODUCTS',
' ORDER BY p.products_price asc ',
'
Select the order by which your products will be displayed in the drop down menu.
',
9453, 29, now(), now(), NULL,
'zen_cfg_select_drop_down(array
(array(''id''=>'' ORDER BY p.products_price asc '', ''text''=>''Show By Price Low to High''),
array(''id''=>'' ORDER BY p.products_price desc '', ''text''=>''Show By Price High to Low''),
array(''id''=>'' ORDER BY pd.products_name asc '', ''text''=>''Show By Name [ASC]''),
array(''id''=>'' ORDER BY pd.products_name desc '', ''text''=>''Show By Name [DESC]'')),')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Define the default name for product model for Custom PC',
'PC_CONFIGURATOR_PRODUCT_MODEL',
'Le Brand PC ',
'
This is the first [default] part of products model and name also.
Products model and named are being constructed of what you configure here plus cpu name plus serial number.
',
9453, 30, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Select the tax class which is in use in your shop',
'PC_CONFIGURATOR_TAX_CLASS_SELECTION',
'',
'
If you have configured one tax class, it will be automatically selected.
If you want to be sure that you are using the right tax class id, go to Admin->Locations / Taxes->Tax Classes, select your tax class and press edit button.
Then take a look at the URL :
admin/tax_classes.php?page=1&tID=4&action=edit
The number you will see after tID= is your tax class id.
',
9453, 31, now(), now(),
'zen_get_tax_class_title_pc_cfg',
'zen_create_pull_down_tax_class_title_list(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Select the default quantity for your custom computers',
'PC_CONFIGURATOR_DEFAULT_QUANTITY',
'50',
'
This will be the products quantity when it is inserted in Database.
Select any nymber (5,10,500,1000) but be carefull not to leave this field 0 or empty, because depending on your settings, the product may not be shown in the shop.
The default value is 50.
',
9453, 32, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Activate 5 Extra Buttons if you use Tabbed Products Module',
'PC_CONFIGURATOR_ACTIVATE_TABBED_BUTTONS',
'0',
'
Set this to 1 if you use the module Tabbed Products.
You will find here 5 extra text area sets to insert Button Titles and Content for each of these buttons.
If you are unsure just leave this setting to 0[off].
0 = off
1 = on',
9453, 33, now(), now(), NULL,
"zen_cfg_select_option(array('0', '1'),")ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Title for tabbed button No1',
'PC_CONFIGURATOR_TB_01',
'Button No 1',
'
Insert here the title for Button No1.
Do not overmake it with button length. Maximum suggested charachters are 15.',
9453, 34, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Content for tabbed button No1',
'PC_CONFIGURATOR_CON_01',
'Buttons No1 Content here',
'
Insert here the content to show when Button No1 is pressed.
Content can also be HTML or you can just type your text.
You can use extra buttons to give some more information to your customers.
All these extra information will be automatically inserted in the product when a customer creates a Custom PC through PC Configurator Module.
',
9453, 35, now(), now(), NULL,
'zen_cfg_textarea(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Title for tabbed button No2',
'PC_CONFIGURATOR_TB_02',
'Button No 2',
'
Insert here the title for Button No2.
Do not overmake it with button length. Maximum suggested charachters are 15.',
9453, 36, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Content for tabbed button No2',
'PC_CONFIGURATOR_CON_02',
'Buttons No2 Content here',
'
Insert here the content to show when Button No2 is pressed.
Content can also be HTML or you can just type your text.
You can use extra buttons to give some more information to your customers.
All these extra information will be automatically inserted in the product when a customer creates a Custom PC through PC Configurator Module.
',
9453, 37, now(), now(), NULL,
'zen_cfg_textarea(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Title for tabbed button No3',
'PC_CONFIGURATOR_TB_03',
'Button No 3',
'
Insert here the title for Button No3.
Do not overmake it with button length. Maximum suggested charachters are 15.',
9453, 38, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Content for tabbed button No3',
'PC_CONFIGURATOR_CON_03',
'Buttons No3 Content here',
'
Insert here the content to show when Button No3 is pressed.
Content can also be HTML or you can just type your text.
You can use extra buttons to give some more information to your customers.
All these extra information will be automatically inserted in the product when a customer creates a Custom PC through PC Configurator Module.
',
9453, 39, now(), now(), NULL,
'zen_cfg_textarea(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Title for tabbed button No4',
'PC_CONFIGURATOR_TB_04',
'Button No 4',
'
Insert here the title for Button No4.
Do not overmake it with button length. Maximum suggested charachters are 15.',
9453, 40, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Content for tabbed button No4',
'PC_CONFIGURATOR_CON_04',
'Buttons No4 Content here',
'
Insert here the content to show when Button No4 is pressed.
Content can also be HTML or you can just type your text.
You can use extra buttons to give some more information to your customers.
All these extra information will be automatically inserted in the product when a customer creates a Custom PC through PC Configurator Module.
',
9453, 41, now(), now(), NULL,
'zen_cfg_textarea(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Title for tabbed button No5',
'PC_CONFIGURATOR_TB_05',
'Button No 5',
'
Insert here the title for Button No5.
Do not overmake it with button length. Maximum suggested charachters are 15.',
9453, 42, now(), now(), NULL,
'zen_cfg_textarea_small(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
INSERT INTO `configuration` VALUES ('',
'Content for tabbed button No5',
'PC_CONFIGURATOR_CON_05',
'Buttons No5 Content here',
'
Insert here the content to show when Button No5 is pressed.
Content can also be HTML or you can just type your text.
You can use extra buttons to give some more information to your customers.
All these extra information will be automatically inserted in the product when a customer creates a Custom PC through PC Configurator Module.
',
9453, 43, now(), now(), NULL,
'zen_cfg_textarea(')ON DUPLICATE KEY UPDATE configuration_key = configuration_key;
ALTER TABLE `categories` ADD `pc_configurator` INT( 11 ) NOT NULL DEFAULT '0' AFTER `categories_status` ;
ALTER TABLE `categories_description` ADD `pc_configurator` INT( 11 ) NOT NULL DEFAULT '0' AFTER `categories_description` ;
INSERT INTO `categories` VALUES (28200, '', 0, 0, now(), now(), 1, 0);
INSERT INTO `categories_description` VALUES (28200, 1, 'Custom PC', '
Desktop Computers created from customers by using
PC Configurator.
You can select to buy one of these Computers or configure one by yourself based on your needs by pressing
HERE', 0);
INSERT INTO `categories` VALUES (28100, '', 0, 0, now(), now(), 0, 0);
INSERT INTO `categories_description` VALUES (28100, 1, 'PC Configurator Options', '', 0);
INSERT INTO `categories` VALUES (28101, '', 28100, 1, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28101, 1, 'Computer Case', '', 1);
INSERT INTO `categories` VALUES (28102, '', 28100, 2, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28102, 1, 'Intel Motherboard', '', 1);
INSERT INTO `categories` VALUES (28103, '', 28100, 3, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28103, 1, 'AMD Motherboard', '', 1);
INSERT INTO `categories` VALUES (28104, '', 28100, 4, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28104, 1, 'Intel Proccesor', '', 1);
INSERT INTO `categories` VALUES (28105, '', 28100, 5, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28105, 1, 'AMD Proccesor', '', 1);
INSERT INTO `categories` VALUES (28106, '', 28100, 6, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28106, 1, 'Ram Memory', '', 1);
INSERT INTO `categories` VALUES (28107, '', 28100, 7, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28107, 1, 'Extra Ram Memory', '', 1);
INSERT INTO `categories` VALUES (28108, '', 28100, 8, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28108, 1, 'Hard Disk Drive', '', 1);
INSERT INTO `categories` VALUES (28109, '', 28100, 9, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28109, 1, 'Extra Hard Disk Drive', '', 1);
INSERT INTO `categories` VALUES (28110, '', 28100, 10, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28110, 1, 'Graphics Card - VGA', '', 1);
INSERT INTO `categories` VALUES (28111, '', 28100, 11, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28111, 1, 'Floppy Disk Drive', '', 1);
INSERT INTO `categories` VALUES (28112, '', 28100, 12, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28112, 1, 'CD ROM - DVD ROM', '', 1);
INSERT INTO `categories` VALUES (28113, '', 28100, 13, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28113, 1, 'DVD RW - CD ROM', '', 1);
INSERT INTO `categories` VALUES (28114, '', 28100, 14, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28114, 1, 'Modem - Fax', '', 1);
INSERT INTO `categories` VALUES (28115, '', 28100, 15, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28115, 1, 'Extra PC Parts', '', 1);
INSERT INTO `categories` VALUES (28116, '', 28100, 16, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28116, 1, 'Other Extra Options', '', 1);
INSERT INTO `categories` VALUES (28117, '', 28100, 17, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28117, 1, 'Keyboard + Mouse SET', '', 1);
INSERT INTO `categories` VALUES (28118, '', 28100, 18, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28118, 1, 'Keyboard', '', 1);
INSERT INTO `categories` VALUES (28119, '', 28100, 19, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28119, 1, 'Mouse', '', 1);
INSERT INTO `categories` VALUES (28120, '', 28100, 20, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28120, 1, 'Sound Card', '', 1);
INSERT INTO `categories` VALUES (28121, '', 28100, 21, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28121, 1, 'Speakers', '', 1);
INSERT INTO `categories` VALUES (28122, '', 28100, 22, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28122, 1, 'Display Monitor', '', 1);
INSERT INTO `categories` VALUES (28123, '', 28100, 23, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28123, 1, 'Operating System', '', 1);
INSERT INTO `categories` VALUES (28124, '', 28100, 24, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28124, 1, 'Printer', '', 1);
INSERT INTO `categories` VALUES (28125, '', 28100, 25, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28125, 1, 'Scanner', '', 1);
INSERT INTO `categories` VALUES (28126, '', 28100, 26, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28126, 1, 'Software/Applications', '', 1);
INSERT INTO `categories` VALUES (28127, '', 28100, 27, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28127, 1, 'Support Services/Internet Services', '', 1);
INSERT INTO `categories` VALUES (28128, '', 28100, 28, now(), now(), 1, 1);
INSERT INTO `categories_description` VALUES (28128, 1, 'Power Supply', '', 1);
UPDATE configuration_group SET configuration_group_title = 'PC Configurator Basic' WHERE configuration_group_title LIKE 'PC Configurator' LIMIT 1;
INSERT INTO configuration_group VALUES ('', 'PC Configurator Options', 'PC Configurator Settings 2', '9454', '1');
UPDATE configuration_group SET configuration_group_id = '9454' WHERE sort_order = '9454' LIMIT 1;
DROP TABLE IF EXISTS `pc_configurator_popup_info` ;
CREATE TABLE IF NOT EXISTS `pc_configurator_popup_info` (
`pconf_record_id` int(11) NOT NULL auto_increment,
`pconf_status` int(1) NOT NULL default '1',
`pconf_category_name` varchar(64) NOT NULL default '',
`pconf_popup_text` text,
`pconf_window_settings` int(11) NOT NULL default '0',
PRIMARY KEY (`pconf_record_id`)
) TYPE=MyISAM AUTO_INCREMENT=1;
DROP TABLE IF EXISTS `serials` ;
CREATE TABLE IF NOT EXISTS `serials` (
`serial_id` int(11) NOT NULL auto_increment,
`serial_number` varchar(128) NOT NULL default '',
PRIMARY KEY (`serial_id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;
ALTER TABLE `products_description` ADD COLUMN `description_categories_id` int(11) NOT NULL default '0' AFTER `products_id`;
ALTER TABLE `products` ADD COLUMN `products_serial_number` varchar(128) NOT NULL default '' AFTER `products_id`;