sampoyigi You can change the length of the menu name on line 682 in Orders_model.php by replacing 20 with the number of characters to display, or replace the entire line with 'menu_name' => $menu['name'],
sampoyigi Yes, If the line looks like this, 'menu_name' => (strlen($menu['name']) > 20) ? substr($menu['name'], 0, 20) . '...' : $menu['name'],
anth I have a few items that are quite long in names - is it possible when the email gets sent for all the name to appear ? Attachment is an example
anth I dont think i have the right file (or have changed it somewhere) this line of code is on line 668?