Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add paypal logo to side


thefunstore

Recommended Posts

I am looking for a way to add one of these logo's to my sidebar:

https://www.paypal.com/uk/cgi-bin/webscr?cm...olutionGraphics

 

I have tried the banner manager but this doesn't seem to be working. Also after search the forums i found the add on that allows you to add it to the footer but is there one for the sidebar? Sorry if this has been asked i searched but didn't find anything.

Link to comment
Share on other sites

the banner manager works, you just have to learn to use it.

 

the knowledge base has a good tutorial on how to use the banner manager.

 

You can do it multple ways aside from the banner manager. Go to google and type

site:www.oscommerce.com/forums add image to column

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

Adding images "sequentially" to the left (or right) column is pretty straight forward.

 

At the end of /catalog/includes/column_left.php (or column_right.php) after the closing php tag, add your code like this:

 

<!-- first image -->
<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE FIRST IMAGE HERE  ********

</td></tr>

<!-- second image -->
<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE SECOND IMAGE HERE  ********

</td></tr>

<!-- third image -->
<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE THIRD IMAGE HERE  ********

</td></tr>

So on and so forth...

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...