Installing Sales Host utility
From the computer that runs as a web based salespoint, install Common Files and Sales as described in the Salesware Installation Guide. You then need to set the following .INI settings:
• In the [Salespoint] section in the Sales32c.INI file, set Interface=Web.
• In the [WebInterface] section in the Sales32c.INI file, set Login=WEBOP and Pass=WEBOP.
Note: The Login and Pass you choose must match the log-in and password of the operator that you configured for the Sales Host utility in SysManager > Activities > System Lists > Operators > Operator Edit.
Important: The ww.dll and Web SalesHost (WSH) are no longer allowed to share the same salespoint ID due to complications with Max4Sale and Points4Sale limits and Real Time Inventory Tracking. ww.dll now adds the salespoint ID that it is configured to use (from the ww_system.ini file, DefaultInfo=<operator>WEBOP</operator><salespoint>WWSP</salespoint> setting) to the sale string that is passed in for processing by WSH unless the pages have already added a salespoint ID to the sale string via the salespoint key. The salespoint ID will appear in the sale string like this.
Example:
<salespoint>WWSP</salespoint>
If the salespoint ID in the sale string is the same as the salespoint ID configured for WSH, an error will occur when WSH tries to process the sale indicating that there is a conflict, and WSH will shut down. Either the salespoint ID in the sale string will need to be changed, or the salespoint ID of WSH will need to be changed and the sale resubmitted. For all future sales the salespoint IDs of ww.dll and WSH need to be unique.