[ic] is there a one-click checkout button (nevermind!)

Dennis Chen interchange-users@icdevgroup.org
Mon Nov 11 17:58:01 2002


> 
> How???
> 
> >Thanks for reading, but I figured it out! :)
> >
> >>Hi All,
> >>
> >>Something like the Amazon one-click-checkout button?  How 
> >>would I implement
> >>one?
> >>I think it ought to be pretty easy, but no clue on what to 
> do with the
> >>[button] tag.
> >>
> >>Dennis
> >>


It's a secret ;-)

in your form, just do this:
       <form action="[process]>
          <input type="hidden" name="mv_nextpage" value="ord/checkout">
          <input type="hidden" name="mv_order_item" value="GC-POS00001">
          <input type="hidden" name="mv_doit" value="refresh">
	Buy this...
          <input type="image" src="__THEME__/sophos.gif" al
       </form>

don't bash me if my use of IC tags are wrong, but it seems to work!

Dennis