HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/public_html/wp-content/plugins/comparisonfeed-wp/templates/Product feed/boxes.html
<div class="as-top-3-item col-xs-12 col-sm-6 col-md-4 col-lg-3" data-campaign-id="{{>camp_id}}">
    <div class="as-top-3-border as-flex">
        <!-- Row containing logo, main content and CTA button -->
        <div class="row-item row-padding">
            <div class="col-xs-12 text-center margin-bottom">
                {{if ~getSavings(price, discount_price) > 0}}
                    <div class="savings-label">
                        -{{>~getSavings(price, discount_price)}}%
                    </div>
                {{/if}}
                <a href="{{>trackingUrl}}" class="as-link" target="_blank" rel="nofollow">
                    <img src="" as-data-src="{{>image_url}}" class="product-img as-lazy" />
                </a>
            </div>
            <div class="col-xs-12 margin-bottom">
                <span class="product-description font-small font-bold max-2-lines">
                    {{>name}}
                </span>
            </div>
            <div class="col-xs-12 margin-bottom-20">
                <div class="margin-bottom text-center full-width">
                    <span class="product-header font-26px font-bold display-inline-block margin-right-5">
                        {{if discount_price > 0}}
                            {{>~printInterval(discount_price, null, null, true, true, true)}}
                        {{else}}
                            {{>~printInterval(price, null, null, true, true, true)}}
                        {{/if}}
                        <span class="font-caps">{{>~getTranslation('currency')}}</span>
                    </span>
                    {{if ~getSavings(price, discount_price) > 0}}
                        <span class="as-small line-through display-inline-block">
                            {{>~printInterval(price, null, null, true, true, true)}}
                            <span class="font-caps">{{>~getTranslation('currency')}}</span>
                        </span>
                    {{/if}}
                </div>
                <a href="{{>trackingUrl}}" class="btn btn-cta btn-block btn-right" target="_blank" rel="nofollow">
                    {{>~getTranslation('buy')}}
                </a>
            </div>
        </div>
    </div>
</div>