Re: Re: Themeing attributes via uc_product_add_to_cart

jazzdrive3's picture
Offline
Joined: 03/29/2009
Juice: 221
Re: Re: Themeing attributes via uc_product_add_to_cart

Does the following have to go in template.php?

<?php
function theme_add_to_cart_form($form) {
...
}
?>

Or can you put this somewhere in your module?

I'm trying to package up a module for distribution, and I really don't want users to have to override add a theme function to their theme just to use it.

Thanks for the help!

Themeing attributes via uc_product_add_to_cart By: mk31762 (11 replies) Wed, 07/01/2009 - 17:09