spree_favorite_products icon indicating copy to clipboard operation
spree_favorite_products copied to clipboard

Display the number of favorites next to the link (Feature request)

Open catalin88 opened this issue 7 years ago • 1 comments

Any suggestions on how I could add the number of products favorited next to the link to favorites page ?

catalin88 avatar Feb 26 '17 10:02 catalin88

@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.

tanmay3011 avatar Sep 11 '17 12:09 tanmay3011