When you hit the icon on Orders interface toolbar, a new window opens up with the details of orders grid for you to print.
You can modify this print screen by editing a specific file, but beware that you need to have a little knowledge of CSS. Here is how.
Create the following folder and file in (/xxx/ corresponds to a series of letters/numbers specific to your installation):
/modules/storecommander/XXXXX/SC_TOOLS/settings/settings.php
Copy/paste the following data in the settings.php file:
<?php
global $ord_PrintView_Before;
$ord_PrintView_Before = '<style>table{font-size:10px;}</style>';
Modify the CSS code you wish to use.
Download our themed Guides to learn how to manage your shop at lightning speed with Store Commander.