Printable Page Back to Menu
The IDI Module contains three folders. One folder contains your administration panel the second folder contains your database pages. Your administration panel allows you to view and edit your database of customers and the secure pages that contain your information. The third folder contains your purchase forms which will allow your customers to buy your product. Your database and administration folders are hosted on the IDI Servers with very high security settings.
 

How do I get to my Administration Panel? Go to http://www.yourwebsite.com/admin_panel/login.php enter the user id and password provided to you?

 

How do I insert a buy button for customers to click to purchase my product?

Cut and paste the form below and place it on the web page you wish. The text that is in red is for you to change.

1.The 500.00 is the cost you wish to charge for your product.
2. "Product Description is self explanatory.

Scroll to the bottom of the page and you will see what the button looks like.

 

<form method="post" action="https://secure.fasttransact.com/gw/native/interactive2.2" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="Ecom_Ezic_AccountAndSitetag" value="120343569717:IMGT" />
<input type="hidden" name="Ecom_Cost_Total" value="500.00" />
<input type="hidden" name="Ecom_Receipt_Description" value="Product Description" />
<input type="hidden" name="Ecom_Ezic_Fulfillment_ReturnURL" value="Http://www.your_return_page.html" />
<input type="hidden" name="Ecom_Ezic_Payment_AuthorizationType" value="SALE" />
<input type="hidden" name="Ecom_Ezic_Fulfillment_ReturnMethod" value="GET" />
<input type="hidden" name="Ecom_Ezic_Security_HashFields" value="Ecom_Cost_Total Ecom_Receipt_Description Ecom_Ezic_Payment_AuthorizationType" />
<input type="hidden" name="Ecom_Ezic_Security_HashValue_MD5" value="a714371cea071d06e4b3c160df8fc851" />
<input type="submit" name=".submit" value="Buy now!" />
<div>
</div>
</form>