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