Description of Problem: Need some way to connect together the various orders which are created from purchasing RHN subscriptions along with another product type. Need to change content on the receipt to message to the user that there might be multiple order numbers created out of the one order they have a receipt for. In addition, need to train the customer service people about what we are doing with the orders. Finally, we need to modify the order history page to message to the user what sub orders go with which main orders. How Reproducible: Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
The messaging has been added to the html receipt page to indicate multiple order numbers. As for considering sub-orders, the problem is the database doesn't consider them sub-orders. Only Interchange does. So without adding a column to web_user_order to store a master order number, we can't associate one order with another for display on the order history page. We will either need to allow the messaging on the receipt page to suffice, or add the column to web_user_order to take care of the issue.
Deferring this as we did not launch Interchange.