• Alex

    (@nordmanwp9)


    hello!

    When I create a feed, Yandex does not accept it. Status – No valid product offers found.

    What could this be related to? Previously, the feed was accepted by Yandex.

    Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Alex

    (@nordmanwp9)

    I found the problem – strange characters in product description.
    Is it possible to prevent the characters from getting into the feed?
    Maybe there is some filter like this?

    add_filter(‘woocommerce_market_export_product_description’, function($description) {
    $description = esc_html($description);
    $description = wp_strip_all_tags($description);
    return ”;
    });

    Thanks!

    Plugin Author Anton Vanyukov

    (@vanyukov)

    Hi @nordmanwp9,

    I have just released an update with a me_product_description filter. Hope this helps.

    Best regards,
    Anton

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Feed is not valid’ is closed to new replies.