Get checkout theme settings in checkout page

Hi,

We are on the Shopify Plus plan and have access to checkout.liquid. My question is how do we access the Checkout Theme Settings such as custom logo etc in the checkout.liquid file? We need to have some JS code trigger based on the theme settings.

I have tried the checkout Liquid object and the Shopify JS object, nothing there.

Please advise.

Hi @shaiful

Please check checkout section setting inside theme customizer for custom logo and background etc!

@shaiful

oh sorry for that issue checkout page theme already allow some basic setting please check theme customization checkout page also if you have added more can you added code your checkout liquids code

Managed to solve it.

I am using the Out Of The Box Turbo theme and the checkout theme settings variable are accessible by settings.checkout_xxxxx keys such **settings.**checkout_logo_image. The exact list of keys are found in the settings_data.json file.