• Hi,
    I need to insert only the product category in the XML Feed.

    I put this feature in my theme’s functiosn.php, but the category link is also placed

    add_filter('aepc_feed_item', function($fields) {
    	$product = wc_get_product($fields['g:id']);
    	$fields['g:product_type'] = $product->get_categories(); 
    	return $fields;
    });

    How can I do?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Antonino Scarfì

    (@antoscarface)

    Hi,

    you can filter the products to include in the product catalog by selecting the filters in the options of the product catalog, here the screen with the option I’m talking about: https://snipboard.io/QgetOZ.jpg

    If they can help you, could you please give me more details about your need? Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Category Product Feed XML’ is closed to new replies.