WooCommerce WishLists 2.3.3

Download WooCommerce WishLists 2.3.3 from nulled fire. WooCommerce Wishlists allows guests and customers to create and add products to Wishlists.
* Update: Add .pot file by default so users don't have to generate their own to translate.
* Update: Added the ability to prompt users for a quantity when adding an item from a list to the cart.
* Update: Use the value entered in the quantity box when editing a list and clicking Add to Cart.
* Note: To enable, update your wishlist settings from WooCommerce -> Settings -> Wishlist, and set the Prompt for Quantities option.
* Update: Add option to remove items from other lists. Useful if using lists as a registry and you want to remove the items when someone purchases from someone else's list.
* Update: WC 3.2x updates.
* Update: Add ability to cancel message "You have x items ready to move to a new list". Will clear out the session value so the user is not forced to create a list / add it.
* Fix: If the wishlist cookie is set and the user id does not match the cookie, reset the cookie.
* Fix: Correct typo in edit-my-list.php template when printing the external product URL.
* Update: Add 'woocommerce_wishlist_user_can_purcahse' filter to external products when viewed in a list.
* Fix: Fix deprecation warning on the my-lists.php page.
* Update: Add new filter to disable Add to Cart on wishlist pages.
apply_filters('woocommerce_wishlist_purchases_enabled', true);