Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
Where do I edit the Affiliate Sign-up Thank You page layout? I want to change the way the ID and Link are displayed.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
The 'thank you' message is found in the "Affiliate Thanks" policy (Content >> Policies). The affiliate ID and link is dynamically populated from the code-behind of the page (i.e. AffiliateSignup.aspx.vb). |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
We are going to send a separate email to the new affiliate with Affiliate ID and Link info. If I don't want to display the first 2 lines of the Thank You page that give this info, can I just delete:
Me.lblAffiliateLink.Text = "Your Affiliate ID is: " & aff.ReferralId & "<br>" Me.lblAffiliateLink.Text += "Your affiliate Link Is: " & Server.HtmlEncode(Contacts.Affiliate.GetDefaultLink(aff.ReferralId))
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
I would just place HTML comments around this piece of code in the ASPX page: Code:
<asp:Label ID="lblAffiliateLink" runat="server" Text="Label"></asp:Label>
|
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
|
|
|
|
Rank: Member
Joined: 10/5/2015(UTC) Posts: 2
|
Originally Posted by: TKatch Like a charm! Thank you. Was looking for this.
|
|
|
|
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.