BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Getting an "Are You Sure?" confirmation... possible?
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
On a non-BV site, I clicked the 'remove from cart' button on a checkout page and got an "Are you sure....?" message. Can this be added to our carts sometime? Is this easily done third party? MitchA attached the following image(s): Are-you-sure.jpg (49kb) downloaded 34 time(s).You cannot view/download attachments. Try to login or register. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Yes. open Cart.aspx in a text editor and find this tag, Code: <asp:ImageButton ID="btnDelete" runat="server" CausesValidation="False" CommandName="Delete" ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/x.png" AlternateText="Delete" />
Add OnClientClick="return confirm('Are you sure?');" to the tag like this, Code: <asp:ImageButton ID="btnDelete" runat="server" CausesValidation="False" CommandName="Delete" ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/x.png" AlternateText="Delete" OnClientClick="return confirm('Are you sure?');" />
|
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Thanks, Andy. I see I can change the 'alt' to something more informative here too. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
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.