• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

MitchA
#1 Posted : Thursday, November 15, 2007 9:19:04 AM(UTC)
MitchA

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.
Andy Miller
#2 Posted : Thursday, November 15, 2007 10:57:26 AM(UTC)
Andy Miller

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?');" />
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
MitchA
#3 Posted : Thursday, November 15, 2007 11:50:40 AM(UTC)
MitchA

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012