Hi,
I've written a small mod for a small tour company that sells bus tickets that at Step 2 of checkout (Payment Information) that asks for a Pickup Destination. My idea was to just save it in the order totals with zero dollar values and a label only and it should get carried around with the order. I save this in the session, and implement the process() method and it displays at step 3 (Order confirmation) as expected.
My problem is that I want it to be in the Orders_Total table along with the other order total entries but can't work out how they get included in the $zf_ot_modules array that does the insert for the other totals? Anyone have any insight into how this works?
Thanks,
Anthony.



