ajbrowe
Forum Replies Created
-
Hi Baronne
I don’t know a huge amount about it but the way I would aproach it is.
First check your SHAOUT is the same on both barclays and the plugin
if they are the same and/or it still doesn’t work try changing response options sent from barclays.
These are the response options that the plugin supports AFAIK:
AAVADDRESS
AAVCHECK
AAVMAIL
AAVNAME
AAVPHONE
AAVZIP
ACCEPTANCE
AMOUNT
BIN
BRAND
CARDNO
CCCTY
CN
COMPLUS
CURRENCY
CVCCHECK
ECI
ED
FXAMOUNT
FXCURRENCY
IP
IPCTY
NCERROR
ORDERID
PAYID
PM
STATUS
SUBBRAND
TRXDATE
VCYou don’t have to use all of them but any you use that are not listed will cause the validation to fail, additionally I had problems with the AAVCheck and CVCCheck responses in the barclays production system that didn’t show up in the barclays test system. so if you have those enabled try disabling them.
Other than that try obtaining the actual data posted back from barclays using your browsers developer tools and checking through the technical docs of the barclays epdq.
if it helps anyone – I’ve created a github fork of the plugin with the fixes for woocommerce 2.1.x suggested on these pages.
https://github.com/ajbrowe/woocommerce-epdq-payment-gateway
Share and enjoy.
Forum: Plugins
In reply to: [Eventify™ - Simple Events] Problem with the date pickerThe plugin uses an older version of the jquery UI library (1.7.2) to display the date picker that is no longer compatible with the version of jquery (1.8.3) provided in wordpress 3.5.1
I have manually upgraded the jquery ui files in the plugin to the new version and I think it’s working better.
I did this by replacing the contents of wp-content/plugins/eventify/js/ui.core.js and wp-content/plugins/eventify/js/ui.datepicker.js with the files I downloaded from http://jqueryui.com/resources/download/jquery-ui-1.9.2.zip
You could do this via the Plugins -> Editor