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

Notification

Icon
Error

stealthauto3
#1 Posted : Friday, May 20, 2011 1:02:46 AM(UTC)
stealthauto3

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?
Kman
#2 Posted : Friday, May 20, 2011 1:59:26 AM(UTC)
Kman

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.
Regards,
Kim(Kman) Rossey
www.toocoolwebs.com
BVSoftware - MerchantTribe Programming/Design, Database Programming and Business Applications
[email protected]
Aaron
#3 Posted : Friday, May 20, 2011 7:20:06 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
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.

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