Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC 2.31 And Youtube Videos


gaspower

Recommended Posts

Posted

Hello,

Before I add Youtube videos to my product pages, I just wanted to make sure doing so is safe in OSC 2.31. Is there any down side to adding these videos?

 

Thanks JR

Posted

@@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

Posted

Hey Chris,

Thank you for the response. Can I just add the code or do you recommend a contribution?

 

Thanks JR

Posted

@@gaspower

 

v2.3.3 has the ability to accept the video link directly on the product creation page. No contribution needed.

 

 

 

Chris

Posted

@@Comesticage

 

 

If you're talking about video for products, the default installation gives you an example.

 

 

 

 

Chris

Posted

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.

 

Archived

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

×
×
  • Create New...