[ic] flypage with order and put-in-basket buttons, form action problem

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


At 04:49 PM 10/14/2003 +0200, you wrote:
>Thanks Kevin,
>
>--On 14.10.2003 14:00 +0100 Kevin Walsh wrote:
>
>>Here's some code to get you started:
>>
>>     <form action="[process-target]" method="POST">
>>         <input type="hidden" name="mv_session_id" value="[data session
>>id]">         <input type="hidden" name="mv_todo" value="refresh">
>>         <input type="hidden" name="mv_order_item" value="[item-code]">
>>         <input type="text" name="mv_order_quantity" value="1" size="3">
>>         <input type="submit" value="[L]Add to cart[/L]">
>>     </form>
>
>The problem is, that this code processes to the order page and I want to 
>stay on the current page.
>It must be a mv_todo (or mv_action) value...
>
>Has somebody done this before?
>Any hints?

I think this is still supported, try adding it to the above form:

<input type=hidden name=mv_orderpage value="[item-code]">


- 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