Magento – Magento2: Cross-sell not showing in cart, missing crosssell.phtml file

cross-sellsmagento2template

For some reason, my theme is missing the crosssell.phtml file that shows cross-sell products in the cart.

I found out from my Magento2 system.log file;

[2017-03-26 21:21:11] main.CRITICAL: Invalid template file:
'Magento_Catalog::product/list/crosssell.phtml' in module:
'Magento_Checkout' block's name: 'checkout.cart.crosssell' [] []

I tried to search in other templates for the crosssell.phtml file, but could not find it. Does anybody know what code I should put in the crosssell file to make it show the crosssell products in cart?

I'm using Magento 2.1.5

Best Answer

What are you trying to achieve?

FYI, the file which creates the cross sell section is module-catalog/view/frontend/templates/product/list/items.phtml

Related Topic