This topic is locked

Delete issue with shopping cart...

7/16/2008 9:44:23 PM
Shopping Cart Template general questions
K
kerv21 author

When I add a single item to the shopping cart and then try to select that item for deletion it will not delete. But if I add another item to the cart, it will allow me to delete either item or both. Anyone have any ideas as to why I can't delete a single item from the shopping cart ??

J
Jane 8/7/2008

Open Visual Editor tab for shopping_cart list page, click on the Delete button, turn on HTML mode and replace highlighted code with this one:

<INPUT class=button onclick="if (confirm('Do you really want to delete these records?')) frmAdmin.submit(); return false;" type=button value="Delete selected" disptype="control1">


We'll fix this bug in the next update.