Product Module Reviews

Posted by Community Admin on 04-Aug-2018 01:30

Product Module Reviews

All Replies

Posted by Community Admin on 03-Sep-2011 00:00

I am developing a site with a custom products module based on the SDK samples. Our site needs to integrate with BazaarVoice for product ratings and reviews. BazaarVoice provides an XML feed of the products with average ratings. I would like to update the product items with the ratings data from the XML feed.



///
 <summary>
/// A sample pipe that will transfer xml data to persistent store or outbound pipe.
/// </summary>
public class BazaarVoiceRatingsInboundPipe : IPipeIPushPipeIPullPipeIInboundPipe

 

/// <summary>
/// Updates product content items with values from the publishing pipeline
/// </summary>
public class ProductUpdateOutboundPipe : IPipeIOutboundPipeIPushPipe


I am using Sitefinity 4.2 hotfix 1

Are there any samples or Sitefinity base classes that update existing content items with data from a publishing pipe?

Thanks,
Jason

JASON CHESTER
Technology Manager
629 Euclid Avenue / Cleveland, OH 44114

E jason.chester@rosetta.com

rosetta.com

This thread is closed