-- url of the page with the problem -- :
www.modustem.nl
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.6
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : -
Hi,
We want to add VAT number on the invoice. We've found this topic:
www.hikashop.com/forum/2-general-talk-ab...mber-on-invoice.html
and add this to the view 'order - invoice':
<label>
<?php echo JText::_( 'VAT' ); ?>
</label>
<?php echo $this->order->customer->address_vat; ?>
We get the word 'VAT' on the invoice, but no number.
What's going wrong?
Jan