{* * 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($service_product_data) && $service_product_data} {if $display_product_images} {/if} {foreach $service_product_data as $product} {cycle values=["color_line_even", "color_line_odd"] assign=bgcolor_class} {if $display_product_images} {/if} {/foreach}
{l s='Service Products Details' pdf='true'}
{l s='Image' pdf='true'}{l s='Name' pdf='true'} {l s='Tax Rate(s)' pdf='true'} {l s='Unit Price' pdf='true'}
{l s='(Tax excl.)' pdf='true'}
{l s='Qty' pdf='true'} {l s='Total' pdf='true'}
{l s='(Tax excl.)' pdf='true'}
{if isset($product.image) && $product.image->id} {$product.image_tag} {/if} {$product.product_name} {$product.order_detail_tax_label} {displayPrice currency=$order->id_currency price=$product.unit_price_tax_excl_including_ecotax} {$product.product_quantity} {displayPrice currency=$order->id_currency price=$product.total_price_tax_excl_including_ecotax}
{/if}