Patrick
Forum Replies Created
-
I have not been able to trigger a failure at all with a valid card.
And we have not seen a failure for about the last 10 transactions now.Just added a bit of code to add the error code (L_ERRORCODE0) to the order notes, so next failure I will have some more information.
Thanks, and I will report back.
Just looking at our PayPal console, and there are no failed IPNs there to match the failed transactions in WooComm.
So it appears that occasionally the requests are not being sent.
Can you think of anything that may be blocking our requests to PayPal?
Thanks again.
Thank you for the prompt response.
I am not sure if the customer is seeing a response code, but the order in admin just shows a couple of notes that say…
Paypal Credit Card Payment Failed with message: ‘This transaction cannot be processed.
So I guess that was what I was asking; are the response codes logged anywhere?
Forum: Plugins
In reply to: [Search Everything] Media tags not showing up in search resultsI cannot get it to search on regular post tags or WooCommerce product tags…
Forum: Plugins
In reply to: [WooCommerce] Variable Product SKU DisplayYes, that would be great thanks Samuel.
I have a client quite eager to get this fixed before they go live.Thanks,
Sean K.Forum: Plugins
In reply to: [WooCommerce] Variable Product SKU DisplayIn meta.php, the if statement includes “variable” so I guess it should be displaying…
if ( $product->is_type( array( 'simple', 'variable' ) )Any idea of how to access an array of SKU’s for a variable product?