Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osc Affilate Banner Manager problems


cclayton

Recommended Posts

Posted

When I upload affiliate banners via the Affiliate Banner Manager they dont appear online... all I get is the Name I gave it (which is hyperlinked) and you cannot see the physical banner.

 

Does anyone know how to resolve this please.

 

Thanks, Chris

Founder & Director at CSC Tours Ltd

Posted

I found the fix...

 

open

affiliate_show_banner.php

and change the following:

 

Line 124: $pic = DIR_FS_CATALOG . DIR_WS_IMAGES . $banner;

 

to

 

$pic = DIR_FS_CATALOG .'/' . DIR_WS_IMAGES . $banner;

 

 

Might work for you too.

Founder & Director at CSC Tours Ltd

  • 1 year later...
Posted
I found the fix...

 

open

affiliate_show_banner.php

and change the following:

 

Line 124: $pic = DIR_FS_CATALOG . DIR_WS_IMAGES . $banner;

 

to

 

$pic = DIR_FS_CATALOG .'/' . DIR_WS_IMAGES . $banner;

Might work for you too.

 

I can't i try to followed your step. In reality, i noticed the banner search is success if i set the debug=true in affiliate_configure.php

 

but the website still cannot display the banner, it only display the link text.

help ! <_<

****

Hello World! ^.^ I'm a Internet naive. Browse my working profile

Malaysia Web Services - OPerion Website Marketing System

  • 2 years later...
Posted
I found the fix...

 

open

affiliate_show_banner.php

and change the following:

 

Line 124: $pic = DIR_FS_CATALOG . DIR_WS_IMAGES . $banner;

to

$pic = DIR_FS_CATALOG .'/' . DIR_WS_IMAGES . $banner;

 

Might work for you too.

____________

IT WORKS!!! IT WORKS!!! IT WORKS!!! HURRAY!!!

I've been searching for a couple days now.. Knew it was a missing / somewhere from all the chatter and /catalogimages work-arounds but then I found this post.. THANK YOU !!!!!!!!!

Archived

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

×
×
  • Create New...