> Home > docs > Shortcode > Shortcode: storeengine_cart_list_table

The StoreEngine Cart List shortcode displays all products currently added to the customer’s cart in a clean table layout. It allows users to review items, quantities, and totals before proceeding to checkout.

Shortcode:

[storeengine_cart_list_table]

By default, it shows the cart table. If the cart is empty, a message will be displayed automatically.

Customization Option

Empty Cart Message

You can customize the message shown when the cart has no products.

[storeengine_cart_list_table empty_message="Your shopping cart is empty."]

Default message:

Your cart is currently empty.

Usage Example

Check out page

Add this shortcode to your Check out page to display all items added by the customer:

[storeengine_cart_list_table]
Usage Example

How to Use in Gutenberg Editor?

  1. Open the Cart page (or any page where you want to show the cart).
  2. Click the ➕ (Add Block) button.
  3. Insert the Shortcode block.
  4. Paste the shortcode:
[storeengine_cart_list_table]
  1. Click Update or Publish.
How to Use in Gutenberg Editor?

This shortcode helps create a smooth and transparent cart experience for your customers.

Using with aBlocks

You can also add the cart list using the aBlocksStoreEngine Cart List block.

Simply insert the block into your page and customize the empty message from the block settings—no shortcode required.