I thought I might "give back" a little and see if anyone was interested in affiliate sales.
I have some code that will create my entire catalog of products and shopping cart on any website that can use javascript (most if not all can)
It's a simple little drag and drop code, nothing special required.
I haven't come up with a "payment" scheme yet but I am thinking a point system. Like every customer who buys from your website would get you one "point".
After a certain amount of points you'd get free items (or cash).
The optimal layout space needed for it to look nice is 600 pixels, but can go as low as 400 pixels wide. All you do is drop this code in a webpage and the catalog of products will show up.
It can work in WordPress, or any other blog system as well.
You only need to replace the "yourECFusernamehere" in the code below with your ECF username so I can track it. Right now there is no backtracking so you'd have to take my word for it that someone did or did not order, but I am an honest person.
The only restriction is you cannot order for yourself this way, or if you do, no "points" are given.
If anyone is interested, the code is below.
Code:
<table width="600" border="2" cellspacing="1" cellpadding="1">
<tr>
<td> <div>
<script type="text/javascript" src="http://app.ecwid.com/script.js?497091" charset="utf-8"></script>
<script> xAffiliate("yourECFusernamehere"); </script>
<script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10) table(20)","categoryView=grid","searchView=list","style="); </script>
<noscript>Your browser does not support JavaScript. Please proceed to <a href="http://app.ecwid.com/jsp/497091/catalog">HTML version of Go-GoUSA.com</a></noscript>
</div></td>
</tr>
</table>
We can also set it up for single products as well, like if you just wanted to show the kit or just a battery, or maybe a PURPLE battery
Note to change the width of the display you just need to change the table code to a different pixel width table width="600" to whatever you want.
Let me know if anyone tries it out.
