WordPress Plugin – My Wish List
Description
This plugin allows you to create wish lists for your website, and display them on any post or page with simple shortcode. Include Item names, prices, sizes, colors, links, and photos so everyone knows what you want/need.
Download
WordPress Repo: http://wordpress.org/extend/plugins/my-wish-list/
Direct Downloads:
Version 1.4.2 – 4/13/2015
Version 1.4.1 – 9/10/2014
Version 1.4 – 9/5/2014
Version 1.3.1 – 2/11/2014 ** Bug Fix
Version 1.3 – 2/10/2014
Version 1.2 – 2/10/2014
Version 1.1 – 8/27/2013
Version 1.0 – 9/5/2012
Version 0.0.3 – 5/8/2012 ** Bug Fix
Version 0.0.2 – 4/30/2012 **Bug Fix
Version 0.0.1 – 12/30/2011
Contributors: kionae
Donate link: http://www.nlb-creations.com/donate
Tags: item lists, wish list, wishlist
Requires at least: 3.2.0
Tested up to: 4.0
Stable tag: trunk
Installation
- Upload plugin .zip file to the
/wp-content/plugins/
directory and unzip. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- A new post type called “Wish Lists” will appear in the admin menu. Use this to create your wish lists.
Frequently Asked Questions
How do I display my wishlist?
There are two ways.
1) Simply link to it. A new page exists on your site for each list you create. If you want to customize how your list is laid out, this is the option for you.
Copy the template file /my-wish-list/templates/single-wishlist.php into your active theme’s directory and edit away.
2) Use the shortcode [wishlist id=xx] in any page or post, where id is the post id of the wishlist you created.
Can visitors reserve items to purchase from my wishlist?
Yes. This can enabled in the Wishlist settings box in any wishlist you create. Information about promised items will appear in the edit page for the wishlist.
Can visitors purchase items through this plugin?
No. This is not an e-commerce plugin. It only allows you to list items you need/want, and tell people where they can buy them for you.
Can I change the CSS styles for the wishlist?
Yes. Just copy the my-wish-list/styles/wishlist.css file into your active theme’s directory and make all the changes you like.
Changelog
0.0.1
- Initial release
0.0.2
- Bug fix for wishlists save with no items added
0.0.3
- Fixing jQuery conflict Wish List was having with other plugins
1.0
- Moved all CSS to external file
- Added code to allow override of default CSS
- Added ability for donors to reserve items
- Added additional settings to each wishlist created to make them more customizable
1.1
- Fixed some compatibility issues with WordPress 3.6
- Added a template file for Wishlists that can be customized
- Plugin now sends an email to the site admin when an item is promised
1.2
- Minor fix in the single-wishlist.php template file
1.3
- Added item name to emails
1.3.1
- Fix for admin emails
1.4
- Fixed a bug that would not allow users to display links that start with https://
- Verified compatibility with WordPress 4.0
- * Fixed a minor PHP error that occurred with no list items were present when a list is saved
1.4.1
- Fixed a minor PHP error that occurred with no list items were present when a list is saved
1.4.2
- Security vulnerability fixes
Excellent work!!!
Now, how can list all wishlists in one page or post?
“single-wishlist.php”……. I need something like “all-wishlists.php”
This have solution?
Cheers
Hello?
Currently, there’s no way to do that, other than manually inserting links to the wishlists on a page.
Is there any way to edit the text below each wish list item that says “I would like to get this item for you! Tell me how!”
Thank you!
As it is written right now, you would have to find that line in the plugin code and change it.
I’m looking for a Wish List without a “cart”. I just want people to be able to add stuff to a wish list (no prices) and be able to email that to the office manager for a quote. Will this plugin do it? Thanks,
Aaron
It’s more of a wishlist for things like wedding registries or donation solicitation. You add the items, and your users pledge to get them for you.
Hi, I am on WordPress 4.0 and I installed the plugin and get this message when I try to create a new wishlist. Any suggestions?
Warning: Invalid argument supplied for foreach() in /home/content/51/8449651/html/blog/wp-content/plugins/my-wish-list/my-wish-list.php on line 477
Warning: Cannot modify header information – headers already sent by (output started at /home/content/51/8449651/html/blog/wp-content/plugins/my-wish-list/my-wish-list.php:477) in /home/content/51/8449651/html/blog/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /home/content/51/8449651/html/blog/wp-content/plugins/my-wish-list/my-wish-list.php:477) in /home/content/51/8449651/html/blog/wp-includes/pluggable.php on line 1173
Found out that if I added an item, the error will not show.
Version 1.4.1 should fix that.
Hi!
When I made a wish list and I publish it I only get a page 404 error.
Do you have a solution for this?
Regards,
Patrick
As stated in the FAQ in the plugin’s readme file, this issue can be fixed by re-saving your site’s permalink settings.
Whoops!
Sorry!!
It works now! Thanks for your reply and again sorry for not reading the read me…. :-$
Hi!
Very good job. Is it possible to add popup window or dialog for twice submit of purchase item?
Thanks
Hi Nikki,
After a few years of not actually using your plugin – got more kids and they ended up taking all my time – I am now back. I was the one how requested the plugin in the first time if you remember me 😉
I tried to look at other ways to show the links – often the links can be very long and it will show up a bit messed up – so why not create a “wishlinktext” where you can write your own link text – and if nothing is written – it will either show the link directly or perhaps show a “Read more” text.
Hope you find the suggestion good.
Will be making a donation beginning of next month – just need the next salary to come in 😉
Best regards.
Dan Hansen
Denmark
Thanks for the suggestion. That’s actually something I’ve been meaning to do, but just haven’t had the time lately. 🙂
Hello Nikki.
When activating the plugin, I don´t find a new menu item called My Wishlist or something and there are no instances of the plugin on pages or post.
Maybe I do something wrong, but it seems that the plugin activation does nothing but only set status from “deactivated” to “activated”
It seems there is a conflict with the dashboard menu item.
In Design => Menus, I can see a new entry “My Wish List”.
I changed the position from 5 to 81 and this works
maybe, you can add load_plugin_textdomain function to your plugin?
Hello Nikki,
I love this plugin and am setting it up for our wedding website.
Do you think it would be possible to add a “description” text to each wish list item to write a few lines about the specific item?
Possibly like right under the Item title?
Hi, is there a way this wish list can be filled used by a member in my website? Meaning, a member has a wishlist and he can use this plugin to add a wishlist in the website (not added by me from the back-end WordPress site). Thank you!
Great little plugin. Just one thing I found rather odd:
When a person adds their name and email to a gift, the admin gets an email. I would have rather thought the person that put their name down gets an email with the details of the selected item.
As the admin and to be gifted person I would’t want to know who is planning on buying me which gift.
Maybe an option for a future update.
Thanks
Kind regards
Regine
is there any option to send email with choosen wishlist data via form? sorry for my english
Hello Nikki,
Do you intend to maintain the plugin?
I’m currently reworking it a little for our wedding site. I added a notification mail to be sent to the donor as well, working on translation, …
I would like to share my improvements when I’m done.