VAT invoice, company data

  • Posts: 122
  • Thank you received: 2
4 years 1 month ago #316202

Hi, need info on how to configure Hikashop, when user buying as a company and need VAT invoice (need invoice where will be displayed their company name, company address and company VAT number)
Where user can enter Company data (Name, address, VAT)?
Thank you

Last edit: 4 years 1 month ago by komir.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
4 years 1 month ago #316204

Hi,

You can enable the "address_vat" and "address_company" fields via the menu Display>Custom fields.
That way, the customers will be able to enter their company name and VAT number for their address on the checkout.
Then, in the "address template" setting of the HikaShop configuration, make sure that you have the {address_company} and {address_vat} tags so that the information in these fields can appear on the emails, invoices, etc.

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

  • Posts: 122
  • Thank you received: 2
4 years 1 month ago #316233

Thank you
One more, where how can change "fa fa-pen" icon for edit in checkout with some text or maybe with "fa fa-pen" icon have some text also?
Thank you

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
4 years 1 month ago #316235

Hi,

You can do that with CSS code.
For example:

.fa-pen:before {
    content: "My text" !important;
    font-family: "Helvetica Neue" !important;
}

The following user(s) said Thank You: komir

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

  • Posts: 122
  • Thank you received: 2
4 years 1 month ago #316268

Thank you, solved ;)

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

  • Posts: 2
  • Thank you received: 0
4 years 1 month ago #316379

Then, in the "address template" setting of the HikaShop configuration, make sure that you have the {address_company} and {address_vat} tags so that the information in these fields can appear on the emails, invoices, etc.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum