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

Docc’s picture

Assigned: Unassigned » Docc
Status: Reviewed & tested by the community » Closed (fixed)

Commited to dev and stable