Cannot delete product from cart by clicking the X


D72

#1
I am trying to set up my first bakery shop.
I just added a product and on the website i was testing to add it to my cart.
Everything looks promissing. But when i view my cart and want to delete the product by pressing the X image, nothing happens.
When i change the value of the amount, for instance, from 1 to 3 and refresh the cart, it's all ok.
When i change the value to 0 and refresh the cart, the product is deleted.
So, the only thing that is not working, is pressing the X image

Below the html that the delete image is carrying:

<input name="quantity[3][none]" value="1" id="id_3_none" style="text-align: right;" size="4" type="text">
<a href="#" onclick="javascript: mod_bakery_delete_item_f('3_none');">
<img src="http://www.website.nl/site/modules/bakery/images/delete.gif" alt="Verwijderen" title="Verwijderen">
</a>


Someone who experienced this too? Must be a little problem i guess.

// Just tested it in different browsers to exclude that it might be a cross-browser problem.
But it's not working in every browser.