• Resolved samuelnovotny1

    (@samuelnovotny1)


    Hi, we use Woocommerce as an ordering system for sushi delivery. We use your plugin to print invoices, but also to print orders for the kitchen. Is it possible for two identical invoices to be printed side by side on one A4? Each on one half. We would just cut the paper in half. I do not mean A5, but I want to cut the paper so that two blocks of 105 mm width remain from the A4 (210 mm) paper width. As an example, I attach an screenshot(it’s just photoshop).

    View post on imgur.com

    I hope you help me save a ton of paper.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @samuelnovotny1,

    Regarding your query, in order to print the invoices side by side on one A4 paper size, you need to change the printing settings.

    Can you please try by setting the Pages per sheet to 2 and decrease the “Scale” amount.
    Here is the screenshot for your reference: https://www.screencast.com/t/uXwnY1NnR

    Please let us know if we have misunderstood your query.

    Regards,
    Kenil Shah

    Thread Starter samuelnovotny1

    (@samuelnovotny1)

    Hi Kenil,

    After writing a long answer to your solution, which did not work perfectly, but thank you anyway, I came up with a simple solution.

    I just added a few lines in the file print-order.php. Basically, I just duplicated the following lines:

    				<article class="content">
    
    					<?php do_action( 'wcdn_loop_content', $order_obj, wcdn_get_template_type() ); ?>
    
    				</article><!-- .content -->

    And I changed the css settings:

    .content {
    	padding-left: 2%;
    	padding-right: 2%;
    	padding-top: 2%;
    	padding-bottom: 2%;
    	width: 300px;
    	display: inline-block;
    }

    Thank you for your help.

    Hi @samuelnovotny1,

    I am glad that you found a solution for your query.

    Regards,
    Kenil Shah

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Printing orders for the kitchen’ is closed to new replies.