Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sheesh, now my banners wont work.


YoungBlood

Recommended Posts

Im trying to add a banner from that Co-op advertising service. But for some reason when I add banner codes to my banner management console they dont show up. Stinky.

 

Thanks for any info, and thanks to all the people here and osCommerce! You rock.

Link to comment
Share on other sites

No, I have added a logo there. Im trying to get my banner tool to work, but I think I may have accidentaly changed something somewhere else, which might be what is causing this to happen. Does the banner tool only add banners to the top left?

 

Thanks again

Link to comment
Share on other sites

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'your_image_name.jpg', 'alt_text') . '</a>'; ?></td>

 

Line # 57 of our store is where the line above is located

 

in catalog/includes/header.php

 

 

replace your_image with the filename and upload the image to the images folder

catalog/images

 

Make sure your image permissions are set

 

chmod 755 your_image_name.jpg

 

-------------------------------------------

We add our banners directly to the code for the page that we want it in!

Link to comment
Share on other sites

hi Chris, you could d/l the oscommerce core tree and restore the banner_manager.php file. The default oscommerce banner belongs to 468x50 group and appears at the bottom of each of the store's pages. The file that prints it on the catalog side is includes\footer.php In there you will see the code compares for 468x50 Its hard-coded group.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...