• 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 : Tuesday, November 24, 2009 9:45:30 AM(UTC)
dcs68

Rank: Member

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

I have a landing page on the site launch.html after which the customer enters into the store. I have the site's homepage in admin--->general set to use /default.aspx but when you sign out of admin or click anything that is supposed to direct to the default page....it goes to the site's (not the stores) default page of launch.html .

Any idea why this would be ?

Thanks,
Derek



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
dcs68
#2 Posted : Wednesday, December 9, 2009 9:10:13 AM(UTC)
dcs68

Rank: Member

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

Seems no matter what you input as the sites home page, it disregards it. Any suggestion as to where this could be re-coded?

Thanks,
Derek



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
Kman
#3 Posted : Wednesday, December 9, 2009 10:20:41 AM(UTC)
Kman

Rank: Member

Joined: 11/25/2003(UTC)
Posts: 370

Derek, give this a try.

Not tested so backup files..

Open /logout.aspx.vb in test editor

Towards bottom of code look for

Code:
Response.Redirect(url)

Change it to
Code:
Response.Redirect(url & WebAppSettings.DefaultHomePage)


Then look for
Code:
Response.Redirect(WebAppSettings.SiteStandardRoot)

Change it to
Code:
Response.Redirect(WebAppSettings.SiteStandardRoot & WebAppSettings.DefaultHomePage)


That takes care of the logout.



Next open BVAdmin/Header.ascx

Look for
Code:
<asp:HyperLink EnableViewState="false" NavigateUrl="~/" runat="server" ID="lnkGoToStore">Go To Store</asp:HyperLink>


change to

Code:
<asp:HyperLink EnableViewState="false" NavigateUrl="~/default.aspx" runat="server" ID="lnkGoToStore">Go To Store</asp:HyperLink>
Regards,
Kim(Kman) Rossey
www.toocoolwebs.com
BVSoftware - MerchantTribe Programming/Design, Database Programming and Business Applications
[email protected]
dcs68
#4 Posted : Thursday, December 10, 2009 12:18:01 PM(UTC)
dcs68

Rank: Member

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

Excellent....Kim! Thanks I will give it a shot and let you know.

Thanks,
d.



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
dcs68
#5 Posted : Thursday, December 10, 2009 12:28:35 PM(UTC)
dcs68

Rank: Member

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

Thanks Kim,

They both worked perfectly....the only slightly odd thing when logging out is that it stuck in an extra "/"

http://www.yourticketzone.com//Default.aspx

....but yet it still worked : )

Thanks,
d.



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