What this solution does
Module for fast display of a price list on a website. It allows customers to conveniently browse the full range of products or services using collapsible section lists, saving time compared to a standard catalog.
Features include displaying prices from price types or product properties, and showing product images. Clicking on an item redirects to the product card. Users can customize background and font colors, download the price list file, and filter to show only in-stock items. The interface is responsive.
Technical specifications:
The server-side code is optimized: the average load time for a price list containing 300 sections and 5,000 products is 0.2 seconds; with caching enabled, it is 0.03 seconds at a site performance index of 40.
The client-side code does not use heavy third-party JS plugins; all scripts are custom-written to ensure fast page loading.
The solution supports UTF-8 and Windows-1251 encodings. The code follows standard practices and supports the "Composite Site" technology.
General iT can install and configure this module and check how it works on your website.