Title: Simple Woocommerce Favourites
Author: Jon Boss
Published: <strong>March 23, 2017</strong>
Last modified: September 2, 2025

---

Search plugins

![](https://ps.w.org/simple-woocommerce-favourites/assets/icon-256x256.png?rev=1623853)

# Simple Woocommerce Favourites

 By [Jon Boss](https://profiles.wordpress.org/jonboss/)

[Download](https://downloads.wordpress.org/plugin/simple-woocommerce-favourites.2.1.5.zip)

 * [Details](https://wordpress.org/plugins/simple-woocommerce-favourites/#description)
 * [Reviews](https://wordpress.org/plugins/simple-woocommerce-favourites/#reviews)
 *  [Installation](https://wordpress.org/plugins/simple-woocommerce-favourites/#installation)
 * [Development](https://wordpress.org/plugins/simple-woocommerce-favourites/#developers)

 [Support](https://wordpress.org/support/plugin/simple-woocommerce-favourites/)

## Description

Manages a simple list of favourites for each user of their preferred products and
displays it with a shortcode

#### Required Plugins

 * [Woocommerce] is required to use this plugin, downloadable here (https://en-ca.
   wordpress.org/plugins/woocommerce/)

#### Implementation

 * The plugin will add an ‘Add to Favourites’ button to your product pages for logged-
   in users. Use the shortcode [simple_print_favourites] to display the favourites
   for the current user on any page – with the option to remove each item.

## Screenshots

[⌊The ‘Add to Favourites’ button will be added to your products automatically.⌉⌊
The ‘Add to Favourites’ button will be added to your products automatically.⌉[

The ‘Add to Favourites’ button will be added to your products automatically.

[⌊Click to add products⌉⌊Click to add products⌉[

Click to add products

[⌊Display each user’s favourites wherever you like with a simple shortcode.⌉⌊Display
each user’s favourites wherever you like with a simple shortcode.⌉[

Display each user’s favourites wherever you like with a simple shortcode.

## Installation

 1. Upload the ‘simple-woocommerce-favourites’ to the plugins directory (‘wp-content/
    plugins’) of your website
 2. Activate the plugin by clicking the ‘Plugins’ link in your wordpress admin area,
    and clicking ‘Activate’ next to this plugin’s name

## FAQ

### Feedback and Support

If you have any questions, feedback or require support you can email: info@simplistics.
ca

## Reviews

![](https://secure.gravatar.com/avatar/9cbfe8eea473b26cb48b1e383304699120998aa685298f7740b9953bb62cf1e3?
s=60&d=retro&r=g)

### 󠀁[Works but no customisation](https://wordpress.org/support/topic/works-but-no-customisation/)󠁿

 [lostcrow](https://profiles.wordpress.org/lostcrow/) August 10, 2023

Plugin works but it really needs more customisation option.. Currently the “Add 
To Favorites” is sitting at the very bottom of the page where no one will see it,
making it useless really. Not being able to move the button and the output message
lets this down bigtime.. also the button colour was too dark, again, making it hard
to see… this however I could fix via css… shame the position cant be fixed that 
easily 🙁 Ive been to the plugin support forum and the code advised just cause my
entire website to crash… even after replacing all the quotes as instructed. It would
have also been nice to replace the ‘add to favs’ button with ‘remove from favs’ 
once it appears in the users account.

![](https://secure.gravatar.com/avatar/5e4c921ca1c947eac028ff046f5805e03f210467b8c9a86125c552b240951516?
s=60&d=retro&r=g)

### 󠀁[Awesome plugin and support](https://wordpress.org/support/topic/awesome-plugin-and-support-109/)󠁿

 [regiopata](https://profiles.wordpress.org/regiopata/) February 8, 2019

The plugin works brilliant – as described. Support is awesome too!

![](https://secure.gravatar.com/avatar/bcba38dcf39e27e61152f471be90471935b02a6d853eb0146456075230a7c45b?
s=60&d=retro&r=g)

### 󠀁[Really great Favorites plugin.](https://wordpress.org/support/topic/really-great-favorites-plugin/)󠁿

 [digvijaypatil](https://profiles.wordpress.org/digvijaypatil/) January 18, 2019

Its very simple, very effective and a must have plugin. It does add a ‘add to favorite’
button to your product page. And a ‘Favorites’ Page. No other bullshit. Also the
support is awesome. I mailed my questions twice and i got replies very quickly both
times. Great work.

![](https://secure.gravatar.com/avatar/a24e971daca72d380f328cc02cace55dd901c46fb750e415f3bcef3dfffe79f5?
s=60&d=retro&r=g)

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-3304/)󠁿

 [theprinze](https://profiles.wordpress.org/theprinze/) January 14, 2018

Great simple plugin. Very effective. Best support experience. Received immediate
help. Works perfectly.

![](https://secure.gravatar.com/avatar/2ca6965080936f0e350e35e24ad8ec538f6e548bb0ef4589edea98c51bb1fa72?
s=60&d=retro&r=g)

### 󠀁[Nice Favorite plugin](https://wordpress.org/support/topic/nice-favorite-plugin/)󠁿

 [s6rvus](https://profiles.wordpress.org/s6rvus/) November 17, 2017

This is a very nice favorite plugin! Works perfectly. I have a very basic knowledge
of .php (almost none) but it was very easy to change some things around so all the
texts and buttons would be in the language of my site! It took me about 10 min. (
yes i am that bad with php :p )

![](https://secure.gravatar.com/avatar/6dabd8be31495cf562493c0bf5b07a11ead676d9c2cc2e226167fd7c8214d553?
s=60&d=retro&r=g)

### 󠀁[Amazing Support – The ONLY Favourite You Need](https://wordpress.org/support/topic/amazing-support-the-only-favourite-you-need/)󠁿

 [impaktwebdesign](https://profiles.wordpress.org/impaktwebdesign/) November 17,
2017

This is literally the only favourite that i can find that works how it should, the
only closest thing after this is a wish list (which removes products after ordering
them). Having initially installing the plugin and realised that the button goes 
to the bottom of the page and my customer wanted to see it at the top. Contacted
Jonathan Boss who came back in exceptionally fast and assisted me. Can’t wait to
see the development of the plugin, would be good to see features such as being able
to select multiple favourites and put them straight in the basket. P.S If you want
to move the button from the bottom to the top then simply add this code to the bottom
of the function.php file in your theme: remove_action(‘woocommerce_after_single_product’,’
simple_add_favourites_button’, 10); add_action(‘woocommerce_before_single_product’,’
simple_add_favourites_button’, 10);

 [ Read all 7 reviews ](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/)

## Contributors & Developers

“Simple Woocommerce Favourites” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Jon Boss ](https://profiles.wordpress.org/jonboss/)
 *   [ simplistics.ca ](https://profiles.wordpress.org/simplisticsca/)

[Translate “Simple Woocommerce Favourites” into your language.](https://translate.wordpress.org/projects/wp-plugins/simple-woocommerce-favourites)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-woocommerce-favourites/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-woocommerce-favourites/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-woocommerce-favourites/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-woocommerce-favourites/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.5

Corrects display issue to allow both shortcode and WC template display
 Tested with
WP 6.8.2

#### 2.1.4

Correct display issue with favourites button

#### 2.1.3

Correct spelling discrepancies, tested with WP 6.3.1

#### 2.1.2

Correct method name ‘print’ incompatible with earlier versions of PHP

#### 2.1.1

Added feature to allow products to be automatically added to a user’s favourites
when purchased

#### 2.1

Plugin Settings page added
 The plugin now supports automatically adding a ‘favourites’
tab to WooCommerce account

#### 2.0.2

Replace includes

#### 2.0.1

Remove outdated files

#### 2.0

Significant improvements have been made to plugin structure to prepare for new features

Simple Woocommerce Favourites is now tested with WordPress 5! Both spellings of ‘
favourites’ will now work for shortcode

#### 1.5.1

Shop link on favourites page corrected to use site’s shop option

#### 1.4

[simple_print_favourites] now returns content instead of echoing
 Fixed bug where
trashed products would still cause favourites to return – and appear blank Tested
with WordPress version 4.9

#### 1.3

Added Shortcode: [simple_favourites_button] to display button as needed

#### 1.2

Update Stable Tag

#### 1.1

Language Update

#### 1.0

 * First Plugin Version

## Meta

 *  Version **2.1.5**
 *  Last updated **11 months ago**
 *  Active installations **100+**
 *  WordPress version ** 4.4 or higher **
 *  Tested up to **6.8.6**
 * Tags
 * [favourites](https://wordpress.org/plugins/tags/favourites/)[products](https://wordpress.org/plugins/tags/products/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/simple-woocommerce-favourites/advanced/)

## Ratings

 4.6 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-woocommerce-favourites/reviews/)

## Contributors

 *   [ Jon Boss ](https://profiles.wordpress.org/jonboss/)
 *   [ simplistics.ca ](https://profiles.wordpress.org/simplisticsca/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/simple-woocommerce-favourites/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://simplistics.ca)