• Resolved vasilkovsky

    (@vasilkovsky)


    How can checkin and checkout dates be displayed? Is there any function for this?
    I am customizing checkout page and i do not need woocommerce_checkout_order_review action there, i need to place checkin and checkout dates of ordered item in my own html. Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author minalk

    (@minalk)

    We will be providing widgets in future to get the booking information in custom pages. Right now, we do not recommend using the internal functions to get these details.

    Thank you.

    Thread Starter vasilkovsky

    (@vasilkovsky)

    Seems like
    $checkin_date = apply_filters( ‘woocommerce_checkout_book_from_date’,sprintf($cart_item[‘phive_book_from_date’] ), $cart_item, $cart_item_key );
    did the trick without doing something wrong.

    Let me guess – all these new features will be in pro version only?\

    Plugin Author minalk

    (@minalk)

    That is great.

    Yes, the new features will be part of the PRO version.

    BTW, Your site looks good. Best wishes to you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display order info in custom markup’ is closed to new replies.