Skip to main content

Checkout extension target

Legacy Documentation

This page describes the deleteTarget module hiding feature, which is only available in the legacy checkout extension framework. This feature is not supported in the new framework. For general checkout extension reference, please see Checkout Extension Reference.

This feature allows merchants to hide specific modules on the checkout page by configuring the deleteTarget attribute in the extension.json file:

{
"version": "1.0",
"deleteTarget": ["navigate"], // Hide navigation bar
"placeholder": {},
"templateName": "checkout",
"themeName": "",
"extensionName": "ext-1"
}

Supported ExtensionTarget options include:

Extension TargetDescription
navigateNavigation Bar
addressCardFilled Information Card
shippingLinesTitleShipping List Title
returnBtnReturn Button
headerPage Header
pickupInformationHeaderPickup Info Title
deliveryMethodHeaderDelivery Info Title
pickupAddressHeaderPickup Address List Title
contactInformationHeaderContact Info Title
loginOrLogoutLogin/Logout Button
shippingAddressHeaderShipping Address Title
securityIdentifierShipping Security Identifier
shippingAddressBookAddress Book
paymentHeaderPayment List Title
thankyouHeaderCheckout Completion Header
thankyouContentCheckout Completion Content
thankyouFooterCheckout Completion Footer