|
What to do
- The first thing to do is sign up for the
affiliate program so you have your own
unique code that allows us to track your
commission.
- Copy and paste a line of code into your site
where you would like the templates to appear eg.
<iframe src="http://www.lingerieisland.com/wproducts.php"
name="MyFrame" width="100%" height="350"></iframe>
- Add your affiliate code and the version you
want to link to at the end of each link, so you
have something like this http://www.lingerieisland.com/wproducts.php?id=2&PARTNER=affiliatename
- For a list of parameters, please see below.
Parameters
You will need a separate link on a
separate page for each of the categories you need to
link to, the examples are listed below:
Lingerie
Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=1&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Hoisery
Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=2&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Swimsuit Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=3&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Valentines
Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=4&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Fall/Holiday Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=5&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Vinyl Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=6&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Leather Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=7&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Costumes Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=8&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Jewelry Catalog
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=65&PARTNER=affiliate"
name="MyFrame" width="100%" height="350"></iframe>
Options
It's possible to remove the buy
capability by adding nb=true (no
buy) so for example your link would look something
like this
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=9&nb=true"
name="MyFrame" width="100%" height="350"></iframe>
If you would like to remove the
price as well you would also need to add np=true
(no price) eg.
<iframe src="http://www.lingerieisland.com/wproducts.php?cat=9&nb=true&np=true"
name="MyFrame" width="100%" height="350"></iframe>
These options are useful if just
need to showcase the products and will arrange the
purchase details with your client.
You can set the height and width
of the iframe for your site, in the examples above
the width is set to 100% of the cell where the link
resides and the height is 350 pixels. It's possible
to set a pixel width for the iframe, for example
width="550" and we recommend a minimum of 500 pixels
so that the checkout page fits nicely.
|