šŸ›’ AutoCart Docs

Checkout Remove Extension

Renders a remove button for autocart-added line items at checkout.

Overview

The Checkout Remove extension renders a removal link next to cart line items at checkout. It appears after each cart line item that was added by AutoCart.

Purpose

When AutoCart adds products to the cart (via automation rules), customers may want to remove those items during checkout. This extension provides a configurable "Remove" link that appears after autocart-managed line items.

Settings

KeyTypeNameDescription
linkLabelsingle_line_text_fieldLink LabelThe text displayed on the remove button. For example: "Remove", "Remove gift", or "āŒ Remove".

How It Works

  1. The extension renders after every cart line item in the checkout
  2. It checks if the line item was added by AutoCart
  3. If yes, it displays the configured link label as a clickable remove action
  4. When clicked, it removes the line item from the cart

On this page