How To Use A Feature's Value To Display Stars Accordingly In Product_Review_Stars.tpl?

Hi,

I'm using cs cart multivendor 4.14.2.SP1 and the theme "Unitheme 2" by AlexBranding.

I have a product feature called "UNTAPPD rating" which is populated in most products, basically containing a decimal value between 0.00 and 5.00.

The theme displays the stars just under the image in product list, and cs cart support told me to modify the file design/themes/responsive/templates/addons/product_reviews/views/product_reviews/componentsproduct_reviews_stars.tpl. But when I put an "a" character on line 61 after the closing


it doesn't show up in front, even after server and browser cache cleaning. What am I missing here ?

And also, how should I get the product feature "Untappd rating"'s value to use it for filling the stars according to its value ?

Thank you very much for your help.

The theme displays the stars just under the image in product list, and cs cart support told me to modify the file design/themes/responsive/templates/addons/product_reviews/views/product_reviews/componentsproduct_reviews_stars.tpl. But when I put an "a" character on line 61 after the closing


it doesn't show up in front, even after server and browser cache cleaning. What am I missing here ?

Please specify the whole content of modified template

And also, how should I get the product feature "Untappd rating"'s value to use it for filling the stars according to its value ?

Check the $product.product_features or $product.header_features arrays