How to send invoice PDF ?

  • Posts: 75
  • Thank you received: 0
8 years 4 months ago #221784

-- Joomla version -- : 3.4.5
-- PHP version -- : 2.6.0

I wonder if when someone places an order, you can automatically attach a PDF invoice to the customer.
Also I would like to edit the text of additional information generated in the mail when you purchase. Thank you

Last edit: 8 years 4 months ago by Xavier.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
8 years 4 months ago #221785

Hi,

Please avoid the uppercase...

Here is the solution for the PDF:
hikashop.com/component/hikashop/product/cid-18.html

And to edit the additionnal information you have to do a translation override on the key: ADDITIONAL_INFORMATION
hikashop.com/support/faq.html

The following user(s) said Thank You: rober1903

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 0
8 years 4 months ago #221907

Thank you very much for the reply.
As for edition text "adicional information" generated cliebnte-law one makes a purchase I've been to. System -> Emails (Business Edition only), then a click on the email that you 'want to edit. The problem is I don´t seem to find the file. Could you tell me please the route?
Thank you so much for everything.
A greeting.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
8 years 4 months ago #221923

Hi,

It's not in the emails. You want to do a translation override:
hikashop.com/download/languages.html#modify

The following user(s) said Thank You: rober1903

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 0
8 years 4 months ago #222047

I want to edit what is indicated in the photo. Thank you so much!

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
8 years 4 months ago #222059

Hi,

Yes, as I said, you can change that text with translation overrides:
hikashop.com/download/languages.html#modify

The following user(s) said Thank You: rober1903

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 0
8 years 4 months ago #222135

Thank you so much!!!!

Please Log in or Create an account to join the conversation.

  • Posts: 169
  • Thank you received: 2
  • Hikashop Business
6 years 2 months ago #286274

PDF Invoice plugin attaches invoice to email, but this PDF contains Lithuanian characters which is displayed incorrectly. How to solve that?

Last edit: 6 years 2 months ago by arnask.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
6 years 2 months ago #286306

Hi,

Change the font in the settings of the PDF invoice plugin via the Joomla plugins manager.
Not all the fonts supports all the characters.

The following user(s) said Thank You: arnask

Please Log in or Create an account to join the conversation.

  • Posts: 169
  • Thank you received: 2
  • Hikashop Business
6 years 2 months ago #286307

Thanks nicolas.
Can i add more fonts or google code to insert a full character list?
Is it possible to change Invoice file name, so it can contain Invoice number?

Last edit: 6 years 2 months ago by arnask.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
6 years 2 months ago #286312

Hi,

1. It would require modifying the code of the PDF plugin where the font is set:

$html2pdf->setDefaultFont($font);
stackoverflow.com/questions/5263588/how-...ustom-fonts-in-tcpdf

2. The invoice number is supposed to contain the invoice number already. If not, then it means that you have to check the translation:
PDF_INVOICE="Invoice %s"
which is used for the name of the PDF file. The %s is dynamically replaced by the invoice number.

Please Log in or Create an account to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum