Issue with checkout display
Hello, please help me figure out the checkout page; the product title is not displaying. I set up the latest Commerce build, configured it, themed it, and encountered a problem. On the checkout page, there is a table that outputs views 'Shopping cart summary (Commerce Order)' and consists of "tr" Product Price Quantity Total,
The issue is that in the PRODUCT cell, there should be the product title, but it is missing. I compared it with the downloaded Commerceguys build, and the views settings are the same.
If I use devel to output "content," then in "Commerceguys"
#markup (String, 162 characters) <div class="commerce-product-title"> ...
$...['title']['#markup']
<div class="commerce-product-title"> <div class="commerce-product-title-label"> Title: </div> Tshirt Long 1 </div>
But for me
#markup (String, 0 characters)
$...['title']['#markup']
I understand that for some reason, the title is not being displayed
I don't know what to do anymore; if I correctly found the template "commerce_product__product_in_cart.tpl.php," it only outputs content.
Please help me.