{* * 2010-2020 Webkul. * * NOTICE OF LICENSE * * All right is reserved, * Please go through this link for complete license : https://store.webkul.com/license.html * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this module to newer * versions in the future. If you wish to customize this module for your * needs please refer to https://store.webkul.com/customisation-guidelines/ for more information. * * @author Webkul IN * @copyright 2010-2020 Webkul IN * @license https://store.webkul.com/license.html *} {if isset($hotelRoomDisplay) && $hotelRoomDisplay}
{if $HOTEL_ROOM_DISPLAY_HEADING && $HOTEL_ROOM_DISPLAY_DESCRIPTION}

{$HOTEL_ROOM_DISPLAY_HEADING|escape:'htmlall':'UTF-8'}

{$HOTEL_ROOM_DISPLAY_DESCRIPTION|escape:'htmlall':'UTF-8'}


{/if}
{assign var='htlRoomBlockIteration' value=0} {foreach from=$hotelRoomDisplay item=roomDisplay name=htlRoom} {if $smarty.foreach.htlRoom.iteration%2}
{/if}
{$roomDisplay.name|escape:'htmlall':'UTF-8'} {hook h='displayHotelRoomsBlockImageAfter' room_type=$roomDisplay}

{$roomDisplay.name|escape:'htmlall':'UTF-8'}

{if $roomDisplay.show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}

{if $roomDisplay.feature_price_diff >= 0} {convertPrice price = $roomDisplay.price_without_reduction} {/if} {if $roomDisplay.feature_price_diff} {convertPrice price = $roomDisplay.feature_price} {/if} / {l s='Per Night' mod='wkhotelroom'}

{/if}
{$roomDisplay.description}
{if !($smarty.foreach.htlRoom.iteration%2)}
{/if} {assign var='htlRoomBlockIteration' value=$smarty.foreach.htlRoom.iteration} {/foreach} {if $htlRoomBlockIteration%2}
{/if}

{/if}