This post continues a thread started here:
http://www.zen-cart.com/forum/showthread.php?t=34199

Now, I also need to add the php code to the php "header" of the account_history_info.

Now, I expected it to look like the " checkout_success/header_php.php " so I was rather surprised.

Could someone tell me how the products, which are in the order, get assembled together?

Is that what takes care of it ?
$order = new order($_GET['order_id']);



In any case, I need to look through the order items and see, if a spec. product is in it, so that I can start my license delivery.

Any idea as to how that could happen ?

Anuragji