|
Install AShop Deluxe
|
Previous Top Next |
| · | At least version 4.1.0 of PHP4 or any version of PHP5
|
| · | Safe Mode = Off
|
| · | Enable dl() = On
|
| · | File Uploads = On
|
| · | MySQL Functions Available
|
| · | Curl With SSL Available
|
| · | Run-time notices = Off
|
| · | The fsockopen-function is working
|
| · | IonCube decryption is working.
|
| · | The AShop Software license server can be reached
|
| 1. | Unzip the AShop program files on your local computer.
|
| 2. | Ensure that your FTP client is set to upload php files and images in binary mode. Upload the AShop files and folders to the server. The AShop Deluxe files and folders may be installed in the public root directory or in a subdirectory. A single domain license can be used to install the shopping cart in any number of subdirectories with different names. The AShop directory structure must remain the same as in the distibution packate for each installation. Note that the Unix/Linux file system is case sensitive. For instance, if you name the folder ashop in all lower case, the setting within config.inc.php must also be ashop (not AShop). If the program files are installed in the public root OrderForm pages will work anywhere in the public root and in subdirectories just below the public root directory.
|
|
OR |
|
| 3. | Change permissions of the following directories and files to 777. Note: The only gateway directories that are required are the ones for the currencies that will actually be used by the shopping cart. Unused gateway directories may be omitted.
|
| · | admin/fulfilment
|
| · | admin/gateways (only necessary if processing U.S. dollar)
|
| · | admin/gatewayscad (only necessary if processing Canada dollar)
|
| · | admin/gatewayseur (only necessary if processing Euro currency)
|
| · | admin/gatewaysgbp (only necessary if processing Great Britain pound)
|
| · | admin/gatewayssek (only necessary if processing Swedish Kroner)
|
| · | admin/gatewayssgd (only necessary if processing Singapore dollar)
|
| · | admin/receipts (if you want to save original customer receipts)
|
| · | admin/config.inc.php
|
| · | banners
|
| · | images
|
| · | images/logo.gif
|
| · | ioncube
|
| · | previews
|
| · | prodimg
|
| · | products
|
| · | updates
|
| 4. | Create a database for AShop and add a user with a password to the database. If you do not have access to create a mySQL database on your server, then contact your web host technical support to have this done for you. You will need the path to the database (if it is not localhost), the database name, user name and password. The user must have all privileges for database table mods and creation of new tables.
|
| 5. | Open config.inc.php in a text editor such as NotePad or within your FTP program and edit the following variables BEFORE running install.php:
|
| $databaseserver = "location of the mySQL database"
|
| The database is usually located at "localhost". If the database is hosted remotely or on a different server, this setting may be something like "mysql.server_name.com" or http://mysql.server_name.com.
|
| 6. | Run install.php from a browser. This will create the database tables. To do this, enter something like this into your browser address bar: http://www.yourdomain.com/install.php or http://www.yourdomain.com/ashop/install.php depending on where the AShop files and directories are located.
|
| 7. | Enter your name, email address, and Registration Key Code in the spaces provided.
|
| 8. | You will then be redirected to the third party software integration page. You can skip this step by clicking the Skip This Step button at the bottom of the page. If you wish to add third party integration later, it can be done through the admin panel in the Store Configuration > Shop Parameters > Advanced Options menu. To add third party integration during the installation process, enter the full server path for each supported third party software application that AShop Deluxe will integrate to.
|
| · | ListMessenger (Lite and Pro)
|
| · | ListMail Pro
|
| · | phpBB
|
| · | AutoResponse Plus
|
| · | Password Administrator+ (PA+)
|
| · | Password Robot
|