Skip to content

umbraco/Umbraco.Commerce.ProductFeeds

Repository files navigation

Umbraco Commerce Product Feeds · NuGet

Expand your product reach and show your products to a larger audience with the help of product feeds.

Features

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.

Documentation

Migrate from v13 and v0.5.5 to v14

  • 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 image

Working locally

Frontend

  • Nodejs v20+.
  • Go to ./src/Umbraco.Commerce.ProductFeeds.Client/frontend folder and run npm i then npm run build to build frontend code.