I just installed this module. First the stable release, then the dev version.

for some reason the theme_upsell_item method is not even being called to output the products. I know this because I put a drupal set message at the beginning of the method after I setup a test case.

Comments

mrconnerton’s picture

theme('upsell_item', $node)

doesn't actually call the theme function at all for me, however when I call

call_user_func('theme_upsell_item', $node)

instead, it works fine. All my caches are clear and the registry is rebuilt on page load.

summit’s picture

Subscribing
Edit: Nice theming link , http://www.duckzland.info/2009/06/ubercart-uc_upsell-div-modification.
greetings, Martijn

torgospizza’s picture

Interesting, I wonder if it's not registering for some reason? Will investigate.