Articles on: Review Widgets

How to Add the Featured Reviews Widget to Draft Themes

Plans: Essentials, Pro, Enterprise Platforms: Shopify


Overview


Displaying the finest reviews on your store is the most effective way to accentuate the positive experiences that shoppers have had with your brand. This instills a sense of confidence in potential buyers while making their purchase decisions. By leveraging AfterShip Reviews, effortlessly incorporate a featured review widget into your Shopify store, further enhancing your customers' shopping journey.



  1. Go to your Shopify admin dashboard
  2. Click Sales channels > Online store > Themes
  3. Click the Meatballs menu and select Edit code



  1. Click sections > Add a new section


  1. Choose liquid > enter File name **as **am-featured-reviews-carousel and click Done.



  1. Fill in the code given below


<div
id="aftership_reviews_featured-review--production"
data-rv-fr-public-styles="--fr_max_width:{{section.settings.fr_max_width}}%;"
{%if request.design_mode %}data-mode='preview'{% endif %}
>
</div>

{% schema %}
{
"name": "AS Featured Review Widget",
"settings": [{
"type": "range",
"id": "fr_max_width",
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"label": "Maximum width",
"default": 100
}],
"presets": [{
"name": "AS Featured Review Widget",
"category": "Reviews"
}]
}
{% endschema %}

{% stylesheet %}
{% endstylesheet %}

{% javascript %}
{% endjavascript %}


  1. Save the file
  2. Now go back to Online store > Themes and click Customize



  1. Click Add section > AS Featured Review Widget

In case you need any help,  contact our chat support team.

Updated on: 10/07/2025