logo

Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Issue with checkout display

22/02/2025, by Anonymous (not verified)
Forums

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.