You are here:
» Load Ubercart "add To Button"
Load Ubercart "add to button"
This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.
<?php
$node = node_load(10);
print theme_uc_product_add_to_cart($node);
?>
Post Comment