WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: D72 on May 22, 2011, 04:57:14 PM

Title: Cannot delete product from cart by clicking the X
Post by: D72 on May 22, 2011, 04:57:14 PM
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:
Code: [Select]
<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.
Title: Re: Cannot delete product from cart by clicking the X
Post by: freeSbee on May 22, 2011, 05:05:06 PM
http://www.bakery-shop.ch/#js

Regards Christoph