The default ASM installation files comes with a very straightfoward and easy-to-use script.config.php file that enables the system to be up and running within minutes.
Our customization of the script.config.php is to expediate the installation and execution of our various niche product stores.
Additional variables that are used in the configuration are detailed below :
$sitetext - Standard on our sites and the placement of this text line is above the site name/title within the template header. Our page header box (as on this site) is a table within a table and it carries the following codes:
$idxtitle - Depending on your configuration ASM will either defaults the index page title to your URL (Your Store Name :: http://www.your-domain.com) or to the SearchIndex default that is specified within the config file. $idxtitle will replace the Index Title of your site with the text line specified.
$shorturl - We use the $shorturl in our Google sitesearch box that is intergal in our footer.tpl file.
$Locale = strtoupper($locale); - Converts the locase (us, uk..) to uppercase (US, UK, CA...) for inclusion in the Title and Page Headers of our multi locale installations.
$SubscriptionID = ""; $AWSAccessKeyId = ""; - Reminder, you need to fill either one only.
$GooglePublisherID = ""; - Your Google-Adword ID. Quiet trivial actually, but we add this case we forgot to "remove" the actual ID from our distribution zips, add this variable to your Google-AdSence script :
$copyright - This copyright year is self-adjusting and it removes the hassle of having to change it manually every year or so. Edit the script/templates/footer.tpl file, look for the copyright text,