Most recent edit on 2007-03-15 18:27:26 by KryptronicWebmaster
Additions:
UPDATE khxc_formfields SET type='HIDDEN-REG', section='Hidden'
WHERE id='ccp0.accountmaint.company' OR id='ccp0.addbookins.company'
OR id='ccp0.addbookupd.company' OR id='ccp0.createaccount.company'%%
Deletions:
UPDATE khxc_formfields SET type='HIDDEN-REG', section='Hidden' WHERE id='ccp0.accountmaint.company' OR id='ccp0.addbookins.company' OR id='ccp0.addbookupd.company' OR id='ccp0.createaccount.company'%%
Edited on 2007-02-28 12:48:39 by KryptronicWebmaster
Additions:
Hiding (Removing) Company Name Field
In admin under
Home > Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
Click on SQL Statement: Submit a Raw SQL Statement and submit the following statement:
UPDATE khxc_formfields SET type='HIDDEN-REG', section='Hidden' WHERE id='ccp0.accountmaint.company' OR id='ccp0.addbookins.company' OR id='ccp0.addbookupd.company' OR id='ccp0.createaccount.company'
This change will make the company name field hidden on all forms but does not actually delete it from the forms. It is strongly recommended that the field simply be hidden and not deleted.
ClickCartPro - Administration
Deletions:
Removal of Company Name Field
Use the management interface and go to:
Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
And choose the 'SQL Statement: Submit a Raw SQL Statement' function. Execute this statement:
Code:
UPDATE khxc_formfields SET type='HIDDEN-REG', section='Hidden' WHERE
id='ccp0.accountmaint.company' OR
id='ccp0.addbookins.company' OR
id='ccp0.addbookupd.company' OR
id='ccp0.createaccount.company'
That will make that field hidden on all forms. I wouldn't recommend deleting it from the forms - just hide it.
Pending Inclusion
Oldest known version of this page was edited on 2007-02-15 20:33:05 by KryptronicWebmaster []
Page view:
Removal of Company Name Field
Use the management interface and go to:
Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
And choose the 'SQL Statement: Submit a Raw SQL Statement' function. Execute this statement:
Code:
UPDATE khxc_formfields SET type='HIDDEN-REG', section='Hidden' WHERE
id='ccp0.accountmaint.company' OR
id='ccp0.addbookins.company' OR
id='ccp0.addbookupd.company' OR
id='ccp0.createaccount.company'
That will make that field hidden on all forms. I wouldn't recommend deleting it from the forms - just hide it.
Pending Inclusion