# Buy buttons

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Products** from the dropdown window **->** Choose **Default product**.
4. From the side menu, select **Product information**. Click **+ Add block** and select **"Buy buttons"** block, or click the **Search** bar to enter a search term.

<table><thead><tr><th width="234">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Show quantity selector</td><td>Select this checkbox to show/hide <strong>quantity selector</strong></td></tr><tr><td>Show wishlist</td><td>Select this checkbox to show/hide <strong>wishlist</strong></td></tr><tr><td>Show dynamic checkout buttons</td><td>Select this checkbox to show/hide <strong>dynamic checkout buttons</strong>.<br>Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. <a href="https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout">Learn more</a>.</td></tr><tr><td>Show pickup availability</td><td>Select this checkbox to show/hide <strong>pickup availability.</strong> <a href="https://help.shopify.com/en/manual/sell-in-person/shopify-pos/order-management/local-pickup-for-online-orders">Learn more</a></td></tr><tr><td>Show recipient form for gift card products</td><td>Select this checkbox to show/hide <strong>recipient form for gift card products</strong>. When enabled, gift card products can optionally be sent to a recipient with a personal message.</td></tr></tbody></table>

#### 'Add to cart' button

<table><thead><tr><th width="235">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Text</td><td>Set the text color for this block</td></tr><tr><td>Background</td><td>Set the background color for this block<br><em><mark style="color:red;">(If a background gradient is set, the section's background will be set according to the background gradient setting)</mark></em></td></tr><tr><td>Background gradient</td><td>Set the background gradient for this block</td></tr><tr><td>Text hover</td><td>Set the color for the text on hover</td></tr><tr><td>Background hover</td><td>Set the background color for this block on hover<br><em><mark style="color:red;">(If a background gradient is set, the section's background will be set according to the background gradient setting)</mark></em></td></tr><tr><td>Background gradient hover</td><td>Set the background color for this block on hover</td></tr></tbody></table>

#### 'Buy it now' button

<table><thead><tr><th width="235">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Text</td><td>Set the text color for this block</td></tr><tr><td>Background</td><td>Set the background color for this block<br><em><mark style="color:red;">(If a background gradient is set, the section's background will be set according to the background gradient setting)</mark></em></td></tr><tr><td>Background gradient</td><td>Set the background gradient for this block</td></tr><tr><td>Text hover</td><td>Set the color for the text on hover</td></tr><tr><td>Background hover</td><td>Set the background color for this block on hover<br><em><mark style="color:red;">(If a background gradient is set, the section's background will be set according to the background gradient setting)</mark></em></td></tr><tr><td>Background gradient hover</td><td>Set the background color for this block on hover</td></tr></tbody></table>

#### 'Wishlist' button

<table><thead><tr><th width="235">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Text</td><td>Set the text color for this block</td></tr><tr><td>Background</td><td>Set the background color for this block</td></tr><tr><td>Text hover</td><td>Set the color for the text on hover</td></tr><tr><td>Background hover</td><td>Set the background color for this block on hover</td></tr></tbody></table>

#### Block padding

<table><thead><tr><th width="235">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Top padding</td><td>Determines the height of the top inner space of the block. Can be from <strong>0px</strong> to <strong>50px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr><tr><td>Bottom padding</td><td>Determines the height of the top inner space of the block. Can be from <strong>0px</strong> to <strong>50px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://halosoft.gitbook.io/concept-documentation/product/product-information/buy-buttons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
