{elseif !empty($shipping_methods) || $product_level_method}
{*****************************************************************}
{** HERE IS PRODUCT LEVEL METHOD AND ONLY ONE MORE OTHER METHOD **}
{if $product_level_method && !empty($shipping_methods) && $shipping_methods_count == 1}
{foreach from=$shipping_methods item="sm"}
{if $sm.shipping_price+$product_level_method.shipping_price>0}
Shipping price for your order is {$sm.shipping_price+$product_level_method.shipping_price|price} ({$sm.method_name|htmlspecialchars}{if $order->shippingTaxable};{$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if})
{else}
Shipping method for your order is {$sm.method_name|htmlspecialchars}{if $order->shippingTaxable};{$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if}
{/if}
{/foreach}
{assign var="show_other_methods" value="0"}
{else}
{**********************************}
{** HERE IS PRODUCT LEVEL METHOD **}
{if $product_level_method}