Each time i click “Add to wishlist” once will be along with “Add to cart”.
Anyone knows what is problem?
]]>Greetings hard-working plugin creators.
I need a bit of a handhold here. I have changed the text “wishlist” to “Design Board” throughout the configurations of your WONDERFUL plugin. However, I can not figure out how to change the text on the “Default Wishlist” button to instead say “Default Design Board”
I’m sure I must be overlooking something obvious.
Can you guide me to that configuration?
Thank you,
LJ
Hi,
We added the free version of this plugin to our website today and we are loving it however we have a few issues.
Thanks in advance for your help.
]]>Hello, while the remove item functionality works as expected on the /wishlist
page, it doesn’t work on the /my-account/wishlist
page. The remove button is visible, but clicking it doesn’t perform any action. However, the “Add to Cart” button works on the /my-account/wishlist
page.
Currently there is no check in remove_all_from_wish_list wether the user id passed is the currently logged in user, this means anyone can just run this ajax hook over a list of ids (which are very easy to guess because incremental) and delete all the items in all the wishlists of everyone
]]>Hello,
I got this notice in the debug.log file:
PHP Deprecated: Creation of dynamic property Alg_WC_Wish_List_Core::$admin_multiple_wishlist is deprecated in /wp-content/plugins/wish-list-for-woocommerce/includes/class-alg-wc-wish-list-core.php on line 284
WordPress 6.6.2
PHP: 8.3.11
Regards,
Vlad
Hello,
In the plugin settings, under the Buttons tab and the “Interaction with unlogged Users” heading, I have the Add/Remove option UNchecked. It still walks an unlogged user through the wishlist process. It doesn’t end up adding the product but shouldn’t it immediately prompt them to create an account? It never prompts account creation at all.
Thank you.
]]>I created a new page to use it as a wishlist page , put the shortcode . Everything worked for a while but after a couple of minutes, I had 404 error message. I tried the usual suspects such as saving the permalinks etc but nothing worked. I then deleted the page and created another one and put the shorcode again. Same thing happened again- 404 error started showing. I don’t have this issue with any other page but only this wishlist page.
]]>Hi, In the current version of your plugin, the individual texts don’t work on German (formal) shops like ours in the user account area. In product overviews, they work, but there I’m missing a possibility to link to the favorites list within the confirmation message.
It would be nice and modern to have the plugin available in different languages.
]]>Hi, is your plugin compatible with HPOS?
]]>Hi! First of all many thanks for this great plugin!
I’ve noticed that the “heart icon” isn’t showing on a loop carousel (mobile) in Elementor Pro, so I tried to use a shortcode: [alg_wc_wl_toggle_item] – but this will return the the add to wishlist button. Is there any shortcode or function to insert only the heart icon?
So far I have this solution but don’t know if this is the best approach.
// Function to generate the wishlist button HTML
function custom_wishlist_button_html() {
// Retrieve the current product ID dynamically within a WooCommerce product loop
$item_id = get_the_ID(); // This gets the ID of the current product in the loop
// HTML for the wishlist button
$html = '
<div data-item_id="' . esc_attr($item_id) . '" data-action="alg-wc-wl-toggle" class="alg-wc-wl-btn add alg-wc-wl-thumb-btn alg-wc-wl-thumb-btn-abs alg-wc-wl-thumb-btn-loop" style="inset: 17px auto auto 17px; display: block;">
<div class="alg-wc-wl-view-state alg-wc-wl-view-state-add">
<i class="fas fa-heart" aria-hidden="true"></i>
</div>
<div class="alg-wc-wl-view-state alg-wc-wl-view-state-remove">
<i class="fas fa-heart" aria-hidden="true"></i>
</div>
<i class="loading fas fa-sync-alt fa-spin fa-fw"></i>
</div>';
return $html;
}
// Register the shortcode to use the function
function register_custom_wishlist_shortcode() {
add_shortcode('custom_wishlist_button', 'custom_wishlist_button_html');
}
add_action('init', 'register_custom_wishlist_shortcode');
Best.
Iulian
]]>A few seconds after visiting the wishlist page, the products added start disappearing one by one.
]]>Hi, is this plugin compatible with HPOS – High Performance Order Storage?
]]>hello Team
i am facing issue when i add product to wishlist , and after create new wish list ad that product in new created wishlist . But when i show my wish list then selected product show in defualt wish list not in the new created wish list. Fore logout user i am facing this issue.
DeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_General::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_General::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Social::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Social::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Buttons::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Buttons::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_List::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_List::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Shortcodes::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Shortcodes::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Notification::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Notification::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Style::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Style::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Texts::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Texts::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Admin::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Admin::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Compatibility::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Compatibility::$desc is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Advanced::$id is deprecated+
1Plugin: wish-list-for-woocommerceDeprecatedCreation of dynamic property Alg_WC_Wish_List_Settings_Advanced::$desc is deprecated+
1Plugin: wish-list-for-woocommerce
]]>The plugin triggers a lot of deprecations in the admin (which are really just problems with the classes)
Eg: Creation of dynamic property Alg_WC_Wish_List_Settings_General::$id is deprecated
It seems to be the class Alg_WC_Wish_List_Settings_Section is missing protected string $id;
? and?protected string $desc;
Hello,
I need to change the “Default Wishlist” text in get_multiple_wishlist function in /wish-list-for-woocommerce/includes/class-alg-wc-wish-list-ajax.php, I try to override this function in my child theme in functions.php but it doesn’t work, this is my code :
if (class_exists('Alg_WC_Wish_List_Ajax')) {
remove_action( 'wp_ajax_alg_wc_function', array( 'Alg_WC_Wish_List_Ajax', 'get_multiple_wishlist' ) );
remove_action( 'wp_ajax_nopriv_alg_wc_wl_function', array( 'Alg_WC_Wish_List_Ajax', 'get_multiple_wishlist' ) );
$new_alg_wc_wish_list_ajax_instance = new Alg_WC_Wish_List_Ajax();
add_action( 'wp_ajax_alg_wc_function', array( $new_alg_wc_wish_list_ajax_instance, 'get_multiple_wishlist_new' ) );
add_action( 'wp_ajax_nopriv_alg_wc_wc_function', array( $new_alg_wc_wish_list_ajax_instance, 'get_multiple_wishlist_new' ) );
}
function get_multiple_wishlist_new() {
...
}
What is the problem in my code, why it doesn’t work ?
Next, I try to paste the template wish-list.php, I paste this in child_theme/plugins/wish-list-for-woocommerce/templates/wish-list.php, to change the text “Default Wishlist” but it doesn’t work,
Do I need to add something in my functions.php ?
Thank you,
Regards,
]]>error are mandatory fields if you click add to cart
]]>I’m writing to you about an issue on my website where emails are not being sent due to blank Email content when I move a product from “out of stock” to “in stock.”
]]>Hi and thank you for this neat plugin. I just detected a kind of bug: when adding an item to the cart there is absolutely no feedback for the user. The item stays there where it is and no popup or indicator appears. However the item is transferred to the cart and removed from the wishlist after reloading. Here is a short demo of the behavior:
https://share.medianotions.de/v/bRINefMp3WVjlcCCHjgP
Removing the item shows user feedback as expected. I didn’t see any JavaScript problems in the browser console. Can you please help?
Thank you,
Bogdan
The Admin column in the products page to show how many times a product has been added to a wish list only works with the default list. If a user creates a custom list and adds a product to that list it does not show in the admin column?
]]>As as admin, I need to be able to view/print the nice version of each user’s wish list, the way that they see it on their /wish-list/ page. I know that I can see the items on their profile page, but it’s not a nice way to print it.
What I really need is a way to get to the user’s wish list URL in case they forget to send it to me when they are finished making the list.
In other words, I want the link like this for every user, preferably in a way that I can display it in my user list and go right to it.
https://www.lombardodesignstudiostl.com/?p=232&alg_wc_wl_user=ZSswVk10cGdLNVJMdWlYQmxvTWQxUT09
I looked in the use meta, but that particular id is not there; I think it’s encrypted somewhere?
]]>Dear Developer,
Many thanks for the simple and amazing plugin!
I am setting up a Woocommerce-based webshop using Elementor Pro editor and would appreciate your assistance with two issues that I am experiencing using your plugin:
1- The Thumb button is not showing on any of mine product grids. It is only visible on the image on my products single pages.
2- The Thumb button is located behind the sale falsh icon.
Thank you very much in advance!
Kind regards,
Sadeer
]]>Hi,
Are we able to include support for the new High-Performance order storage (COT) in WooCommerce? Currently we get the below message on the plugins page.
This plugin is incompatible with the enabled WooCommerce feature ‘High-Performance order storage (COT)’, it shouldn’t be activated.
]]>Hi,
first of all, thank you for this plugin which worked fine when I installed it but recent tests has made me realize that even though emails says sent successfully, I never receive those (and they’re not in spam either).
Any troubleshooting steps I should try? (btw my woocommerce order emails do get sent correctly)
Thank you !!!
Hello there.
I tested your plugin for the last 2 to 3 days, and it seemed very good for what I need.
Nonetheless, I would like some help regarding some situations happening :
1) On my “Single Product” pages, the “Heart Icon” behavior is very weird.
If you refresh the page (for example: https://ogs.pt/product/test-1-centimo/) once, twice or maybe more (it’s random), the “Heart Icon” disappears and another “phenomenon” happens : A second empty picture is added into the product page and if you click the arrow to see it, the whole picture shifts up.
I have no idea why this happens, but it is coming from your plugin, unfortunately.
2) The “heart icon” doesn’t appear on my highlighted products (Right in the homepage), I don’t know why.
3) How can I add a “Wishlist Heart menu + Counter” on my header menu ?
(“Wishlist Heart menu”: For the user to click on it, so he can access his wishlist. “Counter”: To know how many items are in there, at any given moment).
Can you help me please ?
Thank you.
Best regards.
]]>Hi Support,
first: Thanks for the nice plugin – works great on our site!
We have an issue with german GDPR. We want to disable Font Awesome on our site to respect the rights of our visitors. How can we deactivate Font Awesome on our website (fa-heart) and use the the them build in entypo-fontello fonts icons.
How can we get this?
Best regards!
Tobias
Hi
I’m wondering. Is it required to be logged in account to work?
It’s not working on Opera (on this it’s doing the opposite and I touch the heart, the heart become red and it says it is removed ??) Very weird…
And on mobile same. 1/2 it’s not working.
Too many bugs… too bad otherwise the plugin is so great.
Best
SA
Hi,
I’m using the free version.
I have the heart button on the product image and it works good.
I want to add this button also on the left side (you can see in this image that I added an icon and a text and now I need to assign it so it will work ??
How can I do that?
The website is on “coming soon” mode but if you want to look at the page just let me know and I will disable it .
Thank you.
]]>Is it possible to see which products have been added to each user’s wish list in a single report? E.g. products in columns and users in rows. Cell would contain the date it was added.
If I go to WooComm > Users, I can see the products they added, but need to access users one by one. It is also missing the unknown users.
If I go to Products, I can see how many times a product was added to the wishlist, but can’t see who did it.
Thanks, Ramon
]]>