=== YITH WooCommerce Wishlist === Contributors: yithemes Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist Requires at least: 4.0 Tested up to: 5.2 Stable tag: 2.2.11 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work. WooCommerce 3.6.x compatible. == Description == What can really make the difference in conversions and amount of sales is without a doubt the freedom to share your own wishlist, even on social networks, increasing indirect sales: can you imagine the sales volume you can generate during holidays or birthdays, when relatives and friends will be looking for the wishlist of your clients to buy a gift? Offer to your visitors a chance to add the products of your woocommerce store to a wishlist page. With YITH WooCommerce Wishlist you can add a link in each product detail page, in order to add the products to the wishlist page. The plugin will create you the specific page and the products will be added in this page and afterwards add them to the cart or remove them. Working demo are available: **[LIVE DEMO 1](http://preview.yithemes.com/room09/product/africa-style/)** - **[LIVE DEMO 2](http://preview.yithemes.com/bazar/shop/ankle-shoes/)** Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woocommerce-wishlist). This plugin is 100% compatible with [WPML](http://wpml.org/?aid=24889&affiliate_key=Qn1wDeBNTcZV) = Available Languages = **NOTE: The translation process of this plugin has been changed by WordPress. Please, read the correlated FAQ to be updated about the news changes.** * Chinese - CHINA * Chinese - TAIWAN * Croatian - CROATIA * Danish - DENMARK * Dutch - NETHERLANDS * English - UNITED KINGDOM (Default) * French - FRANCE * German - GERMANY * Hebrew - ISRAEL * Italian - ITALY * Korean - KOREA * Persian - IRAN, ISLAMIC REPUBLIC OF * Polish - POLAND * Portuguese - BRAZIL * Portuguese - PORTUGAL * Russian - RUSSIAN FEDERATION * Spanish - ARGENTINA * Spanish - SPAIN * Spanish - MEXICO * Swedish - SWEDEN * Turkish - TURKEY * Ukrainian - UKRAINE == Installation == 1. Unzip the downloaded zip file. 2. Upload the plugin folder into the `wp-content/plugins/` directory of your WordPress site. 3. Activate `YITH WooCommerce Wishlist` from Plugins page YITH WooCommerce Wishlist will add a new submenu called "Wishlist" under "YIT Plugins" menu. Here you are able to configure all the plugin settings. == Frequently Asked Questions == = Can I customize the wishlist page? = Yes, the page is a simple template and you can override it by putting the file template "wishlist.php" inside the "woocommerce" folder of the theme folder. = Can I move the position of "Add to wishlist" button? = Yes, you can move the button to another default position or you can also use the shortcode inside your theme code. = Can I change the style of "Add to wishlist" button? = Yes, you can change the colors of background, text and border or apply a custom css. You can also use a link or a button for the "Add to wishlist" feature. = Wishlist page returns a 404 error? = Try to regenerate permalinks from Settings -> Permalinks by simply saving them again. = Did icons of your theme disappear after update to Wishlist 2.0.x? = It might be a compatibility problem with the old version of font-awesome, which has been solved with version 2.0.2 of the plugin. Be sure that you are using a plugin version that is greater or equal to 2.0.2. If, after update, you cannot see icons in your theme yet, save again options of YITH WooCommerce Wishlist plugin (that you can find in YIT Plugin -> Wishlist). = Have you encountered anomalies after plugin update, that did not exist in the previous version? = This might depend on the fact that your theme overrides plugin templates. Check if the developer of your theme has released a compatibility update with version 2.0 or later of YITH WooCommerce Wishlist. As an alternative you can try the plugin in WordPress default theme to leave out any possible influences by the theme. = I am currently using Wishlist plugin with Catalog Mode enabled in my site. Prices for products should disappear, yet they still appear in the wishlist page. Can I remove them? = Yes, of course you can. To avoid Wishlist page to show product prices, you can hide price column from wishlist table. Go to YIT plugins -> wishlist -> settings and disable option "Show Unit price". = What are the main changes in plugin translation? = Recently YITH WooCommerce Wishlist has been selected to be included in the "translate.wordpress.org" translate programme. In order to import correctly the plugin strings in the new system, we had to change the text domain from 'yit' to 'yith-woocommerce-wishlist'. Once the plugin is imported into the translate.wordpress.org system, the translations of other languages will be downloadable directly from WordPress, without using any .po and .mo files. Moreover, users will be able to participate in a more direct way to plugin translations, suggesting texts in their languages in the dedicated tab on translate.wordpress.org. During this transition step, .po and .mo files will be used as usual, but in order to be recognized by WordPress, they must have a new nomenclature and be renamed as: yith-woocommerce-wishlist-<WORDPRESS LOCALE>.po yith-woocommerce-wishlist-<WORDPRESS LOCALE>.mo If your theme overrides plugin templates, it might happen that they are still using the old textdomain ('yit'), which is no longer used as reference for translation. If you are experiencing problems with translation of your YITH WooCommerce Wishlist and the theme you are using includes wishlist templates (such as add-to-wishlist.php, add-to-wishlist-button.php, wishlist-view,php), you could try to update them with the most recent version included in the plugin (never forget to make a copy of your project before you apply any change). If you want to keep customisations applied by the theme to wishlist templates (still using the old textdomain), then, you should ask theme developers to update custom templates and replace the old textdomain with the most recent one. == Screenshots == 1. The page with "Add to wishlist" button 2. The wishlist page 3. The Wishlist settings page 4. The Wishlist settings page == Changelog == = 2.2.11 - Released: Jun, 13 - 2019 = * Update: internal plugin framework * Tweak: Prevent undefined index user_id when user is logging * Dev: New action yith_wcwl_default_user_wishlist = 2.2.10 - Released: Apr, 23 - 2019 = * Update: internal plugin framework = 2.2.9 - Released: Apr, 11 - 2019 = * New: WooCommerce 3.6.x support * New: added a WhatsApp share button on mobile * Tweak: using add_inline_style to include custom css code * Tweak: no longer adding empty style tag to the page * Update: Spanish language * Fix: get the correct value for wishlist name * Fix: deprecated notice caused by product id attribute being accessed directly = 2.2.8 - Released: Feb, 11 - 2019 = * New: added support to WooCommerce 3.5.4 * Update: internal plugin framework * Fix: added explicit array casting on shortcode to avoid warning * Fix: don't add custom classes to body if wishlist page is not set * Fix: changed a wrong method in the enqueue style * Dev: add filter yith_wcwl_email_share_subject = 2.2.7 - Released: Dec, 21 - 2018 = * Fix: possible warning when Add to Wishlist shortcode is called with no params = 2.2.6 - Released: Dec, 21 - 2018 = * New: added support to WordPress 5.0 * New: added support to WooCommerce 3.5.3 * New: added Gutenberg blocks for plugin shortcodes * Update: internal plugin framework * Update: italian language * Fix: preventing sql error when hidden products list just contains 0 id * Fix: problem with sprintf on backend * Dev: added product param to yith_free_text filter = 2.2.5 - Released: Oct, 24 - 2018 = * New: updated plugin framework = 2.2.4 - Released: Oct, 04 - 2018 = * New: added support to WooCoommerce 3.5 * New: added support to WordPress 4.9.8 * New: updated plugin framework * New: added method that returns localization variables * Tweak: type attribute from