Community Add-Ons

Maintainers: graphicore
Add file to this package
Top » Features

File Popup
for osCommerce Online Merchant v2.2

This contribution allows to replace the 'click to enlarge image' on the product description to play an audio file (Midi, MP3, Etc) but it can also be modified to just open text or .pdf files (manuals or any other type of FREE file) of your products.

This script will also verify if the file exist or not and will alert the user about it.

Replace in catalogincludes:

define('FILENAME_POPUP_IMAGE', 'popup_image.php');

with:

define('FILENAME_POPUP_IMAGE', 'popup_audio.php');

Legend:  Download   Report
Expand All / Collapse All
File Popup graphicore 22 Jan 2007  

This contribution allows to replace the 'click to enlarge image' on the product description to play an audio file (Midi, MP3, Etc) but it can also be modified to just open text or .pdf files (manuals or any other type of FREE file) of your products.

This script will also verify if the file exist or not and will alert the user about it.

Replace in catalogincludes:

define('FILENAME_POPUP_IMAGE', 'popup_image.php');

with:

define('FILENAME_POPUP_IMAGE', 'popup_audio.php');