Okay
  Public Ticket #1434938
room type
Closed

Comments

  • gchamorro_2000 started the conversation

    How can I get room types created by admin user to be visible to all users when they create their apartments?

  •  2,057
    Theme replied

    Hi,

    Please copy includes/plugins/frontend-submit/frontend-submit.php to your child theme (same folder structure), and change the two occurrences of this line from:

    $room_type_query = $bookyourtravel_room_type_helper->list_room_types($this->get_author_id_for_list(), array('publish', 'draft'));

    to

    $room_type_query = $bookyourtravel_room_type_helper->list_room_types(null, array('publish', 'draft'));

    Best regards,

    themeenergy support

  • gchamorro_2000 replied

    Great, thanks

  •  2,057
    Theme replied

    You are welcome!

    Best regards,

    themeenergy support