Bug 53873 - Address edits during checkout don't stick
Summary: Address edits during checkout don't stick
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Web Site
Classification: Red Hat
Component: Store
Version: current
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Web Development
QA Contact: Web Development
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-09-20 15:12 UTC by Jay Turner
Modified: 2015-01-07 23:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-09-20 20:14:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jay Turner 2001-09-20 15:12:23 UTC
Description of Problem:
I changed the address2 and email address for the billing address during
checkout.  After clicking 'Continue' the screen refreshed and I was still
presented with the original information.  Checking the database I found a
couple of things.  First, the email address change that I made was
reflected in a 'B' site record, but the address2 changes was not reflected
in that record.  Second, the site_info record creation was horribly broken.
 Here's what happened.  A copy of the original 'B' record was made and the
email address updated.  The amended copy was then written to the site_info
table (short of the missing change to address2, we are correct to this
point.)  Then another copy of the original site_info record was made and
written to the site_info table unmodified.  So, the newest 'B' site_info
record was one that was a copy of the original, hence the information not
showing correctly in the checkout process.

Version-Release number of selected component (if applicable):


How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Jay Turner 2001-09-20 20:11:21 UTC
Issue is resolved in webqa.  Just awaiting a push to resolve this on the live site.


Note You need to log in before you can comment on or make changes to this bug.