Shopify Checkout Text Different on Live Site than Editor

I’m trying to change the local pickup text on the checkout page of a Shopify store for when the local pickup will be available.

In the customizer the correct text is showing “All orders will be ready for Friday…”. Although on the live site it is still showing the old/original text “Usually ready in 2-4 days”.

The editor is making a request to /api/checkouts/…/delivery_options.json to retrieve the data which is returning the correct text, while the live site is making the request to /checkouts/unstable/graphql. Not sure if that makes a difference.

Incorrect (currently showing on live site):

Correct (currently only showing in editor):


Appears to be the same issue as this:

https://community.shopify.com/topic/1598661

1 Like