Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Anyone seen this issue. Using one page checkout when a user is not logged in. The user will tab through the textbox items as normal. However as soon as they tab to the zip textbox on the shipping section an anthem event fires to get shipping cost and clears the textbox since there is no zip there. The end user must then click the zip textbox to enter their zip. When they move on to the next entry the anthem event fires again getting the shipping values normally. Fired event http://dev.mysite.com/ch...spx?Anthem_CallBack=trueKman attached the following image(s): 6-18-2010 2-14-49 PM.png (10kb) downloaded 26 time(s).You cannot view/download attachments. Try to login or register. |
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Think I found the issue. The control (select state) before it was firing the event before we got to the zip. AutoCallBack was set to true there. Not seeing any reason for that at the moment. Code:<anthem:DropDownList ID="ShippinglstState" runat="server" AutoCallBack="False" TextDuringCallBack="Please Wait..." TabIndex="1110"> </anthem:DropDownList> |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Kman, Depending on how your shipping rates are setup, this can make sense. Take a look at the one-page checkout in the Develisys BVC 5 Toolkit. We set the field focus on the AJAX postback so the focus changes to the next field as you tab through the fields. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Thanks Aaron, will take a look. All seems to be fine so far but what you are saying makes good sense. |
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
|
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Thanks Matt, bookmarked now as I know I'll forget. You guys have a good weekend. |
|
|
|
|
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.