Magento 2 Wishlist Button Missing on Product Page – Troubleshooting Guide

magento2parent-child-themeproductwishlist

When the store is using custom child theme design, add to wishlist is not appearing on the product page.

When I switch to other theme, it appears.

What could be the reason?


UPDATE:

I realised that when I have catalog_product_view.xml under my custom theme in Magento_Catalog/layout, add to wishlist is not appearing.

Best Answer

You Just needed to copy

module_wishlist/view/frontend/layout/catalog_product_view.xml

to

Magento_Wishlist/layout/catalog_product_view.xml

Under custom theme.