# Single Page Checkout via Offers and Products

\| **⚠️ This feature is for the legacy Limio checkout and is supported differently in Modular Checkout. Learn more about here:** [https://docs.limio.com/product/checkout/overview-how-to-customise-the-limio-modular-checkout](https://docs.limio.com/product/checkout/overview-how-to-customise-the-limio-modular-checkout "mention") |

There are aspects of the Single Page Checkout that are controlled by the offers and products configuration in the catalog.

### Offer Configuration

* Checkout Description - the checkout\_description\_\_limio richtext attribute allows you to add a description below the payment section
* Offer Image - The offer image would be displayed in the Order Summary. This would be configured in the attachment tab of the offer
* Allow Multibuy - if the allow\_multibuy\_\_limio attribute is set to true then this will reflect in the basket via a quantity field
* Payment Types - the payment types that will be available in the checkout page would be dependant on how you set the payment\_types\_\_limio attribute in the offer

### Product Configuration

* Display Name - the display name you set in the relevant product will be displayed in the Order Summary

<figure><img src="/files/BTVTk2APtdJyDgIZWcT2" alt=""><figcaption></figcaption></figure>


---

# 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://docs.limio.com/components/component-library/legacy-configuration-components/single-page-checkout-via-offers-and-products.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.
