Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC 2.31 And Youtube Videos


gaspower

Recommended Posts

@@gaspower

 

The only downside that I see is that you can't control the content that uTube displays at the end of your video once it is done playing........if you mean security wise, not an issue on the side of osCommerce.

 

 

 

Chris

Link to comment
Share on other sites

Hi,

 

in index.php just below about line 245 standard install

 

} else { // default page

?>

 

<h1><?php echo HEADING_TITLE; ?></h1>

 

<div class="contentContainer">

<div class="contentText">

<?php echo tep_customer_greeting(); ?>

</div>

 

<?php

if (tep_not_null(TEXT_MAIN)) {

?>

 

<div class="contentText">

<?php echo TEXT_MAIN; ?>

</div>

 

add your code you will have to play about to position how you want possibly also adding a new <div> using the 960 grid and maybe a bit of css in your stylesheet.css code to position the video how you want .

 

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...