• Resolved Matt

    (@pkimatt)


    Hello, we have our product feed being generated for Facebook and when digging into the code we noticed the following on line 131 in /includes/classes/class-woo-feed-products.php:

    
    # Don't Include Variations for Facebook
    if ( $this->feedRule['provider'] == 'facebook' ) {
    	$this->feedRule['is_variations'] = 'n';
    }
    

    Is there any specific reason variable products are not sent to Facebook? We noticed other plugins have them included, but would prefer to continue using this one.

Viewing 1 replies (of 1 total)
  • Plugin Author Ohidul Islam

    (@wahid0003)

    Hi,

    Facebook does not accept the same product description for all variations of a product. For this purpose, you have to use the Custom template or Google Template to make feed for Facebook. Facebook support google feed.

Viewing 1 replies (of 1 total)
  • The topic ‘Variations in Facebook Feed’ is closed to new replies.