Where can I change truncate value to extend product name in sales reports? It's limited to 14 char.
[quote name='ooaykac' timestamp='1432734002' post='216013']
Where can I change truncate value to extend product name in sales reports? It's limited to 14 char.
[/quote]
app\functions\fn.sales_reports.php
$l_l = (($table['type'] == 'T') ? 29 : (($limit > 9) ? 18 : 19)); // Legend length
Try to change 18 and 19 values
Thank you eCom.
Change “29” with lenght you need