_gazchap_purchase_order
-
Unfortunately you cannot see the problem on the front end of the site. We use myworks to sync the order with accounting and the format of the variable that is sent from the gazchap has a nested array.
array ( 0 => array ( ), )
This is not the standard now with woocommerce. Is there a way that you can fix it?
It should look like
array ( 0 => '', )
if empty and
array ( 0 => '123456ponumber', )
if there is a value
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘_gazchap_purchase_order’ is closed to new replies.