• 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)
  • Plugin Support Upendra Kapse

    (@wpupen)

    Hello,

    First of all, apologies for the delay in getting back to you on this.

    I just tested this on our end by creating an order manually from the backend and the product purchased in the order is showing up fine in the delivery note as you can see in this screenshot: https://prnt.sc/Y50GDmRQ9_tU

    I even tried this with the v4.6.2 and it worked well on that version too. Can you please check if you have done some customizations that could be causing this issue?

    Kind Regards,
    Upendra.

    Thread Starter chouonrow

    (@chouonrow)

    Hi,
    dont worry for the delay. I guess there is some kind of incompatibility with the old version we are using or some other plugin. To reply you I will we updating the whole system soon and I will try to find out again. I also have a plugin for custom fields so it could be the reason.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Delivery note info-list’ is closed to new replies.