Contributions

Features (Category Index)
Search: 

File Popup

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');

Expand All / Collapse All

File Popup 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');

Note: Contributions are used at own risk.