Hi guys,

For this single listing: http://84.51.237.128/index.php?main_...roducts_id=390 the product images, when clicked, add the product to the cart. This is obviously not what we want.

I think it has something to do with this piece of code

Code:
<form enctype="multipart/form-data" method="post" action="http://84.51.237.128/index.php?main_page=product_info&products_id=390&action=none" name="cart_quantity">
From tpl_product_info_display.php

But then I'm wondering, if this was the case wouldn't it effect all the listings?

Any suggestions?

Thanks

Ciaran