Skip to main content
Custom Integration Widget

Display Issues of the Widget on the Product Page, Cart Page, and Checkout

Updated over a month ago

If you are experiencing display issues with the widget on your custom site, you can check the following:

  • Check that you have correctly set the minimum and maximum amounts in the body of the widget configuration.

  • Check that the `amount-selectors` field points to the correct price selector on the product or cart page. Remember to insert the selector in the correct format `[" , "]`.

How to Identify the Correct Price Selector?

  1. Right-click anywhere on the page and click "Inspect".

  2. Inspect the page to identify where you want to activate an element.

3. Once you have found the element, search for the selector in the HTML code. Copy the selector and paste it into the amount-selectors field.

The code might look like this:

`div.summary.entry-summary > div > form > table > tbody > tr:nth-child(2) > td.value > div > div > div > div.woocommerce-variation-price > span > span > bdi.

Did this answer your question?