• Resolved Page Up Solutions

    (@pageupsolutions)


    Could provide a stylization for 80mm print – as higher print settings cut print this is very important as many use 80mm printers

Viewing 14 replies - 1 through 14 (of 14 total)
  • moksha shah

    (@mokshasharmila13)

    Hi @pageupsolutions,

    We are looking into this & will get back to you with an update on whether we can implement this or not.

    Regards,
    moksha.

    moksha shah

    (@mokshasharmila13)

    Hi @pageupsolutions,

    Can you share a screenshot of how the invoice is printed in 80mm printers? We couldn’t help you out because we have not tested with 80mm printers. With your screenshot, if it will figure out then will definitely resolve your issue.

    Regards,
    Moksha.

    Thread Starter Page Up Solutions

    (@pageupsolutions)

    Thanks for the unsupported feedback and interest.
    The first print is as it is on an 80mm printer.

    https://prnt.sc/AWTqg-s4WIRb

    This second print I made in your own plugin, programming directly in the source code and ignoring the “CSS” style sheet
    But it would be better if you styled it to 80mm yourself

    https://prnt.sc/7zISXBkslYdU

    Important: The printing would be for the DELIVERY NOTE option, the INVOICE can leave the same

    moksha shah

    (@mokshasharmila13)

    Hi @pageupsolutions,

    We will convey this to our development team to style it for an 80mm print.

    Regards,
    Moksha.

    Hi,
    Some news for this request ?

    Thread Starter Page Up Solutions

    (@pageupsolutions)

    @jimmybwy

    I’m still waiting for this request!

    @pageupsolutions
    Me too, i’ve a restaurant. It’s essential for me.

    moksha shah

    (@mokshasharmila13)

    Hi @jimmybwy and @pageupsolutions,

    Sorry, For the inconvenience but we have just tried to make CSS for an 80mm printer. Please just tell us know if it is working for you or not. Please add the below code in your active theme’s functions.php file or use a plugin like Code Snippets:

    function stylesheet_80mm(){
    ?>
    <style>
    /* CSS Media Queries for Print
    ------------------------------------------*/
    	@media print {
    
    	body {
    		font-size: 8.5pt;
    		max-width: 80mm;
    		margin: auto!important;
    		font-weight: 550;
    	}
    	.shipping-address{
    		width:80%!important;
    	}
    	.billing-address{
    		width:70%!important;
    		margin-bottom:1em!important;
    	}
    	h2,h3{
    	      margin-bottom:0!important;
    	}
    	th{
    	     padding-bottom:0!important;
                padding-left:0.5em!important;
    	}
    	td{
    		padding:0.35em 0.35em 0!important;
    	}
    	.order-addresses{
    		margin-bottom:1em!important;
    	}
    	.order-info li strong {
    		font-weight:600!important;
    		display:inline!important;
    		padding-right:1.4em!important;
    	}
    	.order-info{
    		margin-bottom:0!important;
    	}
           .order-branding{
                    margin-bottom:0!important;
             }
           .product-quantity, .total-quantity{
    		padding-left:1.8em!important;
    	}
          .includes_tax {
    	       white-space:nowrap!important;
    	}
    	.content {
    		/* Remove padding to not generate empty follow up pages */
    		padding-bottom: 0;
    	}
    }
    	</style>
    <?php
    }
    add_action('wcdn_head','stylesheet_80mm');

    Let me know if this works for you.

    Regards,
    Moksha.

    Hi,
    this is not very perfect (steps inverted, large margin on left).
    https://ibb.co/jHNdcRj

    moksha shah

    (@mokshasharmila13)

    Hi @jimmybwy,

    Please can you elaborate on it as we can’t see the link which you have shared? We have not changed any position of our invoice just we have kept the shipping address on the left side.

    Regards,
    Moksha.

    Thread Starter Page Up Solutions

    (@pageupsolutions)

    Hey guys!
    I apologize for the delay.
    I did a test, but it didn’t look good. Below I put two examples using the code provided using the plugin’s style.css and without the style.css

    using the plugin’s style.css
    https://prnt.sc/EHT81Ef8ASMx

    without the style.css
    https://prnt.sc/dnEAIvlICgWF

    moksha shah

    (@mokshasharmila13)

    Hi @pageupsolutions,

    Did you check the above code in your active theme’s functions.php file or a plugin like Code Snippets? Because when we are adding the code to our invoice we can see the proper page sharing a screenshot.

    Screenshot:- https://prnt.sc/PWCldYUErjyq

    Regards,
    Moksha.

    Thread Starter Page Up Solutions

    (@pageupsolutions)

    Honestly, I did everything as instructed. I even reinstalled the plugin again but the problem persists, I don’t know where else to change.
    The description of the products are large according to the print above that I sent. Would it be possible for you to pass the hosting data so that you can see this?

    moksha shah

    (@mokshasharmila13)

    Hi @pageupsolutions,

    For this, you need to create a ticket on our website. On the footer of our page option is given to submit a ticket and our website is tychesoftwares dot com.

    Regards,
    Moksha.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Impress?o para 80mm’ is closed to new replies.