Community Add-Ons
| Maintainers: | peaux |
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
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)
