You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Is it possible to show star raitings in product card on products / category pages. If I use {% component 'productReviews::overall' %} - it does not work
Updated:
There is stars.htm in components/prodicts folder, so it should work if I use {% partial SELF ~ '::stars' rating=product.reviews_rating label=label variant="big" %} in item.htm.
but stars are not actve, class 'mall-star--active' does not added
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. Is it possible to show star raitings in product card on products / category pages. If I use {% component 'productReviews::overall' %} - it does not work
Updated:
There is stars.htm in components/prodicts folder, so it should work if I use {% partial SELF ~ '::stars' rating=product.reviews_rating label=label variant="big" %} in item.htm.
but stars are not actve, class 'mall-star--active' does not added
Beta Was this translation helpful? Give feedback.
All reactions