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>