Create an XML data feed including all your catalog of products in one go using Facebook Product Feed.
Product types
Include all product types to your data feeds: simple, grouped, variable...
Product visibility
Select the products to add to the data feed based on their visibility.
Template
Start configuring your data feed very quickly using the 27 sample XML templates included with the extension.
Library
Find any attribute you're looking for in the attributes library.
Reports
Fix your data feed errors thanks to the errors and warnings reports.
Preview
Preview your data feeds from the black box and use the syntactic helper to avoid any misprints.
XML pattern
Configure your XML pattern by adding any WooCommerce attributes.
PHP API
Add PHP scripts into your XML patterns.
Category filter
Filter your products according to the categories.
Filters
Create filters based on the visibilities and the types.
Advanced Filters
Define more personalized filters using advanced filters.
AND/OR statements
Use OR/AND statements in your advanced filters.
Cron tasks
Use the scheduled tasks to periodically generate your data feed.
Generation details
Check your data feed generation: number of items, time, and resource
Generation status
Ensure that your data feed is correctly generated thanks to the status.
Category Mapping
Easily and rapidly map each one of your categories to Facebook ones.
Search As You Type
Facilitate your category mapping with the Search As You Type option.
All countries are supported (tax rates and currencies) by Facebook Product Feed.
You just need to edit the data feed for the targeted country.
You may also have to use the appropriate currency when using prices attributes.
Any currency can be managed in your data feeds.
You can define a different currency for each data feed using currency codes.
This will automatically convert the prices into the indicated currency.
The char encoding of the generated data feed is UTF-8 for Facebook Product Feed. It allows the use of special characters, such as accented letters, but also Arabic and Chinese letters.
If you're using Data Feed Manager, the default char encoding is UTF-8, while no char encoding is specified in the XML header.
Facebook Product Feed has been tested successfully on {{platform}} shops containing more than 70,000 products.
Remember that the generation and export time for any quantity of products will depend on your server capacity. Generally, exporting a data feed with 10,000 products shouldn't take more than 2-3 minutes on a standard shared server.
You can get a free trial license for Facebook Product Feed.
This license allows you to use the plugin for free on a domain for 14 days.
For that, go to your WooCommerce back office:
A license is valid for an unlimited period of time on one single installation
You can pre-register your live domain to your license in advance.
Thanks to this option, you'll be able to get the module ready to use on your domain before it goes live.
To pre-register your production domain:
One license is valid for an unlimited period of time on one installation only. However, it is possible to extend or transfer your license in 2 cases:
To be able to use Facebook Product Feed on both your production and testing environments, follow the instructions below:
In order to download Facebook Product Feed, log into your Wyomind account:
When purchasing a module from wyomind.com, you benefit from 12 months of upgrade. Within this period you can at any time download the latest version of the module directly from your account.
To upgrade Facebook Product Feed, follow the steps below:
Before installing Facebook Product Feed, you’ll have to:
Here is how to install Facebook Product Feed:
Once Facebook Product Feed is installed, you must activate the license.
For that, you'll need the license activation key that you can find:
From your WooCommerce back office:
So that our team can proceed with the configuration of your data feed, we need you to share the access to your Google Merchant account with us.
As Google Partner, we offer you many possibilities to manage your products on Google. Feel free to check our Google Shopping services for more information about the data feed configuration.
To share your access, go to your Google Merchant account.
So that our team can proceed to the configuration of your data feed, we need you to share the access to your Google Ads account with us.
As Google Partner, we offer you many possibilities to manage your products on Google. Feel free to check our Google Shopping services for more information about the data feed configuration.
To share your access, go to your Google Ads account.
You can use the OR operand with all these variables (without option) as in the example below:
{{object.proprietyA | object.proprietyB}}
If object.proprietyA exists then the value will be object.proprietyA, otherwise, the value will be object.proprietyB.
For example:
{{product.url | parent.url}}
There isn't any other operand of that kind.
To subtract the VAT from your catalog prices, in your pattern, you need to replace:
{{product.price}}
with:
{{product.price currency=USD vat_rate=0}}
Replace USD with your own currency.
If the prices of your catalog are already including the VAT, then you can use:
{{product.price currency=USD}}
You may have an incorrect character in your data feed description, for example, the & character.
In that case, you should replace the & character with and or enclose your data between CDATA as in the example below.
If the characters of your data feed are not correctly displayed, you should first be sure you used special attributes that will clean your content:
{{product.description php="sgs_strip_tags(sgs_html_entity_decode(inline(cleaner($self))))"}}
If your data feed still doesn't display properly, maybe it's because you're trying to read it as an ISO file while Facebook Product Feed creates UTF-8 encoded files.
We recommend you read it with dedicated programs like Notepad++ or Firefox (with DisplayEncoding typeutf8 selected).
16th December 2022
I'm checking it
I'm trying, thanks for products