I'm trying to override the theming of the "Add to Cart" form on product nodes. I've isolated the function (uc_product_add_to_cart_form), and made a small change to test whether I've got the right one; which worked. Now I've copied the function to my template.php, renamed it to theme_uc_product_add_to_cart_form and it doesn't work?
I've emptied my cache, still no change. Am I doing something wrong?

