Hi Everyone,
I wanted to check if it’s possible to hide or replace a title dynamically based on specific conditions. For example, depending on the cart propeties, I’d like to show a different title or hide the existing one altogether. PFA screenshot for reference
Is there a recommended approach or best practice for doing this?
Thanks in advance!
Hi @Masumi_Upadhyay
If you’re referring to the actual section heading that says “Delivery” in checkout (not the individual shipping method names), this is not currently possible through Shopify APIs. The section heading is a native checkout UI element. The Checkout Branding API allows you to style headings (typography, size, weight, letter case) but does not allow changing the text content of native section labels.
@Liam-Shopify
I’ve seen an app dynamically change the “Delivery” text to “Pickup Address
” at checkout based on an attribute selected on the cart page (non-Plus store). Please see screenshots below.
How are they doing this—Shopify Functions, checkout UI extensions, or another approach?