BV Commerce Forum
»
BV Commerce Support
»
Development
»
Please Wait... loading message - Product Page
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Anyone know how to get a Please Wait... or "Adding to Cart" message to appear on add to cart click while anthem is doing it's thing. This is not the the final added to cart message, this is during the 1.5 second pause after add to cart button is clicked. Immediate action is expected and the pause is a serious deterrant....how do I know this? because I've done this with clients and the immediate response is "nothing is happening.... pause.... oh now i see it"
pretty much exactly how the Please Wait text appears (SP 3+) in the dashboard when anthem is doing it's thing. |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
If a javascript function called Anthem_PreCallBack exists, then Anthem will call it before each callback. Similarly, it will call Anthem_PostCallBack after each callback. See BVC.js for examples.
If you want to do something special for the AddToCart button, add PreCallBack="function1" and PostCalLBack="function2" to the element (i.e. <anthem:Button id="xxx" runat="server" PreCallBack="showWait" PostCallBack="hideWait" /> |
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Thanks Andy.
Resposio should setup a hourly site reset macro for me...LOL.. |
|
|
|
|
Rank: Member
Joined: 7/21/2005(UTC) Posts: 320
|
Matt,
did you ever get this implemented? I really like this idea. |
|
|
|
|
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.