Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

networkdad

Archived
  • Posts

    499
  • Joined

  • Last visited

Everything posted by networkdad

  1. The data store is merely for storing the protx transaction id. It does not store cc info.
  2. Not sure. They should tell you if ssl is required. Im not aware of any port changes, so you might ask them to also open 7003 Did you make the change to the code i listed above, line 186 ? I highly recommend doing that
  3. Ahh..have your webhost open up the port # that i describe in the readme. 99% of the time, that is the issue. *TCP port 7934 must be open for communication with the gateway for production use The other possibility, i need to update the code. In includes/modules/payment/psigate_xml.php, line 186: require_once(DIR_WS_MODULES . 'payment/psigate_xml/class.psigate_xml.php'); change it to: require_once(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/psigate_xml/class.psigate_xml.php'); Some servers require the full path..
  4. Updated module has been released addressing a currency issue between CAD and USD
  5. Server IP test mode is strictly for providing some data to protx that they need to enable your production account. They use this data off this form to enable it.
  6. Call your hosting provider, ask them to enable curl with Https (secure) for your server. They might have to recompile php..
  7. PsiGate XML Gateway support thread Announcement here: http://www.oscommerce.com/forums/index.php?showtopic=159786 All questions in this thread please
  8. Protx released a new API about 2 months ago ( i had no idea). The updated release for zencart has been done, i havent had time to get to OSC yet. Jason
  9. I cannot confirm that. I have only tested on stock OSC releases.
  10. An update for anyone else, this seemed to resolve the problem: curl_setopt($ch, CURLOPT_DNS_USE_GLOBAL_CACHE, 0);
  11. Sorry, had to do another release - i forgot to incorporate support for Diners Club and Visa Electron (UKE - different from Visa). Now done
  12. An udpated module has been posted: http://www.oscommerce.com/community/contributions,218 *Protx has had some DNS attacks. Sometimes, cURL was storing the old IP address after they moved to a new ip address. I've told the module to flush the cache, and get the new IP. *Some servers were experiencing some errors with building a successfull cURL connection. I've put in some additional checks to alleviate. *Dropdown box now for Card Type. This forces the customer to choose it, rather than it be automatic. There was an issue where the card would validate, but would pass an incorrect card type to protx and then the transaction would decline. No more! You can control the card types displayed in the module settings. *CVV popup fixed. Folks, if ive missed some card types or other information, please let me know. To upgrade: *Backup your store and database* Dont say i didnt warn you! *Uninstall your existing payment module *Follow install instructions in new file!
  13. An updated module has been released. All users are recommended to uninstall the current version and install the newest release.
  14. Good catch guys. Not every server will have to do this. This basicall stops CURL from verifying the peer's certificate.
  15. Officially released: http://www.oscommerce.com/forums/index.php?showtopic=119139 All support questions should go in this thread.
  16. http://www.oscommerce.com/forums/index.php?showtopic=119139
  17. I'm receiving rate quotes properly, but it appears that if i select a higher priced option (Ex, next-day air early am), that it loops back around to checkout_shipping. If i select the lowest priced item...then it works as it should. Anyone else run into this?
  18. I ship multiple packages typically on every order. If i wanted to be able to track all orders, would i just need to modify the db with more fields for the additional packages, and the code to support the extra db fields? thanks..! Jason
  19. Very good, thanks for the suggestions - I knew this was related to excel itself.
  20. I haven't touched easy populate in some time, but i'd like to start using it again. After modifying the tab-delim file in excel, then re-saving it, in *some* of my product descriptions, i'm coming up with '#################' in place of where my descriptions used to be. Anyone seen this before? I did search around, but was unable to find anyone else that had seen this. If you've seen this...how do i resolve this ? Thanks! ;-) Jason
  21. Thanks, :D now is better but not show the flag name:http://ponto/solis/admin/images/flags/.gif Are your flag images uploaded to /admin/images/flags ?
  22. Make sure your /admin/includes/configure.php file looks like this, with the flags definition BELOW the images: define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_FLAGS', DIR_WS_IMAGES . 'flags/'); This should help..
×
×
  • Create New...