Hello,
Im using VM 3.0.16
When im printing an order of a customer there is a link of the product next to name of the product.
Can someone please tell me how i can remove this link ??? ( I only see the link to the paper i print the order, and not when im browsing in my screen)
Please see the attach file.
Thank in advance,
Dimitris
VM Admin -> Shop -> Invoices/Emails -> CSS Styles for the Document -> add this:
@media print { a[href]:after { content: none !important; } }
is removed I think in VM3.2.8