![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/orderforms/phox/ |
{include file="orderforms/phox/common.tpl"}
<div id="order-phox">
<div class="row">
<div class="cart-sidebar">
{include file="orderforms/phox/sidebar-categories.tpl"}
</div>
<div class="cart-body">
<div class="header-lined">
<h1 class="font-size-36">
{if $productGroup.headline}
{$productGroup.headline}
{else}
{$productGroup.name}
{/if}
</h1>
{if $productGroup.tagline}
<p>{$productGroup.tagline}</p>
{/if}
</div>
{if $errormessage}
<div class="alert alert-danger">
{$errormessage}
</div>
{elseif !$productGroup}
<div class="alert alert-info">
{lang key='orderForm.selectCategory'}
</div>
{/if}
{include file="orderforms/phox/sidebar-categories-collapsed.tpl"}
<div class="products" id="products">
<div class="row row-eq-height">
{foreach $products as $key => $product}
{$idPrefix = ($product.bid) ? ("bundle"|cat:$product.bid) : ("product"|cat:$product.pid)}
<div class="col-md-4">
<div class="product clearfix {if $product.isFeatured}featured-product{/if}" id="{$idPrefix}">
{if $product.isFeatured}<span class="featured-product-label">{$LANG.featuredProduct}</span>{/if}
<header>
<span id="{$idPrefix}-name">{$product.name}</span>
{if $product.stockControlEnabled}
<span class="qty">
{$product.qty} {$LANG.orderavailable}
</span>
{/if}
<div class="product-pricing" id="{$idPrefix}-price">
{if $product.bid}
{$LANG.bundledeal}<br />
{if $product.displayprice}
<span class="price">{$product.displayprice}</span>
{/if}
{else}
{if $product.pricing.hasconfigoptions}
{$LANG.startingfrom}
<br />
{/if}
<span class="price">{$product.pricing.minprice.price}</span>
<br />
{if $product.pricing.minprice.cycle eq "monthly"}
{$LANG.orderpaymenttermmonthly}
{elseif $product.pricing.minprice.cycle eq "quarterly"}
{$LANG.orderpaymenttermquarterly}
{elseif $product.pricing.minprice.cycle eq "semiannually"}
{$LANG.orderpaymenttermsemiannually}
{elseif $product.pricing.minprice.cycle eq "annually"}
{$LANG.orderpaymenttermannually}
{elseif $product.pricing.minprice.cycle eq "biennially"}
{$LANG.orderpaymenttermbiennially}
{elseif $product.pricing.minprice.cycle eq "triennially"}
{$LANG.orderpaymenttermtriennially}
{/if}
<br>
{if $product.pricing.minprice.setupFee}
<small>{$product.pricing.minprice.setupFee->toPrefixed()} {$LANG.ordersetupfee}</small>
{/if}
{/if}
</div>
</header>
<div class="product-desc">
{if $product.featuresdesc}
<p id="{$idPrefix}-description">
{$product.featuresdesc}
</p>
{/if}
<ul>
{foreach $product.features as $feature => $value}
<li id="{$idPrefix}-feature{$value@iteration}">
<span class="feature-value">{$value}</span>
{$feature}
</li>
{/foreach}
</ul>
</div>
<footer>
<a href="{$product.productUrl}" class="wdes-order-btn" id="{$idPrefix}-order-button">
<i class="fad fa-shopping-cart"></i>
{$LANG.ordernowbutton}
</a>
</footer>
</div>
</div>
{if $product@iteration % 3 == 0}
</div>
<div class="row row-eq-height">
{/if}
{/foreach}
</div>
</div>
</div>
</div>
</div>