When in the order confirmation email the customer clicks on "View your order online" it opens the frontend and displays the order with all its details. How does one edit the columns on order items (see attached screen-shot)?
Thanks.
[attachment cleanup by admin]
Edit components/com_virtuemart/views/orders/tmpl/details_items.php and use the edited file as a template override. Or edit the override file if one is already in use - check in [joomlatemplate]/html/com_virtuemart/orders/ if it exists.
Worked fine. Thanks.