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

Notification

Icon
Error

dcs68
#1 Posted : Thursday, April 8, 2010 8:07:47 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

How can I add another instance of the "continue shopping" button to the top of the cart? I have tried copying what I think to be the code up to the top but my pages are getting an error.

Thanks,
Derek



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
Matt@9BallDesign
#2 Posted : Thursday, April 8, 2010 9:53:56 AM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

flying blind, backup before you upload, test it on a dev site if you have one.

Cart.aspx

Update the second button placement code to:

<asp:ImageButton ID="btnContinueShopping2" runat="server" ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/ContinueShopping.png" AlternateText="Continue Shopping" />

<b>open Cart.aspx.vb</b>

around line 18, add

Me.btnContinueShopping2.ImageUrl = PersonalizationServices.GetThemedButton("ContinueShopping")

Around line 166, add this:

Protected Sub btnContinueShopping2_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btnContinueShopping.Click
MessageBox1.ClearMessage()
Dim destination As String = GetKeepShoppinglocation()
Response.Redirect(destination)
End Sub
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
dcs68
#3 Posted : Thursday, April 8, 2010 12:21:23 PM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

excellent, thanks again Matt!



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
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.

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