Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kinetek

Archived
  • Posts

    165
  • Joined

  • Last visited

Profile Information

kinetek's Achievements

  1. This reply is very late, but here it goes... If you are using the AIM (ADC) version, you can use this contribution... http://www.oscommerce.com/community/contributions,725/ or, if you're using the default osc authorize.net module, use this fix... http://www.oscommerce.com/community/contributions,4256/
  2. This reply is pretty late but if you are using the AIM (ADC) version, you can use this contribution... http://www.oscommerce.com/community/contributions,725/ or, if you're using the default osc authorize.net module, use this fix... http://www.oscommerce.com/community/contributions,4256/
  3. Okay, i got it to work. I think my sandbox account was just misconfigured somehow. Then I ran into timeout errors. I think it should be mandatory that you raise $timeout in /catalog/pear/Services/PayPal/SOAP/Transport/HTTP.php
  4. Okay I found a way to get the error code and message. This is the error message: Direct Payment has been disabled on this account. Transaction has not been processed. I am using a sandbox business account and have everything set up. I also have live business account and tried it there and it didn't seem to go through too.
  5. Great contribution dynamo. Is there any way of displaying the exact error code from paypal? Every card I try is getting declined but that is just a generic messsage for every non-successful transaction. I need to know what the exact problem is so I can fix it. Thanks
  6. I always use 4444333322221111
  7. I have fixed the above bugs. Sorry about the delay folks. I don't really check here much. http://www.oscommerce.com/community/contributions,1412
  8. I have fixed the above bugs and upload the new files. Sorry about the delay folks. I don't really check here much. http://www.oscommerce.com/community/contributions,1412
  9. Will this work with the credit class and gift voucher modules installed and activated? For some reason, I think it will mess with the gift voucher module if it is activated.
  10. If you have SSL enabled, make sure your checkout_process.php url is https. Otherwise, I don't have any experience with EMS so I can't help you there.
  11. Nevermind. I think i got it. You just don't put in an image. Although the link still shows up in the Banner Links page. change this line in affiliate_banners_banners.php $affiliate_banners_values = tep_db_query("select * from " . TABLE_AFFILIATE_BANNERS . " order by affiliate_banners_title"); to this $affiliate_banners_values = tep_db_query("select * from " . TABLE_AFFILIATE_BANNERS . " where affiliate_banners_image != '' order by affiliate_banners_title");
  12. Am I missing something? How do I add text links?
  13. Q: Banner: Links to banners work. Images don't display A: - In the affiliate_configure.php you can activate a debug modus for affiliate_show_banners. - Try changing define ('AFFILIATE_KIND_OF_BANNERS','2');to 1 in catalog/includes/affiliate_configuration.php. Then you should see where it tries to get the images from.
  14. So, has anyone got this working?
×
×
  • Create New...