Question
WebAssist trigger "Any Form Post" not functioning?
Not a peep from WebAssist tech support for three days now,
despite a few
e-mails and a phone message, so I thought I'd ask in here.
I am using the WebAssist eCart software and have the "Store Cart Details in
Database" behaviour on my checkout page which I want to be triggered when
the user clicks either of the three checkout buttons (Protx, PayPal and
Invoice options for payment) on the page. Each of the buttons is within
it's own form.
I have selected "any form post" as the trigger for the behaviour, but it is
being triggered when the page loads, not when a form is submitted.
Is there something wrong with this bit, which appears to be the trigger in
the INSERT section of the code:
<%' WA eCart Store Cart Details in Db
if (Request.ServerVariables("Request_Method") = "POST") then
If anyone has experienced this, or can perhaps suggest what might be wrong,
I'd really appreciate it. Here's hoping WebAssist will eventually get back
to me, but if anyone can help in the meantime, it would be much appreciated.
Thanks.
Regards
Nath.
e-mails and a phone message, so I thought I'd ask in here.
I am using the WebAssist eCart software and have the "Store Cart Details in
Database" behaviour on my checkout page which I want to be triggered when
the user clicks either of the three checkout buttons (Protx, PayPal and
Invoice options for payment) on the page. Each of the buttons is within
it's own form.
I have selected "any form post" as the trigger for the behaviour, but it is
being triggered when the page loads, not when a form is submitted.
Is there something wrong with this bit, which appears to be the trigger in
the INSERT section of the code:
<%' WA eCart Store Cart Details in Db
if (Request.ServerVariables("Request_Method") = "POST") then
If anyone has experienced this, or can perhaps suggest what might be wrong,
I'd really appreciate it. Here's hoping WebAssist will eventually get back
to me, but if anyone can help in the meantime, it would be much appreciated.
Thanks.
Regards
Nath.
