How to disable checkout button when cart subtotal doesn't meet minimum order value?

Topic summary

A user wants to disable the checkout button when the cart subtotal falls below their minimum order value of 39.

Proposed Solution:

  • A response provides step-by-step instructions involving theme customization
  • The solution includes adding custom code before the </head> tag in the theme’s liquid file
  • An image/screenshot is referenced showing the implementation steps
  • Users are instructed to save changes after adding the code

Status: The discussion appears to have a technical solution offered, though the code snippet and detailed instructions are partially obscured or corrupted in the text. The responder requests marking the answer as a solution if helpful.

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

I have set my minimum order value to 39. I would like to make checkout button disabled if order value is less than the minimum.

Theme: Dawn

1 Like
  • Here is the solution for you @itstaza1
  • Please follow these steps:

  • Then find the theme.liqid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.