Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
battleaxe
battleaxe
Can you tell me how to change orientation of invoice and packing slip to landscape.
 
regard
Kim
 
Anjula
Anjula
Hello, Kim
 
As an example, please open your admin_invoice_pdf.php and find the following lines:
 
$pdf->begin_page(595, 842);
$height_position = 800;
 
Then change the code to the following:
 
$pdf->begin_page(842, 595);
$height_position = 555;
 
With regards,
ViArt Support Team
 
battleaxe
battleaxe
Hey Anjula
 
That got me started and I have now managed to move everything across on the packing slip so that it fits the Documents Enclosed envelope.
 
Thanks and regards
Kim
 
battleaxe
battleaxe
Hi Anjula
 
With the new version, the page orientation has reverted to portrait and the previous solution does not appear to work any more. I have spent a few hours trying to work this out. Could you give me a solution?
 
Kind regards
Kim