Can anyone tell me if it is possible to clear the cart after the order is completed? If so, any suggestions would be appreciated.
Also is it possible to Discount based on order totals??
Moderator: scott
<form action="/cgi-bin/checkout.pl" method="POST" onSubmit="return CheckForm(this)">
<form action="/cgi-bin/checkout.pl" method="POST" onSubmit="return CheckForm(this);SetCookie ('NumberOrdered', 0, null, '/');document.location=('managecart.html')">
<form action="/cgi-bin/checkout.pl" method="POST" onSubmit="return CheckForm(this)">
<input type=submit Value=" Send Order " onClick="SetCookie ('NumberOrdered', 0, null, '/');">
<form action="/cgi-bin/checkout.pl" method="POST" onSubmit="if( CheckForm(this)){ SetCookie ('NumberOrdered', 0, null, '/'); return true;} else { return false; }">
Return to Installation and Setup Problems
Users browsing this forum: No registered users and 0 guests