How to include Rating Stars?

Agile Store Locator has added a special tag using which you can easily add the rating stars for your stores, please add an additional field named rating or anything else using Custom Field Manager.

blank

Once you have added the field, add data within the range of 1 to 5, the data can be in decimal numbers as well such as 4.5 or 3.5, etc.

Now, add the following tag to the List Customizer where you want to display the rating stars.

{{if rating}}
   <li class="sl-categories">
    <span class="txt-stars">{{stars rating}}{{/stars}}</span>
   </li>
{{/if}}
blank

Once you have added the code, save and check the results.

blank