Site Store Pro
™INSTALLATION GUIDE
–
WPCartPro Wordpress Plugin Version
WPCARTPRO INTRODUCTION 2
SYSTEM REQUIREMENTS 4
DOWNLOAD YOUR WPCARTPRO VERSION 5
EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY ON YOUR LOCAL COMPUTER 5
SETUP THE SITE STORE PRO MYSQL DATABASE 6
EDIT THE MYSQL (DATABASE) CONNECTION FILE 8
FTP (TRANSFER) THE STORE AND ADMIN FILES TO YOUR WEBSERVER 9
ACTIVATE THE PLUGIN INSIDE OF WORDPRESS 11
ACTIVATING THE SITE STORE PRO ADMIN AREA 12
CREATE YOUR MASTER ADMINISTRATOR ACCOUNT 13
VERIFY YOUR STORE URL AND CHECKOUT URL SETTINGS 13
ADDING MENU LINKS TO STORE CATEGORIES 15
ADDING THE QUICK CART DISPLAY TO WORDPRESS PAGES 15 SETTING UP SEO FRIENDLY LINKS FOR STORE AND PRODUCT PAGES 17
Download Your WPCartPro Version
Login to your account at https://www.sitestorepro.com/myaccount with the email address and password entered when you registered for your account at SiteStorePro.com.
After logging into your account, click on the Download button in the ‘My Downloads’ to download your copy of WPCartPro.
Edit The MYSQL (DATABASE) Connection File
Once the database tables have been installed into an available MySQL database, in order to connect the Wordpress installation to the Site Store Pro online store files, the /Connections/SiteStoreProDB.php file must be edited to include your specific MYSQL database login information. The SiteStoreProDB.php file is located in the ‘Connections’ folder in the ‘New_Installation’ folder of the files you extracted from the downloaded zip file. Using a text file editor such as NotePad or your preferred HTML editor, you must replace the default SQL connection string values with the login information for your specific MYSQL database where you installed the SQL script in the previous step. The connection string will have the following info: <?php $hostname_SiteStoreProDB = "localhost"; $database_SiteStoreProDB = "database"; $username_SiteStoreProDB = "username"; $password_SiteStoreProDB = "password"; $SiteStoreProDB = mysql_pconnect($hostname_SiteStoreProDB, $username_SiteStoreProDB, $password_SiteStoreProDB) or trigger_error(mysql_error(),E_USER_ERROR); ?>You must replace the 4 values in red with your specific MySQL database login information.
$hostname_SiteStoreProDB = The servername or IP Address of your MYSQL $database_SiteStoreProDB = The name of the database provided by your webhost or entered when setting up the database. $username_SiteStoreProDB = The username provided by your webhost or entered when setting up the database $password_SiteStoreProDB = The password provided by your webhost or entered when setting up the database If you need assistance setting the correct MYSQL connection string for your Site Store Pro installation, please email [email protected] or call (800) 974‐6493 Ext 2.
For Wordpress installations, make sure the the connection file also reads “2” as the install type as shown below: