{* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *}

{if isset($room_extra_demands) && $room_extra_demands} {* {if isset($cart_htl_data)} {foreach from=$cart_htl_data key=data_k item=data_v} {foreach from=$data_v['date_diff'] key=rm_k item=rm_v} {if isset($rm_v['extra_demands']) && $rm_v['extra_demands']} {assign var=roomCount value=1} {foreach $rm_v['extra_demands'] as $roomDemand} {foreach name=demandRow from=$roomDemand['extra_demands'] item=demand} {if $smarty.foreach.demandRow.first} {/if} {/foreach} {assign var=roomCount value=$roomCount+1} {/foreach} {/if} {/foreach} {/foreach} {/if} *} {* {foreach from=$cart_htl_data key=data_k item=data_v} {foreach from=$data_v['date_diff'] key=rm_k item=rm_v} *} {* {if isset($rm_v['extra_demands']) && $rm_v['extra_demands']} *} {assign var=roomCount value=1} {foreach $room_extra_demands as $roomDemand} {foreach name=demandRow from=$roomDemand['extra_demands'] item=demand} {if $smarty.foreach.demandRow.first} {/if} {/foreach} {assign var=roomCount value=$roomCount+1} {/foreach} {* {/if} {/foreach} {/foreach} *}
{l s='Additional Facilities Details' pdf='true'}
{l s='Room Type' pdf='true'} {l s='Name' pdf='true'} {l s='Tax rate(s)' pdf='true'} {l s='Total' pdf='true'}
{l s='(Tax excl.)' pdf='true'}
{$data_v['name']}
{$rm_v['data_form']} {l s='to' pdf='true'} {$rm_v['data_to']}
{l s='Room' pdf='true'} - {$roomCount}
{$demand['name']} {$demand['extra_demands_tax_label']} {displayPrice currency=$order->id_currency price=$demand['total_price_tax_excl']}
{$roomDemand['room_type_name']}
{dateFormat date=$roomDemand['date_from']} {l s='to' pdf='true'} {dateFormat date=$roomDemand['date_to']}
{l s='Room' pdf='true'} - {$roomCount}
{$demand['name']} {$demand['extra_demands_tax_label']} {displayPrice currency=$order->id_currency price=$demand['total_price_tax_excl']}
{/if}

{if isset($room_additinal_services) && $room_additinal_services} {* {foreach from=$cart_htl_data key=data_k item=data_v} {foreach from=$data_v['date_diff'] key=rm_k item=rm_v} *} {* {if isset($rm_v['extra_demands']) && $rm_v['extra_demands']} *} {assign var=roomCount value=1} {foreach $room_additinal_services as $roomService} {foreach name=demandRow from=$roomService['additional_services'] item=service} {if $smarty.foreach.demandRow.first} {/if} {/foreach} {assign var=roomCount value=$roomCount+1} {/foreach} {* {/if} {/foreach} {/foreach} *}
{l s='Service Details' pdf='true'}
{l s='Room Type' pdf='true'} {l s='Name' pdf='true'} {l s='Tax rate(s)' pdf='true'} {l s='Qty' pdf='true'} {l s='Total' pdf='true'}
{l s='(Tax excl.)' pdf='true'}
{$roomService['room_type_name']}
{dateFormat date=$roomService['date_from']} {l s='to' pdf='true'} {dateFormat date=$roomService['date_to']}
{l s='Room' pdf='true'} - {$roomCount}
{$service['name']} {$service['product_tax_label']} {if $service['allow_multiple_quantity']} {$service['quantity']} {else} {l s='--' pdf='true'} {/if} {displayPrice currency=$order->id_currency price=$service['total_price_tax_excl']}
{/if}