Plugin Conflicts with EPDQ Payments
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from debbiecooper on May 14, 2020, 23:12I have still got problems with your plugin and even though I only bought it a week or so ago, I have now had to disable it because it was causing an error with my EPDQ payments. I really want to get this working and have been speaking to the developer of the EPDQ plugin. This is what he tells me is the problem -
"You will need to ask the plugin developer for WOOCS - WooCommerce Currency Switcher to fix his plugin as he is loading all his scripts on every single page.
The errors are after payment is made, when the customer is sent back to the website is when the WOOCS plugin breaks our checks.
Barclays sends us data back when the customer comes back to the website, this data is encrypted and we use your SHA-Out to decrypt it. The WOOCS plugin is messing with this.He just needs to make sure his code is not ran on this URL https://www.swankypins.co.uk/wc-api/epdq_checkout/ as this is where we do the SHA check.
I quickly disabled the WOOCS - WooCommerce Currency Switcher plugin, reloaded the page with the SHA issue and then turned back on the Currency plugin and the payment has gone through fine."
As it worked when he disabled your plugin, I have now had to remove the code from functions.php
add_filter('wp_head',function(){
if(is_checkout()){
global $WOOCS;
$WOOCS->set_currency('GBP');
}
});and then disable plugin.
Can you please help with this.
Thanks, Debbie
I have still got problems with your plugin and even though I only bought it a week or so ago, I have now had to disable it because it was causing an error with my EPDQ payments. I really want to get this working and have been speaking to the developer of the EPDQ plugin. This is what he tells me is the problem -
"You will need to ask the plugin developer for WOOCS - WooCommerce Currency Switcher to fix his plugin as he is loading all his scripts on every single page.
The errors are after payment is made, when the customer is sent back to the website is when the WOOCS plugin breaks our checks.
 Barclays sends us data back when the customer comes back to the website, this data is encrypted and we use your SHA-Out to decrypt it. The WOOCS plugin is messing with this.
He just needs to make sure his code is not ran on this URL https://www.swankypins.co.uk/wc-api/epdq_checkout/ as this is where we do the SHA check.
I quickly disabled the WOOCS - WooCommerce Currency Switcher plugin, reloaded the page with the SHA issue and then turned back on the Currency plugin and the payment has gone through fine."
As it worked when he disabled your plugin, I have now had to remove the code from functions.php
add_filter('wp_head',function(){
 if(is_checkout()){
 global $WOOCS;
 $WOOCS->set_currency('GBP');
 }
 });
and then disable plugin.
Can you please help with this.
Thanks, Debbie
Quote from Pablo Borysenco on May 15, 2020, 11:37Hello Debbie
Try to add this text "epdq_checkout" here - https://c2n.me/47wPuRU.png
Hello Debbie
Try to add this text"epdq_checkout" here - https://c2n.me/47wPuRU.png
Quote from debbiecooper on May 15, 2020, 12:47Hi, We already had the EPDQ checkout page disabled in there. * https://www.swankypins.co.uk/wc-api/epdq_checkout/ * I added as you suggest page epdq_checkout but is does not work. I cleared the cache and tried a test purchase again with your plugin re-enabled, but we are still getting
#Transaction is unsuccessful due to a SHA-Out issue after a customer tries to make payment.I have to disable your plugin while we sort this out, but need it for my overseas customers. Please let me know what else I can try to make this work. Thanks, Debbie
Hi, We already had the EPDQ checkout page disabled in there. * https://www.swankypins.co.uk/wc-api/epdq_checkout/ * I added as you suggest page epdq_checkout but is does not work. I cleared the cache and tried a test purchase again with your plugin re-enabled, but we are still getting
Quote from Pablo Borysenco on May 18, 2020, 11:10Hello
Ok! Please drop me wp-admin+FTP access I will check it
Hello
Ok! Please drop me wp-admin+FTP access I will check it
