Kryptronic Software Support Forum

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.

#1 02-27-2020 17:10:07

MW1939
Member
Registered: 08-11-2019
Posts: 3

Re. contact information and billing address? Also Manual!

Please advise: 1) where to go in catalog setting to add request for a fax no.  entry in the contact info? 2) there are over 740 entries of customer accounts which were introduced when you installed the catalog. How to delete in bulk, except our acct. americanschools@americanschoolsonline.com;
Also re. DemoManual.  Is there a global search for key words?

Offline

 

#2 02-27-2020 17:18:38

MW1939
Member
Registered: 08-11-2019
Posts: 3

Re: Re. contact information and billing address? Also Manual!

Please advise: 1) where to go in catalog setting to add request for a fax no.  entry in the contact info? 2) there are over 740 entries of customer accounts which were introduced when you installed the catalog. How to delete in bulk, except our acct. americanschools@americanschoolsonline.com;
3) Also re. DemoManual.  Is there a global search for key words?

Online

Offline

 

#3 02-28-2020 08:50:34

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Re. contact information and billing address? Also Manual!

Fax numbers are deprecated and were removed from version 8. 

To delete all accounts from the system except that one, execute this SQL in System / Database / Raw DB Admin - use the Submit Raw SQL Statement function:

DELETE FROM core_users WHERE id<>'americanschools@americanschoolsonline.com'

The online manual does not have a search function yet.  We're working on moving it into a K9 site as we're relaunching kryptronic.com and at that point it will be searchable.


Nick Hendler

Offline

 

#4 02-28-2020 13:15:16

MW1939
Member
Registered: 08-11-2019
Posts: 3

Re: Re. contact information and billing address? Also Manual!

Dear Nick:
Whether deprecated or not, I need introduce in this version of the catalog a non-compulsory request for a fax number in the contact information. Fax is still very much used as older persons have no scanning, attachments to email, etc. skills. Thanks, Michael

Offline

 

#5 03-02-2020 09:00:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Re. contact information and billing address? Also Manual!

Use System / Database / Raw DB Admin, browse the core_formfields table, locate the field with the id core_contact.phone and clone it as core_contact.fax.  Change name and sort order as necessary and remove whatever is in the defaultvalue field (important).  This will add a fax field to the contact form.


Nick Hendler

Offline

 

Board footer