Description
The module creates selections of products using various algorithms for their selection (data sources), they include:
- Latest (Absolute/Relative)
- Bestseller (Absolute/Relative)
- Products with discounts (Absolute/Relative)
- Special products (Absolute/Relative)
- Products with bonus points (Absolute/Relative)
- Random products (Absolute/Relative)
- Most viewed (Absolute/Relative)
- Most discussed (Absolute/Relative)
- Custom SQL query
- Custom PHP code
- Selected products
- Global - New items for the entire store, the selection is like a standard module.
- Absolute - New items from selected categories and/or manually selected manufacturers. If nothing is selected, this is the Global mode.
- Relative - New in the current category or manufacturer (which the user is visiting). This mode also works on the product page.
It is possible to replace the template (tpl / twig) with your own. This will allow you to display products in any desired form, be it a slider / swiper, etc.
Compatibility
- OpenCart/ocStore 2.3 and 3.x.
- Languages Russian, English
- Compatible with 99% of themes in compatibility mode
- For compatibility mode to work, ocmod is required (two edits are made to the "Recommended Products" module for a custom header and for optional template substitution).
- Admin panel https://pmp.shth.ru/admin/ (autologin)
- Catalog https://pmp.shth.ru/index.php?route=pro ... ry&path=18
- The license applies to one store / multi-store + subdomains.
- The purchase of the module entitles you to receive updates for 1 year.
- 9175296169b6295d43da8a8a1072e9f5 pmp_v1.1_oc_v3.x.ocmod.zip
- 523695d14ab3b1ede5326ec2f52448dc pmp_v1.1_oc_v2.3.ocmod.zip
- Install the module through the "Add-ons Manager" like any other add-on.
- Similar products' algorithm using clustering - DBSCAN/DBSCANPlus. Similarity is determined by the name, common attributes and categories. Cosine similarity and modified Sørensen measure are used.
- Collaborative filtering algorithm for the formation of personal recommendations to users. Used by DBSCAN/DBSCANPlus. Based on previous orders and reviews.
Recommended Modules
- Custom templates Pro - replace of any tpl/twig files in modules and sections depending on the conditions.
- Extended layout - Controls the visibility of other modules depending on conditions.
- FSMonitor - Monitoring changes in files.