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>
<?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.