Jump to content

Remove carrier in onvoice


Recommended Posts

HI,

I'm using PrestaShop 1.5.6.2 and I want to remove carrier field in my invoice template. In Invoice.tpl I found these lines:

{if isset($carrier)}
<b>{l s='Carrier:' pdf='true'}</b><br />
{$carrier->name}<br />
<br />
{/if}	

But the only thing I can remove from it is

{$carrier->name}<br />

If I remove "whole if" I get invoice like this in annex. Have you any ideas how to remove it?

W000016-27.pdf

Link to comment
Share on other sites

It looks that microsoft pdf viewer doesn't work quite well. I checked it with some others programs and It actually looks ok. Anyway it's quite strange that without this modification everything looked ok.. Therefore thanks for show m my mistake, and then sorry for my english.

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