Using joomla 2.58 and vm 2.018a
Would be nice if you could include an administrator option to remove the "create invoice" specially if people don't want to use the invoice system at all.
Or even better to disable the invoice system.
We don't have any order status selected to create invoices but still the "create invoice" appears in every single order from the list.
Regards
I would like that too, or at least that you could disable the "check your invoice online for updates" as it's something that can have security risks and is not always used.
Pls add an option for this, not everyone will want to use the invoice system, some will want to use it aside of VM completely and some won't even need it.
Missing a simple "enable/disable invoices"
Regards
Meanwhile solved by commenting out line 182 and 183:
administrator/components/com_virtuemart/assets/css/admin_ui.css
/* Icones */
.print_32, .icon-32-print {background: url(../images/icon_32/printer.png) no-repeat transparent; display: block;height: 32px;margin: auto;text-align: center;width: 32px;}
/*.invoice_32, .invoice-32-print {background: url(../images/icon_32/invoice.png) no-repeat transparent; display: block;height: 32px;margin: auto;text-align: center;width: 32px;}*/
/*.invoicenew_32, .invoice-32-print {background: url(../images/icon_32/invoicenew.png) no-repeat transparent; display: block;height: 32px;margin: auto;text-align: center;width: 32px;}*/