VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: EvanGR on December 17, 2019, 14:07:48 PM

Title: Orders table: include more information (i.e. order fields)
Post by: EvanGR on December 17, 2019, 14:07:48 PM
Hello,

We want to include more information in the Orders page (the list of orders, in a table layout).

I need help accessing the following information (code), in order to do the template override:

1) Products for each order. (We may want to include just the product SKUs + titles)
2) Specific custom shopper fields we have created (the customer fills them out during checkout).

A few months back, I was looking into it, with an older version of VM, and the required data was not available in the default Orders template.
Now, I am looking to fulfill those requirements, on the latest VM 3.6.x codebase.

Thanks