Series Number: The series number for your CyberShop application. Report
this number to SmartWin Technology when registering for the license. The companion registration page does this automatically for you. Once
registered, you Must Avoid overriding the underlying
warehouse (or catalog) database under any circumstances. The number is normally tied to
the the server on which the program runs.
Encryption Key: You can enable this after the software is registered. Once
enabled, you cannot reverse it. There is no default implementation
of it. This is provided for developers to implement any required encryption when
customizing the system. The companion CyberShop that provides
the login to the backend admin pages must be encrypted first.
You can decide to encrypt any field by creating a new field in the same table with
"__" suffix (double underscore). This field will be used to store the encrypted
data. The field size must be 4 times longer than the original one.
The config.asp file has a set of "CyberOffice Encryption
Interface" APIs. Note that you can encrypt any data, but only the shop manager
(after login) can view the decrypted data. Contact SmartWin Technology for further
assistance.
Registration Key: The key returned from SmartWin Technology or the
reseller/partner upon proper registration. You must enter the key in the box and submit it
to the system. Without the proper Registration Key, the storefront will not work after the trial period of 30 days.
Master Shopping Cart: This is the database source name (DSN, as defined in
the config.asp under the associated shopping cart folder). Once defined, this shopping
cart is then nominated as the master shopping cart of CyberBuild, whose Shop Manager
is granted the permission to manage CyberBuild.
Master Login Page: The URL of the Login page of the Master Shopping Cart.
Master Shopping Cart Database: This is a connection string that points to
the underlying database of the associated shopping cart. CyberBuild shares the same User
information (for the backend access) with the shopping cart.
Image Directory: The is the image directory URL that image files in the
catalog database refer to.
Forwarding Email(s): This is the master email address(es) to receive all
email inquires. Multiple entries are separated by ";". If additional emails are
set on the a storefront (cf. Storefront & Franchise
Control Panel), the emails will be redistributed to those addresses.
You can disable this feature (that emails are controlled through this master email)
by setting in the config.asp file
Session(DSN+"MASTER_EMAIL") = False
Email Server(s): The email server(s) that handles the emails. You can
specify it either in IP address or domain name, followed by server port (typically,
":25"). Multiple entries are separated ";" (for backup purpose if the
first server is down).
Email Software: Email software is a standalone third party component that
connects the current program to the mail server(s). Click one from the list and install it
on the server. See Global/System Settings for CyberShop for
more information.
Administrative Site(s): If set, only the nominated Web site(s) can
administrate this page. Multiple entries separated by ";". This gives you some
extra security measure.
Supplier Membership: Enter a Connection String that points to a
CyberClub membership database that contains the information for the suppliers /
vendors /sellers who are allowed to upload product information to the warehouse. For
example DSN=Membership or DSN=Mall_Membership. The database must be associated with an
instance of CyberOffice Club.
Supplier Account Type(s): Enter the permitted supplier membership
account type(s), i.e, the Group ID value(s) that is allowed to upload
products. Multiple entries separated by ",".