mbeerden Posted March 25, 2012 Posted March 25, 2012 Hello, I've got the OSC 2.2 RCA 2 installed. with the addon : <!--BOF for VAT INTRACOM_v3.3 //--> This module gives customers the possibility to register a company name and a VAT number. Now i want to show the company name and the VAT number on the invoice. the data can be found in the ORDERS table and are called: billing_company and billing_tva_intracom My php knowledge is not superb. i've tried to put in somethink like below: <?php echo BILLING_TVA_INTRACOM; ?> or <?php echo $order->customer['TVA_INTRACOM']; ?> or <?php echo $order->TVA['INTRACOM']; ?> But these codes won't give a result on my invoice page. Can anyone explain me how to show the company name and VAT number on my invoices? Quote
danil0 Posted August 23, 2012 Posted August 23, 2012 Can anyone help me ? I want to echo (appear) the ENTRY_COMPANY_TAX_ID on order e-mail submited. I tried to find the correct var by typing <td class="main"><b><?php echo ENTRY_COMPANY_TAX_ID; ?></b></td> <td class="main"><?php echo $order->customer['entry_company_tax_id']; ?></td> but with no success.. anyone help please?? Quote
♥14steve14 Posted September 5, 2012 Posted September 5, 2012 Apart from adding the code to display the information, have you also added an sql query to get the information from the database. Quote REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.