Page numbers in product lists EasyWebshop uses the lazy-loading technology for product lists: new products are loaded at the bottom of the page while scrolling, providing a smooth shopping experience without the need for switching pages. Page numbering can be added if desired for some reason. Use this code for showing page numbers on product lists: To insert HTML, Javascript and/or CSS code in the website footer: 1. Navigate to Management > CMS and scroll down to Layout - Footer and click the Edit icon 2. In the text editor, click the Insert icon (the icon with square boxes) at the top right 3. Click on Edit HTML The text editor now switches to HTML editing. If code is pasted here, the code will not go through the CMS HTML sanitizer. There is a risk that the code will mess up the web page, but it gives more freedom to insert code yourself. The code that you insert here will be executed on all pages of your website. If your webshop is multilingual, the code needs to be inserted for each language individually. If it does not work in Apple Safari, this is because this browser does not support function overriding.