The Magento 2 Product Feed extension is a specialized tool that helps merchants automatically generate and manage optimized product feeds for Google Shopping. This solution streamlines the process of syncing your product catalog with Google Merchant Center, ensuring your products are perfectly formatted for maximum visibility in Google's shopping ecosystem.
Save time and resources with automated XML product feed creation and updates, ensuring your product data stays synchronized with Google Merchant Center.
Generate feeds that fully comply with Google's product data specifications and requirements.
Easily map your Magento 2 product attributes to match Google's required and recommended fields.
Set up automated feed updates on your preferred schedule to maintain accurate product information.
Create sophisticated filtering rules to control which products are included in your Google Shopping feed and how they're presented.
Extract product data from your catalog
Format the data according to Google Shopping specifications
Generate optimized XML product feeds
Automatically update feeds based on your schedule
Additional marketplace integrations are planned for future updates, expanding the extension's capabilities to support more shopping channels and formats.
php bin/magento deploy:mode:set developer
Copy the extension files to your Magento 2 instance:
app/code/WeltPixel/ProductFeed
Run the following commands in your Magento root directory:
php bin/magento module:enable WeltPixel_ProductFeed --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
If your store was in production mode, switch it back:
php bin/magento deploy:mode:set production
app/code/WeltPixel/ProductFeed
before upgrading.
The extension may be refactored and old unused files may cause random issues, so it's best to only keep the latest version of the files.
Follow the normal installation instructions above.
Admin → WeltPixel → Product Feed → General Settings
Enable or disable the extension functionality.
Choose the size of the batches of products added to the feed at once. Reducing this number will result in lower strain on the server, but will increase the feed generation time.
Choose the path to the product image you want to include in the feed. Choices are between the full path and the cached path. In certain cases, the cached path may not be recognized by the platform you're uploading the feed to, so it's recommended you send the full path.
For the time being, only Google-specific Product Feeds can be generated. More integrations will be added in the future.
Admin → Product Feed → Manage Feeds → Add New Product Feed
This section handles the mapping of your store's attributes to the Template type you selected. A number of attributes will be pre-configured with their corresponding Magento attributes. You can choose to remap, add or remove attributes as required. Note that removals are not available for attributes that are marked as required by the platform you're generating the feed for.
If an attribute is set to Empty, you'll need to select an attribute on your store that corresponds to the required value, or use the Manual option and input a value of your choice.
For the Google Product Category attribute, it's recommended you leave this set to WeltPixel Google Product Category. This is an attribute our extension creates which contains a library of Google's recommended Product Category Labels. You can set these for individual products (or in bulk) via the Product Configuration, under the WeltPixel Product Feed Options section.
The Product Feed extension allows for setting up conditions for product inclusion, as specific as you need, via Magento Conditions. Moreover, you can set up the feed to be generated automatically via schedule, or manually via the Magento Admin.
Use Magento's Conditions functionality for granular control over which products you'd like included in the feed. For example, if you want to create a feed containing only a select set of SKUs, you can use SKU with the is one of condition.
Choose whether to generate the feed manually or via a scheduled cron job. If set to Schedule, you'll be able to select the date and time you want the feed generation to run automatically.
With the Analytics functionality, you can manually add Google-optimized URL parameters to the Product URLs in your feed, ensuring products associated to your SEO & Marketing campaigns are properly attributed.
Once you save the configuration, a Generate Feed button will be displayed, which you can click to generate your Product Feed based on the options you've set for it.
The file can be found on the server in: pub/media/weltpixel-feeds
You'll find details about your feed in the Manage Feeds grid, where you can download your feed (by clicking the feed file) or copy the direct URL so you can upload it to your platform.
Future updates will include additional marketplace integrations and enhanced feed optimization features.