Stand-alone SKU with built-in ratings system

Anh Jarvis asked on April 14, 2017 05:03

Hi mates,

As I known, rating only linked with Pages. But now my system is using Stand-alone SKU only. Also we only have one page as 'Product Detail' (load SKU via SKUID in query string). Hmm, do we have any ways to use built-in Rating machine with Stand-alone SKU to instead of page ?

Thank you so much

Recent Answers


Trevor Fayas answered on April 19, 2017 00:40

Hi Anh,

WHen the built in doesn't work, customize! You can pretty easily make your own rating system using a Custom Module Class that has a integer "SkuID" that references the SKU class.

You may need to create a custom web part to handle new review submissions and ratings to utilize this, but it shouldn't be too hard.

https://docs.kentico.com/k10/custom-development/creating-custom-modules

https://docs.kentico.com/k10/custom-development/creating-custom-modules/setting-the-type-information-for-module-classes

Kentico makes it pretty easy, even generates the API code for you once you properly configure it, leaving only a little Type info configuration for you to do.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.