VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: xglaros on April 06, 2017, 14:09:25 PM

Title: Remove product link from printed order
Post by: xglaros on April 06, 2017, 14:09:25 PM
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
Title: Re: Remove product link from printed order
Post by: sandomatyas on December 09, 2017, 12:22:57 PM
VM Admin -> Shop -> Invoices/Emails -> CSS Styles for the Document -> add this:
@media print { a[href]:after { content: none !important; } }
Title: Re: Remove product link from printed order
Post by: GJC Web Design on December 10, 2017, 20:02:50 PM
is removed I think in VM3.2.8