VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gcarne on May 24, 2014, 12:16:04 PM

Title: View Your Order Online - Edit Columns
Post by: gcarne on May 24, 2014, 12:16:04 PM
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]
Title: Re: View Your Order Online - Edit Columns
Post by: jenkinhill on May 24, 2014, 15:59:21 PM
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.
Title: Re: View Your Order Online - Edit Columns
Post by: gcarne on May 26, 2014, 09:45:34 AM

Worked fine. Thanks.