• ed

    (@wesleysoccer)


    The price value changes on the product page but when you visit the cart the price change is not showing correctly? Any help would be great.

    For example if I add a yes or no in the radio fields and when yes is selected it will add $25 more to total..it shows correctly on product page but when moves to cart it does not add the $25.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to use the default WooCommerce theme “Storefront”.
    And try to disable other plugins.
    Maybe there is a conflict with some other plugin.

    Stanislav

    Thread Starter ed

    (@wesleysoccer)

    still a problem with default theme and I did deactivate plugins…still an issue…I also tried to change the below code and still the issue.

    if (!empty($selectedValue)){
    $optionPrice += (float) $option[‘price’];
    }

    Thread Starter ed

    (@wesleysoccer)

    I’m using variable product types

    Thread Starter ed

    (@wesleysoccer)

    After further investigating it works fine with simple product type but not with variable products.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to apply the “Update variable product price” modification:
    https://hottons.com/po_modifications

    If it updates the price on the product page without a problem then you should modify only the Model/Observer.php file.

    Stanislav

    Thread Starter ed

    (@wesleysoccer)

    modifying only the Model/Observer.php file did the trick…all works great. Please send this update to WP for the plugin update.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    This plugin supports only simple products for now.

    If someone wants to try it with variable products there is a modification for it.

    But the modification will not work for all websites. So I don’t include this feature in the official version.

    Stanislav

    Thread Starter ed

    (@wesleysoccer)

    okay great. Thank you so much all seems to be ok. Great plugin and support. I will rate.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not working’ is closed to new replies.