T.ME/BIBIL_0DAY
CasperSecurity


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/lagom2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/orderforms/lagom2/viewcart.tpl
{if isset($RSThemes['pages'][$templatefile]) && file_exists($RSThemes['pages'][$templatefile]['fullPath'])}
    {include file=$RSThemes['pages'][$templatefile]['fullPath']}
{else}
    {include file="orderforms/$carttpl/common.tpl"}
    <script>
        // Define state tab index value
        var statesTab = 10;
        var stateNotRequired = true;
    </script>    
    <script type="text/javascript" src="{$BASE_PATH_JS}/StatesDropdown.js"></script>

    <div class="main-grid{if $mainGrid} {$mainGrid}{/if}">
        <div class="main-content {if $mainContentClasses} {$mainContentClasses}{/if}">        
        {if $cartitems == 0}
            <div class="message message-no-data">
                <div class="message-image">
                    {include file="$template/includes/common/svg-icon.tpl" icon="basket"}                        
                </div>
                <h6 class="message-title">{$LANG.cartempty}</h6>
                <div class="message-action">
                    <a class="btn btn-primary" href="{$WEB_ROOT}/cart.php">
                        {$rslang->trans('order.start_shopping')}
                    </a>
                </div>
            </div>        
            {if $promoSliderExtension  && $promoBannerStatus eq '1'}
                {include file="$template/core/extensions/PromoBanners/promo-slide.tpl" setting="cart-view" class="m-t-3x"}
            {/if}
        {else}
            {if $promoerrormessage}
            <div class="alert alert-lagom alert-primary alert-danger" role="alert">
                <div class="alert-body">
                    {$promoerrormessage}
                </div>
            </div>
            {elseif $errormessage}
            <div class="alert alert-lagom alert-primary alert-danger" role="alert">
                <div class="alert-body">
                    <p>{$LANG.orderForm.correctErrors}:</p>
                    <ul>
                        {$errormessage}
                    </ul>
                </div>
            </div>
            {elseif $promotioncode && $rawdiscount eq "0.00"}
            <div class="alert alert-lagom alert-primary alert-info" role="alert">
                <div class="alert-body">
                    {$LANG.promoappliedbutnodiscount}
                </div>
            </div>
            {elseif $promoaddedsuccess}
            <div class="alert alert-lagom alert-primary alert-success" role="alert">
                <div class="alert-body">
                    {$LANG.orderForm.promotionAccepted}
                </div>
            </div>
            {/if}
            {if $bundlewarnings}
            <div class="alert alert-lagom alert-primary alert-warning" role="alert">
                <div class="alert-body">
                    <strong>{$LANG.bundlereqsnotmet}</strong><br />
                    <ul>
                        {foreach from=$bundlewarnings item=warning}
                            <li>{$warning}</li>
                        {/foreach}
                    </ul>
                </div>
            </div>
            {/if}
            {include file="orderforms/$carttpl/includes/viewcart/summary-table.tpl"}
            {*{include file="orderforms/$carttpl/includes/viewcart/choose-currency.tpl"}*}
            {if $RSThemes['pages'][$templatefile]['config']['hidePromoBox'] != "1"}
                {include file="orderforms/$carttpl/includes/viewcart/promo-code.tpl"}
            {/if}
            {if $hookOutput}
            <div class="section">
                {foreach $hookOutput as $output}
                    {$output|replace:'style="margin:20px 0;"':''|replace:'<div class="sub-heading"><span>':'<div class="section-header"><span class="section-title">'|replace:'<div class="sub-heading"><span class="primary-bg-color">':'<div class="section-header"><span class="section-title">'}
                {/foreach}
            </div>
            {/if}
            <script>
                window.langPasswordStrength = "{$LANG.pwstrength}";
                window.langPasswordWeak = "{$LANG.pwstrengthweak}";
                window.langPasswordModerate = "{$LANG.pwstrengthmoderate}";
                window.langPasswordStrong = "{$LANG.pwstrengthstrong}";
                window.langPasswordTooShort = "{$rslang->trans('login.at_least_pass')}";
            </script>
            <form method="post" action="{$smarty.server.PHP_SELF}?a=checkout" name="orderfrm" class="billing-details-form" id="frmCheckout">
                <input type="hidden" name="checkout" value="true" />
                               
                {include file="orderforms/$carttpl/includes/viewcart/form-billing.tpl"}
                {include file="orderforms/$carttpl/includes/viewcart/form-domain-details.tpl"}
                {include file="orderforms/$carttpl/includes/viewcart/form-payment-gateway.tpl"}

                {if $showMarketingEmailOptIn}
                <div class="section{if isset($RSThemes['pages'][$templatefile]) && isset($RSThemes['pages'][$templatefile]['config']['hideJoinToMailingList']) && $RSThemes['pages'][$templatefile] && $RSThemes['pages'][$templatefile]['config']['hideJoinToMailingList'] == "1"} hidden{/if}">
                    <div class="section-header">
                        <h2 class="section-title">{lang key='emailMarketing.joinOurMailingList'}</h2>
                        <p class="section-desc">{$marketingEmailOptInMessage}</p>
                    </div>
                    <div class="section-body">
                        <div class="panel panel-switch m-w-288{if $marketingEmailOptIn} checked{/if}">
                            <div class="panel-body">
                                <span class="switch-label">{$rslang->trans('generals.receive_emails')}</span>
                                <label class="switch switch--lg switch--text">
                                    <input class="switch__checkbox" type="checkbox" name="marketingoptin" value="1" {if $marketingEmailOptIn} checked{/if}>
                                    <span class="switch__container"><span class="switch__handle"></span></span>
                                </label>
                            </div>
                        </div>
                    </div>
                </div>
                {/if}
                {if $shownotesfield}
                <div class="section">
                    <div class="section-header">
                        <h2 class="section-title">{$LANG.orderForm.additionalNotes}</h5>
                    </div>
                    <div class="section-body">
                        <textarea name="notes" class="form-control" rows="4" placeholder="{$LANG.ordernotesdescription}">{$orderNotes}</textarea>
                    </div>
                </div>
                {/if}
                {if $captcha}
                    {include file="$template/includes/captcha.tpl"}
                {/if}
                {if $RSThemes['pages'][$templatefile] && $RSThemes['pages'][$templatefile]['config']['tosLocation'] === "End of order page"}
                    {if $accepttos}
                        <div class="order-checkbox" data-form-input="#accepttos">
                            <div class="checkbox m-t-3x m-b-1x" id="tos-checkbox">
                                <label>
                                    <input class="icheck-control" type="checkbox" data-tos-checkbox />
                                    <span>{$LANG.ordertosagreement} <a href="{$tosurl}" target="_blank">{$LANG.ordertos}</a></span>
                                </label>
                            </div>
                            <div class="alert alert-lagom alert-xs alert-danger m-b-2x hidden">
                                <div class="alert-body">
                                    {$LANG.ordererroraccepttos}
                                </div>
                            </div> 
                        </div>
                        {if file_exists("templates/orderforms/$carttpl/includes/viewcart/custom-tos.tpl")}
                            {include file="templates/orderforms/$carttpl/includes/viewcart/custom-tos.tpl"}
                        {/if}
                    {/if}
                {/if} 
                {if $servedOverSsl}
                <div class="section">
                    <div class="section-body">
                        <div class="alert alert-warning checkout-security-msg">
                            <div class="alert-body">
                                <i class="ls ls-lock"></i>
                                {$LANG.ordersecure} (<strong>{$ipaddress}</strong>) {$LANG.ordersecure2}
                            </div>
                        </div>
                    </div>
                </div>
                {/if}
                <input class="hidden" type="checkbox" name="accepttos" id="accepttos" />
                {if file_exists("templates/orderforms/$carttpl/includes/viewcart/custom-tos-hidden.tpl")}
                    {include file="templates/orderforms/$carttpl/includes/viewcart/custom-tos-hidden.tpl"}
                {/if}
                <button type="submit" id="submit-checkout" class="hidden btn btn-primary btn-lg {if $captcha}{$captcha->getButtonClass($captchaForm)}{/if}">
                    {$LANG.completeorder}
                </button>

                <button type="submit"
                        id="btnCompleteOrder"
                        class="hidden btn btn-primary btn-lg disable-on-click spinner-on-click{if $captcha}{$captcha->getButtonClass($captchaForm)}{/if}"
                        {if $cartitems==0}disabled="disabled"{/if}
                >
                    {if $inExpressCheckout}{$LANG.confirmAndPay}{else}{$LANG.completeorder}{/if}
                    &nbsp;<i class="fas fa-arrow-circle-right"></i>
                </button>

            </form>
            <script type="text/javascript" src="{$BASE_PATH_JS}/jquery.payment.js"></script>
            <script>
                var hideCvcOnCheckoutForExistingCard = '{if $canUseCreditOnCheckout && $applyCredit && ($creditBalance->toNumeric() >= $total->toNumeric())}1{else}0{/if}';
            </script>
        {/if}
        </div>
        <div class="main-sidebar main-sidebar-lg">
            <div class="sidebar-sticky sidebar-sticky-summary" {if $RSThemes.addonSettings.show_affixed_navigation == 'enabled'}data-sidebar-sticky{/if}>
                <div class="panel panel-summary panel-summary-{$summaryStyle} order-summary" id="orderSummary">
                    <div class="loader" id="orderSummaryLoader" style="display: none;">
                    {if $summaryStyle == 'default'}
                        {include file="$template/includes/common/loader.tpl" classes="spinner-sm"}
                    {else}
                        {include file="$template/includes/common/loader.tpl" classes="spinner-sm spinner-light"}
                    {/if}
                    </div>
                    <div class="panel-heading">
                        <h2 class="panel-title">{$LANG.ordersummary}</h2>
                    </div>
                    {include file="orderforms/$carttpl/ordersummary-checkout.tpl"}
                </div>
                {if $RSThemes['pages'][$templatefile]['config']['tosLocation'] === "Default" || !isset($RSThemes['pages'][$templatefile]['config']['tosLocation'])}
                    {if $accepttos}
                        <div class="order-checkbox" data-form-input="#accepttos">
                            <div class="checkbox m-t-0 m-b-1x" id="tos-checkbox">
                                <label>
                                    <input class="icheck-control" type="checkbox" data-tos-checkbox />
                                    <span>{$LANG.ordertosagreement} <a href="{$tosurl}" target="_blank">{$LANG.ordertos}</a></span>
                                </label>
                            </div>
                            <div class="alert alert-lagom alert-xs alert-danger m-b-2x hidden">
                                <div class="alert-body">
                                    {$LANG.ordererroraccepttos}
                                </div>
                            </div> 
                        </div>
                        {if file_exists("templates/orderforms/$carttpl/includes/viewcart/custom-tos.tpl")}
                            {include file="templates/orderforms/$carttpl/includes/viewcart/custom-tos.tpl"}
                        {/if}
                    {/if}
                {/if}
            </div>
        </div>
    </div>          
    {* end of .main-grid *}

    <div class="order-summary order-summary-mob is-fixed" id="orderSummary" data-fixed-actions href="#orderSummary">    
        <button type="button" class="btn btn-lg btn-primary-faded btn-checkout{if $cartitems == 0} disabled{/if}" {if $cartitems == 0} disabled{/if} data-btn-loader id="checkout">
            <span><i class="ls ls-share"></i>{$LANG.orderForm.checkout}</span>
            <div class="loader loader-button hidden">
                {include file="$template/includes/common/loader.tpl" classes="spinner-sm"}  
            </div>
        </button>
    </div>
    
    {* modals *}
    {include file="orderforms/$carttpl/includes/viewcart/modal/empty-cart.tpl"}
    {include file="orderforms/$carttpl/includes/viewcart/modal/remove-item.tpl"}
    {include file="orderforms/$carttpl/includes/viewcart/modal/remove-addon.tpl"}
    {include file="orderforms/$carttpl/includes/viewcart/modal/estimate-taxes.tpl"}
    {include file="orderforms/$carttpl/includes/recommendations-modal.tpl"}

    <script>
        let assetsUrl = '{$WEB_ROOT}/templates/{$template}/assets/svg-illustrations/products/',
            activeStyle = '{$RSThemes.styles.iconType}',
            styleUrl = "";

        {literal}
            var hashtable = {};
            hashtable['<img src="/assets/img/marketconnect/icons/codeguard.png">'] = 'codeguard';
            hashtable['<img src="/assets/img/marketconnect/icons/sitelock.png">'] = 'sitelock';
            hashtable['<img src="/assets/img/marketconnect/icons/spamexperts.png">'] = 'spamexperts';
            hashtable['<img src="/assets/img/marketconnect/icons/symantec.png">'] = 'symantec';
            hashtable['<img src="/assets/img/marketconnect/icons/weebly.png">'] = 'weebly';

            hashtable['<img src="/assets/img/marketconnect/codeguard/'] = 'codeguard';
            hashtable['<img src="/assets/img/marketconnect/marketgoo/'] = 'marketgoo';
            hashtable['<img src="/assets/img/marketconnect/ox/'] = 'ox';
            hashtable['<img src="/assets/img/marketconnect/sitebuilder/'] = 'sitebuilder';
            hashtable['<img src="/assets/img/marketconnect/sitelock/'] = 'sitelock';
            hashtable['<img src="/assets/img/marketconnect/sitelockvpn/'] = 'sitelockvpn';
            hashtable['<img src="/assets/img/marketconnect/spamexperts/'] = 'spamexperts';
            hashtable['<img src="/assets/img/marketconnect/symantec/'] = 'symantec';
            hashtable['<img src="/assets/img/marketconnect/weebly/'] = 'weebly';
            hashtable['<img src="/assets/img/marketconnect/cpanelseo/'] = 'cpanelseo';
            hashtable['<img src="/assets/img/marketconnect/nordvpn/'] = 'nordvpn';
            hashtable['<img src="/assets/img/marketconnect/threesixtymonitoring/'] = 'threesixtymonitoring';
            hashtable['<img src="/assets/img/marketconnect/xovinow/'] = 'xovinow';
            function changeLogos() {
                $('.mc-promo-icon').each(function( index ) {
                    var banner = $(this);
                    $.each(hashtable, function( index, value ) {

                        if (banner.html().includes(index)){
                            if (activeStyle == "modern"){
                                styleUrl = "modern/"
                            }else{
                                styleUrl = ""
                            }
                            banner.html(banner.html().replace(index, ''));
                            banner.load(assetsUrl+styleUrl+value+'.tpl').removeClass('hidden');
                        }
                    });
                });
            };
            $(document).ready(function() {
                changeLogos();
            });
        {/literal}    
    </script>
{/if}

CasperSecurity Mini