[ic] Add item to cart and stay on flypage / results-page

Philipp.Trost philipp.trost at digi-t.de
Sat Jan 29 12:44:21 EST 2005


> Hello list members,
> 
> i need your help ;-)
> 
> I need a way to add items to the cart and then stay on the flypage or
> results-list instead of displaying the basket afterwards.
> 
> I searched the archives and found some hint's but was unable to get it
> to work. How do i have to change the form-actions or hidden fields?
> 
> At the moment i use the following form on my flypage:
> 
> <FORM ACTION="[area order]" METHOD=POST>
> <INPUT TYPE=hidden  NAME="mv_todo" VALUE="refresh">
> <INPUT TYPE=hidden  NAME="mv_order_item" VALUE="[item-code]">
> <input type=hidden name=mv_session_id value="[data session id]">
> 
> And on my results-page:
> <FORM ACTION="[process]" 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=hidden  name=mv_order_quantity value="1">
> 
> 
> Thanks in advance for your help !
> 
> 
> Olaf Kolling

hi,

you could try the following:
[seti last_page][history-scan exclude=nothing count=0][/seti]
[set bounce_back]
[bounce href="[scratch last_page]"]
[/set]
and in your form this line :

<input type=hidden  name=mv_click value="bounce_back">


i hope this helps 

bye noice
 




More information about the interchange-users mailing list