Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Attach Image under Welcome Guest!


Mikal

Recommended Posts

Posted

I am trying to attach a Flash swf file in-between the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" and the "New Products For April" in the center column.

 

Can anyone tell me what file and were in the file I should place the embed code to attach the flash file?

 

Thank you.

:D

Posted

Look for this:

 

<tr>

<td class="main"><?php echo tep_customer_greeting(); ?></td>

</tr>

 

around line 300 on a fresh ms2.

 

You should be able to slide your file in below that line by using:

 

<tr>

<td class="main">YOUR FILE HERE</td>

</tr>

 

By doing it this way it will show up on every main index page logged in or not.

 

You may want to place the html code right into the TEXT_GREETING_GUEST line in catalog/includes/languages/english.php

 

Or you could place it in catalog/languages/english/index.php In TEXT_MAIN.

 

Or you could find someone that could tell you how to use php to insert the file.

 

That's the best I can do I think. You might wait and see what some other folks have to say.

 

Tim

How do you know when you know what you want to do for the rest of your life?

Posted

Thank you for you response Tim.

 

I will try these ideas and see how they work.

 

If anyone else has any other suggestion please post.

 

Thank you

:rolleyes:

Archived

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

×
×
  • Create New...