Search Documentation

Add To Wishlist works with the following WordPress e-Commerce plugins:

  • WP e-Commerce

Support

Add To Wishlist comes with a Quick Start document (readme.txt) to help with installing the Plugin. Additional support can be found in the Add To Wishlist forum, or the Contact page.

Urgent Support

If you find yourself needing immediate support for your purchase, please use the Premium Support page.

Add To Wishlist Forum

If you have any problems, questions or suggestions please join the members discussion on our Add To Wishlist forum.

Readme

View the quick start document (readme.txt) that accompanies Add To Wishlist.

View the Readme

=== WP e-Commerce - Add to Wishlist ===

Contributors: Visser Labs
Tags: e-commerce, wp e-commerce, shop, cart, ecommerce, wishlist, favourites
Requires at least: 2.9.2
Tested up to: 4.7.5
Stable tag: 2.1.1

== Description ==

Add wishlist functionality to your WP e-Commerce store.

For more information visit: http://www.visser.com.au/wp-ecommerce/plugins/add-to-wishlist/

== Installation ==

1. Upload the folder 'wp-e-commerce-add-to-wishlist' to the '/wp-content/plugins/' directory

==== In WP e-Commerce 3.7 ====

2. Copy the following snippet and paste it after the "Your Downloads" link (<a> element) in /wp-content/plugins/wp-e-commerce/user-log.php on line #37

| <a href='".get_option('user_account_url').$seperator."wishlist=true'>Your Wishlist</a>

3. Copy the following snippet and paste it after the "Your Downloads" link (<a> element) in /wp-content/plugins/wp-e-commerce/edit-profile.php on line #79

| <a href='".get_option('user_account_url').$seperator."wishlist=true'>Your Wishlist</a>

4. Copy the following snippet and paste it after the "Your Downloads" link (<a> element) in /wp-content/plugins/wp-e-commerce/user-downloads.php on line #34

| <a href='".get_option('user_account_url').$seperator."wishlist=true'>Your Wishlist</a>

5. Activate 'Add to Wishlist for WP e-Commerce' through the 'Plugins' menu in WordPress

Note: Steps 2 through 5 are not needed with the release of WP e-Commerce 3.8.5, fingers crossed 3.7.8 is the final Plugin update for the 3.7 series! 🙂

====

That's it!

== Usage ==

To manage Add to Wishlist options.

==== In WP e-Commerce 3.7 ====

1. Open Store > Add to Wishlist from the WordPress Administration

==== In WP e-Commerce 3.8 ====

1. Open Settings > Add to Wishlist from the WordPress Administration

====

To view current wishlists.

==== In WP e-Commerce 3.7 ====

1. Open Store > Wishlists from the WordPress Administration

==== In WP e-Commerce 3.8 ====

1. Open Products > Wishlists from the WordPress Administration

== Support ==

==== Common issue ====

If Add to Wishlist is not working (or adding Products to the customers wishlist) please confirm that your WP e-Commerce template files contain the 'wpsc_top_of_products_page' hook/action.

This is common in third-party WP e-Commerce themes as the default WP e-Commerce theme includes all available hooks/actions. Add the following to your Products Page and Single Products template.

<?php
// Plugin hook for adding things to the top of the products page, like the live search
do_action( 'wpsc_top_of_products_page' );
?>

====

If you have any problems, questions or suggestions please join the members discussion on my WP e-Commerce dedicated forum.

http://www.visser.com.au/wp-ecommerce/forums/

== Disclaimer ==

This Plugin does not claim to be a PCI-compliant solution. It is not responsible for any harm or wrong doing this Plugin may cause. Users are fully responsible for their own use. This Plugin is to be used WITHOUT warranty.

Version History

See what’s changed in each release of the Plugin.

View the Changelog

== Changelog ==

= 2.1.1 =
* Fixed: Missing wpsc_get_minor_version()

= 2.1 =
* Fixed: Enable Send to a Friend toggle not working

= 2.0 =
* Added: wpsc_theme_footer Theme position
* Added: Compatibility with WP e-Commerce 3.8.10
* Changed: Your Wishlist page engine rewrite
* Fixed: Hide Add to Wishlist option for Products with Variations
* Added: Duplicate wishlist item detection

= 1.9 =
* Changed: Clean up of markup
* Fixed: Settings saving routine
* Fixed: wpsc_at_wishlist_page() not returning output

= 1.8.9 =
* Added: Missing common function

= 1.8.8 =
* Changed: Updated readme.txt
* Added: Option to control Your Wishlist menu item within My Account
* Added: Out of stock message on Your Wishlist
* Changed: Updated WordPress version
* Changed: Updated uninstall.php
* Added: New options engine
* Fixed: Load admin stylesheets only for Settings screen
* Added: Option to hide Add to Wishlist to guests/site visitors

= 1.8.7 =
* Fixed: Quantity of wishlist items on My Wishlist not updating
* Fixed: Remove of wishlist items on My Wishlist not updating
* Fixed: Image of wishlist items on My Wishlist not appearing

= 1.8.6 =
* Fixed: Added missing wpsc_vl_product_price()
* Changed: Cleaned up SQL queries for wishlist

= 1.8.5 =
* Changed: Using wpsc_vl_product_price()

= 1.8.4 =
* Added: Option to show/hide empty Products on Manage Wishlists
* Added: Wishlist items of User within Profile page
* Changed: Added prefixing to get_option()
* Added: Option to show/hide Price column on Your Wishlist

Wishlist

Visit the Add To Wishlist Ideas forum to see what’s in the works for future Plugin releases.

Plugin Updates

The latest release can be downloaded from your My Account page.