• ezer1000

    (@ezer1000)


    My quotes were working, but orders failing with unknown error.

    Different product info was being sent on quote than on order.

    In your file woo-bigpost-shipping/includes/woobigpost-misc-functions.php

    On line 1863

    I’ve added code to allow product variations to work on order:

    $variation_id = $item->get_variation_id();
    if ($variation_id) {
    $product = wc_get_product($variation_id);
    } else {
    $product = wc_get_product($item->get_product_id());
    }

    Please include this in your next update, or let me know if there’s another way to fix this.

    The page I need help with: [log in to see the link]

The topic ‘Issue with orders with variations’ is closed to new replies.