[ic] Ordering on flypage

Grant interchange-users@icdevgroup.org
Sun Nov 3 19:28:01 2002


>> >> >Howdy all!
>> >> >
>> >> >I've been looking for a way to stay on the flypage when a customer
>hits
>> >Buy
>> >> >Now, and not go to ord/basket, like the Foundation Demo does.
>> >I've tried
>> >> >copying the [set munge_quantity] ... [/set] stuff from
>results.html to
>> >> >flypage, but I get "Sorry, page (nothing) not found".  Results.html
>does
>> >> >exactly what I want flypage to do.
>> >> >
>> >> >Is there a way to add the item to the basket from flypage, but not
>show
>> >the
>> >> >basket, or am I out of luck?
>> >> >
>> >> >Thanks for the help!
>> >> >
>> >> >Phil
>> >>
>> >> I think changing mv_nextpage to something like [item-code]
>would do it.
>> >>
>> >> - Grant
>> >>
>> >
>> >Thanks for the quick answer!  I just tried it, but still get sent to
>> >ord/basket.  Would it possibly have something to do with this:
>> >
>> ><FORM ACTION="[area order]" METHOD=POST name="zarb">
>> >
>> >I've been doing some digging and am now under the impression that I'm
>> >getting sent to ord/basket because of [area order].  Thing is, I'm not
>sure
>> >if this is in fact the cause, or what to do about it.
>> >
>> >Phil
>>
>> I'm really not sure about that.  I would have thought mv_nextpage was
>> definitely it.  You changed that in the input=hidden HTML tag right?
>>
>> - Grant
>>
>
>Sure did.  This is what things look like:
>
>  <FORM ACTION="[area order]" METHOD=POST name="resultsform">
>  <INPUT TYPE=hidden  NAME="mv_order_item"  VALUE="[item-code]">
>  <input type=hidden name=mv_session_id value="[data session id]">
>  <input type=hidden name=mv_nextpage value="[item-code]">
>
>This sends me to ord/basket.  And if I change "[item-code]" to
>"splash", for
>example, I still get sent to ord/basket.

I'm really not sure at this point, but I would try changing [area order] to
[area process].

- Grant