The Cart Summary component is a consolidated UI block within the Cart Module that displays aggregated cart-level data. It includes the cart subtotal, applied discount codes, order-level discount, cart total, and a checkout button.
Cart summary components can be placed anywhere inside of the Cart Container but since this is usually the last things to look at before the checkout they are grouped inside of a Div Block with the class cart_summary.
Cart summary features the following components:
Displays the Cart Total before discounts.
Order Discounts List contains the list of the Order Discount Items.
Order Discount Item component functions as a structural template for rendering each Discount in the Order Discounts List. Shopyflow requires you to define a single Order Discount Item component, with it’s 2 inner elements
Order Discounts List contains the list of the Order Discount Items.
Order Discount Code Item component functions as a structural template for rendering each applied discount code in the Order Discounts Code List. Shopyflow requires you to define a single Order Discount Code Item component, with it’s 2 inner elements
Sends the customer to Shopify checkout on click.