Spree Favorites extension enables one list of favorite variants per user. It is a RoR extension for Spree (4.1 ready)
Add the following to your Gemfile
gem 'spree_favorites', github: 'MateoLa/spree_favorites'
Run
$ bundle install
$ bundle exec rails g spree_favorites:install
The gem is available as open source under the terms of the MIT License.