Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "header-info" you were looking for
General Site Configuration
These are the basic settings for the web site that determine it's overall identity. The Site/Organization Name is used as the web site title and name, which is typically the short name for the site. The Site Title is used at the...
css block
If you need a way to throw some CSS in a view, you may use the "css" smarty block plugin to pull it out when that view is called upon and automatically put the css in the header (where it should be).   You MUST include...
br function
Probably the simplest of these handy little smarty snippets is the {br} plugin. Seems simple enough. What it does is add in a line break in your TPLs. However, first it checks to see if the theme you are using has XHTML on or off. It...
Order Processing
Once customers have placed orders, you will need to act on them.  You can see a notification of new orders in several ways: via an email message if you have turned on this setting within the Store Configuration a number of new orders...
Credit Card Payment Setup
(CAUTION) This payment type may not be available or may not work correctly.  It requires manual payment processing.  It is intended to split the credit card information between the web site database and and email sent to a...
Import Users
This command allows adding/updating user accounts from a comma separated value file. The first screen selects the file, the delimiter character and the starting row/header. The second screen displays all the columns found in the file...
Custom Theme Tutorial #2
Here's how to create a custom theme using a generic web theme template.  There are countless free and paid web templates available on the internet.  You may search one of the template collection web sites to locate a 'theme'...
Footer Info
This is how Exponent closes out the page in your theme.  This required call is the one which actually parses the css styling and places information about javascript onto the page. <?php expTheme::foot(); ?> It currently...
The Site Displays a Nearly Blank Page with "Resouce Not Found"
In the event you browse to the web site and see a nearly empty page with a "resouce not found" error displayed, there is a possibility the 'conf/config.php' file is missing, corrupt, or unable to connect to the...
UPS Shipping Setup
It is possible to interact with the UPS web site to obtain shipping costs.  The information can then be available in the checkout process to allow the customer to choose the type of shipping and calculate and apply the cost of...