[ic] Basket empty on checkout with Netscape 7.1

Ed LaFrance edl at newmediaems.com
Tue Oct 14 10:12:12 EDT 2003


At 08:25 PM 10/13/2003 -0500, you wrote:

>----- Original Message -----
>From: David Etheredge
>To: David Etheredge
>Sent: Monday, October 13, 2003 8:16 PM
>Subject: [ic] Basket empty on checkout with Netscape 7.1
>
>
> > >> I have had several customers complain that when they click on the
> >Checkout
> > >> button, they stay in the basket page or if they get to the checkout
> >basket
> > >> page, they are told "no items in cart". I installed Netscape 7.1 and>
> >> verified that it happens every time.
> > >>
> > >> After clicking checkout 2 or 3 times, I finally get to the checkout
>page
> > >> with "no items in the cart".
> > >>
> > >> Any suggestions?
> > >>
> > >> Thanks,
> > >>
> > >> Dave
> > >
> > >Is your secure URL under a different domain from the rest of the store?
> > >That setup can be made to work with a few compromises.
> > >
> > >DB
> > >
> >Thanks, No it is the same domain.
> >Dave
> >
> >
> >Additional information:
> >
> >When checkout is clicked, the id changes.
> >
> >http://paradevices.com/~paradevi/cgi-bin/cart.cgi/ord/basket.html?id=SMPAfv
>nu&mv_pc=1
> >http://paradevices.com/~paradevi/cgi-bin/cart.cgi/ord/basket.html?id=IPaZbV
>G6&mv_pc=1
> >
> >...  the new id is re-displayed in basket.html with the correct items.
> >When checkout is clicked again, the user is sent to the checkout page with
> >an empty cart.
> >
> >Dave
>
>Sounds like your session ID is being lost when going from the basket page
>to the checkout page. Take a look at yourcat/templates/components/cart, and
>make sure that the form on that page contains this input:
>
><input type=hidden name=mv_session_id value="[data session id]">
>
>- Ed L.
>
>Thanks Ed,
>
>I checked and it is there. The problem does not occur with I.E. 5 or 6. I
>think that Mike H is on the right track. The problem is how do I fix it?
>
>Dave

Well, I took a moment to take a peek at your site, and I see that your 
secure URL is www.paradevices.com, while your regular http url just 
paradevices.com (no www). I believe this is enough of a difference for 
interchange to determine that these two calls should be separate sessions, 
hence the loss of the cart content. The easiest answer is to reconfigure 
your catalog to use www.paradevices.com for both SSL and non-SSL.

WRT the basket page's checkout button not working the first time around: if 
it works in some browsers but no others, it is possible that the code may 
need to be tweaked.

- Ed L.


===============================================================
New Media E.M.S.              Technology Solutions for Business
11630 Fair Oaks Blvd., #250   eCommerce | Consulting | Hosting
Fair Oaks, CA  95628          edl at newmediaems.com
(916) 961-0446                http://www.newmediaems.com
(866) 519-4680 Toll-Free      (916) 961-0447 Fax
=============================================================== 



More information about the interchange-users mailing list