Hi @klikihak
Wishlist functionality? Could you provide some additional details about the specific features you’re looking for? If possible, please also include a brief description of the technical implementation you have in mind, this would help the development team better understand.
Best Regards,
Victor
Here’s how I see it:
Let’s imagine that I am a user, a customer who is browsing products. On the product image in the “shop archive” there is a heart (or other icon or button) that I can click on and mark the products that I am interested in.
Now I’m done with marking, because I don’t like any more products.
Now, I would like to filter these marked products (as they will still be mixed with other products) using a filter. The same way I filter by color, brand, or feature. I click the “Wishlist” filter and boom, I see just the products i marked.
It may not be possible to filter wishlists due to how they function. Typically, our plugin can filter posts displayed on a page using WP_Query. However, wishlists may not rely on WP_Query, or if they do, the query is likely dynamically generated and updated each time a product is added. This dynamic nature makes it challenging to apply filters, as filtering functionality requires a static or predictable query structure to target it and modify. As a result, wishlists are generally not filterable in this context.
Maybe in the future, there will be updates that will make this work in some way, but for now, it’s not possible.
Best Regards,
Victor