BV Commerce Forum
»
BV Commerce Support
»
General Support
»
How do you create a totally BLANK page that still allows affiliate ID tracking?
Rank: Member
Joined: 10/29/2008(UTC) Posts: 66
|
I am trying to make a custom page with no elements of my main site. I don't want a header, a footer, etc..
I want to be able to drop some HTML into this page (its an opt in form), and when someone visits with an affiliate ID URL I want it to cookie and track this visitor.
Is there any way to do this?
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
With Visual Studio add a new VB.Net webform
Go to the code behind. View Code
At top add Imports BVSoftware.Bvc5.Core
Replace Inherits System.Web.UI.Page
With Inherits BaseStorePage
Give it a go. |
|
|
|
|
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)
|
Or even simpler, just create an ASPX page in a text editor (and no code-behind file) with the following page directive as the first line in the file. Note that you will probably need to update the MasterPageFile path to use the appropriate master page for your theme. Code:<%@ Page Language="VB" MasterPageFile="~/BVModules/Themes/Bvc5/Default.master" AutoEventWireup="false" Inherits="BaseStorePage" %> |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
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.