WilHatfield
Admin
 Admin
| Posts: 17 |  | Karma: 0
|
Re: How Do I Make My Own Navigation Buttons? - 2005/12/10 01:07
Untested draft but something like this should work for you. You can create your own "continue shopping" and "checkout now" images. The javascript will take them back from where they came which would be nice for those external posts in the other thread, and the checkout now takes them on to the SSL checkout pages using the correct sessionid.
[size=9:b4499ab5a7] <table width=50% align=center border=0> <tr><td><a href="javascript:history.back(-1);"> <img src=/images/mycontinueshopping.gif border=0></a></td> <td> </td> <td><a href="&mvt:global ecure_sessionurl;Screen=OCST &Store_Code=&mvt:global tore_Code;"> <img src=/images/mycheckoutnow.gif border=0></a></td> </tr> </table> [/size:b4499ab5a7]
Archaic and nothing fancy but most effective. Add a few modifications to your taste and you are in business.
Cheers,
Wil Hatfield
|