- Posts: 209
- Thank you received: 18
Change font size on printed shipping invoice
15 years 6 months ago #10032
by JIK
Change font size on printed shipping invoice was created by JIK
Hi, I have set the font size of the shipping invoice to 12px (deafult was 11px) so I can read it on my screen. However when I print the invoice the fontsize reverts back to 11px. How do I make the printed version font larger?
cheers!
cheers!
Please Log in or Create an account to join the conversation.
15 years 6 months ago #10036
by nicolas
Replied by nicolas on topic Re: Change font size on printed shipping invoice
We will need more details to be able to answer.
How did you change the font size ? CSS ? Code modification ? In which file ? Are you printing from the front end or from the back end ?
How did you change the font size ? CSS ? Code modification ? In which file ? Are you printing from the front end or from the back end ?
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36171
by pezhardie
Replied by pezhardie on topic Re: Change font size on printed shipping invoice
I have a similar question.
I am trying to change the font size of the invoice,
backend, bluestork, clicked in the order view window.
thanks!
I am trying to change the font size of the invoice,
backend, bluestork, clicked in the order view window.
thanks!
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36214
by nicolas
Replied by nicolas on topic Re: Change font size on printed shipping invoice
Then, you should edit the file "invoice" of the view "order" via the menu Display->Views and change the HTML there to add some css.
You could for example try to change the line:
<table width="100%">
to:
<table width="100%" style="font-size: 20px;">
You could for example try to change the line:
<table width="100%">
to:
<table width="100%" style="font-size: 20px;">
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36261
by pezhardie
Replied by pezhardie on topic Re: Change font size on printed shipping invoice
spot on! thank you for such a quick and accurate reply.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 56
- Thank you received: 0
9 years 8 months ago #259723
by ebrahimahamdi
Replied by ebrahimahamdi on topic Re: Change font size on printed shipping invoice
how can i change and add my own font to invoices?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 56
- Thank you received: 0
9 years 8 months ago #259724
by ebrahimahamdi
Replied by ebrahimahamdi on topic Re: Change font size on printed shipping invoice
..\media\com_hikashop folder i create a new folder for font that is containing my own font. then in backend default css i add that font , i want to know is that contain any problem
Please Log in or Create an account to join the conversation.
9 years 8 months ago #259738
by nicolas
Replied by nicolas on topic Re: Change font size on printed shipping invoice
Hi,
That's not a problem. As long as your CSS code is correctly added to the invoice, and that the font is valid it should work.
That's not a problem. As long as your CSS code is correctly added to the invoice, and that the font is valid it should work.
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds