osCmax v2.5 User Manual
Results 1 to 8 of 8

osCAffiliate MAX v2.02

This is a discussion on osCAffiliate MAX v2.02 within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Hi all, just letting you know i have submitted to the oscommerce community a contribution for installing the lastest version ...

      
  1. #1
    New Member
    Join Date
    Jan 2003
    Posts
    6
    Rep Power
    0


    Default osCAffiliate MAX v2.02

    Hi all,

    just letting you know i have submitted to the oscommerce community a contribution for installing the lastest version of osCAfilliate (Ver 2.02) into the osCDox MAX Distro. it should still work with a standard non modded copy of osCommerce MS2.

    Please use this thread to discuss issues involved in the installation of this modification.

    Approx time to install/Upgraded is about 1 to 1.5hrs depending on your skill level.

    Regards Chunks

    will post url when its uploaded....

  2. #2
    Anonymous
    Guest


    Default

    You can now download this contribution from this URL

    it is based upon the oscAffiliate v2.02, except modded to work with BTS

    http://www.oscommerce.com/community/contributions,1815

    Enjoy Regards Chunks

  3. #3
    New Member
    Join Date
    Jan 2003
    Posts
    6
    Rep Power
    0


    Default

    i have decided to upload the osCAffiliate MAX v2.02 here, because i was having trouble uploading it on the osCommerce site because of the 300k limit, it is now loaded on that site but with a few files missing such as the faqs.txt, todo.txt, upgrade_ENG.txt and the licence.txt file. It shouldn't stop it from, working though.

    This one on this site is fully loaded with all these missing files

    enjoy Regards Chunks
    Attached Files Attached Files

  4. #4
    New Member
    Join Date
    Jan 2003
    Posts
    6
    Rep Power
    0


    Default Code error - Easy fix

    Hi all,

    There is a Code error in the templates/content/affiliate_banners_banners.tpl.php, which is causing none of the banners to display when added in the admin.

    Faulty Code

    Code:
    if ($prod_id < 1 ) {
    replace the 3 instances of this fault with the code below...

    Code:
    if (!$prod_id < 1 ) {
    its just simply missing a ! operator... with out it the if statement would never evaluate to true.

    Regards Chunks

    Please post if you have made improvements to this mod, or you simply just wanna say you've got it working ok.

  5. #5
    Anonymous
    Guest


    Default

    how can this one be added if i have added the updated to the bTS 1.2a i see this one is set up for the original one.

  6. #6
    Anonymous
    Guest


    Default

    I get the following error

    Fatal error: Failed opening required 'DIR_WS_TEMPLATESTEMPLATENAME_BOX' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site41/fst/var/www/html/catalog/includes/boxes/affiliate.php on line 47

    Does anyone know how to fix this? Thanks

  7. #7
    Anonymous
    Guest


    Default

    Do you have the BTS template contribution installed into your oscommerce package? it seem like the DIR_WS_TEMPLATES isn't being defined, it should be in the configure.php file. and the TEMPLATENAME_BOX is define in the filenames.php file. if your can't find these defines then your don't have the BTS template system installed.

    Regards chunks

  8. #8
    Anonymous
    Guest


    Default Affiliate page not found

    Getting a page not found error when trying to use affiliate box. If anybody wants to take a look and save me some hours of banging my head against the wall it would be greatly appreciated. I'm sure its something stupid but I just can't get it. Thanks in advance.

    http://www.equine-health.com

    Micah

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •