Skip to main content
All CollectionsActive merchant
Scalapay Widget and Installment Display Issues
Scalapay Widget and Installment Display Issues

Incorrect Widget Amount - Widget Display Not Correct

Updated over a month ago

If the Scalapay widget is not displaying and the installments to be paid are not shown correctly, you can refer to the following guide. Below are the steps to follow.

WIDGET SECTION TO CHECK

  1. Access your back-end

  2. Go to the Scalapay Module to modify its settings

  3. Locate the dedicated tab in the Scalapay Plugin (Pay in 3 or Pay in 4 depending on your contract) and then the dedicated section (Product Page or Cart Page) where the widget is not displayed

  4. Check the following fields:​

    - price selector: In this field, enter the selector related to the product’s price. If the product has both the full price and the discounted price, you need to enter both selectors separated by a comma.

    - widget position: In this field, enter the selector related to the position where you want to display the widget on the specific page of the site.

HOW TO FIND THE CORRECT SELECTOR

PRICE SELECTOR

  1. Right-click anywhere on the page of your site and select "Inspect."

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

3. Once you have found the element, search for the selector in the HTML code. (The chosen element will be highlighted on the page).

Expand the element to find the selector and choose ID, class, or name.

Copy the selector and paste it into the appropriate field in the Admin. Here is an example of code: 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?