• Resolved zethodderskov

    (@zethodderskov)


    I’m setting up an integration from another system to WooCommerce. And some products has to be excluded from the feed. But I can’t find the ‘Exclude from feed’ in the products meta-information. E.g.:

    
    $product = wc_get_product( $product_id );
    $product_meta = $product->get_meta()
    echo '<pre>';
    print_r($product_meta);
    echo '</pre>';
    

    … No ‘exclude_from_feed’ to be found.

    So upon creating a bazillion products via the WooCommerce API, how should the exclude_from_feed-option be set?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The exclude_from_feed feature is only available for users of the paid version of our plugin. When you are a paid user please reach out to us via our website with regard to this question as we are not allowed to help paid users on the public WordPress forum (WordPress guidelines). See: https://adtribes.io/contact-form/

    Assuming the issue at hand has been resolved and our support is no longer needed I am going to close this topic for housekeeping reasons now. Please do not hesitate to reach out to us again whenever you need our help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set ‘Exclude from feed’ via WooCommerce API (meta data?)’ is closed to new replies.