Print Page | Close Window

Hosting Multiple Productcart Catalogs

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Getting Started
Forum Description: Installing, activating, and getting started with ProductCart
URL: https://forum.productcart.com/forum_posts.asp?TID=5852
Printed Date: 28-April-2024 at 7:37pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hosting Multiple Productcart Catalogs
Posted By: Leather_Treaty
Subject: Hosting Multiple Productcart Catalogs
Date Posted: 14-March-2014 at 5:57pm
Hello,

I am running 4 separate Productcart  catalogs. The problems I have is the catalogs are sharing cookies happens because I am using all sites in the same domain name (all the folders are different). Two solutions I have read about is to create them as separate sites in IIS and use a sub domain instead of folder path. Examples are  http://mystore.mydomain.com/" rel="nofollow - mystore.mydomain.com    vs.   www.mydomain/mystore. This is easy to do except I use EV SSL certificates for the domain I have now. It is not a willdcard ssl so I would need to purchase 4 new certificates which will have a cost. The other option would be cheaper, but I don`t know how to configure is put all catalog sites in their own application folders, and each application folder to use it's own application pool.

Sounds easy enough but have no knowledge of this. Does anyone know how to do this??

Thanks,

Gary



Replies:
Posted By: ProductCart
Date Posted: 14-March-2014 at 6:42pm
Hi Gary,

Try adding the following line and unique variable to the StoreConstants file for each store:

private const scID=1

You can insert this line immediately after the 'StoreURL' variable, and just make sure that each store has a unique variable. So the 2nd store would use the following:

private const scID=2

... and so on.

This should prevent sessions from 'crossing over' from one store to another. If you have additional questions on this, please submit a support ticket for security reasons.



-------------
The ProductCart Team

Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software


Posted By: Leather_Treaty
Date Posted: 16-March-2014 at 12:56am
Hi,

can you be more specific? I tried as you mention and I get a server error. Here is my storeconstants file, please indicate where I would place the code. I changed all the private info for security reasons. 

Thanks,

Gary

<%private const scCrypPass="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
private const scDSN="Provider=sqloledb;Data Source=abc.net,1433;Initial Catalog=test;User Id=testnew;Password=test;"
private const scDB="SQL"
private const scStoreURL="http://www.abc.net"%>


Posted By: ProductCart
Date Posted: 16-March-2014 at 6:04pm
Hi Gary,

You can add it right after the line for  'StoreURL'. E.G.:

private const scStoreURL="http://www.abc.net"
private const scID=1
%>




-------------
The ProductCart Team

Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software


Posted By: Leather_Treaty
Date Posted: 16-March-2014 at 7:55pm
Hi,

I tried as you described and put the code exactly where you said. When I reload the file I get the error 

500 - Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.


Do I need to make any changes to my webserver??

Thanks,

Gary



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net