Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
I was checking out of my cart in BVC5 with the one page checkout. Once i entered my credit info and press placed order, I had a security warning come up stating "you are being directed to a connection that is not secure. The information you are sending to the current site may be retransmitted to a nonsecure site. Do you wish to continue? Yes / No." Obviously the receipt page isnt secure but... what will the customer think?
|
|
|
|
Rank: Member
Joined: 10/22/2006(UTC) Posts: 74
|
I know this is an old thread. Looks like it got fixed on either the production release, or SP1. The BVC2004 style checkout still needs the modification though. Insert the following snippet near the top of the review.aspx.vb file (placed right after Inherits BaseStorePage). It'll get you redirect to a secure receipt page and eliminate the warning. Unnecessary? Sure. But I've had customers try to back out as soon as they see that warning. But, try explaining to the customer that the redirect doesn't come until after the secure data is collected... doesn't make a bit of difference to them.
Public Overrides ReadOnly Property RequiresSSL() As Boolean Get Return True End Get End Property
|
|
|
|
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.