[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: having a multiple page checkout...
Milo,
Try mv_click instead of mv_todo in your submit tag.
Bill
> Okay I have been working on this for a bit and still am stumped. I
> did the following. (basicly using the demo pages)
>
> I modified the catalog.cfg with
> AlwaysSecure ord/checkout ord/finalpage
>
> and with this someone suggested
>
> SpecialPage checkout ord/checkout
> SpecialPage checkout ord/finalpage
>
> I added this to the checkout.html page
>
> &set=mv_success ord/finalpage
>
> I removed the &final=yes and put that in the finalpage.
>
> I changed the name of the button to 'next' and added this
> [set next]
> mv_todo=submit
> mv_successpage=ord/finalpage
> mv_nextpage=ord/finalpage
> mv_checkout=ord/finalpage
> [/set]
>
> When I click on the Next button
> <INPUT TYPE=submit NAME=mv_todo VALUE="next">
>
> It simple Reloads checkout over again instead of loading the
> finalpage.
>
> I have read through the archives and scanned my own archives of
> the mailing and even the faq and now plead for those who have
> come before and figured this out :)
>
> Thanks
> Milo
>