Hello,
I could add support for product kits this way:
Line 14: if ((uc_product_is_product_form($form)) || ($form['#node']->type == 'product_kit')){
Line 61: if (($node->type == 'product') || ($node->type == 'product_kit')) {
There is no reason to roll-out a patch for 2 lines, could you apply it?
Comments
Comment #1
Docc commentedCommited to dev and stable