Click "Add to Cart" and then select the credit card payment method (sample only - use VISA 4111111111111111 as the credit card) to
receive a link to the product in the e-mail notification.
This working example demonstrates how you can sell files with ASecureCart. The following can be used to create a similar ESD product:
1. Log into the Profile Manager.
2. Click on the "Electronic Soft Good" menu item.
3. Define your ESD product. This involves defining an "ID" and "Link" field.
4. Create an HTML page which includes an identical "ID" tag. Also, include the "ESD" tag with a value of "Y" as shown below:
<!-- replace "esddemo" in the following line with your own cart's name -->
<form method="post" action="http://www.asecurecart.net/server/cart.aspx/esddemo">
ACME Marketing Software Program<br>
Price: $79.95<br>
<input type="hidden" name="Qty" value="1">
<input type="hidden" name="QtyMax" value="1">
<input type="hidden" name="ID" value="SEC-FILE">
<input type="hidden" name="Describe" value="ACME Marketing Software Program">
<input type="hidden" name="Price" value="79.95">
<input type="hidden" name="Multi" value="N">
<input type="hidden" name="ESD" value="Y">
<br>
<input type="submit" name="Submit" value="Add To Cart">
</form>
Notes:
1. Notice if you select the Mail or Fax in payment method, the e-mail receipt does not include the link to the soft good.
This is by design. The link will only be included in the e-mail when a real-time payment method (such as PayPal or credit card gateway)
is used. If an off-line method is selected, the shopper is not automatically provided the link since the cart does not know
if/when the payment actually occurs. Because the link to the secure file is sent via e-mail, you must enter a valid e-mail address during checkout in order to receive the link.
2. With soft goods, there is often no need for your cart to capture shipping information. Click on the "Shipping Options"
link in the Profile Manager and check the "Hide Shipping" option to only capture ordered by and billing information.