Does anyone have a solution to this?
I want to check if there are any products added in the wishlist but couldn't find anything regarding this task. I know how to check if an user is logged in or not, but can't check if there are any products in the wishlist.
It should be something like this:
Code: Select all
if ($wishlist_products_available) {
//your code here
}