• Resolved bb15

    (@bb15)


    Hi Ewout,

    At first I like to thank you for your outstanding plugin!

    Now we like to save some black printer ink while printing our Packing Slips.
    The black bar on top of the list Products/Quantity in the Packing Slip PDF uses a lot of ink.
    Is it possible to make that bar a white with a small black border (1px) instead? And of course then the text in it black.

    Hope its possible.

    Best regards,
    Bart

    https://ww.wp.xz.cn/plugins/woocommerce-pdf-invoices-packing-slips/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi Bart,
    That’s certainly possible, I’m always up for saving ink & the environment. You can change this with some custom styles:

    .order-details thead th {
    	color: black;
    	background-color: white;
    	border-color: black;
    }

    (naturally, a paperless office is even better and a black pixel takes just as much space as a white pixel, or even less light on OLED screens)
    :o)

    Ewout

    Thread Starter bb15

    (@bb15)

    Hahaha!
    Super explained and worked for me and my printer ink!
    Maybe make it standard?

    Ps. are plugin updates still applied?!

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! If you used the action hook, you’re safe from plugin updates. How safe the action hook is from theme updates depends on whether you’re using a child theme. All explained in How to use filters
    If you made changes to the template style.css and you copied the template to your child theme, it’s safe too.

    Ewout

    Thread Starter bb15

    (@bb15)

    Tnx, Yes I copied all files to the Child theme. Only copying style.css to the child wasn’t enouch to let it work.

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

The topic ‘Save printer ink Packing Slips’ is closed to new replies.