Bug 43293

Summary: Can't order RHN subscription and another item type
Product: Red Hat Web Site Reporter: Jay Turner <jturner>
Component: New StoreAssignee: Cameron Prince <cprince>
Status: CLOSED NOTABUG QA Contact: wbirkhea
Severity: medium Docs Contact:
Priority: medium    
Version: currentCC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-02 20:44:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jay Turner 2001-06-02 20:44:45 UTC
Description of Problem:
Purchasing a RHN subscription and another product type (software, service
packages) will result in only the RHN subscription getting written to
web_user_order and web_user_order_line.

How Reproducible:
Always

Steps to Reproduce:
1. Log into http://www.webqa.redhat.com/cgi-bin/store
2. Place a Deluxe boxed set in the cart
3. Then place a RHN subscription in the cart
4. Continue through the checkout, receiving an order number
5. Return to the store front and pull up the order history

Actual Results:
Order history will only show the RHN purchase.  In addition, taking a look
at the Oracle tables directly will show that the only thing which made it
to the tables was the RHN subscription . . . no Deluxe boxed set, no
shipping, no tax.

Expected Results:
All purchased items should appear in the order tables.

Additional Information:

Comment 1 Cameron Prince 2001-06-04 14:33:47 UTC
When purchasing subscriptions, one of the original requirements was that a
separate order must be generated. Therefore, the order contents show up under
two different order numbers in the web_user_order and web_user_order_line
tables. You may verify this by going to Order History after placing such an order.