Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] remove checkbox problem



******    message to minivend-users from Ed LaFrance <edlafrance@printexusa.com>     ******

Stan -

I think your best course of action would be to make the first checkout page
the default nextpage, as it is on the demo.  That way, when someone removes
an item from the cart, the same page will be redisplayed.  Then change the
target of the button your users must click to get to page2, like this:

[set [L]Next Page[/L]]  //the [L] pair is if you are using locale
mv_todo=return
mv_nextpage=ord/checkoutpage2
[/set]
.
.
.
<input type=submit name=mv_click value="[L]Next Page[/L]">

This code snippet it NOT TESTED - I am not sure if mv_click is the right
variable to call, and you may need to set mv_todo to "submit" or "refresh",
but the basic idea should work once you get all the details right.

- Ed L.

>******    message to minivend-users from "Stan Crump" <stanc@amintech.com>
>******
>
>Using Minivend 3.14-3
>
>I'm using a 2-page checkout process which seems to require that the value of
>"mv_orderpage" on the FIRST page, be made to point to the SECOND page...
>
>In other words, on checkout1:
><INPUT TYPE="hidden" NAME="mv_orderpage" VALUE="ord/checkout2">
>and everything works fine except the "remove checkbox"...
>
>With "mv_orderpage" defined as above, clicking on the "remove checkbox" on
>the "checkout1" page, causes the "checkout2" page to be loaded when the
>remove process is completed.
>--> I need for it to reload "checkout1" instead <--
>
>Can anyone please tell me how this can be accomplished?
>
>((
>I've searched and read the docs and mail list and have tried several
>variations of each of the following:
><INPUT TYPE=checkbox NAME="[quantity-name]" VALUE=0 onClick
>"this.form.submit()">
>- and -
><INPUT TYPE=checkbox NAME="[quantity-name]" VALUE=0 onClick
>"document.forms[0].submit()">
>- and -
><INPUT TYPE=checkbox NAME="[quantity-name]"
>onClick="this.form.action='/cgi-bin/ord/checkout1', this.form.submit()"
>VALUE=0>
>))
>
>Thanks!
>     - Stan Crump
>-
>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


-
PRINTEX Marking Technologies
12113 Kirkham Rd.
Poway, CA  92064  U.S.A.
(858) 513-2418
(800) 982-1928
(858) 513-2419 fax
edlafrance@printexusa.com
http://www.printexusa.com


-
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


Search for: Match: Format: Sort by: