|
Answer
by: Stuart Pierce, Aplus.Net Knowledge Base Support.
In
order to connect your Website to your MIVA store, you need to add a link
in your HTML code, which points to the location or URL of your MIVA
store.
Here is a sample of the code you have to add to your html:
I.
Unix-based, eCommerce Unix plans opened before December 7th,
2005 using MIVA 4:
<!--begin-->
<a
href="http://www.yourdomain.com/Merchant2/merchant.mvc">STORE</a>
<!--end-->
II.
Unix-based, eCommerce Unix plans opened after December 7th,
2005 using MIVA 5:
<!--begin-->
<a
href="http://www.yourdomain.com/mm5/merchant.mvc">STORE</a>
<!--end-->
III.
Windows-based, eCommerce Windows plans:
<!--begin-->
<a
href="http://mivasecure.abac.com/ftpusername/merchant.mvc">STORE</a>
<!--end-->
Note: Please
replace "yourdomain.com" with your actual domain name. Please
replace "ftpusername" with your Main FTP Username.
|