an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 12/1/2011 12:39:58 PM By Bahram. 2 replies.
11/22/2011 11:36:44 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Online Chat feature
Hi Luke,
 
We are looking for a Online Chat feature for logged user. That is a Sale rep opens a chat sesson to provide direct help to a customer. Does DCS provide such a service or aware of a 3rd Party product, that  is compatible and deployable with low cost.
 
Thanks,
11/29/2011 11:42:18 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Online Chat feature
You can use any 3rd party product that gives you a javascript block which you can paste it to a HTML box in DSC.
DotShoppingCart Staff
12/1/2011 12:39:58 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Online Chat feature
I am using an ASP.NET LiveChat solution and tested it as a website on my server. No I want to make it an Application or subfolder of my main store to vbe accessible form outside.
 
I added an App under my Website in IIS and pointed to the physical folder. This web app uses SSPI with a diferent Database
 
when I run it. I get this error:
 

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: CS0246: The type or namespace name 'DotShoppingCart' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

 
 
Line 211:			</providers>
Line 212:		</roleManager>
Line 213:		<profile automaticSaveEnabled="true" defaultProvider="SqlProfileProvider" inherits="DotShoppingCart.Commercial.Core.ProfileDSC">
Line 214:			<providers>
Line 215:				<clear />

Source File: c:\AcrEStore_4.0\Web\Web.config    Line: 213