[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Error starting checkout process
I am having trouble with getting the checkout process started in minivend.
Whenever the checkout button is pressed I get the error "No action passed
from form" and the option of going to the nonsecure checkout page.
Thats not good.
If I manually set the checkout action by using Javascript,
<INPUT TYPE="image" SRC="checkout_btn.gif"
onClick="document.myform.action='[process-target secure=1]'" NAME="mv_click"
VALUE="Check out">
the page goes through fine and dandy, except that something is not supported
under netscape (is form.action a writable variable??) and keeps this from
working.
I've tried hundreds of variations and suggestions from the mail list.
For example
[set Check out]
mv_todo=return
mv_nextpage= ord/checkout
[/set]
<INPUT TYPE="image" SRC="checkout_btn.gif" NAME="mv_click" VALUE="Check
out">
doesn't work...
the form definition looks like
<FORM NAME="order" ACTION="[process-target secure=1]" METHOD="POST">
<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
<INPUT TYPE=hidden NAME="mv_doit" VALUE=refresh>
<INPUT TYPE=hidden NAME="mv_checkout" VALUE="ord/checkout">
<INPUT TYPE=hidden NAME="mv_nextpage" VALUE="index">
Can anyone shed some light on what I'm doing wrong?
Nick