{if count($products) < 4} {/if}

{$productGroup.name}

{if $productGroup.headline}
{$productGroup.headline}
{/if} {if $productGroup.tagline}
{$productGroup.tagline}
{/if}
{if $showSidebarToggle}
{/if} {if $errormessage}
{$errormessage}
{elseif !$productGroup}
{lang key='orderForm.selectCategory'}
{/if}
{if $productGroup.features|@count > 0}

{$LANG.orderForm.includedWithPlans}


    {foreach $productGroup.features as $features}
  • {$features.feature}
  • {/foreach}
{/if}
{include file="orderforms/{$carttpl}/categories-options.tpl"} {include file="orderforms/{$carttpl}/recommendations-modal.tpl"}