Contributions

Features (Category Index)
Search: 

Recently Viewed Products(sales optimized)

Recently Viewed Products(sales optimized)
Allows your customers to see what products they have recently viewed and then easily allows them to order those products.
In an infobox placed in either the right or left column a list of products viewed is displayed.
Your customer can then either click on the name of the product or click the "See More" button
for the page of recently viewed products. All the products on this page have a buy now button.
please check out the screen shot.

This is a very effective sales tool that minimizes clicks, making it is easy for a customer to
purchase items they have recently viewed. The object in retailing is to increase sales.
With this goal in mind, this contribution makes it easier for customers to buy these products.

The Recently Viewed (sales optimized) forum: http://forums.oscommerce.com/index.php?showtopic=282340




All this is without slowing down the product info page (as no extra database queries are required there).

Screenshot included!

Keywords: product history, viewing history, browsing history

Expand All / Collapse All

column_right_fix 23 Mar 2011

There is one bug in:
catalog/includes/column_right.php

at the end just before the closing ?> find:

// Start recently_viewed
if (SHOW_RECENTLY_VIEWED_COLUMN_BOX && basename ($PHP_SELF) != FILENAME_RECENTLY_VIEWED) {
require_once (DIR_WS_BOXES . 'recently_viewed.php');
} // if (SHOW_RECENTLY_VIEWED_COLUMN_BOX
// End recently_viewed

change to:

// Start recently_viewed
if (SHOW_RECENTLY_VIEWED_COLUMN_BOX == 'True' && basename ($PHP_SELF) != FILENAME_RECENTLY_VIEWED) {
require_once (DIR_WS_BOXES . 'recently_viewed.php');
} // if (SHOW_RECENTLY_VIEWED_COLUMN_BOX
// End recently_viewed

The wrong statement let the the recently viewed box show even it was deactivated in admin: show coloumn box = false

Hope this helps

No file included, only text with this instructons. Do the change on your catalog/includes/column_right.php file

Recently viewed and sold out but displayed contribution 20 Mar 2010
invalid HTML codes 29 Apr 2009
Display price with tax not correct 22 Jan 2009
French Version v2.1 9 Nov 2008
Recently Viewed 2.0 5 Nov 2008
Recently Viewed Products(sales optimized) 5 Nov 2007

Note: Contributions are used at own risk.