• Resolved illmonkey

    (@illmonkey)


    Hello i found a bug in export variables if i use the post_meta field for GTIN,MPN and Brand.

    In traits-xfgmc-variable.php you use

    get_post_meta( $this->get_product()->get_id()

    please change it to

    get_post_meta( $this->get_offer()->get_id()

  • The topic ‘Bug in variable post_meta’ is closed to new replies.