Page Top Help


The page top is located in /ppcart/templates/page_top.html

Your Page Top can be formatted in just about any way you want your page to look. There a few inhancements
that you can choose to use. Highly Recommended.

Default Page Top

If you want to use the default page top, you can edit the colors and text
in the admin program, program options. 

OR you can design your own page top to your likeing.

For the default page top:
If you want the program to put the page title for each page in the TITLE TAG,
then use the format below:
<title>[!Title]</title>

The program can also set the META DESCRIPTION and KEYWORDS for each page. Use the tags:
The SHORT DESCRIPTION goes in the META DESCRIPTION tag
<meta NAME="description" CONTENT="[!MetaKeysDesc]">
<meta NAME="keywords" CONTENT="[!MetaKeyWords]">

Search and replace tags for page top

* The left top company name or logo. Use 1 or 2 lines
* You can put a logo in as well. To use a logo image,
* enter the HTML in the 1st or 2nd line. Size: 250x90
* <Img Src=http://www.yourserver.com/ppcart/images/imagename.gif>
<!PTheaderBackgroundColor>	Table background color
<!PTheaderFontColor>		Text font color
<!HeaderText1size>		Line 1 text size
<!HeaderText1>			Text for line 1
<!HeaderText2size>		Line 2 text size
<!HeaderText2>			Text for line 2

* The right column text (centered in the table) up to 4 lines
<!CenterText1>			Right column text line 1
<!CenterText2>			Right column text line 2
<!CenterText3>			Right column text line 3
<!CenterText4>			Right column text line 4

* Link Bar
<!PTlinkbarBackgroundColor>	Link bar background color
<!PTlinkColor>			Link color

-----------------------------------

The STYLE SHEET is used to control the look of the fonts on the catalog pages.
<link rel="stylesheet" href="/ppcart/lib/ppcart-style.css" type="text/css" />

You can control all the fonts and colors within the cart from the 
Style Sheet.


------------------------------------


This is the javascript to use if you want to use the contact email form:
<SCRIPT LANGUAGE = "JavaScript">
function ContacteMail(pagename){
window.open("/cgi-bin/ppcart/ppcart.pl?contactmail" ,  'window', 'toolbar=no,scrollbars=yes,resizable=yes,width=600,height=400,left=10,top=10')
}
</Script>

LINK TO CALL THE JAVASCRIPT:
<A HREF="javascript:ContacteMail();">Contact us</A>


------------------------------------


VIEW CART CODE FOR PAY PAL:
<CENTER>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="ranson@rlaj.com">
<input type="image" src="http://server/ppcart/images/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, standard and secure!">
<input type="hidden" name="display" value="1">
</form>
</CENTER>

If you use a table in your page top, you need to put the CLOSE TABLE TAG in the page_bottom.html