Extension Target

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