I am trying to show the wishlist sidebar on a custom page, I have tried the following but cant seem to get it to show
{{block class="Magento\Wishlist\Block\Customer" name="customer.wishlist" template="sidebar.phtml"}}
Solved! Go to Solution.
Hello @miller75
<referenceContainer name="sidebar.additional"> <block class="Magento\Wishlist\Block\Customer\Sidebar" name="wishlist_sidebar_c" as="wishlistc" template="Magento_Wishlist::sidebar.phtml"/> </referenceContainer>
Hello @miller75
<referenceContainer name="sidebar.additional"> <block class="Magento\Wishlist\Block\Customer\Sidebar" name="wishlist_sidebar_c" as="wishlistc" template="Magento_Wishlist::sidebar.phtml"/> </referenceContainer>