Load Ubercart "add to button"

For quite sometime, I had wanted to be able to add "add to cart" button anywhere in the Drupal system and found the found that does exactly that:
$node = node_load(10);
print theme_uc_product_add_to_cart($node);
?>
- Log in to post comments