Rank: Member
Joined: 1/20/2008(UTC) Posts: 47
|
Hi all, I'd like to show a custom header in checkout -- a header that's different from the header on the rest of the site. How can this be done? |
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
You should be albe to change that in the Checkout.master page. Regards, Corneliu. |
|
|
|
|
Rank: Member
Joined: 1/20/2008(UTC) Posts: 47
|
I see. Rather than creating a new theme, I am modifying the Print Page theme and I don't see a Checkout.master page. Do I just need to put one in the directory? It needs a codebehind also, right? |
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Hm, If you have no Checkout.master page just copy and modify the Default.master page. Make sure that you open the file and fix references from Default to Checkout: - Fix the class name in the .vb file - Fix the CodeFile and Inherits Attributes in the master file It should work. Regards, Corneliu. |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
If I recall correctly, checkout.master is also used by the login page, so your alternate header will also be seen there. You'd have to change that in the code-behind for login.aspx.vb if you don't want that to happen. |
|
|
|
|
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.