Jump to content

Recommended Posts

Bonjour,

Encore un problème avec mes factures.

J'aimerai supprimer la ligne avec le nom du shop et le pays qui s'affiche dans le footer des factures.

 

J'ai déjà su supprimer le reste en commentant dans footer.tpl mais pour nameshop et country je ne sais pas où je dois supprimer.

 

Je veux un footer vide, sans rien.

 

Version : Prestashop 1.6.1.4

 

Merci d'avance pour votre aide et bonne journée,

Magali

Link to comment
Share on other sites

La partie bleue est le nom de la boutique et l'adresse (footer.tpl).

The blue part is shop's name and address (footer.tpl).

 

 

<table style="width: 100%;">
    <tr>
        <td style="text-align: center; font-size: 6pt; color: #444;  width:87%;">
            {if $available_in_your_account}
                {l s='An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).' pdf='true'}
                <br />
            {/if}
            {$shop_address|escape:'html':'UTF-8'}<br />

            {if !empty($shop_phone) OR !empty($shop_fax)}
                {l s='For more assistance, contact Support:' pdf='true'}<br />
                {if !empty($shop_phone)}
                    {l s='Tel: %s' sprintf=[$shop_phone|escape:'html':'UTF-8'] pdf='true'}
                {/if}

                {if !empty($shop_fax)}
                    {l s='Fax: %s' sprintf=[$shop_fax|escape:'html':'UTF-8'] pdf='true'}
                {/if}
                <br />
            {/if}
            
            {if isset($shop_details)}
                {$shop_details|escape:'html':'UTF-8'}<br />
            {/if}

            {if isset($free_text)}
                {$free_text|escape:'html':'UTF-8'}<br />
            {/if}
        </td>
        <td style="text-align: right; font-size: 8pt; color: #444;  width:13%;">
            {literal}{:pnp:} / {:ptp:}{/literal}
        </td>
    </tr>
</table>

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