Plugin Author
WooDev
(@woodev)
What payment gateway plugins are you using?
Is there anything in your console log when you open an order?
Plugin Author
WooDev
(@woodev)
Closing due to inactivity
Hi, I’m seeing the same thing. We are using card connect
Plugin Author
WooDev
(@woodev)
Card Connect – never heard of it. I just went to take a look at it and it doesn’t have any screenshots.
Before I go and download it to test, does it contain a payment form that gets placed on your website or does it take you offsite?
Check your javascript console log and see what is being output.
It does not take us offsite and contains payment that is on our website.
this is the java:
addLoadEvent = function(func){if(typeof jQuery!=”undefined”)jQuery(document).ready(func);else if(typeof wpOnload!=’function’){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = ‘/wp-admin/admin-ajax.php’,
pagenow = ‘shop_order’,
typenow = ‘shop_order’,
adminpage = ‘post-php’,
thousandsSeparator = ‘,’,
decimalPoint = ‘.’,
isRtl = 0;
Plugin Author
WooDev
(@woodev)
Doesn’t look like that is a error, could you email me at james@morrisonconsulting-llc.com so we can see what is going on