Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

josecarlos_pb

Archived
  • Posts

    13
  • Joined

  • Last visited

Profile Information

josecarlos_pb's Achievements

  1. Maybe it is useful to you: http://www.oscommerce.com/community/contri...search,download http://www.oscommerce.com/community/contri...ons,1806/page,3 http://www.oscommerce.com/community/contri...search,download http://www.oscommerce.com/community/contri...ll/search,flash
  2. I suppose there is a mini bug in the original installation file. Soo, I made the next: 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/contri...earch,download) Soo, you can use "Activate Flash Immediately" Contribution, but not with this video reproducer
  3. I suppose there is a mini bug in the original installation file. Soo, I made the next: 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/contri...earch,download) Soo, you can use "Activate Flash Immediately" Contribution, but not with this video reproducer
  4. You are right, it must be "video file" or "video" There say "PDF file" because this contribution is a modify of another contribution called "PDF File Upload and Display" (here: http://www.oscommerce.com/community/contri...l/search,Myles) Soo, in this contribution have some errors, stel Lack to make some changes, update texts
  5. In: /product_info.php (might be in your catalog directory) is actionscript and the PHP codes: Actionscript began and end with <object> and </objet> tags. All inside/between <object></objet> is actionscript but between those tags there is PHP code too (the strong words are the php code) : <object width="300" height="220" type="application/x-shockwave-flash" data="playervideo.swf?url=images/ <?php echo $product_info['products_pdfupload'];?>&autoplay=false"> <param name="movie" value="playervideo.swf?url=images/<?php echo $product_info['products_pdfupload'];?>&autoplay=false"/> </object> Soo, this PHP code just print the name of your video file (nothing else). Soo, at this way, PHP interative with actionscreen The rest of code (the actionscreen code) i) calls/invokes to the video reproducer and set its size (width by height) and ii) causes that this video reproducer is compatible with Internet Explorer and with Firefox There are tow files in this contribution : - SteelOverAll.swf - playervideo.swf They are the video producer files called/invoked by actoin screen If you doens't like this video producer theme, you can make one own, but you need replace all : the 2 files and the <object>code
  6. This is only the forum to this cool Contribution: http://www.oscommerce.com/community/contributions,2807/
  7. This is only the forum to this cool Contribution: http://www.oscommerce.com/community/contri...ll/search,video
  8. Sounds good GoTTi !!! I use it with WPP It works good with this contribution too :D Farewell Ocspeople :blink:
  9. Pending Order Downloads ----------------------------- Contribpage: http://www.oscommerce.com/community/contri...search,download Description : Will check order status and if it is Pending will not show a download link. Written by Jeff Thornton This forum is for everyone that use this excellent contribution Thanks by this excellent idea!!!
  10. This contribution is great! Everything seems to work well. But, I am receiving a little error. This is only because I am selling downloadable items. When you enable the download feature, it appears that no shipedate is sent because one is not needed. On all traditional items that need to be mailed, the module is working great! Thanks!!!
  11. This contribution is great! Everything seems to work well. But, I am receiving a little error. This is only because I am selling downloadable items. When you enable the download feature, it appears that no shipedate is sent because one is not needed. On all traditional items that need to be mailed, the module is working great! Thanks!!!
  12. Hi :) Which is the most stable version? :-" This works perfectly with SSL? :huh: Thanks :thumbsup:
  13. ---------------------------------------------------------------------------------------------------------------------------- Ok Go in the "insert_image.html" and change the following lines: <iframe class="lister" name="lister" marginwidth="0" marginheight="0"></iframe> </td> <td> <iframe class="viewer" name="viewer" marginwidth="0" marginheight="0"></iframe> </td> to <iframe class="lister" name="lister" marginwidth="0" marginheight="0" src="java script:false;"></iframe> </td> <td> <iframe class="viewer" name="viewer" marginwidth="0" marginheight="0" src="java script:false;"></iframe> </td> Then, restar the server I hope this will help you José Carlos ----------------------------------------------------------------------------------------------------------------------------- Ok En el archivo "insert_image.html" busca algo parecido a esto: <iframe class="lister" name="lister" marginwidth="0" marginheight="0"></iframe> </td> <td> <iframe class="viewer" name="viewer" marginwidth="0" marginheight="0"></iframe> </td> y reeemplazalo por: <iframe class="lister" name="lister" marginwidth="0" marginheight="0" src="java script:false;"></iframe> </td> <td> <iframe class="viewer" name="viewer" marginwidth="0" marginheight="0" src="java script:false;"></iframe> </td> Ojala te sirva José Carlos
×
×
  • Create New...