• Hello,

    A lot of people complained that the extra price text doesn’t show after variable product prices. I found a solution (for Woo 3.0) that I’ll share here:

    Replace this line (about 2/3’s down the file): “$post_id = $obj->get_id();”

    With these two lines:
    global $post;
    $post_id = $post->ID;

    NOTE: I am not the plugin developer and can’t guarantee this will work, but it’s worth a shot. Hope this helps someone.

  • The topic ‘Fix for product variations’ is closed to new replies.