• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Eshop Payment Gateway configuration

C

cnu2k5

Guest
In Eshop iam getting like this error how to solve it.

Creation date Saturday, October 20, 2007 1:45:40 PM
Level Warning
Source eShop configuration
Class name SWsoft.SiteBuilder.Modules.EShop.Design.CustomPaymentSystemElement
User name srinivas
Representative
IP address 192.168.1.1
Requested URL /Wizard/Edit.aspx?PageID=EShop
Referrer URL
User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MEGAUPLOAD 2.0; .NET CLR 3.0.04506.590; .NET CLR 3.5.20706; IEMB3)
Message Custom Payment System is disabled. Please use HTTPS url only.
 
As I understand Sitebuilder administrator added custom payment system into e-Shop module. From Administrator's guide:
http://download1.swsoft.com/SiteBuilder/Windows/docs/4.0/en_US/sitebuilder-4.0-win-admins-guide/

To integrate a custom payment system, open the web.config file (<path_to_sitebuilder>\Web\web.config) and append a new configuration section to the end of the file. The new section must include the following data:

* Any arbitrary name of the payment system as it will be displayed to the end-users.
* The URL of the payment system. The URL must begin with the https:// schema to ensure secure payment transactions.

So you need to make sure that URL starts from https:// but not http://. If custom payment system is configured with non HTTPS url, Sitebuilder will disable using of custom payment system and appropriate warnings (like you posted) will be written into logs.
 
Thanks for the information.but i want to know for paypal,Bluepay,Authorize.net,2checkout.com payment gateways what is the website url (you given the example like

url="https://example.com/PaymentSystem.aspx" method="POST" successRegEx="YAPPROVE" failureRegex="NDECLINE" errorTextRegex="errorText=(?'errorText'.+)">

so if any body knows about the urls or as admin what i have to set the parameters.can you please explain to me.

Thanks
Srinivas
 
Payment systems as Paypal, Bluepay, Authorize.net or 2checkout.com are supported by default:

By default, the eShop module supports the following payment systems:

* Cash on delivery
* Check / Money order
* PayPal
* BluePay
* Authorize.Net
* 2Checkout.com

So you need just make sure that they are not disabled in Sitebuilder configuration.
As Sitebuilder administrator, you can integrate one custom payment system into the eShop module and configure the list of payment systems available to site owners.
So as I understand you should know URL https://example.com/PaymentSystem.aspx for custom payment system which you wish to integrate into Sitebuilder.
 
There is no web.config file on our system. Where should it be? Is there something that we haven't installed? We have eshop installed.



Netvantage Web Hosting
 
Necessary web.config file located into <SB_INSTALLATION_DIR>\Web\ directory.
On my Plesk and Sitebuilder installation I can find it here:

"C:\Program Files\SWsoft\Plesk\SiteBuilder\Web\web.config"
 
There is no such configuration file in Sitebuilder for Linux. Unfortunately, there is also no custom payment system feature for Eshop in current Sitebuilder for Unix/Linux version. It will be released in incoming v.4.1 which we expect in about 1 month or a little bit later.
 
In Linux is there any way that we can direct someone upon checkout to an external site or edit what comes up for them so we can refer them to another gateway or such? (We are in Australia and the US options aren't so appealing)



Netvantage Web Hosting
 
It looks like out Paypal clients need to be directed to paypal.com.au and not paypal.com as the paypal module is trying to do. How do we change this on a linux system?


Netvantage Web Hosting
 
As per my understating with the default gateways we no need to modify any thing in web.config.but where as still iam getting the same error like.

Level Warning
Source eShop configuration
Class name SWsoft.SiteBuilder.Modules.EShop.Design.CustomPaymentSystemElement
User name srinivas
Representative
IP address 192.168.1.1
Requested URL /Wizard/Edit.aspx?PageID=EShop
Referrer URL
User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MEGAUPLOAD 2.0; .NET CLR 3.0.04506.590; .NET CLR 3.5.20706; IEMB3)
Message Custom Payment System is disabled. Please use HTTPS url only.

is there any thing need to configure.i seen all the manuals provided by swsoft.but i could not find the solution can you please help me to resolve this problem.


bye

Srinivas
 
Back
Top