[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] Multiple checkout pages, looping the first one
****** message to minivend-users from "Christopher Thompson" <ct@arborinternet.com> ******
You need to carefully set values like mv_nextpage to make multiple
checkout pages work. I have found that the best way to do multi-page
checkout(I have not used MV4.0 yet, so cannot comment on that) is to have
only the last page be the Minivend checkout page. I make the all of the
checkout pages up to the last checkout page simple forms pages, then
include the collected valued as hidden form valued on the final page.
> -----Original Message-----
> From: owner-minivend-users@minivend.com
> [mailto:owner-minivend-users@minivend.com]On Behalf Of
> jojo@buchonline.net
> Sent: Thursday, March 02, 2000 9:08 AM
> To: minivend-users@minivend.com
> Subject: Re: [mv] Multiple checkout pages, looping the first one
>
>
> ****** message to minivend-users from jojo@buchonline.net ******
>
> On 1 Mar, Fevzi ALIMOGLU wrote:
> > ****** message to minivend-users from "Fevzi ALIMOGLU"
> <falimoglu@sunapee.cambridgeis.com> ******
> >
> > X-No-Archive: Yes
> >
> > Hi,
> >
> > I've been trying to configure minivend to have two checkout
> pages. The first
> > one, checkout.html would get the contact information and the
> second one
> > checkout2.html would get the credit card information and
> place the order.
> >
> > Depeding on the value of mv_orderpage in checkout.html
> > <INPUT TYPE="hidden" NAME="mv_orderpage" VALUE="ord/checkout2" or
> > VALUE="ord/checkout"
> >
> > I either get trapped in a loop of checkout.html or can not go beyond
> > checkout2.html.
> >
> > Here is what I've got in checkout.html
> > <FORM ACTION="[process-target secure=1]" METHOD="POST">
> > <INPUT TYPE="hidden" NAME=mv_session_id VALUE="[data
> session id]">
> >
> > <INPUT TYPE="hidden" NAME="mv_doit" VALUE="refresh">
> > <INPUT TYPE="hidden" NAME="mv_orderpage"
> VALUE="ord/checkout2"> OR
> > VALUE="ord/checkout"
> > <INPUT TYPE="hidden" NAME="mv_order_report"
> VALUE="../etc/report">
> > <INPUT TYPE="hidden" NAME="mv_nextpage" VALUE="ord/checkout2">
> > <INPUT TYPE="hidden" NAME="mv_failpage"
> VALUE="special/needfield">
> >
> > [set Continue shopping]
> > mv_todo=return
> > mv_nextpage=index
> > [/set]
> >
> > [set Check out]
> > mv_todo=refresh
> > [/set]
> >
> > <INPUT TYPE="submit" NAME="mv_todo" VALUE="Check out">
> > <input type="submit" onClick="this.form.action='[process-target]'"
> > name="mv_click" value="Continue shopping">
> >
> >
> > And here is what I've got in checkout2.html
> >
> > <FORM ACTION="[process-target secure=1]" METHOD="POST">
> > <INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
> > <INPUT TYPE="hidden" NAME="mv_doit" VALUE="refresh">
> > <INPUT TYPE="hidden" NAME="mv_orderpage" VALUE="ord/checkout">
> > <INPUT TYPE="hidden" NAME="mv_order_report" VALUE="../etc/report">
> > <INPUT TYPE="hidden" NAME="mv_failpage" VALUE="special/needfield">
> >
> > [set "Place Order"]
> > mv_todo=submit
> > [/set]
> >
> > <INPUT TYPE="submit" NAME="mv_todo" VALUE="Place Order">
> >
> > Please give me a hint. Is there any other place where I need
> to look at?
> > I do use any kind of shipping surcharge.
> >
> > Thank you
>
> Hmmmm...from checkout.html to checkout2.html and back again? Hmmm...i
> would suggest you, to rename the last checkout pages as "checkout.html"
> and all other checkout pages with any names that you wish. Look at
> catalog.cfg (SpecialPage). The orderpage (the last checkout page) is
> checkout.html. Hmmm...Try to set mv_nextpage=ord/checkout2 inside [set
> check out] and make sure, you have new setting of [set Check out] in all
> your checkout. Maybe you get a light in your head or you get a hints.
> Good lucks!
>
> Regards,
> Joachim
>
>
> -
> 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