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!
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
Excellent!
Thank you so much!