Find
Code: Select all
if ($v['vat_1'] != '') { $ob[] = '<br />'.Text::_('COM_PHOCACART_VAT_1_LABEL').': '. $v['vat_1'].'<br />';}
// -----------
// SHIPPING
// -----------
and
// -----------
// BILLING
// -----------
and comment it so it look like this:
Code: Select all
/*if ($v['vat_1'] != '') { $ob[] = '<br />'.Text::_('COM_PHOCACART_VAT_1_LABEL').': '. $v['vat_1'].'<br />';}*/