Server IP : 213.176.29.180 / Your IP : 3.144.92.231 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/webtaragh/public_html/whmcs/templates/orderforms/pure_comparison/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Product Recommendations CSS --> <link type="text/css" rel="stylesheet" href="{$BASE_PATH_CSS}/recommendations.min.css" property="stylesheet" /> <!-- Core CSS --> <link type="text/css" rel="stylesheet" href="{assetPath file="style.css"}" property="stylesheet" /> <script> jQuery(document).ready(function () { jQuery('#btnShowSidebar').click(function () { if (jQuery(".product-selection-sidebar").is(":visible")) { jQuery('.row-product-selection').css('left','0'); jQuery('.product-selection-sidebar').fadeOut(); jQuery('#btnShowSidebar').html('<i class="fas fa-arrow-circle-right"></i> {$LANG.showMenu}'); } else { jQuery('.product-selection-sidebar').fadeIn(); jQuery('.row-product-selection').css('left','300px'); jQuery('#btnShowSidebar').html('<i class="fas fa-arrow-circle-left"></i> {$LANG.hideMenu}'); } }); }); </script> {if $showSidebarToggle} <button type="button" class="btn btn-default btn-sm" id="btnShowSidebar"> <i class="fas fa-arrow-circle-right"></i> {$LANG.showMenu} </button> {/if} <div class="row row-product-selection"> <div class="col-md-3 sidebar product-selection-sidebar" id="premiumComparisonSidebar"> {include file="orderforms/standard_cart/sidebar-categories.tpl"} </div> <div class="col-md-12"> <div id="order-pure_comparison" class="page-container"> <div class="txt-center"> <h3 id="headline" class="font-size-24"> {if $productGroup.headline} {$productGroup.headline} {else} {$productGroup.name} {/if} </h3> {if $productGroup.tagline} <h5 id="tagline"> {$productGroup.tagline} </h5> {/if} {if $errormessage} <div class="alert alert-danger"> {$errormessage} </div> {elseif !$productGroup} <div class="alert alert-info"> {lang key='orderForm.selectCategory'} </div> {/if} </div> <div id="products" class="price-table-container"> <ul> {foreach $products as $product} {$idPrefix = ($product.bid) ? ("bundle"|cat:$product.bid) : ("product"|cat:$product.pid)} <li id="{$idPrefix}"> <div class="price-table{if $product.isFeatured} active{/if}"> <div class="top-head"> <div class="top-area"> <h4 id="{$idPrefix}-name"> {$product.name} </h4> {if $product.isFeatured} <div class="popular-plan"> <div class="plan-container"> <div class="txt-container">{$LANG.featuredProduct|upper}</div> </div> </div> {/if} {if $product.tagLine} <p id="{$idPrefix}-tag-line">{$product.tagLine}</p> {/if} </div> </div> <ul id="productDescription{$product@iteration}"> {foreach $product.features as $feature => $value} <li id="{$idPrefix}-feature{$value@iteration}"> <span>{$value}</span> {$feature} </li> {foreachelse} <li id="{$idPrefix}-description"> {$product.description} </li> {/foreach} </ul> <div class="price-area"> <div class="price" id="{$idPrefix}-price"> {if $product.bid} {$LANG.bundledeal} {if $product.displayprice} <br /><br /><span>{$product.displayPriceSimple}</span> {/if} {elseif $product.paytype eq "free"} {$LANG.orderfree} {elseif $product.paytype eq "onetime"} {$product.pricing.onetime} {$LANG.orderpaymenttermonetime} {else} {if $product.pricing.hasconfigoptions} {$LANG.from} {/if} {$product.pricing.minprice.cycleText} <br> {if $product.pricing.minprice.setupFee} <small>{$product.pricing.minprice.setupFee->toPrefixed()} {$LANG.ordersetupfee}</small> {/if} {/if} </div> {if $product.qty eq "0"} <span id="{$idPrefix}-unavailable" class="order-button unavailable"> {$LANG.outofstock} </span> {else} <a href="{$product.productUrl}" class="order-button" id="{$idPrefix}-order-button"{if $product.hasRecommendations} data-has-recommendations="1"{/if}> {$LANG.ordernowbutton} </a> {/if} </div> </div> </li> {/foreach} </ul> </div> {if count($productGroup.features) > 0} <div class="includes-features"> <div class="row clearfix"> <div class="col-md-12"> <div class="head-area"> <span class="primary-bg-color"> {$LANG.orderForm.includedWithPlans} </span> </div> <ul class="list-features"> {foreach $productGroup.features as $features} <li>{$features.feature}</li> {/foreach} </ul> </div> </div> </div> {/if} </div> </div> </div> {include file="orderforms/pure_comparison/recommendations-modal.tpl"} <script src="{$BASE_PATH_JS}/whmcs/recommendations.min.js"></script>