Dear Nicolas,
again - thanks for your support concerning my concern.
unset($order->XXX); helped me to reduce the columns concerning the order data.
I even managed to reduce the product fields by using
for($i=1;$i<=$maxProd;$i++){
foreach($productFields as $field){
if (
$field === 'order_product_quantity'
|| $field === 'order_product_code' ) {
$first[] = 'item'.$i.'_'.$field;
}
}
}
But now I - sorry - do have a last question (hopefully)
At the moment
utf-8 coding is used when creating the export-csv file. Would it be possible to switch it to
iso-8859-1?
It would be awesome if it might be possible to chance
Looking forward to hearing from you
Frank