X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   auto print page (https://forum.x-cart.com/showthread.php?t=52952)

amy2203 03-23-2010 03:36 AM

auto print page
 
I've justfound this bit of code that auto opens the print dialog for you. I'm using it on my packing listpage, saves a click etc per order!

Code:

{literal}
<script type="text/javascript">
//<![CDATA[
window.print();
//]]>
</script>
{/literal}


thought others might find it useful. I've just put it at the bottom of the template.

bionicfish 03-26-2010 12:23 PM

Re: auto print page
 
Been meaning to add this for ages... thanks for finding the code for me!


All times are GMT -8. The time now is 02:43 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.