> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/content/blocks/products/shop-pay-installments.md).

# Shop Pay installments

## Overview

Displays Shop Pay installment messaging for the cart or the current product using Shopify payment terms. The block hides itself when installments are not available so the layout does not shift.

## Common use cases

* Show installment messaging on product templates next to price or buy buttons
* Show cart-level installment messaging in the cart drawer or cart page
* Match the banner to your color schemes and padding like other utility blocks

## Block settings

### General

| Setting                | Description                             | Options                   |
| ---------------------- | --------------------------------------- | ------------------------- |
| Show advanced settings | Reveals device visibility for the block | Checkbox (default: false) |

### Content

| Setting          | Description                                                        | Options                              |
| ---------------- | ------------------------------------------------------------------ | ------------------------------------ |
| Installment type | Whether installments follow the cart total or the selected product | <p>• Cart (default)<br>• Product</p> |

### Spacing

| Setting                   | Description                               | Options                   |
| ------------------------- | ----------------------------------------- | ------------------------- |
| Enable horizontal padding | Adds horizontal padding around the banner | Checkbox (default: false) |
| Enable top padding        | Adds top padding                          | Checkbox (default: false) |
| Enable bottom padding     | Adds bottom padding                       | Checkbox (default: false) |

### Color

| Setting      | Description                 | Options                                                                                                                                                     |
| ------------ | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Color scheme | Background and text pairing | <p>• Body background (default)<br>• Body foreground<br>• Accent 1–3<br>• Shade 1–3<br>• Primary<br>• Secondary<br>• Tertiary<br>• Blur<br>• Transparent</p> |

### Display

| Setting    | Description                        | Options                                                                                                                            |
| ---------- | ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Visibility | Controls when the block is visible | <p>• All (default)<br>• Mobile only<br>• Desktop only</p><p><br><br>Visible when <strong>Show advanced settings</strong> is on</p> |


---

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

```
GET https://help.brickspacelab.com/slab/content/blocks/products/shop-pay-installments.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.
