After upgrading to price table 7.x-1.2, our products display as unavailable and with a $0 price. I believe I've tracked this to the new commerce_price_table_set_price rule code. Specifically, on line 49 of commerce_price_table.rules.inc, it is testing for a valid unit price from the product. I've removed the return statement if it finds an empty price, and we're back up and running. I *think* the reason we're hitting this issue is, we selected the 'Hide default price' option in the price table field, so prices are not being entered in the product's Price field, only in the price table. Does that sound right?

Thanks!

Comments

cydharttha created an issue.