VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: suraty on April 07, 2022, 21:36:34 PM

Title: Print view in Orders of Virtuemart
Post by: suraty on April 07, 2022, 21:36:34 PM
Hello,

When I want to print the details of an order act like this:
On the Orders of Virtuemart, all orders are listed. There is a PrintView column and in this column, there is a printer icon.

When I click on it, shows the printer dialog box that shows the details of the order in that doc.

In that document, there are the details of the order like shopper details, shopped products, shipment method, payment method,...

1- Can I change the position and size of this information in that document?
2- The short description of products is shown in that document, how can I disable showing the short description of products?



I am a beginner.

Joomla version = 3
Virtuemart version = 3


Thank you for any help!
Title: Re: Print view in Orders of Virtuemart
Post by: pinochico on April 08, 2022, 00:18:04 AM
Quote1- Can I change the position and size of this information in that document?

yes, in PHP templates:
components/com_virtuemart/views/invoice/tmpl/invoice_items.php
components/com_virtuemart/views/invoice/tmpl/invoice_order.php
components/com_virtuemart/views/invoice/tmpl/invoice.php

Quote2- The short description of products is shown in that document, how can I disable showing the short description of products?

Sorry, I don't see description of product in VM demo
Title: Re: Print view in Orders of Virtuemart
Post by: suraty on April 09, 2022, 17:05:10 PM
Excellent!
Thank you so much!