Thank you for download.

Free Ecommerce Shop Creator is free, but you must be a registered user to use this feature.

If you are not a user, please reference the following link for more information:

Create a shop

Script Usage: How to run scripts.

1. Upload the .php script file (sdn.php) on your sever via FTP.

Example:
[ folder ]
    |         yourstorepage.html (index.html etc.)
    |         sdn.php

2. Change file extension from .html to .php

Example:
from yourstorepage.html to yourstorepage.php
[ folder ]
    |         yourstorepage.php (index.php etc.)
    |         sdn.php

3. Open the yourstorepage.php file and include the following tag:

&
If you want to display the Products list, include the following tag:
Products list:
&
If you want to display the Categorys list, include the following tag:
Categorys list:
Note: please change USERNAME and URLTOTHESTORE
from USERNAME to your SDN username
from URLTOTHESTORE to your store page's URL

Example:
from <?echo getSDLink("USERNAME");?> to <?echo getSDLink("sdn");?>
from <?echo getSDLink("USERNAME","URLTOTHESTORE");?> to <?echo getSDLink("sdn","http://www.yourwebsite.com/yourstorepage.php");?>
-----------------------------------------------------------------------------
<?require "./sdn.php";?> //First line:
<HTML>
<HEAD>
</HEAD>
<BODY>

<DIV>Menu bar</DIV>
<DIV>
<?echo getSDLink("USERNAME","URLTOTHESTORE");?>
</DIV>
</DIV>

<?echo getSDLink("USERNAME");?>
//You need to paste the code in between the <BODY> and the </BODY> tags of the document.
</BODY>
</HTML>
-----------------------------------------------------------------------------

You can also put the Newsletter Subscribe Form and Login Form to the menubar on your own website.

Newsletter Subscribe Form
1. First, please login to your account.
2. Click the Subscribe Form link.
3. Get the Newsletter Subscribe Form Code and include the Code into their websites.

Login Form
1. First, please login to your account.
2. Click the Login Form link.
3. Get the Login Form Code and include the Code into their websites.