MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Deleting Items from Basket



******    message to minivend-users from "=?iso-8859-1?Q?Markus_M=FCller?=" <mueller@ass-software.de>     ******

I tried the following code to delete items from the basket. It
only works if I remove all items. But I want the user to able to
remove one specific item.

(running MiniVend 3.11)


	<form action=[process-target] method="POST">

		<input type=hidden name=mv_todo value=refresh>

		<input type=hidden name=mv_orderpage value=ord/basket>
		<input type=hidden name=mv_checkout value=ord/checkout>
		<input type=hidden name=mv_nextpage value=catalog>

		[item-list]
			<tr>
			<td><input type=checkbox name=[quantity-name] onClick="
				document.forms[0].submit()" value=0>
				Entfernen&nbsp;&nbsp;&nbsp;</td><td>[item-quantity]

</td><td>[item-description]</td><td>[item-code]</td><td>[item-price]</td>
			</tr>
		[/item-list]

		<input type=submit value=Bestellen onClick="
		document.forms[0].elements[0].value=checkout,
		document.forms[0]submit()">

	</form>


Thanx in Advance

Markus M&#252;ller
ASS Software Odw.

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: