Custom Footer Area for Certification Badges

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeCustom Footer Area for Certification Badges

This topic has been marked as resolved.

Good night.

I’m trying to include an area for certifications in my store (Norton, Google SafeBrowsing, AVG SiteCheck, etc…), would like to keep the lines of copyright and also payment seals(visa, mastercard, paypal, etc…) .

I think I should change the footer.tpl, but do not quite know how to do, I even tried, but the seals were one on top of another instead of side to side.

I appreciate any help.
Thank you.

May 11, 2013 at 3:36 am #23049

Hi,

We have already discussed this modification here:

http://support.themeburn.com/topic/how-to-add-html-code-to-payment-images
http://support.themeburn.com/topic/horizontal-scroll-showing-up-unnecessarily

Best,
ThemeBurn team

May 14, 2013 at 3:28 pm #23154

Something is wrong with my code:


<div id="footer" class="s_wrap">

  <div id="payments_types" class="clearfix">

    <div style="float: left; margin: -15px 10px 0 0;">
      <!-- INICIO Banner Norton -->
      <a href="https://safeweb.norton.com/report/show?url=https%3A%2F%2Fbruminformatica.com.br" target="_blank">
        <img width="87" height="33" alt="Norton Safe Web" src="/imagens/cert/norton_secured.png" />
      </a>  
      <!-- FIM Banner AVG -->  
    
      <!-- INICIO Banner AVG -->  
      <div id="avgthreatlabs_safetybadge_small">
        <noscript>
        <a href="http://www.avgthreatlabs.com?utm_source=H&utm_medium=NA&utm_campaign=SSBW" target="_blank">AVG Threatlabs</a>
        </noscript>
      </div>
      <script language="javascript" src="https://api.avgthreatlabs.com/static/js/security_s.js"></script>
      <!-- FIM Banner AVG -->
      
      <!-- INICIO Banner SiteForte -->  
      <div id="selo_siteforte">
        <script type="text/javascript">
          var _sfurl = "bruminformatica.com.br";
          var _sfid = "5179900549b8a9adc4000003";
          var _sfhttptls = ('https:' == document.location.protocol ? 'https://' : 'http://');
          (function() {
            var _sfa = document.createElement('script'); _sfa.type = 'text/javascript';
            _sfa.src = _sfhttptls + 'siteforte.com.br/selo.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_sfa, s);
          })();
        </script>
      </div>  
      <!-- FIM Banner SiteForte -->  
      
      <!-- INICIO Banner Google SafeBrowsing -->  
      <a href="http://www.google.com.br/safebrowsing/diagnostic?site=https://bruminformatica.com.br" target="_blank">
        <img width="170" height="73" alt="Google Safe Browsing" src="/imagens/cert/google_safe.png" />
      </a>  
      <!-- FIM Banner Google SafeBrowsing -->
      </div>
    
  <?php foreach($tbData->payment_images as $image): ?>
    <?php if ($image['url']): ?>
      <a href="<?php echo $image['url'];?>" target="_blank"><img src="<?php echo $image['http_file']; ?>" /></a>
    <?php else: ?>
      <img src="<?php echo $image['http_file']; ?>" />
    <?php endif; ?>
  <?php endforeach; ?>
  </div>

Any help is welcome.
Thanks again.

  • This reply was modified 4006 days ago by  sistematico.
May 14, 2013 at 4:33 pm #23166
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 18, 2013 at 12:02 pm #23318

Worked like a charm! Thanks!! Awesome job!

May 19, 2013 at 7:52 am #23346

Glad we’ve helped, mate :)

Best,
ThemeBurn team

May 21, 2013 at 5:46 pm #23407
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.