Hi Xavier
Thanks for the feedback. This is not working for me. Under "product/show_default" i can not find:
//LAYOUT show_block_img
$this->row = & $this->element;
$this->setLayout('show_block_img');
echo $this->loadTemplate();
I only see this:
$this->row = & $this->element;
$this->setLayout('show_block_img');
echo $this->loadTemplate();
At this point i have no idea where exactly to put the html add to cart code. Can you help?
Another question if i put this code in the universal product display, as the add to cart html code is product specific, if i add to cart for different products wont just one product be added to cart. How do i change this so the right product is added to cart when i click the product image? I hope this makes sense haha
Many thanks
Nick