Affichez vos produits sur chaque place de marché et tirez le meilleur de vos flux de données grâce à Data Feed Manager pour WooCommerce.
Formats de fichier
Exportez vos produits dans n'importe quel type de fichier : CSV, TSV, TXT, et XML
Types de produits
Ajoutez tous les types de produits : simples, groupés, variables...
Visibilité des produits
Sélectionnez les produits à ajouter dans votre flux de données selon leur visibilité.
Templates
Commencez à configurer vos flux très rapidement en utilisant les 19 modèles inclus avec l'extension.
Librairie
Retrouvez n'importe quel attribut dans la bibliothèque d'attributs.
Aperçu
Prévisualisez votre flux de données et utilisez la console syntaxique pour éviter les erreurs typographiques.
Modèle de flux
Configurez votre flux en ajoutant n'importe quel attribut WooCommerce à votre modèle.
API PHP
Ajoutez des scripts PHP à vos templates.
Filtre catégorie
Filtrez vos produits selon la catégorie.
Filtres
Créez des filtres selon les types de produits et leur visibilité.
Filtres avancés
Définissez des filtres plus personnalisés grâce aux filtres avancés.
AND/OR
Utilisez OR et AND dans vos filtres avancés.
Tâches cron
Utilisez les tâches planifiées afin de générer régulièrement vos flux de données.
FTP upload
Téléchargez vos flux de données via FTP et utilisez l'outil de test FTP.
Détails de génération
Assurez-vous que tout va bien grâce aux détails et statuts de génération.
Mappage des catégories
Mappez facilement et rapidement chacune de vos catégories aux catégories des places de marché.
Recherche rapide
Rendez le mappage des catégories plus simple grâce à l'option Search As You Type.
Tous les pays sont supportés (taxes et monnaies) par Data Feed Manager.
Il vous suffit simplement d'adapter le flux aux exigences du pays concerné et d'utiliser les unités monétaires adéquates lors de l'utilisation des attributs de prix.
Toutes les monnaies peuvent être gérées dans vos flux de données.
Vous pouvez définir une monnaie différente pour chaque flux de données en utilisant les codes monnaies.
Ceci convertira automatiquement les prix dans la monnaie indiquée.
L'encodage des caractères du flux de données généré est l'UTF-8 pour Data Feed Manager. Il permet d'utiliser des caractères spéciaux comme les caractères accentués ou encore les caractères arabes ou chinois.
Si vous utilisez Data Feed Manager, l'encodage par défaut est l'UTF-8 tant que vous ne précisez pas d'autre encodage dans les entêtes du fichier de produits.
Data Feed Manager a été testé sur des boutiques {{platform}} comprenant plus de 70 000 produits.
Le temps de génération et la quantité de produits que vous pouvez exporter dans un même fichier de produits dépend des capacités de votre serveur. Cependant, un fichier contenant 10 000 produits ne devrait pas prendre plus de 2 minutes sur un serveur standard.
Avec Data Feed Manager, vous pouvez obtenir une licence d'essai gratuite.
Cette licence vous permet d'utiliser gratuitement le plugin sur un domaine pendant 14 jours.
Pour cela, allez dans votre back-office WooCommerce :
Votre licence est valide pour une durée illimitée sur une seule instance.
Vous avez la possibilité de pré-enregistrer votre domaine de production à votre licence.
Grâce à cette option vous pourrez installer et activer votre domaine afin qu'il soit prêt à l'emploi avant son lancement en ligne.
Pour pré-enregistrer votre domaine :
Votre licence est valide pour une durée illimitée sur une seule interface. Il est possible, cependant, d'étendre ou de transférer votre licence dans deux cas :
Pour pouvoir utiliser Data Feed Manager à la fois sur votre environnement de production et de test, suivez les étapes ci-dessous:
Pour télécharger Data Feed Manager, connectez-vous à votre compte Wyomind :
En achetant un module depuis wyomind.com, vous bénéficiez de 12 mois de mise à jour. Durant cette période vous pouvez à tout moment télécharger la dernière version du module directement depuis votre compte.
Pour mettre à jour Data Feed Manager, suivez les étapes suivantes :
Avant d'installer Data Feed Manager, il vous faudra :
Voici comment installer Data Feed Manager :
Une fois que Data Feed Manager est installé, vous devez activer la licence.
Pour activer votre licence, vous aurez besoin de votre clé d'activation. Vous pouvez retrouver votre clé d'activation à 2 endroits :
Allez dans votre back-office WooCommerce :
WordPress est un système de gestion de contenu (CMS) gratuit et open source. Il est facile à installer et peut être extensible grâce à un grand nombre de thèmes et de plugins.
WooCommerce fonctionne comme un plugin dans WordPress pour le transformer et créer une boutique en ligne entièrement fonctionnelle.
Vous pouvez utiliser l'opérande OR avec n'importe quel attribut comme dans l'exemple ci-dessous :
{{objet.proprieteA | objet.proprieteB}}
Si objet.proprieteA existe alors la valeur sera objet.proprieteA, autrement la valeur sera objet.proprieteB.
Par exemple :
{{product.url | parent.url}}
Il n'y a pas d'autre opérande de ce genre.
Afin de soustraire la TVA de vos prix catalogue, dans votre modèle, vous pouvez remplacer :
{{product.price}}
avec :
{{product.price currency=USD vat_rate=0}}
Remplacez USD avec votre propre monnaie.
Si les prix de votre catalogue comprennent déjà la TVA, vous pouvez utiliser :
{{product.price currency=USD}}
Vous devez certainement utiliser un caractère qui pose problème dans la description de votre flux de données, par exemple le caractère &.
Dans ce cas, vous devriez remplacer & avec et ou encadrer vos données de CDATA.
Si les caractères de votre flux de données ne s'affichent pas correctement, vous pouvez tout d'abord vous assurer d'avoir bien utilisé les attributs spéciaux qui permettent de nettoyer votre contenu :
{{product.description php="sgs_strip_tags(sgs_html_entity_decode(inline(cleaner($self))))"}}
Si votre flux de données ne s'affiche toujours pas correctement, il est possible que ce soit parce que vous essayez de le lire en tant que fichier ISO alors que Data Feed Manager crée des fichiers au format UTF-8.
Nous vous recommandons d'utiliser des logiciels spécifiques comme Notepad++ ou encore Firefox (Avec Développement webEncodage des caractèresUnicode (UTF-8) de sélectionné).
3rd August 2023
Very flexible data feed module
We've been using Wyomind's Datafeed Manager for a few years now. It is very flexible in its outputs. It can take a while to configure if you want something custom but there are several pre-built templates to help with this and give a good starting point for custom outputs.
21st June 2023
Straight forward to use, great support
We have used the data feed manager extension on our Magento 2 website for the last couple of years. The user guide is informative and easy to use, allowing complete control within our feed. On the one occasion we needed to contact their support, they replied speedily and were able to resolve our query straightway.
28th March 2023
We've used this addon for years, it works great!
We've first used this on Magento 1 websites, and later migrated over to Magento 2. The addon is feature rich, and allows us full granular control over the data feeds we send to google, and other platforms. It's an invaluable part of our marketing toolkit and empowers our clients to succeed with their off-site order generation - such as marketplaces, affiliate sites and more.
24th March 2023
Always good quality extensions
I've been using Wyomind extensions for mine and client's stores for around ten years and they've always been very reliable with little or no issues. The support team have always been quick to respond to any issues and help when within the support period.
6th March 2023
Ease of Use
As a merchant and not a programmer, I find this extension very easy to install, upgrade and use. We've been using Data Feed Manager for over 5 years now and don't know what we'd do without it!!
24th February 2023
The best!
We don't know what we would do without it! We used this for Magento 1 and 2, it is very easy to use and helpful support! It is simple to implement, and the documentation is always clear, concise and very well documented. It helps more traffic to our site and increase our conversion and click-through rates. We love the rating and reviews that entice customers to buy and add social proof of our products longevity.
9th January 2023
Good module, works like promised
Good module with many options to for configuration. Module works without any problems. Should satisfy even the most demanding customers.
16th December 2022
Great extension!
The Data feed manager is a neccesary plugin for any serious Magento 2 webshop. It helps you out in the most easy way to connect to the commercial environments outside Magento, ie Google Merchants, price comparison websites. Prefilled profiles give you at hand solution or at least a good insight in how to connect to other systems automatically.
16th December 2022
Good job guys
The Data feed manager is a neccesary plugin for any serious Magento 2 webshop. It helps you out in the most easy way to connect to the commercial environments outside Magento, ie Google Merchants, price comparison websites. Prefilled profiles give you at hand solution or at least a good insight in how to connect to other systems automatically.
14th December 2022
Excellent Tool for Sales Growth
We have used the Data Feed Manager for years, going back to M1 days. It was an easy choice to continue with it for Magento 2 Commerce Edition. It's easy to use and allows us to populate our catalog updates to Google and Facebook easily. We had also used it for multiple smaller feeds which each had different formats, and that was easy to manage as well. It's nice when the tool is both developer-friendly and marketing-team-friendly so we can all get on the same page with the priorities and trouble-shooting when needed!
12th September 2022
Excellent Extension For M2 Stores
Have been using this extension on all the eCom projects I have worked on, going back to M1 so it was only right to continue with the robust functionality and excellent support provided by the Wyomind team. The extension flexibility to create multiple feeds in various formats means I no longer have to brief a developer with specific fields; it's now just a case of picking fields I need; add any additional logics (supported by Wyomind documentation) and away I go.
29th July 2022
Great extension!
This extension is a must-have for any merchant! It is very feature rich and lets you build feeds for whatever your needs are. Wyomind has been around for a long time so we trust their level of expertise with whatever issue arises.
1st July 2022
Wouldn't be making money without it!
The Data feed manager is a neccesary plugin for any serious Magento 2 webshop. It helps you out in the most easy way to connect to the commercial environments outside Magento, ie Google Merchants, price comparison websites. Prefilled profiles give you at hand solution or at least a good insight in how to connect to other systems automatically. I am not a programmer and was able to set it up myself!
28th February 2022
Works like promised!
The data feed manager works like promised and delivers great feeds to upload to various marketplaces.
15th February 2022
Great tool for managing any data output requirements
Used this extension for many year, very very flexible and is now the go to solution for data output from Magento store to any external system. Simple, reliable, does what it says on the Tin!
7th February 2022
Great purchase!!
Awesome extension!!. Very easy to customize and a lot of options and filters to get the perfect feed. We use it for Google and several marketplaces. Really good and quick support.
14th October 2021
Tout simplement le meilleur module de flux de Magento
J'utilise ce module depuis des années et je trouve que c'est de loin le meilleur module de flux pour Magento. J'en ai testé plein d'autres... mais ils sont tous très limité. Ce module permet d'ajouter du code manuel, ce qui permet de faire presque tout ce que l'on souhaite avec les données.
20th September 2021
Works as expected
The extensions is very professional and works as expected. The Data Feed manager is easy to use with a lot of features by default. It is also possible to extend the basic features with custom code to satisfy our special needs. This extension is very important for our webshop.
23rd August 2021
Good plugin to help connect the catalog to Facebook and Google
We have been using the Wyomind Data Feed extension for a couple of years now. It works well for the most part and is easy to use. However, we have had some issues with the bundled products as it does not seem to recognise when bundles are out of stock. We are hoping to get this fixed soon. Otherwise it is a good choice for integration with Google, Facebook and several other platforms. It's easy to schedule automated updates to the feeds and it's easy to configure. Definitely worth the investment to help streamline your e-commerce ads!
17th August 2021
Very good moduel to generate feeds
We have been using this modules for years and its very easy to generate the google feed using predefined variables to build he xml, we highly recommend this extension to everyone, thisis perfect extesion for our business need.
2nd August 2021
Good solid module
Great module, with lots of options to fit every need. And perfect if your selling computergames
12th July 2021
Best module for generate Google Feed
Great extension, easy to use, and very good support. We are successfully using this module on our website for the last 5 years. Recently we switched to Magento 2 and it's working like charm.
17th June 2021
Best Module for Marketing
This is very helpful extension in marketing.. Thanks for making this type of extension.
17th June 2021
Best experience with Wyomind from years
Wyomind has made my life easy and sales boost in google shopping. The work load has decreased and the efficiency of my team has increased. I encourage them to keep making such helpful tools to keep us soaring high in the field of e-commerce. Hail Wyomind!
16th June 2021
Good extension and great support
Great module, with the possibility to create any feeds do you want. Support very fast in replying. We are successfully using this module on our website since 5 years. On our Magento 1 webshop and recently switched to the Magento 2 version.
4th June 2021
This module is essential for any website integrated with marketing services
We are successfully using this module on our website since 5 years. It's very easy to setup a working CSV / XML for letting other web marketing services grab our products details and images. Just came on the website for downloading latest version, it's right to left a feedback!
21st May 2021
good extension
great extension
21st May 2021
good extension
good extension
13th May 2021
A must have tool for any Magento website
This is by far the easiest datafeed module I have used. We have been users for over 4 years. It is very intuitive and easy to configure.
7th May 2021
I would recommend
Clean code, great support team. Product was very helpful it achieve our target and the support team is professional I shall highly recommend this product
6th May 2021
Great module, invaluable for feeds
This module is a must have if you want to create quick and easy feeds from your website products. Facebook feeds, instagram feeds, google shopping feeds, no problem! The feeds module is easy to install and the support team a Wyomind are not only responsive, but go the extra mile to help with any issues.
6th May 2021
Great module
Is a great module and save me many many hours.
4th May 2021
Excellent extension & support
We've been using Wyomind's Datafeed Manager for several years. And it does a great job - like Wyomind's support team. It's very responsive and it helps when problems arise. Highly recommended!
27th April 2021
Excellent extension
excellent extension to manage datafeeds for google, facebook, price comparisons and affiliate platforms. The possibility of applying filters to the products to be exported according to the generated datafeed is also very convenient. Installed on magento 2 cloud commerce version. Note some cache issues when downloading feeds from the backend.
23rd April 2021
Amazing Extension
This is the best extension for create feeds
22nd April 2021
Essential plugin & excellent support
I've been using the Wyomind plugin for years now and it is an essential plugin to manage my datafeeds. Each marketing channel needs specific requirements (Google, Share A Sale, AdRoll, Facebook etc) and Wyomind makes it super easy to configure the feed per each ones requirements. Also cron updates to create a fresh feed daily, very simple and barely need to maintain. Support is excellent too, very responsive and helpful. Super bonus that Im in the USA and they seem to answer the same day during my timezone which is stellar!
21st March 2021
Excellent extension
We've been using Data Feed Manager since 2012 on our Magento 1 webshop and recently switched to the Magento 2 version. This extension offers so many options and can be customized completely, and the Magento 2 version got even better. We use it to generate both XML and CSV feeds for several platforms and it works perfectly.
3rd March 2021
Works really well
Does everything we need it to. All our products are nicely updated on Google and thats all i can ask :-) We also use it for other feeds like Pricerunner, Onbuy, Pricespy and a few others. Being able to set the times these feeds run is very useful also Overall really pleased
2nd March 2021
The best module for generate custom data feeds
Great module, totally customized and with the possibility to create any feeds do you want. Support very fast in replying and kindly.
1st March 2021
Great!
The easiest way to create the feeds.
16th February 2021
Great extension
Really best for moth M1 & M2
1st February 2021
The only extension you need!
I've been using their google related extensions on various websites and must say that we never faced any issues which could not be fixed within 10 minutes of submitting a support ticket. They are all easy to use and the support is top-notch!
19th January 2021
Data Feed Manager you must have for Magento 2
We have for 3 years Data Feed Manager in use.The best programme on the market .Easy to use .But the best thing is the support, very fast reaction ,always competent answers.A clear recommendation.
5th December 2020
The best for Google shopping feeds
This plugin saves you so much time as it is ready to go out of the box. We use it for google shopping and it works great! Support is excellent and they really know their stuff!
27th November 2020
Good plugin!
This plugin does exactly what it's supposed to do. It is easy to set up and install. It will save you a lot of time. It's easy to link your products directly to different marketplaces. This is also a good solution for Dutch marketplaces.
13th October 2020
Very good data feed management
Very good module and great support. thanks
5th October 2020
Looks very interesting
Looks very interesting to use this tool instead of the tool we currently use!
30th September 2020
Essential for generating flows for marketplaces and PHP personnal apps
Using this extension with CRON allowed me saving much much time. I have at least 10 PHP apps working with the flows generated with it. More generally, i recommend Wyoming for their professionalism
20th September 2020
Great extension
Thanks to the DataFeedManager extension, we can keep the products of our store listed in the main marketplaces and price comparators in the world. It is easy to use and allows many possibilities for sharing product data. Great support also!
14th September 2020
Great module
My 'go to' feeds module for Magento 2. Great work!
31st August 2020
Must have extension for creating custom feeds.
Very powerful extension because of the possibility to use php scripting. There is not much which can't be done. We use it to create our own high quality datafeeds. No need to use third parties. Great! Also support is fast and helpful.
26th August 2020
Very powerful extension!
The Data Feed extension is very flexible. So we can configure it and create feeds for different platforms such as Amazon, Google Shopping, Facebook catalog etc. Relly must-have!
24th August 2020
Great extentions
Great company with really good plugins, have been using a few of their plugins for a few years with no issues . Datafeed manager we have used on 1.9 and 2.3 magento. Both have worked well. We have had issues with a recent change we made with our site and datafeed manager on magento 2 with grouped products but hoping to get that fixed soon. Overall would recommend.
5th August 2020
Work without a glitch, excellent support
I have been using extensions from Wyomind since 2018 and the Data Feed manager is an excellent tool that we have used on 3 different websites. It is easily configurable and generates feeds in different file formats for different sales channels. A hidden benefit is that this can also be used for managing multi-store export-import much better than the native Magento CSV export. Their support also has been top-notch with the after sales support. All an all, happy to recommend them for some good solutions that work.
27th July 2020
Good, reliable, with no fuss
It's an outstanding product, we are fully satisfied with it. Simple, powerful, reliable, no errors and no fuss. We strongly adviced it to set-up feeds quckly and with the flexibility needed for different feed processors.
22nd July 2020
Perfect for automating feed generation
We love everything we can automate. If we could automate our cups of coffee we would. We use the Data Feed Manager to provide our customers the number 1 solution for their marketing. Very easy to integrate and the customer support response is very rapid.
22nd July 2020
Essential Extension for our Stores
We have used the Wyomind Data Feed Manager for many years for all of our Magento 1 stores and never had a problem with it. It's very easy to create all kinds of custom product feeds (csv, xml) for our partners. We also use this Extension for our Magento 2 stores and we're very happy with it. We had one issue and the support was very knowledgable and helpful.
20th July 2020
Amazing!
Works as expected for product feeds for Google, Bing, Facebook etc.
9th July 2020
Solid module that works well.
Very happy with the performance of the Data Feed Manager module, it's been reliable and has worked well for us. We've only had some smaller issues with having to revalidate the module after deploying to our production server, but this has been a minor issue for us. Also been some confusion with getting the feed manager ext validated on our stage and dev environments but that's likely user error on our end.
29th June 2020
Wyomind made it easy to export the data we needed
We were looking for a way to export the data to send to our third-party partners and get traffic to the site. Wyomind Data Feed Manager gave us a way to quickly and efficiently get the data to a number or outlets in one, easy to use outlet.
16th June 2020
Great module
It does what it promises. Great support from Wyomind!
11th June 2020
Love this extension
So powerful, really allows heavy customization and to create whatever feed you'd like. Couldn't run my store without it.
26th May 2020
Essential Extensions for Magento 1 & Magento 2 Stores
We have used Wyomind for many years with the Magento 1 stores we have built and configured for our clients. The support team at Wyomind are amazing, super friendly, and extremely knowledgable. We have also experienced their extensions for Magento 2. Wyomind are part of our essential modules when it comes to pitching Magento developments to our customers here in the UK. If its from the awesome Order Eraser, to the legendary Data Feed Manager, they are must have for any Magento Store owner - we will be back, again and again!
25th May 2020
It's a nice product but we have still problems on facebook catalog
This XML generated by Wyomind data Feed manager for Magento II , is not keeping information about our SKU . It still presents product that are out of stock. We still have errors on that. It also generates : google_product_category on facebook business manager .
22nd May 2020
Great extension
Great extension
12th May 2020
Probably the best datafeed manager out there
We originally just wanted to use the datafeed manager so that we could create a feed for our affiliate program rather than any of the set templates that came with it. It's incredibly flexible with the tags that you can use and straightforward and easy to use, we especially like the check data feature so you can quickly and easily see an example of the results before creating the feed
11th May 2020
Extremely useful extension. Well worth the money
We use Data Feed Manager to manage ALL of our feeds whether that's Adroll, Google Merchant Centre, Doofinder or Bing. We have feeds going to many different places and it would be very difficult to manage the feeds without this extension. The feeds are incredibly easy to setup and very customisable with the use of PHP. The schedules help us to manage the server load and the quick visual check means we don't need to refresh the feed each time we make a change.
11th May 2020
Love it and Hate it
Good module, super necessary, frequent updates however as frequent bugs but a quick response from their support always fixes the issue.
8th May 2020
high-quality service
wyomind thinks with you. They help if necessary and deliver a product that you can't ignore as a serious magento shop.
5th May 2020
Datafeed Manager - Great Extension
I have used this extension for over 7 years on both Magento 1 and now Magento 2. I have used it for Google Shopping, Bing and CSV or XML exports to other applications. It is very easy to use with many features. It is must have extension for any significant ecommerce work.
27th April 2020
Brillant back up and support awsome guys thank you
We alwasy use these guys products they are A grade, We have been offered from another marketing ferm a free product but know with data feed manger the website will be a lot more safer and not hvae so many issues meaning we get a good product and a website that keep up unlick with other products that say are good the code is clean and also works thank you again for suporting us and our website https://www.weheat.co.uk/
22nd April 2020
Fantastic Support
We have only been using wyomind for 1 month and so far it has been great for creating the product feeds for our international google shopping accounts, affiliate programs, amazon .com, us, es, fr / ebay accounts, personalised product recommendations system plus adhoc product reports that magento cannot deliver out of the box. It is also fantastic that wyomind has scheduling out of the box so you can choose how often the feeds are refreshed as often as 30 mins – which is invaluable when listing on 3rd party platforms so the data is accurate. The support from wyomind has been fantastic and they have helped us to fix any issues plus also extend functionality for bespoke areas of our business such as product FX rates and virtual magento 2 products. Before wyomind we used a specialist product company which had a very high monthly $$$$ - we are glad we made the switch to wyomind as we no longer have that cost and have not seen any dip in the quality of the data from wyomind. We would certainly recommend wyomind for anybody that has a Magento 2 store and wants to take advantage of being able to create product feeds on the fly with no impact to the overall store performance.
17th April 2020
Good solution
I´ve been using this product during the last few years, and it is really usefull to promote my products on google shopping or market places. The suport is ok and there are some upgrades available, which are important as well. I´ve never used another tool because this one is good enough for my business.
30th March 2020
Great extension for custom feeds
It is possible to customize the feeds in any way you can imagine. Great support. You can export all data all formats. I highly recommended this extension!
25th March 2020
100% Recommend this Module
This module is great. Easy to read and precise and clear documentation makes using and setting up feeds for all your needs easy and painfree. Along with the great support from Wyomind its a no brainer.
20th March 2020
Works great for exporting product feeds to Google Products, etc
I've used numerous Wyomind extensions over the years and I appreciate their functionality and quality support.
14th March 2020
Great Support
It's a valid suport to manage the feed for any MarketPlace or partner.Great Support.
5th March 2020
Must have extension and easy to setup!
We are using this extension for several years now, it has many features and the support is excellent!
2nd March 2020
Great module - Just working
This is just working, support are super, can recommend, a lower cost on support ours but other then that, its really great function.
2nd March 2020
Excellent
We use this extension in almost every of our projects, it works perfectly for any custom feed you need.
25th February 2020
Great custimisable feed manager
We have easily managed to get our relatively complex data structure setup on google shopping and now know we can get this working on plenty of other shopping channels, affiliates etc We sent simple products up but they still retained some of the parent properties liek category which was very easy to do. We had a built of help from our web developers on some syntax , in php but other than that is has been very easy.
4th February 2020