# Display Widgets

## **Overview**

Display widgets are best to be implemented across the site to promote the payment method options available to the consumer before they proceed to checkout. This will reduce cart abandonment if the consumer knows they can pay with Buy Now Pay Later or their other preferred payment method.

The Footer widget or the Logos Only widget can be utilised to fulfil this use case on your sites product listing page and consistently on the footer banner of your site.

## **Pre-Requisites**

Make sure that you have followed the steps for [Widget Setup and Integration](/widget/widget-setup-and-integration.md) before implementing the individual widgets into your site.

## Display Widget Examples

<figure><img src="/files/HnaStLlG4gxEcIu2GLgW" alt="" width="375"><figcaption><p>Logos</p></figcaption></figure>

<figure><img src="/files/Sae31WQAnaF0g0absVCT" alt="" width="359"><figcaption><p>product-box-widget</p></figcaption></figure>

<figure><img src="/files/MpSrDFTTsQoe9OU7DEMo" alt="" width="375"><figcaption><p>footer-widget</p></figcaption></figure>

## **Display Widget Configuration**

From the UPP you can customise the above widget to fit in with your sites styling from the widgets tab found on the left sidebar. Here you can toggle different themes for each widget and update details such as font, colours and text.

## Display Widget Code Example

{% embed url="<https://codepen.io/optty-mike/pen/XWVgyEY>" %}


---

# 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.optty.com/widget/display-widgets.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.
