Plug in has been abandoned.
-
If anyone sees this, we can safely assume this plug in has been abandoned. One of the issues you will have with this plug in is that it will not send the right info to the API hook. You will have to go in to the plug in editor on wordpress and modify the fields that it is sending to fix this.
AKA your plug in sends the first name twice to processor, not first name last name.
I modified mine to look like this to get the proper info.
$wc_order->billing_first_name, $wc_order->billing_last_name, $wc_order->billing_company, $wc_order->billing_myfield6, $wc_order->billing_myfield8, $wc_order->billing_myfield10, $wc_order->billing_state, $wc_order->billing_postcode, $wc_order->billing_country, $wc_order->billing_phone, $wc_order->billing_phone, $wc_order->billing_email, $wc_order->billing_myfield12,
The topic ‘Plug in has been abandoned.’ is closed to new replies.