Jump to content

Error H5 [empty]


MisterX123

Recommended Posts

  • 1 month later...

It is in your productpaymentlogos.tpl

<div id="product_payment_logos">
<div class="box-security">
    <h5 class="product-heading-h5">{$banner_title|escape:'htmlall':'UTF-8'}</h5> 
   {if $banner_link != ''}<a href="{$banner_link|escape:'htmlall':'UTF-8'}" title="{$banner_title|escape:'htmlall':'UTF-8'}">{/if}
<img src="{$module_dir}{$banner_img|escape:'htmlall':'UTF-8'}" alt="{$banner_title|escape:'htmlall':'UTF-8'}" class="img-responsive" />
{if $banner_link != ''}</a>{/if}
    </div>
</div>
Link to comment
Share on other sites

Here is the path to that file:

modules\productpaymentlogos\views\templates\hook\productpaymentlogos.tpl

Anyway, you should place overridden template into your theme instead of editing directly here.

If you don't know how to override it, check this link:

http://doc.prestashop.com/display/PS16/Overriding+default+behaviors#Overridingdefaultbehaviors-Overridingamodule'sbehavior

 

Hope this helps!

Tung

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...