Jump to content

Invoice customization [bold text]


Recommended Posts

Hello,

 

I am kinda struggling with what should be "a simple" modification to my invoice template.

I want certain words on the invoices to show in bold, but whatever i try, it does not seem to work

The orange boxed words in the attachement should be bold.

 

I am currently using prestashop v1.6.0.9

 

Kind regards,

Kay

post-939155-0-96979400-1425565575_thumb.jpg

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

you could try just increasing the font size 

 

in your invoice template you will see

<b>{l s='Payment Method:' pdf='true'}</b><br />

then just change it to 

<span style="font-size: 10pt">{l s='Payment Method:' pdf='true'}</span><br />

You can do the same for other text you want changing

Link to comment
Share on other sites

you could try just increasing the font size 

 

in your invoice template you will see

<b>{l s='Payment Method:' pdf='true'}</b><br />

then just change it to 

<span style="font-size: 10pt">{l s='Payment Method:' pdf='true'}</span><br />

You can do the same for other text you want changing

 

That does indeed work, but it's not what i want to achieve.

I really need those words to show in bold, isn't there a easy way to achieve this?

 

Best regards,

Kay 

Link to comment
Share on other sites

Well as you can see from the code,

<b>{l s='Payment Method:' pdf='true'}</b><br /> 

it SHOULD already be showing in Bold font, but i can only assume it is because the font size is so small for the bold to show up

 

You could make it all uppercase to stand out more by changing the above to 

<b>{l s='Payment Method:'|upper pdf='true'}</b><br />
Link to comment
Share on other sites

  • 1 year later...

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