View Single Post
  #1 (permalink)  
Old 03-29-2008, 01:37 PM
Biotronik Biotronik is offline
UK WW Staff
12 posts this year. the lights are on!
User is on their way up.
 
Join Date: Nov 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Talking How to install BOSS CART JV

1. If you do not have a boss cart script kit you can download it from this official website download a SEO friendly shopping cart script | Boss Cart

2. After you downloaded the script you will have in your computer 2 folders mysql-dump and to upload

3. in to upload folder you will find .htaaccess file , edit the 3rd line inserting the suitable web address (will hide your robots.txt file) - in our case let's say http://YOUR_DOMAIN_NAME.uk/bosscart/

edit of .htaaccess file

4.
upload to upload folder content to into your hosting package ( let's say /public_html/bosscart/ ) using FTP

5. go to your cPanel where you will find Mysql databases, click this icon

Mysql databases icon location

6. create a new database ( let's say test ) and a new user name (let's say user )and add the new user created to the new database created Add Users To Your Databases with all the privileges ( showed in picture ).

All you need to create a new database and username in Mysql databases

7. go to phpmyadmin ( you will find the link below in your Mysql databases menu ), select the new created database, select import and select the file to import mysql.sql from mysql-dump folder witch you have in your bosscart script kit

phpMyAdmin commands locations to upload your Mysql.sql file from your BossCart script kit

8. edit the following lines in configuration.php file witch you have in your hosting package ( in our example is found in /public_html/bosscart/ )

$mosConfig_absolute_path - the path to your bosscart script - in our case /public_html/bosscart/
$mosConfig_cachepath - the path to cache folder - in our case /public_html/bosscart/cache/
$mosConfig_db - the database name - in our case db_test
$mosConfig_host - only in the case if it is not 'localhost'
$mosConfig_live_site - http://YOUR_DOMAIN_NAME.uk
$mosConfig_password - the database password
$mosConfig_user - database user name - in our case db_user

Lines to be edited in configuration.php file found in your hosting package

9. go to the http://YOUR_DOMAIN_NAME.uk/bosscart/administrator/ and log in


All Done !
Attached Images
File Type: jpg 1.JPG (47.1 KB, 28 views)
File Type: jpg 2.JPG (45.1 KB, 25 views)
File Type: jpg 3.JPG (36.6 KB, 25 views)
File Type: jpg 4.JPG (51.1 KB, 24 views)
File Type: jpg 5.JPG (46.8 KB, 24 views)
File Type: jpg 6.JPG (31.5 KB, 24 views)
__________________
Please follow our
signature policy

Reply With Quote