Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author algol.plus

    (@algolplus)

    Hello

    please, add this code to section “Misc Settings”.
    thanks, Alex

    add_filter('woe_get_order_value__local_pickup_time_select', function ($value, $order, $fieldname) {
    return  $value ? date(wc_date_format(). " " . wc_time_format(),$value) : "";
    }, 10, 3);
    Thread Starter virap

    (@virap)

    wonderful, it works.

    Is there a way to adjust the timezone? in the export all pickup times show +4, so 5pm pickup on the export is 9pm etc.

    Plugin Author algol.plus

    (@algolplus)

    inside date()
    try replace
    $value
    with
    $value – 4*3600

    • This reply was modified 6 years ago by algol.plus.
    Thread Starter virap

    (@virap)

    thank you very much, works as expected now.

    Plugin Author algol.plus

    (@algolplus)

    you’re welcome

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

The topic ‘local_pickup_time format’ is closed to new replies.