Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding flash


ReBeL Tech

Recommended Posts

Hello,

 

I would like to add some flash that I did. I need it to add to the left side where the categories and other boxes are. I'm tried just embedding the code but that just adds the .swf (as a small block) is different places.

 

Does anyone know how to add the .swf file to the left hand nav (before the categories box). Any ideas?

 

I would give a site to view but the site is not live – its all on locahost.

Link to comment
Share on other sites

you need edit the colomn file which contain the categories box.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

Hi. I am new to this forums but it looks promising.

 

I am using OScommerce to build a website. Everything works but I want to add a flash file into php file.

 

The code for column_left looks like this

<?php
/*
  $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
  if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_categories_box();
  } else {
    include(DIR_WS_BOXES . 'categories.php');
  }

  if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
  } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
  }

  require(DIR_WS_BOXES . 'whats_new.php');
  require(DIR_WS_BOXES . 'search.php');
  require(DIR_WS_BOXES . 'information.php');

?>

 

Now Ive tried in Dreamweaver to just add the file but it does not work. It just adds the image to the top of the rest of the boxes. The image just adds above the catergories. I want the image to be placed on the left of those boxes.

 

Anyone have an idea?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...