> For the complete documentation index, see [llms.txt](https://script-and-theory.gitbook.io/all-in-one-commerce-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://script-and-theory.gitbook.io/all-in-one-commerce-docs/checkout-blocks/customizations.md).

# Customizations

The Customizations category lets you personalize the appearance and behavior of the checkout page. This includes the ability to modify the layout, design, and content shipping methods and payment methods. You can also customize the text, colors, and styles to make the checkout page look unique and cohesive with the rest of your store.\ <br>

<figure><img src="/files/376JUlZ3CYkOrUQE8eHU" alt=""><figcaption></figcaption></figure>

**Key Features:**

1. Modify the design and layout of checkout blocks for shipping methods and payment methods.
2. Customize the content and messaging within shipping methods and payment methods.
3. You can create any logic for the checkout page between given options “Customize delivery methods” and “Customize payment methods”.&#x20;
4. Customize delivery methods having options to create the rules to hide, rename, and reorder the delivery methods on the checkout page on basics for different rules and logics.
5. Customize payment methods having options to create the rules to hide, rename, and reorder the payment methods on the checkout page on basics for different rules and logics.

**How To Use:**

1. Simply choose the methods you want to customize and set the rules according to the given option then click the ‘save’. Then according to the set rules logic will be worked on the checkout page.\ <br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfUBeRXpyLjYeRN2wjqT9HaBJuL5rS3EF0h1amI9JNMqxYnHvrgJmBNe_09z7iMNN1M5RZFNwJVVYkyigJE_mHijiUgcTimY65-_aaGKv4bv9Zn7lrvPKSnzzmbHez49vVS2oQ?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdpRdH5JpSq9ct-Sht5fZj_qn3jozmjEzDZRIlC1IQzQUURKpYKjLpEZQypstrHPKQcAl9_YdLYzAm0SAhcxt_5p6lJMdC0NWjWwzYBHhYHfl2pJWl1WQRWj1EvmzfJjU1t38A4?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://script-and-theory.gitbook.io/all-in-one-commerce-docs/checkout-blocks/customizations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
