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]
How to Use in Gutenberg Editor?
- Open the Cart page (or any page where you want to show the cart).
- Click the ➕ (Add Block) button.
- Insert the Shortcode block.
- Paste the shortcode:
[storeengine_cart_list_table]- Click Update or Publish.

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 aBlocks → StoreEngine Cart List block.
Simply insert the block into your page and customize the empty message from the block settings—no shortcode required.






