Hello,
Try to replace:
$optionPrice += (float) $option['price'];
with:
if (!empty($selectedValue)){
$optionPrice += (float) $option['price'];
}
in the file:
wp-content/plugins/product-options-for-woocommerce/Model/Observer.php
Stanislav
Hello,
Try to apply the “Update variable product price” modification:
http://hottons.com/po_modifications
Stanislav
download modified files and instructions : update_variable_product_price.zip
I change this and in cart is ok but in product no 🙂
Ok i change only observer and is ok 🙂
Good morning,
Love your plugin!
I Think I have the same problem! The plugin doesn’t update the cart! Could you help me?
Thanks – Link to Website: https://www.kaiocreations.com/product/chilum-6/
Carlo
-
This reply was modified 6 years, 9 months ago by
carlodalonzo.
Hello,
Maybe there is a plugin that conflicts.
Try to disable other plugins.
Stanislav