Before, Custom Price Calculation appeared on product add.

Now it only appears on product edit (w/ Ubercart 2 RC3)?

Comments

Alex Lawrence’s picture

Status: Active » Needs review

Can confirm this. Please update the module. Change line 92 from:

if (isset($product_types[$node->type])) {

to

if (isset($product_types[$form['#node']->type])) {

Everything works fine then.

Cheers

abaddon’s picture

Status: Needs review » Reviewed & tested by the community

ditto, this worked fine for me, using it in production, it should go into a release if no one finds any problem with it..

mrfelton’s picture

Status: Reviewed & tested by the community » Fixed

I've committed this in CVS. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.