- Installation
... ent line (remove the existing one first, if present) - this sets the index.php as the default 404 error document which will kick in url_map/title page ac ...
;;;ErrorDocument 404 /index.php
15 KB (2459 words) - 02:49, 2 July 2011
- Settings:First Use
... ror occurs. This requires the web server have 404 error set to go to index.php in the root of this web site.
... y opted into the email campaign via the automated email. Example “/index.php?pageId=123&message=You%20are%20now%20registered!”
18 KB (2944 words) - 04:20, 5 December 2008
- Page Templates:Creating Your First Template
As the template code is in PHP and all this content will have to be 'echo'd' be sure to escape all quotes ...
==Place PHP tags and Echo the whole thing==
11 KB (1790 words) - 19:20, 2 April 2009
- Functions:pageMenuGet
|index.php?pageId=125
|<a href="index.php?pageId=123" target="_self">Category X</a>
8 KB (1060 words) - 13:35, 10 March 2009
- Functions:pageCustomSearchGroup
... ch_autoSelect_12" onChange="window.location.href=this.options[this.selectedIndex].value;">
<option value="index.php?fa=PAGE.search&optionId=32">Category 1</option>
4 KB (524 words) - 14:10, 21 October 2008
- Functions:pageChildrenGet
... dimensional array of child page data. The first dimension is a numerically indexed array of each child (starting from 0). The second dimension is an associ ...
|index.php?pageId=192
18 KB (2754 words) - 11:00, 13 July 2010
- Functions:pageBreadcrumbsFamilyGet
Returns a multidimensional array where the first dimension is an indexed array of breadcrumbs, the second dimension is an associative array of br ...
|/index.php?pageId=124
2 KB (231 words) - 14:04, 21 October 2008
- Functions:pageProductsGet
... d dimension is an associative array of product information for the product index.
<source lang="php">
27 KB (3559 words) - 02:36, 11 March 2010
- Functions:addressStateOptions
<source lang="php">
echo "<form action=\"index.php\" method=\"post\">";
3 KB (373 words) - 14:02, 21 October 2008
- Functions:addressCountryOptions
<source lang="php">
echo "<form action=\"index.php\" method=\"post\">";
3 KB (414 words) - 19:00, 19 February 2009
- Functions:pageSearchGet
... e data that qualifies for the search. The first dimension is a numerically indexed array of each child (starting from 0). The second dimension is an associ ...
|index.php?pageId=192
23 KB (3353 words) - 15:29, 8 April 2009
- Page Templates:Login Form
<source lang="php">
eV::authorizeIsLoggedOut('index.php?message=You cannot create an account while logged in');
3 KB (468 words) - 12:59, 20 February 2009
- Page Templates: Your Account
*Logout (index.php?fa=USER.logout)
<source lang="php">
1 KB (188 words) - 22:19, 8 February 2009
- Page Templates:Creating a Registration Template
<source lang="php">
if($isLoggedIn) eV::redirect($iProducts['securedSiteUrl'] . 'index.php?fa=ORDER.checkoutShipping');
4 KB (599 words) - 12:58, 13 April 2009
- Page Templates:Creating a Billing Address Template
... is after shipping but before payment, then send redirect success to index.php?fa=ORDER.checkoutPayment.
<source lang="php">
11 KB (1452 words) - 22:58, 8 February 2009
- Page Templates:Creating a Shipping Address Template
... g is after billing but before payment, then send redirect success to index.php?fa=ORDER.checkoutPayment.
<source lang="php">
11 KB (1469 words) - 15:11, 8 January 2009
- Functions:userAddressAddEdit
<source lang="php">
authorizeIsLoggedIn("/index.php?message=You must be logged in to manage your address book");
6 KB (768 words) - 03:19, 25 February 2009
- URL Map
... ude the domain name, but do include the proceeding slash: example: "/index.php?pageId=123&var=1&var2=x".
3 KB (469 words) - 16:52, 1 December 2010
- Functions:userAccountAndAddressCreate
<source lang="php">
eV::authorizeIsLoggedOut('index.php?message=You cannot create an account while logged in');
13 KB (1652 words) - 13:40, 11 December 2011
- Functions:userAccountEdit
<source lang="php">
eV::authorizeIsLoggedIn('index.php?message=You must be logged in to edit your account info');
9 KB (1273 words) - 22:01, 8 February 2009