[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Buttons
Eran,
The following works for me:
[if items]
<input type="image" src="btn_chek.gif" border="0" name="mv_todo.checkout"
value="Check out" alt="Go To Checkout!">
[/if]
Of course, I also have the following at the top of the page:
<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/basket">
<input type="hidden" name="mv_checkout" value="ord/checkout">
<input type="hidden" name="mv_nextpage" value="catalog">
HTH,
Rob Maurer
In a message dated 10/16/99 11:56:28 AM Eastern Daylight Time,
eran_zeitoun@karmail.com writes:
> Altought i searched all the messages and tried all the methods from the
> mailing list, i was unable to change the "Check out" button in the
> basket.html file, no matter what i did, nada....,
>
> I would like to know if someone ever succeded in this mission....
> I have only 2 buttons there and here is the code for them, one which is the
> recalculate is working fine,
> but the Check out....
>
>
> <input type=image onClick="document.forms[0].action='[process-target]'"
> name="mv_submit" SRC="/karmail/images/hebrew/recalc.gif">
> <input type=submit name=mv_todo value="check out">
>
> The easy way to do so (and mybe here is my mistake) is
> <input type=image name=mv_todo src="/karmail/images/hebrew/order.gif"
> value="check out">
> But its not working...
>
> I think that the problem is when you change the submit, the mv_todo is not
> returing the correct value (which is "check out", Value is not working with
> type=image...
>
> Thanks In Advance,
> Eran Binyamin Zeitoun.