I have received the com_virutemart_IDnR_Email_addon.zip after donation and installed it.
It seems to work as I can email invoices
But I need the invoices (at least) to show the VAT number of the shop/vendor.
I found this in the faq https://www.phoca.cz/documents/18-virtue ... te-receipt:
So I added this to administrator/components/com_virtuemart/languages/common4. How to set VAT for a vendor (store)?
If you want that in your documents (invoice, delivery note, receipt) the VAT will be displayed, you can add the information about VAT into the language file (common), e.g.
1 <?php
2 'VM_DELIVERY_VENDOR_VAT_NR1_LABEL' => 'VAT1',
3 'VM_DELIVERY_VENDOR_VAT_NR1_VALUE' => '1020304050',
4 'VM_DELIVERY_VENDOR_VAT_NR2_LABEL' => 'VAT2',
5 'VM_DELIVERY_VENDOR_VAT_NR2_VALUE' => 'EU1020304050'
6 ?>
If the values will be not empty, the vendor's VAT will be displayed in document.
danish.php
english.php
I did NOTHING else. Should I?// VAT-no - start
'VM_DELIVERY_VENDOR_VAT_NR1_LABEL' => 'CVR-nummer',
'VM_DELIVERY_VENDOR_VAT_NR1_VALUE' => '12345678',
// VAT-no - end
It does not work?
Please help
- Michael