how to allow only 5 products in wish list
Hi @shahzaib_ali hassan,
Maybe this thread helps you to see how to listen every time a product is added: https://magento.stackexchange.com/questions/170407/magento-2-add-to-wish-list-event
Then you can count how many products the user has and restrict the action and/or show a message.