Community Add-Ons

Maintainers: peaux
Add file to this package
Top » Features

Upload and discplay video extract
for osCommerce Online Merchant v2.2

All credits go to Myles O'Reilly for his
PDF Upload and Display v1.0 contribution
Tested on osCommerce 2.2 MS2


This is an easy way to upload and display extract of video.

This contribution will allow you to upload and display an extract of video for your products via the admin panel.

The Video and: or link to the file will be visable on the products info page.

If a video hasn't been uploaded for a particular product the link and the video screen will not be displayed.

Igor M

Legend:  Download   Report
Expand All / Collapse All
There is a mini-bug josecarlos_pb 1 Mar 2007  

In: /product_info.php (might be in your catalog

FIND:

<?php
if (tep_not_null($product_info['products_image'])) {
?>

AND REPLACE IT BY

<?php
if (tep_not_null($product_info['products_pdfupload'])) {
?>

NOTE:
-------
This code isn't compatible with "Activate Flash Immediately" Contribution
(from here: http://www.oscommerce.com/community/contributions,4343/category,all/search,download)

Forum josecarlos_pb 19 Feb 2007  
Only the Forum josecarlos_pb 19 Feb 2007  
Upload and discplay video extract peaux 26 Jul 2006