[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] [mv4] add items to basket
****** message to minivend-users from Cameron Prince <PRINCECB@novachem.com> ******
You may need to add this to your form:
<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session
id]">
Cameron
-----Original Message-----
From: owner-minivend-users@minivend.com
[mailto:owner-minivend-users@minivend.com]On Behalf Of Joel Vandal
Sent: Tuesday, May 02, 2000 8:51 AM
To: minivend-users@minivend.com
Subject: [mv] [mv4] add items to basket
****** message to minivend-users from "Joel Vandal" <jvandal@9bit.qc.ca>
******
When I click on submit, I want to take all items from my scratch arg and
show an order page... here my code, and error message... need help... :(
********** In my html page : **********
[comment]
Source/Example from a mail from Ed Lafrance on minivend-users list
[01-May-2000]
[/comment]
<form action="[process-target]" method=post>
<input type=hidden name=mv_order_group value=1>
[loop arg="[scratch SELECTION]"]
<input type=hidden name=mv_order_item value="[loop-code]">
[/loop]
<input type=hidden name=mv_todo action=refresh>
<input type=submit value="ORDER">
</form>
********** Result: **********
Interaction Error
--------------------
Something has gone wrong, and we did not receive the response we expected
from your browser. There was the following problem:
No action passed for processing
Note on common causes of this problem:
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list