When customers are checking out on your website, it’s important that they have a clear understanding of their order before they finalize the purchase. That’s why it’s crucial to display the order summary prominently, especially on mobile devices where the screen space is limited.
by default, the order summary will be hidden in cartflows checkout. customers click on the drop-down arrow to view the details of each item, including the item name, price, and quantity.
if you want to open the order summary on a mobile device use the below filter.
Open your theme function.php file, paste the filter, and click save.
add_filter( 'cartflows_show_mobile_order_summary_collapsed', '__return_false' );