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
@catalin88
You can override add_link_to_mark_product_as_favorite.rb deface and use favorite_users_count attribute on product to show how many people have marked it favorite.
In case you want to add number of favorite products with respect to user just next to favorite products tab you can override add_link_to_users_favorite_products.rb deface and use spree_current_user.favorite_products.count.
Any suggestions on how I could add the number of products favorited next to the link to favorites page ?
The text was updated successfully, but these errors were encountered: