Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC-Affiliate


henri

Recommended Posts

There are loads of sites that have osC Affiliate working - but they use version 2.5a

 

Vger

 

 

I have solved the login issue. It was coming from an html_output.php mod, killing the session ID. A good programmer would have thought of that right away, (I guest) but I am not.

 

Now I need to solve the banner issue who seems to be a more common problem.

 

 

Thanks for your help Vger,

 

 

CL

Link to comment
Share on other sites

I have solved the login issue. It was coming from an html_output.php mod, killing the session ID. A good programmer would have thought of that right away, (I guest) but I am not.

 

Now I need to solve the banner issue who seems to be a more common problem.

Thanks for your help Vger,

CL

I am not too familiar with any of the new updates to oscaffiliate but on the older versions there was a problem with the URL paths for the banners. Does the URL for the banners show up as HTTP or HTTPS?

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

I am not too familiar with any of the new updates to oscaffiliate but on the older versions there was a problem with the URL paths for the banners. Does the URL for the banners show up as HTTP or HTTPS?

 

 

Hi,

 

It shows up as HTTP,

<a href="http://www.mysite.com/catalog/product_info.php?ref=16&products_id=118&affiliate_banner_id=1" target="_blank"><img src="http://www.mysite.com/catalog/affiliate_show_banner.php?ref=16&affiliate_pbanner_id=118" border="0" alt="Aromatized Vinegar"></a>

 

 

The link works but not the image.

 

Thank you Chooch

 

CL

Edited by coolcl
Link to comment
Share on other sites

The link works but not the image.

Do you have a URL that I can log on to as an affiliate to see whats going on?

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

I have just created an affiliate account and clicked the banners link - the banners show up.

 

I then used the html code and inserted it in a blank page and the banner showed up.

 

Furthermore when I clicked the link your website opened up... remind me again what trouble the banners are giving you?

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

I have just created an affiliate account and clicked the banners link - the banners show up.

 

I then used the html code and inserted it in a blank page and the banner showed up.

 

Furthermore when I clicked the link your website opened up... remind me again what trouble the banners are giving you?

 

 

The only banner that work now is the default banner. If you try to build a banner from a product, the link to the image wont work, only the link to the poduct page.

 

CL

Link to comment
Share on other sites

The only banner that work now is the default banner. If you try to build a banner from a product, the link to the image wont work, only the link to the poduct page.

 

CL

 

Here is the code of the affiliate_configure.php page.

<?php
/*
 $Id: affiliate_configure.php,v 2.00 2003/10/12

 OSC-Affiliate

 Contribution based on:

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

 Copyright (c) 2002 - 2003 osCommerce

 Released under the GNU General Public License
*/

 define('AFFILIATE_KIND_OF_BANNERS','1');		  // 1 Direct Link to Banner; no counting of how much banners are shown
												// 2 Banners are shown with affiliate_show_banner.php; bannerviews are counted (recommended)
 define('AFFILIATE_SHOW_BANNERS_DEBUG', 'false');  // Debug for affiliate_show_banner.php; If you have difficulties geting banners set to true,
												// and try to load the banner in a new Browserwindow
												// i.e.: http://yourdomain.com/affiliate_show_banner.php?ref=3569&affiliate_banner_id=3
 define('AFFILIATE_SHOW_BANNERS_DEFAULT_PIC', '/home/shopnatu/public_html/catalog/images/banners/affiliate/shopnature_affiliate2.gif'); // absolute path to default pic for affiliate_show_banner.php, which is showed if no banner is found
												// Only works with AFFILIATE_KIND_OF_BANNERS=2
?>

 

If I set the AFFILIATE_KIND_OF_BANNERS to 2, only the AFFILIATE_SHOW_BANNERS_DEFAULT_PIC works.

 

CL

Link to comment
Share on other sites

I have some problems with this contrib. :(

 

When i go to http://mydomain.com/admin/affiliate_summary.php?selected_box=affiliate i get the following message.

 

1054 - Unknown column 'AFFILIATE_PAYMENT_ORDER_MIN_STATUS' in 'where clause'

select count(*) as count, sum(affiliate_value) as total, sum(affiliate_payment) as payment from affiliate_sales a left join orders o on (a.affiliate_orders_id = o.orders_id) where o.orders_status >= AFFILIATE_PAYMENT_ORDER_MIN_STATUS 

[TEP STOP]

 

..and the configuration page (http://mydomain.com/admin/configuration.php?gID=900) doesn?t show any input or settings. (See screen below.)

affconfscreenpu9.th.jpg

 

I really need some help with this, please.

Edited by Guldstrand

I am who I am, unfortunately.

Link to comment
Share on other sites

Maybe this is the problem...

Fel
SQL-fr?ga: 

INSERT INTO configuration
VALUES (

'', 'E-Mail Address', 'AFFILIATE_EMAIL_ADDRESS', '<[email protected]>', 'The E Mail Address for the Affiliate Program', 900, 1, NULL , now( ) , NULL , NULL 
);



MySQL sa:  

#1264 - Out of range value adjusted for column 'configuration_id' at row 1

I got that when i tried to insert the info into "configuration_group" table.

 

Any help on that?

I am who I am, unfortunately.

Link to comment
Share on other sites

Sorry for all my posts, but it seems that i can?t edit my other posts. :blush:

I?ve managed to fix most of the errors, but it doesn?t work to registrer an aff-account.

The page just reloads, and nothing is saved into my database.

 

Why is that?

I am who I am, unfortunately.

Link to comment
Share on other sites

Sorry for all my posts, but it seems that i can?t edit my other posts. :blush:

I?ve managed to fix most of the errors, but it doesn?t work to registrer an aff-account.

The page just reloads, and nothing is saved into my database.

 

Why is that?

When you have the good fortune of 'fixing' most of your errors please update the thread as to how you did it because it helps other people who may have the same problem.

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

Hello.

I was looking for something as simple as this:

 

1) I want to know where the customers that ordered came from.

2) I want to put a link like this: http://mystore.com/catalog?&affiliate=1 so I can trace the affiliate 1 to a store that I know what it is

3) When the customer cames from that link... I would like to store the affiliate where he came... into the order.

 

Basically this is all I need. No need the control of prices and comissions but if it cames as an extra, I don't mind.

 

Any help?

Link to comment
Share on other sites

How would one go about adding an extra field to the banner admin for the ALT text?

 

I'd like to name banners things like banner1.jpg, banner2.jpg, etc... but have the ALT text be "Visit AcmeWidgets.com"...

 

Is that a major task...?

 

JP

Link to comment
Share on other sites

  • 3 weeks later...

I wish i could set a flat rate commission for every category.Because,some of the items i selling,I only take a little profit...if i give a global rate...definitely I loss a lot.... :lol: B) ;)

 

 

 

 

 

 

 

 

 

 

 

 

:thumbsup: **I can pay using my credit card for those who wanted to help me**

Link to comment
Share on other sites

Please see this

I installed Osc affiliate and all went fine. I can see everything in admin

but nothing on the site

I tried to call affiliate_affiliate.php but it doesnt works

 

See here

coveragebooster.com/affiliate_info.php

Please help

Link to comment
Share on other sites

Please help

are all your catalog files added to the correct place?

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...