coolcl Posted October 11, 2006 Share Posted October 11, 2006 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 Quote Link to comment Share on other sites More sharing options...
chooch Posted October 12, 2006 Share Posted October 12, 2006 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? Quote 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 More sharing options...
coolcl Posted October 12, 2006 Share Posted October 12, 2006 (edited) 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 October 12, 2006 by coolcl Quote Link to comment Share on other sites More sharing options...
chooch Posted October 14, 2006 Share Posted October 14, 2006 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? Quote 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 More sharing options...
coolcl Posted October 16, 2006 Share Posted October 16, 2006 Do you have a URL that I can log on to as an affiliate to see whats going on? Here is the link: https://secure.dison.ca/~shopnatu/catalog/a...iate_signup.php Please create an account to test. Thanks for your time chooch, CL Quote Link to comment Share on other sites More sharing options...
chooch Posted October 16, 2006 Share Posted October 16, 2006 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? Quote 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 More sharing options...
coolcl Posted October 16, 2006 Share Posted October 16, 2006 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 Quote Link to comment Share on other sites More sharing options...
coolcl Posted October 16, 2006 Share Posted October 16, 2006 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 Quote Link to comment Share on other sites More sharing options...
Guldstrand Posted October 19, 2006 Share Posted October 19, 2006 (edited) 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.) I really need some help with this, please. Edited October 19, 2006 by Guldstrand Quote I am who I am, unfortunately. Link to comment Share on other sites More sharing options...
♥Vger Posted October 19, 2006 Share Posted October 19, 2006 Try running the sql file that comes with the contribution :D Vger Quote Link to comment Share on other sites More sharing options...
Guldstrand Posted October 19, 2006 Share Posted October 19, 2006 Try running the sql file that comes with the contribution :D Vger Very funny... :'( Of cource i have imported the sql-file allready. Quote I am who I am, unfortunately. Link to comment Share on other sites More sharing options...
Guldstrand Posted October 19, 2006 Share Posted October 19, 2006 Maybe this is the problem... Fel SQL-fr?ga: INSERT INTO configuration VALUES ( '', 'E-Mail Address', 'AFFILIATE_EMAIL_ADDRESS', '<affiliate@localhost.com>', '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? Quote I am who I am, unfortunately. Link to comment Share on other sites More sharing options...
Guldstrand Posted October 19, 2006 Share Posted October 19, 2006 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? Quote I am who I am, unfortunately. Link to comment Share on other sites More sharing options...
chooch Posted October 19, 2006 Share Posted October 19, 2006 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. Quote 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 More sharing options...
joelm Posted October 20, 2006 Share Posted October 20, 2006 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? Quote Link to comment Share on other sites More sharing options...
♥Vger Posted October 20, 2006 Share Posted October 20, 2006 osC Affiliate is pretty much as simple as it gets when it comes to being able to track click-thru's for the purpose of recording sales generated by affiliates. Vger Quote Link to comment Share on other sites More sharing options...
JPLewis Posted October 25, 2006 Share Posted October 25, 2006 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 Quote Link to comment Share on other sites More sharing options...
Rezolles_Net Posted November 10, 2006 Share Posted November 10, 2006 Hi, I've got few questions need to be answer. 1)Can I smaller the Image of product link?? 2)Can I set exact amount of commission rather that set as percentage? Thanks.... All answers will be appreciated... Quote Link to comment Share on other sites More sharing options...
Rezolles_Net Posted November 11, 2006 Share Posted November 11, 2006 B U M P ..Please see my above post. Thx :thumbsup: Quote Link to comment Share on other sites More sharing options...
Rezolles_Net Posted November 12, 2006 Share Posted November 12, 2006 B U M P O .....Need Help....Please....anyone?? Quote Link to comment Share on other sites More sharing options...
Rezolles_Net Posted November 12, 2006 Share Posted November 12, 2006 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** Quote Link to comment Share on other sites More sharing options...
DeadDingo Posted November 12, 2006 Share Posted November 12, 2006 Is it possible to make 2 versions of each link appear? An HTML version (as it currently is) and a forums friendly version? Quote Link to comment Share on other sites More sharing options...
nvedia Posted November 12, 2006 Share Posted November 12, 2006 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 Quote Link to comment Share on other sites More sharing options...
chooch Posted November 12, 2006 Share Posted November 12, 2006 Please help are all your catalog files added to the correct place? Quote 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 More sharing options...
nvedia Posted November 12, 2006 Share Posted November 12, 2006 Yes Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.