Magento module that displays products, viewed by visitors, who viewed this
product. It can also show recommendations based on viewed, compared and shopping
cart products.
#### How it works?
Every time the client is looking at some product, module update relations between
this and other viewed products. Day after day relations count are grows and they
become more accurate.
#### Can I control the relations?
Yes, store administrator can manually change the relation sort order or even
disable the relation to hide it from the frontend.
#### Configuration
Module configuration provides ability to show Also Viewed Products in
one of the following containers:
- Left or Right column
- Product additional information
Each of the sections has options that allows to configure title, list mode,
products count, columns count (in case of grid mode) and image dimensions.
#### Widget
Widget provides ability to recommend products on any page by additional activities:
- Recently Viewed Products
- Recently Compared Products
- Shopping Cart products
#### The main features
- 100% free and open source
- High perfomance
- Simple and clean design
- Responsive css
Releases (5)
Date | Version | Notes |
---|---|---|
2016-11-01 | 1.3.1 | - Fixed possible error during log processing, if some products where deleted from database. |
2015-08-13 | 1.3.0 | View release notes at https://github.com/vovayatsyuk/magento-alsoviewed/releases/tag/1.3.0 - Security fix to _isAllowed method (strtolower)
|
2015-04-08 | 1.2.0 | * Better third-party themes compatibility
|
2015-03-15 | 1.1.0 | - **Added Widget with new ability to recommend products by additional activities:**
|
2015-01-04 | 1.0.0 | Initial release |