Hi uberpeople.
I was just wondering if there have been created a theme_product function lately? I'm sitting on a crap computer without a subversion client today so I can't really check the repositories myself. In the version i'm currently working on I have these theme functions for products:
function theme_uc_product_form_prices($prices)
function theme_uc_product_model($model)
function theme_uc_product_add_to_cart($node)
function theme_uc_product_price($price, $class)
function theme_uc_product_sell_price($price, $teaser)
function theme_uc_product_weight($weight, $unit = null)
They are all good, but it would be nice to have one for the overall layout of the products as well. Right now i'm doing this by creating custom node-product.tpl.php files, but that's not exactly ideal as I have to use a lot of code and it looks like hell with all the CCK variables.
______________
Thomas Kulvik
Ny Media AS
www.nymedia.no







