Hi
I am in the process of developing a site. The web host allows me to use different web site homes for each sub domain. Currently at www.shop.tmtecommerce.com (which is mapping to the root directory of my webspace) I have one version of the site and when I add to the basket and go back to the product page the items and value of the basket are displayed correctly.
However, I loaded another version at www.trevor.tmtecommerce.com which displays the items and value of the basket correctly in the checkout and view basket phases but still displays zero for each when I return to the product page.
The second version does not use SSL for payments but I don't think that should be a problem. The cgi scripts for each site are stored in the same cgi-bin directory which different CGI script ID's.
Am I missing a trick here ? Is what I am trying to achieve feasable ?
Thanks in advance for any help.
Trevor
I am in the process of developing a site. The web host allows me to use different web site homes for each sub domain. Currently at www.shop.tmtecommerce.com (which is mapping to the root directory of my webspace) I have one version of the site and when I add to the basket and go back to the product page the items and value of the basket are displayed correctly.
However, I loaded another version at www.trevor.tmtecommerce.com which displays the items and value of the basket correctly in the checkout and view basket phases but still displays zero for each when I return to the product page.
The second version does not use SSL for payments but I don't think that should be a problem. The cgi scripts for each site are stored in the same cgi-bin directory which different CGI script ID's.
Am I missing a trick here ? Is what I am trying to achieve feasable ?
Thanks in advance for any help.
Trevor
The mini cart display uses cookies. The cookie is created by the CGI script therefore it is assigned to the domain of your CGI URL. If your CGI and Catalog URL domain is not the same then the javascript on the Catalog pages can not access the cookie created at the CGI domain.
Comment