Variations in Facebook Feed
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Variations in Facebook Feed’ is closed to new replies.