[ic] Error - from results.html direct to receipt.html !!

Andrei Gologan interchange-users@icdevgroup.org
Thu Feb 6 03:00:00 2003


----- Original Message -----
From: "Jonathan Clark" <jonc@webmaint.com>
To: <interchange-users@icdevgroup.org>
Sent: Wednesday, February 05, 2003 10:58 PM
Subject: RE: [ic] Error - from results.html direct to receipt.html !!


> > I have this error  ... a customers orders someting from the shop.
> > After the
> > order proccess is completed they search for another products and
sometimes
> > when they click on the "Buy List" or "Add to cart" button, mostly from
> > results.html,  the shop brings them directly to the receipt page
> > with a new
> > order generated. How can I change this behaviour ? they should go to the
> > index.html or to the cart page but NOT order anything ...
> >
> > Is there a way to tell it go allwys to that page after pressing on one
of
> > the 2 buttons ?
>
> How standard is your cart? Does this happen every time?
>
> My first thought is that you have an mv_click routine defined with the
same
> name on multiple pages. If you were then to use the back button it may be
> possible to have a form using the wrong one.
>
> Other than that, you need to provide more information..
>

it is quite standard, i didnt change much, and no, it does not happen all
the time, it happens only sometimes.
I have to results pages results.html and results1.html, they are identical,
only the display way of the items is different.
Only in this 2 files there is <INPUT TYPE=hidden  NAME="mv_click"
VALUE="munge_quantity"> identical ....

I try and change one of them ....
The problem is I cannot test it ... cause it only happens some times ...

Thank you
andrei