Ughh. Mix of both, but definitely my fault.
On line 439 of: includes/classes/observers/class.products_with_attributes_stock.php
Change:
Code:
$products_options_fields['options_values_price']
To:
Code:
$products_options->fields['options_values_price']
By changing the one underscore (_) to a dash greater than (->)
Bookmarks