2CO Form Setup No Automatic Downloads

2Checkout merchant form setup support

This support page is for setting up 2CO forms if you do NOT want to allow automatic file downloads for your customers after a purchase is made.

See Instead…

Step 1:
Setup a 2CO sellers account.

Step 2: Setup the 2CO forms:
When selling items through 2CO, you will login to your 2CO account and add new products using the "products" link in your account. Example: Go to products. Select the "New Product" link. Fill in the form as shown below (edit 4 areas or more) and hit the "Create Product" button. This will be product number 1 if it is your first item you have added.

For the approved URL use:
http://your-domain.com/thanks-payment.htm

View 2CO Template Setup

Now edit the code in the gallery1.htm. For example: find the first 2CO form and edit the 2 highlighted areas below. Replace the "sid" or "999999" with your 2CO store ID. Your store ID can be found at the top of the page in your "Set Up Products" area. Now edit the "product_id" or "999" with your product number. You have added product number one, so replace the "999" with "1". Save and test the form and it should be working.

<!-- START 2CO FORM 1 -->
<form method="post" action="https://www.2checkout.com/2co/buyer/purchase" class="formmargin">
<input type="hidden" name="sid" value="999999">
<input type="hidden" name="product_id" value="999">
<input type="hidden" name="quantity" value="1">
<input type="submit" value="Purchase from 2CO" onmouseover="this.className='buttonon-order'" onmouseout="this.className='button-order'" class="button-order"><br>
</form>
<!-- END 2CO FORM 1 -->


Step 4: Setup the "return" pages:
In the template folder you will find a page called "thanks-payment.htm". This is the return page you setup in step #2. Edit this page exactly as you would like your return page to look. After any purchase your clients will be directed to this page.

Step 5: Setup the next product:
Now do the above steps for every product in your gallery.htm or delete the code for any extra products you do not need.

Notes:
The "robots.txt" is only needed if you are selling downloadable items to keep search engines out of the download folder.




Related Topics:
Setting up Paypal forms with no auto downloads
2CO and Paypal automatic download setup


Links:
PayPal