Thanks to visit codestin.com
Credit goes to github.com

Skip to content

umbraco/Umbraco.Commerce.ProductFeeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 the package from v13 and v0.5.5 to v14 and above

  • 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
  • SQLite auto-migration is not handled properly. It's intended to be used as a testing tool, so we typically drop the existing table and recreate it with the new schema.

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.