• Resolved Muser

    (@fvcmedia)


    Hi,

    I know that you got plenty of bugs to fix for your latest releases, but I’ve found two more in your product feed integration.

    The “generate_productfeed_file” function in fbproductfeed.php is grabbing all variation ids, no matter the status of the parent product. I’ve got thousands of draft products that are being included in the csv file cause of that.

    NB – Product variables are always returning post_status -> “publish”, so the check must done on the product parent status.

    The second bug I’ve discovered is related to the product variables description. In the “write_product_feed_file” function, the declaration for the “new WC_Facebook_Product( $wp_id )” does not include the product parent.

    Because of that, the description for all variations returned is the post excerpt, which is populated with the attributes. The default behaviour should be that it returns the parent product description, exactly like how one product save/update functions are behaving “new WC_Facebook_Product( $wp_id, $parent_product )”.

    I hope you will address these two bugs as soon as possible, since it affects all shops.

Viewing 1 replies (of 1 total)
  • Hey @fvcmedia,

    I’m so sorry that we missed your question! It sounds like you may have been running into some issues that our team has since addressed so please try updating the plugin to the latest version to see if these issues persist.

    If it’s still an ongoing issue, please reach out to us with a new support thread and we’d be happy to help.

    Thanks,
    Tamara ??

Viewing 1 replies (of 1 total)
  • The topic ‘Draft products & wrong descriptions’ is closed to new replies.