REMOVING ITEMS FROM A SHOPPING CART
|
clearcart.exe Clearcart.exe is used to clear all items from a shopping cart. it is used on the subtotal page to give your customers the option of removing everything that has been added to the shopping cart all at once, instead of item by item. It can be set up as either a text hyperlink, a button or an image: Hyperlink: <a href="/cgi-bin/clearcart.exe?nextpage=/subtotal.htm">Clear Cart</a> Image:
<a href="/cgi-bin/clearcart.exe?nextpage=/subtotal.htm"> Button:
delitem.exe Features and Details of delitem.exe
<FORM METHOD="POST" ACTION="/cgi-bin/delitem.exe"> template Used on the subtotal page. Redisplays the new subtotal once an item has been deleted. ID Specifies the item to be deleted from the shopping cart. This will match the item ID that was pulled up in the initial search of your database catalog. delitem.exe GET Method Please see the section Using the GET Method for further instructions.
|