HomeHome Product Discus... Product Discus...SmithCartSmithCart2.84: "What2.84: "What's This" link for CVV2 shows picture very briefly
Previous
 
Next
New Post
5/10/2010 2:33 PM
 

When I click on the "What's This" link after the "Card Security Code" field on the Payment screen, the CVV2 info pic shows up briefly, then it dissapears and the page refreshes and it goes away.

Your

<a onclick="showPopup();"

should be

<a onclick="return showPopup();"

or

<a onclick="showPopup(); return false;"

to prevent form submission.

This is in Chrome.

 
New Post
5/10/2010 10:48 PM
 

I was able to replicate this in our test environment. We will add the fix this week and will post here when its ready. Thanks for the feedback!


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
5/11/2010 8:17 PM
 

I made the change you suggested and it worked like a champ thanks again for the code snippet! This change is in the next release of the cart version 2.88


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCart2.84: "What2.84: "What's This" link for CVV2 shows picture very briefly