Hello,
I’m using your plugin for a while and I’m really glad for it but I have one issue. The plugin causes WCAG error and notice which are:
Both appears with the “add-to-wishlist button”. Could you please help me with this?
BR,
Adriana
]]>Hi, is there any shortcode to display Wishlist button in custom list? For example, I have ACF Post Object and I want to add Wishlist button after Add to cart.
<?php
$items = get_field('items');
? ? ? ? ? ? if( $items ):
? ? ? ? ? ? ? ? echo '<ul class="products products-slide-mobile c-100">';
? ? ? ? ? ? ? ? foreach( $items as $product_id ):
? ? ? ? ? ? ? ? ? ? $product = wc_get_product( $product_id );
? ? ? ? ? ? ? ? ? ? if( $product ):
? ? ? ? ? ? ? ? ? ? ? ? echo '<li class="product" data-aos="fade-up" data-aos-duration="1100">';
? ? ? ? ? ? ? ? ? ? ? ? echo '<a href="' . get_permalink( $product->get_id() ) . '">';
? ? ? ? ? ? ? ? ? ? ? ? echo wp_get_attachment_image( $product->get_image_id(), 'medium_large' );
? ? ? ? ? ? ? ? ? ? ? ? echo '</a>';
? ? ? ? ? ? ? ? ? ? ? ? if ($product->is_on_sale()) {
? ? ? ? ? ? ? ? ? ? ? ? ? ? echo '<span class="onsale">' . __('Sale!', 'woocommerce') . '</span>';
? ? ? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? ? ? ? ? echo '<h2 class="woocommerce-loop-product__title"><a href="' . get_permalink( $product->get_id() ) . '">' . $product->get_name() . '</a></h2>';
? ? ? ? ? ? ? ? ? ? ? ? echo '<span class="price">' . $product->get_price_html() . '</span>';
? ? ? ? ? ? ? ? ? ? ? ? echo woocommerce_template_loop_add_to_cart();
HOW TO ADD HERE WISHLIST BUTTON?
? ? ? ? ? ? ? ? ? ? ? ? echo '</li>';
? ? ? ? ? ? ? ? ? ? endif;
? ? ? ? ? ? ? ? endforeach;
? ? ? ? ? ? ? ? echo '</ul>';
? ? ? ? ? ? endif;
? ? ? ? ? ? ?>
]]>
Hello, below I will write 4 important points in which I need your help for the add-on. It should be noted that these features may be of general interest and greatly improve the reception of your plugin.
Thank you in advance for your help.
]]>Hi,
is tehre a restapi to the flexible wishlist?
thaks
]]>Hi guys i don’t see the icon to add to wishlist in single product page, but i can see it in page products, can you suggest me any tips to fix that?
Thx you so much!
]]>hey there,
I was wondering if you guys offer any API endpoint to get the items in the whitelist for Sepisifec users.
or any PHP function to get the product IDs for that user.
I checked get_user_metabox, and there is no data for your plugin.
Thanx you
]]>Hallo,
I Installed the flexible wishlist plugin.
When the message apears for ‘not logged in users’ it says: Log in to save your wishlist. ‘Log in’ is redirecting to my own wordpress login in page instead of Woocommerce’s My Account page. ‘Log in’ is between %s as advised. How can I solve this?
Thanks
Hello everyone,
The issue is when I click on the link it will go to a page that contain all blogs I have and it will include the wishlist table in between.
Please note that I did troubleshooting and problem still exist.
Thanks…
Hello, through which way can I add a text on the page of the overviews of the wish lists?
Thanks and many greetings
Tim
Hi Flexible Wishlist Support,
I have a presale question about your plugin. Is it possible to display on the product page how many times the product has been added to a wishlist? For example, if a product has been added to 50 people’s wishlists, on the product page next to the heart, show the number 50 for all users to see. Is something like this possible with your plugin?
Kind regards,
]]>Wishlist reloads? We are testing a bunch of things but not sure why this happens: https://vimeo.com/732737071/00dc64875f
]]>It causes a redirect of the wishlist page – I know it is obscure but.. ??
]]>The one thing that stops me from using this plugin is compatability with: https://www.ads-software.com/plugins/download-now-for-woocommerce/
I want my people who have access to just click the download button.
]]>Just letting you know I agree with this: https://www.ads-software.com/support/topic/adding-to-wishlist-is-confusing/
I had to click a few times I feel like to confirm that it was added. Like just a checkmark for our customers who are already less than tech savy would be great.
]]>Is there a way to allow only one wish list pre user? We have just dozen products and it is too complicated for users now.
]]>The average user is not going to figure out what is happening based on the popup that appears when adding to wishlist.
Mainly, the only button is to “Create” a new wishlist. There isn’t any confirmation or OK button to complete the action in the users’ mind. To them, nothing has actually happened.
It’s nice and efficient that it is doing it in the background automatically but the average user is not that…attentive.
What we need is a bit of text that shows “Added” when a user selects a wishlist and “Removed” when they uncheck it. Something to indicate to the user that something is happening.
]]>So we want to customise this page. The section with the wishlist we can change the buttons etc… with CSS but we can’t seem to add anything to the page at all.
I’ve tried using a template / single page template / adding stuff via HTML in the editor. But if I choose a page / url as the direction it completely removes the extra stuff we put in and all we get is the table.
Apart from that the plugin is what we need.
]]>The plugin seems to function but the wishlist page (default /flexible-wishlist) doesn’t work when the my-account is called via shortcode.
The Link is there, but when used it just loads an empty page with my site header and footer.
The shortcode used for the my-account is: [woocommerce_my_account] and is the default, built-in shortcode.
Using version 1.02 of the plugin
Is there any way to resolve this issue?
]]>Hello,
Thanks for using Flexible Wishlist for WooCommerce! We are here to help.
For users of the free version, we provide support here on the www.ads-software.com support forums. We have 3 business days for a response but we will do our best to answer as soon as possible.
Please follow these guidelines to ensure the fastest possible response time.
Please check Flexible Wishlist documentation before posting. We have extensive docs that cover most of the use cases.
We will be happy to help with:
We cannot help with:
In order to get help, please:
Cheers,
WP Desk Team