Skip to content

Cart v2

Displays the WooCommerce cart page as editable Filled cart and Empty cart states.

Cart page.

  • State (radio) - Switches the builder preview between Filled cart and Empty cart.
  • Filled cart - Used when the cart contains products.
  • Empty cart - Used when the cart has no products.

The generated Cart v2 structure keeps both states as internal child elements, so you can edit each state from the Structure panel.

Each state can generate starter content from Insert a structure:

  • Complete cart block
  • Complete empty cart block

Generated structures are appended to the current state content and do not overwrite existing content.

Use the Cart contents query loop for custom cart item rows. Cart v2 layouts can also use cart total tags such as {woo_cart_items_count}, {woo_cart_order_subtotal}, {woo_cart_order_total}, {woo_cart_shipping_method}, {woo_free_shipping_remaining}, and {woo_free_shipping_progress}.

See WooCommerce v2 query loops and dynamic tags for the complete reference.