Your recent history displays a box with the last viewed product and searches performed by the user. This is session based so user specific.
Look for the contribution "viewed products" for the previous version, explanations and additions. You may prefer those versions.
changes :
Your Recent History version 2.0
- optimized session variables handling, only items displayed are kept in memory
- optimized but extended class
- now adds last performed search keywords to the box
- module only shows 1 column for products and 1 column for searches.
- ofcourse the also purchased and remember me product is still there.
before download, so there is no dissapointment:
Example at www.crystallight.com.tw. you will need to visit some product pages and do some searches and then visit one of my non-page-cache pages like contact us
or the shopping cart or the search pages where the box displays. Or create an account because we all know that page cache is disabled for signed in clients.
Legend: 
Download

Report
Just a fix to be able to click product images of your Viewed Products (not only the product description)
Your Recent History version 3.0
- now adds last viewed categories to the box (last 2 levels)
- individual history erase buttons for products, categories and searches
- no search recording that produces no product results
- module only shows 1 column for products, 1 column for categories and 1 column for searches.
- maximum values are determined by the class instanciation:
$your_recent_history = new recent_history(4,10,10); // max products, categories, searches
This because the product images take more space so you have more room to fill categories & searches.
- ofcourse the also-purchased is still there and is now based on all products in the history instead of 1 random one.
- no more remember me but a random featured product if no also-purchased is found or turned off.
You can change that query to whatever you like, if you have featured products for instance, query those.
Would not want to withhold the icons.
Still full package.
Your recent history displays a box with the last viewed product and searches performed by the user. This is session based so user specific.
Look for the contribution "viewed products" for the previous version, explanations and additions. You may prefer those versions.
changes :
Your Recent History version 2.0
- optimized session variables handling, only items displayed are kept in memory
- optimized but extended class
- now adds last performed search keywords to the box
- module only shows 1 column for products and 1 column for searches.
- ofcourse the also purchased and remember me product is still there.
before download, so there is no dissapointment:
Example at www.crystallight.com.tw. you will need to visit some product pages and do some searches and then visit one of my non-page-cache pages like contact us
or the shopping cart or the search pages where the box displays. Or create an account because we all know that page cache is disabled for signed in clients.