[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: Buttons!
To Marco Goebenich -
Here is a snippet of code from your modified checkout page, which you
attached to your message yestereday:
<INPUT TYPE=submit NAME=mv-todo VALUE="Buy Me">
</B></BR>
<INPUT TYPE=submit VALUE="(update without placing)">
</CENTER>
<P>
</FORM>
<P>
<CENTER>[include pages/buttonbar.html]</CENTER>
</body> </html>
[set Buy Me]
mv_todo=submit
[/set]
It still contains the typo "mv-todo" instead of "mv_todo" in the form
submit button, which someone else had pointed out to you. That aside, I
suggest you change it as follows:
[set Buy Me]
mv_todo=submit
[/set]
<INPUT TYPE=submit NAME=mv_click VALUE="Buy Me">
</B></BR>
<INPUT TYPE=submit VALUE="(update without placing)">
</CENTER>
<P>
</FORM>
<P>
<CENTER>[include pages/buttonbar.html]</CENTER>
</body> </html>
note that I put [set Buy Me]...[/set] inside the form, then used "mv_click"
for the Place Order submit button. mv_click updates all variables inside
the form BEFORE submitting it. This may be where your problem was occuring,
Give this a try and see what happens. I do not know much about the [L][/L]
tags and therefore I always left them in place on all my pages. I do not
know if your omission of them on your checkout page affects its
functionality.
Good Luck!
Ed LaFrance
P.S. - The checkout.html.orig file which you sent, which I assume you had
designated as the unmodified original from the simple demo, does NOT match
my archived copy of the same. It has been tampered with!
-
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
- Follow-Ups:
- RE: Buttons!
- From: "Marco Goebenich" <mgoebenich@entire-systems.com>
- References:
- RE: Buttons!
- From: Ed LaFrance <edlafrance@printexusa.com>
- RE: Buttons!
- From: "Marco Goebenich" <mgoebenich@entire-systems.com>