Hello -

I've modified the Create An Account pages to include extra information required from customers for purchasing; in addition to adding these fields to the database (customers table) and updating the necessary orders.php class to get it into the db. Also, I've edited the admin section so that this data gets displayed along with each customer's order.

The problem I am having is with PWA. I have added the fields to the checkout without account page, but I'm not able to get that into the order review page in the admin - my assumption is becuase the PWA orders do not go into the customers table, but only into the orders table. Is this correct? What would I need to do to get additional data from PWA orders tracked through? Has anyone modified this contrib to behave similarly already?

Thanks in advance for any assistance.