Delivery note info-list
-
Hi there!
I have a small problem with oders that have been manually introduced through the Orderlist in woocommerce and the delivery note.
The info list of fields like e.g. Ordernumber, telephone, pay method etc… right before the product list is missing, when the order is manually introduced by the admin. The orders done by the customers work perfect. This is the code exactly where the information doesnt load.
<ul class="info-list"> <?php $fields = apply_filters( 'wcdn_order_info_fields', wcdn_get_order_info( $order ), $order ); ?> <?php foreach ( $fields as $field ) : ?> <li> <strong><?php echo wp_kses_post( apply_filters( 'wcdn_order_info_name', $field['label'], $field ) ); ?></strong> <span><?php echo wp_kses_post( apply_filters( 'wcdn_order_info_content', $field['value'], $field ) ); ?></span> </li> <?php endforeach; ?> </ul>Any idea why is this? Some workaround to fix this? Im using an old version (4.6.2) since I can’t update for now. Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Delivery note info-list’ is closed to new replies.