I`m looking for a way to display reviews in the Mini Cart/Cart Page,
I`m using a warehouse theme, the theme already has a way to display reviews but not in cart/mini cart.
i`m not sure if this is a code that displaying reviews:
{%- if settings.show_reviews_badge -%}
<a class="product-item__reviews-badge link" href="{{ product.url }}#product-reviews">
{%- render 'product-rating', product: product -%}
</a>
{%- endif -%}
Here an example what i want.
