Add to cart on blocks

Posts: 18
Joined: 02/03/2008

Hi all,

I have a strange problem with the add to cart link.
First of all im using drupal 5.7 with the latest ubercart from bazaar.

I have create a custom teaser where i print the add to cart link with

<?php print $node->content['add_to_cart']["#value"] ?>

(i hope this is correct i found it on a similar post here)
With the method i display the products in the front page in some blocks. On the front page its working perfect but on the blocks it doesnt do anything (just reloads the page).
The block is a view block.
Any ideas?
let me know if you need more information about my set up

Thank you in advance for your time