Expand your product reach and show your products to a larger audience with the help of product feeds.
With the Umbraco.Commerce.ProductFeeds installed you will be able to configure product feeds, and expose them in an XML-format feed containing comprehensive product information.
Umbraco.Commerce.ProductFeeds
supports the feed template for Google Merchant Center
.
- Migrate directly to v14.1.0 instead of v14.0.0. There's a bug that prevents you from changing property value extractor in the feed settings.
- Due to the change in schema of Product Document Type and Product Child Variant Types, you will need to manually edit your feed settings. Please go the the feed settings and find the [obsolete] properties and migrate them to the newer one
- Nodejs v20+.
- Go to
./src/Umbraco.Commerce.ProductFeeds.Client/frontend
folder and runnpm i
thennpm run build
to build frontend code.