Hi - I want to know how to include final sale wordage under every product tagged with “sale” on the checkout tab!
Here is an example, thank you in advance! Shopify Plus partner account here if that helps make it easier!
J,
A Shopify Plus user wants to display “Final Sale” text beneath products tagged with “sale” during checkout, as shown in an attached screenshot.
Suggested Solutions:
Checkout Extensibility: Create a custom checkout extension that detects products with the “sale” tag and adds a “Final Sale – No Exchanges or Refunds” notice beneath those items. This approach is available for Shopify Plus accounts.
Script Editor: Use Shopify Plus’s Script Editor to add conditional notifications at checkout based on product tags.
Checkout Builder App: Install the Checkout Builder app, which allows Plus merchants to customize checkout pages without coding.
Video Tutorial: A community member shared a YouTube tutorial demonstrating multiple implementation methods without requiring third-party apps.
Status: The original poster requested more details on implementing Checkout Extensibility. Most solutions require either developer assistance or familiarity with Shopify’s checkout customization tools.
Hi - I want to know how to include final sale wordage under every product tagged with “sale” on the checkout tab!
Here is an example, thank you in advance! Shopify Plus partner account here if that helps make it easier!
J,
Checkout Version Updates (Checkout Extensibility) or Shopify Plus: Script Editor to add Final Sale notifications at checkout for products with tag a “sale” can be added.
You can also write an extension to the checkout interface that runs a function testing if products in shopping cart are tagged with “sale” and then adds an custom note like “Final Sale – Final, No Exchanges or Refunds” beneath those items is a really easy approach. Utterly doable, because you are on Shopify Plus. If not, you may have to hire developer to install the extension in case you have never customized checkout.
Hi! May you share more info on Checkout Extensibility / how to set this up using that method?
For the cart page, you’d need a developer to code that in.
If you want that information on checkout, then you can use Checkout Builder, you can add anything to Checkout if you are on Plus: https://apps.shopify.com/checkout
Hi @jn10
If you are willing to get this implemented without any APP, please refer the video below where we have explained all the possible ways to implement the same.
let me know if you have more questions on it.