What does it do:
================
This contrib adds a new sidebox module when a customer logs in that shows their most recently purchased products.
Main features:
==============
* Completely self-contained using the OpenCart module system making it virtually transparent to upgrades (no core files are overwritten)
* Automatically updates with purchases
* Works on a per-customer basis dynamically
* Multistore support (1.5.x only)
* Hides when customer is logged out
Logic:
==============
* Recently Purchased query will show a single instance of the most recent products purchased.
* If 2 items are bought back-to-back, there will be no apparent shift unless the price has changed.
* The price listed under the recently purchased items is the price the customer paid, not the current product price.
How to install it:
==================
1) Unzip and upload the contents to the root directory of your OpenCart installation, preserving directory structure
-- No file are overwritten
2) From the admin menu, go to 'Admin->Users->User Groups'. Edit Top Administrator.
3) Find and check the entries for any unchecked files in both modify and access. save.
4) From the admin menu, go to 'Extensions->Module'.
5) Install the module, and click edit to configure.