.loadPage() getting floats despite passing whole numbers as its parameters: "currentPage method cannot be set to the value 1.75"

@briapril30 If orderBy “isn’t technically part of the WixDataSortAPI”, then it is not guaranteed to work, and most probably won’t work, the way that you intend.

In this code screenshot:

filter.filterTree.$and may be part of the filter object, but it is not part of the documented and supported API, and won’t necessarily work the way that you intend. The way to create a filter is through the documented API functions and properties.

$w(‘#productsList’), $w(‘#loadingAnimation’), $w(‘#productsRepeater’), $(‘#noItemsFoundBox’), and other page elements, are not accessible from a public file. Page elements (the $w namespace) are only accessible from page code and from the global masterPage.js file.