BV Commerce Forum
»
BV Commerce Support
»
General Support
»
SP3: Single Page Checkout: Ship To Button Error
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
On the single page checkout, when I'm signed in and use the address button to select an address, the 'Bill To' button works as expected, closing the panel and adding the address to the billing fields. However, when clicking the 'Ship To' button, absolutely nothing happens.
The error in the ajax response is: System.ArgumentOutOfRangeException: 'ShippinglstCountry' has a SelectedValue which is invalid because it does not exist in the list of items.
I've replicated this on two different stores with the SP3 update installed. |
|
|
|
|
Rank: Member
Joined: 6/26/2006(UTC) Posts: 351
|
I got this error as well. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
I see the same thing. Commenting out the line 263 below in EndSub[/code]</FONT>
Protected Sub AddressList_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataListCommandEventArgs) Handles[color=#000000>]
[/color]If"BILLTO"Then DimAsMeIfIsNotNothingThen</P>ForEachAsInIfThen</P>ExitFor</P>EndIf</P>Next</P>EndIf</P>ElseIf"SHIPTO"Then</P>DimAsMeIfIsNotNothingThen</P>ForEachAsInIfThen</P>ExitFor</P>EndIf</P>Next</P>EndIf</P>EndIf</P>EndSub</P> [/code] I'm still looking into why. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
Bvin for address is set to an empty string because of the following line 204 in address.vb, which is commented out.
[code] EndSub This is also why the e.CommandArgument is empty as it gets populated from the address Bvin value.
Remove the comment mark and the selection of BILLTO and SHIPTO work fine. This affects the Core code and was this way in SP1 and SP2 also. |
|
|
|
|
Rank: Member
Joined: 4/30/2007(UTC) Posts: 383
|
Seeing as this directly effects all of us a hotfix would be nice promptly.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.