Hi,
The solution will probably be to
- Go to "Hikashop->Display->Views"
- Edit the code of the "invoice" file of the "order" view of your back-end template
- Change that line :
<?php if($this->invoice_type=='full'){
$fieldsClass = hikashop_get('class.field');
$fields = $fieldsClass->getFields('backend',$this->order,'order');
if(!empty($fields)){ ?>
By :
<?php if(1){
$fieldsClass = hikashop_get('class.field');
$fields = $fieldsClass->getFields('backend',$this->order,'order');
if(!empty($fields)){ ?>