Change Print Width
-
Hi,
I was wodering how I can change the width of the receipt to print. I have had a look at the email_print.php file and found something along the lines of this:
/*************************************** rows ***************************************/ foreach($section_values['parameters'] as $value_key => $values){ if(!empty($values['enabled']) && !empty($order_formatted['sections'][$section_key][$value_key])){ /* left label, right value using filter to space evenly*/ $row = array(); $row['lft'] = $order_formatted['sections'][$section_key][$value_key]['label']; $row['rgt'] = $order_formatted['sections'][$section_key][$value_key]['value_formatted']; /** line **/ $tpl[$section_key][$value_key] = apply_filters('wppizza_filter_plaintext_line', $row, ' '); } }do you know how i can reduce the size for 58mm POS? Assuming it’s a variable hidden away somewhere?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Change Print Width’ is closed to new replies.