• Resolved konnox

    (@konnox)


    Does anyone know how I can bring along with the order date the time also on the print screen?

Viewing 1 replies (of 1 total)
  • Hi @konnox,

    Apologies for the extreme delay on this.

    In order to add the order date and time on the print screen, please try with the following code and check whether it is working fine or not.

    In the file includes > wcdn-template-function.php > wcdn_get_order_info() function find the below code :
    $fields[‘order_date’] = array(
    ‘label’ => __( ‘Order Date’, ‘woocommerce-delivery-notes’ ),
    ‘value’ => date_i18n( get_option( ‘date_format’ ), strtotime( $wdn_order_order_date ) ),
    );

    and replace the get_option( ‘date_format’ ) with get_option( ‘date_format’ ). ‘ H:i’

    Please let us know how it goes.

    Regards,
    Kenil Shah

    • This reply was modified 6 years, 6 months ago by kenil802.
    • This reply was modified 6 years, 6 months ago by kenil802.
Viewing 1 replies (of 1 total)

The topic ‘Hour with date’ is closed to new replies.