You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Pages: 1
Hi Guys
There is a wiki on how to remove the 'Demo Store Data' in CCP6
Has anyone come up with a similar way to remove the 'Demo Store Data' in a similar way for CCP7?
Is there a way to install CCP7 without the demo store data being installed? Similar to a Joomla install?
As always, thanks in advance!
Last edited by 121NetDesign (07-29-2009 13:46:59)
Offline
Same commands just change ccp0 to ecom in the commands.
Offline
For future issues if you remove the install directory from the Ecom_DemoStore they will not get re-installed in future database update/install , that is as long as it doesn't get put back.
John
Offline
Thanks guys, I have made it easier for others wishing to remove the demo store data by posting a modified version of the CCP6 Wiki:
Edit by Dave: The entry for doing this was already in the Wiki . Sorry about that and thanks for posting the commands also.
Home > System > Database > Raw Database Admin > SQL Statement:Submit a Raw SQL Statement
Execute these statements one at a time:
DELETE FROM ecom_prod WHERE id='DESKTOP1001' OR id='DESKTOP1002' OR id='DESKTOP1003' OR id='DESKTOP1004' OR id='HDD1005' OR id='HDD1006' OR id='HDD1007' OR id='MONITOR1008' OR id='MONITOR1009' OR id='BUILD1001' DELETE FROM ecom_cat WHERE id='BuildYourOwn' OR id='PCs' OR id='DeskPCs' OR id='GamePCs' OR id='HDD' OR id='scsiHDD' OR id='pcmciaHDD' OR id='eideHDD' OR id='MONITOR' DELETE FROM ecom_prodoptions WHERE id='pc_sechdd' OR id='build_cpu' OR id='build_hdd' OR id='build_memory' OR id='build_cdrom' OR id='build_soundcard' OR id='build_videocard' OR id='build_specins' DELETE FROM ecom_prodoptionsel WHERE id='pc_sechdd.none' OR id='build_cpu.1.0' OR id='build_cpu.900' OR id='build_cpu.1.2' OR id='build_cpu.1.4' OR id='build_cpu.1.6' OR id='build_hdd.10' OR id='build_hdd.20' OR id='build_hdd.40' OR id='build_hdd.80' OR id='pc_sechdd.20' OR id='pc_sechdd.40' OR id='pc_sechdd.80' OR id='build_memory.128' OR id='build_memory.64' OR id='build_memory.256' OR id='build_memory.512' OR id='build_cdrom.24cd' OR id='build_cdrom.16cd' OR id='build_cdrom.48cd' OR id='build_cdrom.6rw' OR id='build_cdrom.24rw' OR id='build_cdrom.12dvd' OR id='build_cdrom.24dvd' OR id='build_soundcard.32' OR id='build_soundcard.16' OR id='build_soundcard.64' OR id='build_videocard.16' OR id='build_videocard.8' OR id='build_videocard.32agp' OR id='build_videocard.32pci'
Last edited by Dave (07-30-2009 03:46:08)
Offline
Pages: 1