• I choose an option that increases the value of my product by 10.00 and clicks add to cart.
    But by going to the cart page the value of the product is not changed.

    • This topic was modified 4 years, 11 months ago by lucassobralf.
    • This topic was modified 4 years, 11 months ago by lucassobralf.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to replace line 101:

    
         $productId = $citem["variation_id"] == 0 ? $citem["product_id"] : $citem["variation_id"];
    

    with:

    
         $productId = $citem["product_id"];
    

    in the file:
    wp-content/plugins/product-options-for-woocommerce/Model/Observer.php

    Stanislav

    Thread Starter lucassobralf

    (@lucassobralf)

    Worked, thank you. I updated the review.

    • This reply was modified 4 years, 11 months ago by lucassobralf.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesnt work’ is closed to new replies.