Jump to content

footer seals


Recommended Posts

Hi guys, Just wanna ask why my Authorize.net merchant seal not showing on my footer

I already tried to put the code on my footer.tpl file here's the code

 

{*

* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
 
{if !$content_only}
</div>
 
<!-- Right -->
<aside id="right_column"  class="span3 column right_home">   
              {$HOOK_RIGHT_COLUMN}
</aside>
</div>
</div>
    </div>
<div class="footer-bg-mob">
    <footer class="container ">
       <div class="row modules">
           {$HOOK_FOOTER}
      </div>
    </footer> 
 
 
<!-- © 2005, 2014. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="xxxxxxxxxxx-xxxxxxxxxx";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Accept Credit Cards</a> </div>
 
</div>          
</div>
</div>
  {/if}
</body>
</html>
 

 and here's the result on my websitepost-810940-0-86322900-1404402755_thumb.png

 

TIA!

Edited by Mochi09 (see edit history)
Link to comment
Share on other sites

im affraid that it's not the case - {literal} is for code with brackets (as far as i know), when js script doesnt use brackets it isn't necessary to use {literal} {/literal} tags

 

in this case, i think, something cleans up code from "junk", it's a kind of html minifier / html purifier 

  • Like 1
Link to comment
Share on other sites

im affraid that it's not the case - {literal} is for code with brackets (as far as i know), when js script doesnt use brackets it isn't necessary to use {literal} {/literal} tags

 

in this case, i think, something cleans up code from "junk", it's a kind of html minifier / html purifier 

do you mean i need to turn off  this ? Allow iframes on HTML fields

Link to comment
Share on other sites

do you mean i need to turn off  this ? Allow iframes on HTML fields

 

noo it's not the case,

problem is somewhere else

 

do you use minify html option under adv. params > performance tab in your back office?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...