{$productGroup.name}

{if $productGroup.headline}
{$productGroup.headline}
{/if} {if $productGroup.tagline}
{$productGroup.tagline}
{/if}
{if $errormessage}
{$errormessage}
{elseif !$productGroup}
{lang key='orderForm.selectCategory'}
{/if}
{include file="orderforms/$carttpl/sidebar-categories-collapsed.tpl"}
{foreach $products as $key => $product} {$idPrefix = ($product.bid) ? ("bundle"|cat:$product.bid) : ("product"|cat:$product.pid)}

{$product.name} {if $product.stockControlEnabled}
{$product.qty} {$LANG.orderavailable}
{/if}

{if $product.featuresdesc}
{$product.featuresdesc}
{else}{/if}
{if $product.bid}
{$LANG.bundledeal}
{if $product.displayprice} {$product.displayPriceSimple} {/if} {/if}
{if $product.bid} {elseif $product.paytype eq "free"} {$LANG.orderfree} {elseif $product.paytype eq "onetime"} {$product.pricing.minprice.simple}
{$LANG.orderpaymenttermonetime} {else} {if $product.pricing.hasconfigoptions} {$LANG.from}
{/if} {$product.pricing.minprice.price} {if $product.pricing.minprice.cycle eq "monthly"} /{$LANG.pricingCycleShort.monthly} {elseif $product.pricing.minprice.cycle eq "quarterly"} /{$LANG.pricingCycleShort.quarterly} {elseif $product.pricing.minprice.cycle eq "semiannually"} /{$LANG.pricingCycleShort.semiannually} {elseif $product.pricing.minprice.cycle eq "annually"} /{$LANG.pricingCycleShort.annually} {elseif $product.pricing.minprice.cycle eq "biennially"} /{$LANG.pricingCycleShort.biennially} {elseif $product.pricing.minprice.cycle eq "triennially"} /{$LANG.pricingCycleShort.triennially} {/if} {/if}
{if $product.pricing.minprice.setupFee}
({$product.pricing.minprice.setupFee->toPrefixed()} {$LANG.ordersetupfee})
{/if}
{$LANG.ordernowbutton}
    {foreach $product.features as $feature => $value}
  • {$value} {$feature}
  • {/foreach}
{if $product.freedomain neq ""}
{lang key="orderfreedomainonly"}
{/if} {if $product.isFeatured}
{$LANG.featuredProduct}
{/if}
{/foreach}
{if $productGroup.features|@count > 0}

{$LANG.orderForm.includedWithPlans}


    {foreach $productGroup.features as $features}
  • {$features.feature}
  • {/foreach}
{/if}