• Resolved eddi87

    (@eddi87)


    Hi there,

    we using the plugin german market for creating delivery notes.
    Is there a way to display the delivery Date on the delivery notes?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support chetnapatel

    (@chetnapatel)

    Hi,

    To display a delivery date in the delivery notes, we do provide a function in our plugin which can be used to obtain the selected Delivery Date information for any particular order. The function is as follows:

    orddd_lite_get_order_delivery_date(): To obtain Delivery Date information for any particular order.

    Attaching a sample example for your convenience
    ?
    $order_id = 36; /*sample order ID*/
    $orddd_class = new orddd_lite_common();
    $delivery_date = $orddd_class->orddd_lite_get_order_delivery_date( $order_id );
    echo $delivery_date;

    Parameters:
    $order_id – This contains the order id for which delivery date is obtained.

    Please let me know if you have any further queries.

    Regards,
    Chetna Bhutka

    Thread Starter eddi87

    (@eddi87)

    Hi,

    thank you for your replay.
    We managed to solve the problem.

    Best Regards
    Eddi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delivery Date not showing on delivery note’ is closed to new replies.