HEX
Server: LiteSpeed
System: Linux server44.twelveinks.com 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: moda (1338)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /python/moda/public_html/tech/old/templates/six/store/ssl/shared/certificate-item.tpl
<div class="col-md-6 col-lg-4">
    <div class="item">
        <h4>{lang key=$blockTitle}</h4>
        <div class="logo-wrapper">
            <img src="{$WEB_ROOT}/{$logo}">
            <span>{$certificate->name}</span>
        </div>
        <p>{lang key=$description}</p>
        <p><span>{lang key="store.ssl.landingPage.recommendedFor"}:</span> {lang key=$recommendedFor}</p>
        <ul class="item-features">
            {foreach from=$features item=feature}
                <li>
                    <img src="{$WEB_ROOT}/assets/img/marketconnect/symantec/safety-icon.png">
                    <span>{$feature}</span>
                </li>
            {/foreach}
        </ul>
        <form method="post" action="{routePath('cart-order')}">
            <input type="hidden" name="pid" value="{$certificate->id}">
            <button type="submit" class="btn">{lang key="store.ssl.landingPage.buy"}</button>
        </form>
    </div>
</div>