ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
4.2.5. Proxy Settings for payment systems
Prev Index Next

Some hosting providers (e.g. GoDaddy) restrict outgoing requests of payment scripts. To make requests they have to use proxy server. In this regard we have added the processing of 2 new parameters to every payment system script that performs outgoing connections. This option is available from version 3.1 and you can make it live.

To use proxy for these connections you have to add two new payment parameters: CURLOPT_PROXY and CURLOPT_PROXYUSERPWD.

For this go to Administration > Payment System > and click the 'Edit System' link. These parameters must be `CONSTANT` and `Not passed` and should contain proxy settings in the following format:

  • host:port for CURLOPT_PROXY (e.g. www.someproxyserver.com:8080)
  • user:password for CURLOPT_PROXYUSERPWD (e.g. my_name:secret)
  • Prev Index Next
    ViArt - PHP Shopping Cart