Contributions
Upload and discplay video extract
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
Expand All / Collapse All
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)
This is only the forum page to this cool Contribution
http://forums.oscommerce.com/index.php?showtopic=251573
This is only the forum page to this cool Contribution
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
Note: Contributions are used at own risk.