Miva Merchant Mia v5.X will allow you to setup your compiled (v4.14-v5.X) Miva Merchant shopping cart on your PC/Intel Mac. If you're using an Intel Mac you must be running Parallels Desktop or dual booting to Windows.
You can download Miva Merchant Mia here:
http://www.miva.com/support/downloads
Get the docs here:
http://www.miva.com/docs
Downloading your store:
You need to download your scripts (HTML) and mivadata (DATA) directories.
If you're using Miva Merchant 4.X, by default, you will have two 'Merchant2' folders, one for scripts and one for data. Your scripts directory will have your .mvc files and the data will have your .dbf and .mvx files.
If you're using Miva Merchant 5.0 the scripts are named 'mm5' by default and data is called 'Merchant5' by default. These directory names can be different depending on your host provider.
=====================================
Once you install Mia, run it and you will see these two directories:
Miva Merchant Mia will look for WWW documents in the following directory:
c:\Miva\MivaMia\HTML
Miva Merchant Mia will store data in the following directory:
c:\Miva\MivaMia\DATA
Copy your Merchant2/mm5 scripts(WWW,HTML) into the HTML directory and copy your Merchant2/Merchant5 data into the DATA directory.
======================================
Once that is done you will need to login to the admin and change the site configuration to match the local environment.
Open Mia and click on 'Home Page'. In the address bar of your browser you should see something like:
http://127.0.0.1:8000/
You want to add Merchant2/admin.mvc so you get this:
http://127.0.0.1:8000/Merchant2/admin.mvc
Once you login, click on Domain Settings -> Site Configuration. Delete all of the secure URL's and change the URL's to match the local environment.
http://www.yourdomain.com/Merchant2/merchant.mvc?
would be changed to:
http://127.0.0.1:8000/Merchant2/merchant.mvc?
(obviously if the scripts are called something different you will want to use that name instead...ie /mm5/, /store/, etc. )
-note-
You CAN use Mia with Merchant5 and MySQL. You will have to download and install MySQL onto your local machine first. Please let me know if anyone would like help getting Merchant 5 running locally with MySQL. I cannot help much with the MySQL installed/setup but I can help you get Merchant running once MySQL is setup.
-note 2 -
You also have to have OpenSSL installed on your computer. here's the download link if you don't already have it setup:
http://www.slproweb.com/products/Win32OpenSSL.html
Download the latest version. You must restart after installing.
You can download Miva Merchant Mia here:
http://www.miva.com/support/downloads
Get the docs here:
http://www.miva.com/docs
Downloading your store:
You need to download your scripts (HTML) and mivadata (DATA) directories.
If you're using Miva Merchant 4.X, by default, you will have two 'Merchant2' folders, one for scripts and one for data. Your scripts directory will have your .mvc files and the data will have your .dbf and .mvx files.
If you're using Miva Merchant 5.0 the scripts are named 'mm5' by default and data is called 'Merchant5' by default. These directory names can be different depending on your host provider.
=====================================
Once you install Mia, run it and you will see these two directories:
Miva Merchant Mia will look for WWW documents in the following directory:
c:\Miva\MivaMia\HTML
Miva Merchant Mia will store data in the following directory:
c:\Miva\MivaMia\DATA
Copy your Merchant2/mm5 scripts(WWW,HTML) into the HTML directory and copy your Merchant2/Merchant5 data into the DATA directory.
======================================
Once that is done you will need to login to the admin and change the site configuration to match the local environment.
Open Mia and click on 'Home Page'. In the address bar of your browser you should see something like:
http://127.0.0.1:8000/
You want to add Merchant2/admin.mvc so you get this:
http://127.0.0.1:8000/Merchant2/admin.mvc
Once you login, click on Domain Settings -> Site Configuration. Delete all of the secure URL's and change the URL's to match the local environment.
http://www.yourdomain.com/Merchant2/merchant.mvc?
would be changed to:
http://127.0.0.1:8000/Merchant2/merchant.mvc?
(obviously if the scripts are called something different you will want to use that name instead...ie /mm5/, /store/, etc. )
-note-
You CAN use Mia with Merchant5 and MySQL. You will have to download and install MySQL onto your local machine first. Please let me know if anyone would like help getting Merchant 5 running locally with MySQL. I cannot help much with the MySQL installed/setup but I can help you get Merchant running once MySQL is setup.
-note 2 -
You also have to have OpenSSL installed on your computer. here's the download link if you don't already have it setup:
http://www.slproweb.com/products/Win32OpenSSL.html
Download the latest version. You must restart after installing.
Comment