X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   adjust size of the Print Invoice Popup Page (https://forum.x-cart.com/showthread.php?t=18715)

mmoskva 12-16-2005 07:22 AM

adjust size of the Print Invoice Popup Page
 
When I select to view the Print Invoice and the page pops up:

How do I set the Height and Width of the _blank invoice to display different dimentions. Currently it is set to the whole page.

Zaja 12-16-2005 08:56 AM

1. Add following code to the skin/comon_js.tpl:
Code:

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}


2. Add following code to skin/main/history_order.tpl (line 54):

mmoskva 12-16-2005 10:37 AM

thanks


All times are GMT -8. The time now is 06:59 AM.

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