alsoviewed

Magento Extension
Download latest - 1.3.1

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)
- Removed non-working "Save" button from relations page
- Search crawlers and bots are no longer affects product relations
- Added ability to ignore specific IP addresses
- Added ability to create new and manage existing relations from backend `Product Edit` page

2015-04-08 1.2.0

* Better third-party themes compatibility
* Added new perfomance setting: **chunk_size**. (It can be used when
mysql 'max_allowed_packet' size is too small and you need to decrease
query size, or it can be increased to decrease queries count during cronjob)

2015-03-15 1.1.0

- **Added Widget with new ability to recommend products by additional activities:**
- Recently Viewed Products
- Recently Compared Products
- Shopping Cart products
- Added ability to change block title from widget/block configuration.

2015-01-04 1.0.0

Initial release