I'm trying to create a page that will allow users to download hard copy order forms if they don't wish to order over the web. The catch is that my client has three price schedules so based on the login, the page needs to show different information. I'm trying to use the XML tag SHOWFORPRICESCHEDULE on the page (as described in the knowledge base) but it doesn't seem to be working. Could someone look at my code and tell me what I'm doing wrong. Thanks. Ask anyone, I can use all the help I can get!!!
Here's the code:
<!-- BrochureOrderForms HTML begin -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<LINK REL=STYLESHEET HREF="actinic.css">
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
</HEAD>
<body leftmargin="1" topmargin="1" marginwidth="1" marginheight="1" NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
<table width="760" border="0" cellspacing="0" cellpadding="0" background="hdrbg.gif" align="center">
<tr>
<td><img border="0" src="gd_header2_logo.gif" width="584" height="75"></td>
<td><img src="logo2.gif" width="175" height="75"></td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 width="760" border=0 align="center">
<tr>
<td valign=top background="navbg.gif">
<p><br>
<img height=3 src="shim.gif" width=1 border=0><br>
NETQUOTEVAR:HEADERGUIDE<br>
</p>
<br>
</td>
<td valign=top width="626" background="bk.gif" height="100%"><!-- If customer accounts are in operation following two lines allow displaying -->
<!-- User name and customer account name on every page -->
<Actinic:NOWSERVING/> <Actinic:CURRACCOUNT/><Actinic:BROCHURE_LOGOUT_SIMPLE/><!-- NETQUOTEVAR:REGISTEREDLOGIN --> NETQUOTEVAR:BROCHUREBODY</td>
<Actinic:SHOWFORPRICESCHEDULE Schedules="Wholesale"
HTML="<A HREF="OrderForm.pdf">PDF Order Form</A>"/>
<Actinic:SHOWFORPRICESCHEDULE Schedules="Express"
HTML="<A HREF="ExpressOrderForm.pdf">PDF Order Form</A>"/>
<Actinic:SHOWFORPRICESCHEDULE Schedules="Gold"
HTML="<A HREF="GoldPlanOrderForm.pdf">PDF Order Form</A>"/>
<td background="rhsbg.gif"><img height=8 src="shim.gif" width=23></td>
</tr>
<tr>
<td><img height=35 width=110 border=0 valign="bottom" src="navbottom.gif"></td>
<td width="100%" background="ftrbg.gif"><img src="ftrbg.gif" width="10" height="35"></td>
<td valign=bottom background="ftrbg.gif"><img height=35 src="rhsbottom.gif" width=23 border=0></td>
</tr>
</table>
NETQUOTEVAR:POWEREDBY</BODY>
</HTML>
<!-- BrochureOrderForms HTML end -->
Here's the code:
<!-- BrochureOrderForms HTML begin -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<LINK REL=STYLESHEET HREF="actinic.css">
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
</HEAD>
<body leftmargin="1" topmargin="1" marginwidth="1" marginheight="1" NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
<table width="760" border="0" cellspacing="0" cellpadding="0" background="hdrbg.gif" align="center">
<tr>
<td><img border="0" src="gd_header2_logo.gif" width="584" height="75"></td>
<td><img src="logo2.gif" width="175" height="75"></td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 width="760" border=0 align="center">
<tr>
<td valign=top background="navbg.gif">
<p><br>
<img height=3 src="shim.gif" width=1 border=0><br>
NETQUOTEVAR:HEADERGUIDE<br>
</p>
<br>
</td>
<td valign=top width="626" background="bk.gif" height="100%"><!-- If customer accounts are in operation following two lines allow displaying -->
<!-- User name and customer account name on every page -->
<Actinic:NOWSERVING/> <Actinic:CURRACCOUNT/><Actinic:BROCHURE_LOGOUT_SIMPLE/><!-- NETQUOTEVAR:REGISTEREDLOGIN --> NETQUOTEVAR:BROCHUREBODY</td>
<Actinic:SHOWFORPRICESCHEDULE Schedules="Wholesale"
HTML="<A HREF="OrderForm.pdf">PDF Order Form</A>"/>
<Actinic:SHOWFORPRICESCHEDULE Schedules="Express"
HTML="<A HREF="ExpressOrderForm.pdf">PDF Order Form</A>"/>
<Actinic:SHOWFORPRICESCHEDULE Schedules="Gold"
HTML="<A HREF="GoldPlanOrderForm.pdf">PDF Order Form</A>"/>
<td background="rhsbg.gif"><img height=8 src="shim.gif" width=23></td>
</tr>
<tr>
<td><img height=35 width=110 border=0 valign="bottom" src="navbottom.gif"></td>
<td width="100%" background="ftrbg.gif"><img src="ftrbg.gif" width="10" height="35"></td>
<td valign=bottom background="ftrbg.gif"><img height=35 src="rhsbottom.gif" width=23 border=0></td>
</tr>
</table>
NETQUOTEVAR:POWEREDBY</BODY>
</HTML>
<!-- BrochureOrderForms HTML end -->
Comment