View Single Post
  #3  
Old 05-24-2007, 02:43 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Confused with pageid!

The name of the html X-Cart creates and the page id will not match unless you make them match. You can name the html whatever you want, as you will never call that by itself. The page id is assigned in numerical order, each new one you create is the next number in the series. You call static pages using this:

<a href="pages.php?pageid=x">link</a> where x is the X-Cart assigned pageid.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote