Ecommerce Templates > Ecommerce Templates Whitelabel Resellers Program
You can earn over $30 per sale by joining our reselling program. With a line of code on your site you can start selling our ecommerce and regular templates - the versions that you offer are completely up to you.
It's pretty simple. We give you a line of code to paste into your site - this will create an iframe so that all the pages, including the checkout process, are hosted on our servers. By adding your unique affiliate code to the end of each link, you will receive 20% of sales that are generated through your site. Payments are made at the end of each month via Paypal and you are notified by email of each order that is processed. You can choose which versions of the templates you would like to sell, whether it be the Responsive Design, Dreamweaver, WordPress or CSS versions in PHP and ASP. We are also offering the "regular" non-ecommerce versions of the templates, which sell for $20 - $45.
You will need a separate link on a separate page for each of the template versions you need to link to, the examples are listed below:
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="https://www.ecommercetemplates.com/whitelabel/products.asp?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="https://www.ecommercetemplates.com/whitelabel/products.asp?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.
You will probably want to set up your own menu for the various versions, this is entirely up to you. All you need to do is set up a new page for each version of the template you would like to resell and link to your "own" store pages.
You can also show off the templates in French or Spanish by adding the parameter langid. For example if you want to show the regular Dreamweaver templates in French you would need the following
<iframe src="https://www.ecommercetemplates.com/whitelabel/products.asp?cat=12&langid=2&PARTNER=affiliatename" name="MyFrame" width="100%" height="350"></iframe>
For Spanish, that would be
<iframe src="https://www.ecommercetemplates.com/whitelabel/products.asp?cat=12&langid=3&PARTNER=affiliatename" name="MyFrame" width="100%" height="350"></iframe>