Hello,
I want to find number of product display on page like (Showing 1-A of B results.)
B is total number of Products in Current document(Node) {% CurrentDocument.AllChildren.Count#%}
Now the value of A will be change after pagination.
so how should I get the number of Products on Page after Pagination
Thanks