In case the Scalapay widget does not appear and the installments to be paid are not displayed correctly, you can consult the following guide.
Below you will find the steps to follow.
WIDGET SECTION TO CHECK
Access your backend
Access the Scalapay Module to modify its configurations
Look for the dedicated tab in the Scalapay Plugin (Pay in 3 or Pay in 4 based on your contract) and then the dedicated section (Product Page or Cart Page) in which the widget is not displayed
Check the following fields:
- price selector: in this field you must enter the selector relating to the product price. If the product has both the full price and the discounted price, you must enter both selectors separated by a comma
- widget position: in this field you must enter the selector relating to the position in which you want to display the widget on the specific page of the site
HOW TO FIND THE RIGHT SELECTOR
PRICE SELECTOR
Right-click anywhere on your site's page and click "Inspect."
Inspect the page to locate where you want to activate an element.
Once you find the element, look for the selector in the HTML code. (The element you choose 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 Admin reference field.
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