Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

networkdad

Archived
  • Posts

    499
  • Joined

  • Last visited

Posts posted by networkdad

  1. 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..

  2. 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!

  3. 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

  4. my country's images no display:

     

    When you see the propriets of the image showhttp://ponto/solis/admin/DIR_WS_IMAGESflags/.gif

     

    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...