Can I have more than one passback URL?

It is possible to use multiple pass back URLs, or return URLs, with our system. If you are using our free Plug and Play shopping cart, then you simply need to add the URLs to the products themselves to achieve this. You may specify the Approved and Pending URLs on each individual product that you have created in our system. These URLs will over-ride any URL set on the Look and Feel page. We will then use this URL to return the customer to when it is purchased.

Having multiple return URLs can conflict with the Direct Return feature that we have available. This feature will make the customer skip the ‘Sale Processed’ and go directly from the Billing Information page of the checkout process to your return URL. We can only return the customer to one page at a time, so when multiple products are purchased that have different return URLs, the Direct Return feature is disabled for that sale. The customer will then be presented with a list of the products or services they purchased along with their respective return URLs to click. There is a parameter available to lock our cart into only allowing the purchase of one product at a time, and this parameters name is ‘fixed’. You may pass this in with the value of a capital ‘Y’ to lock the quantity fields. More information on Direct Return and the parameters that we accept can be found elsewhere in the Knowledge Base. Please do a search for ‘Direct Return’ or ‘parameters’ if you would like to read this information.

If you are using a third party or customer cart or script, then multiple return URLs may still be used, but the implementation of this would have to be on your end as the product information in the 2CO database is not used. If you are not passing in product_id parameters, then you are not using the Plug and Play cart of ours. To achieve multiple return URLs with a customer cart or third party cart, you may use the x_receipt_link_url parameter to control where the customer is returned to. The value of this parameter MUST match the domain that is listed on your 2Checkout.com account for security reasons. You would then need to design your cart or script to pass this parameter into our system along with the appropriate value for that sale.

How do I add multiple products to the PNP cart using one link?

If you have chosen to upload your products to our database (instead of using a third-party cart), you can create a single link that - when clicked - will add two or more products to the 2CO cart.

https://www.2checkout.com/2co/buyer/purchase?sid=XXXXXX&product_id1=Y&product_id2=Z&quantity1=1&quantity2=1

Be sure to replace the Xs with your numerical seller ID, the Y with the ID of your first product and Z with the ID of your second product.

To add more than two products with one action, simply append a product_id3 and quantity3 parameter, then a product_id4 and quantity4 parameter and so on.

Why do I get a parameter error when adding multiple buy buttons on the same page?

Each button added to the page needs to have its own opening and closing form field. This tells the browser that each form is separate, and not part of the same one.

The following correct example generated two separate buy buttons:

<form action="https://www.2checkout.com/2co/buyer/purchase" method="post">
<input type="hidden" name="sid" value="XXXXXX" />
<input type="hidden" name="product_id" value="10" />
<input type="text" name="quantity" size="5" value="1" />
<input type="submit" name="submit" value="Buy from 2CO" />
</form><form action=”https://www.2checkout.com/2co/buyer/purchase” method=”post”>
<input type=”hidden” name=”sid” value=”XXXXXX” />
<input type=”hidden” name=”product_id” value=”10″ />
<input type=”text” name=”quantity” size=”5″ value=”1″ />
<input type=”submit” name=”submit” value=”Buy from 2CO” />
</form>

** Notice that there are two opening tags ( <form> ) and two closing tags ( </form> ).

Another possibility, if you are using an HTML editor, is the editor may be adding extra numbers to the parameters, thinking each identical one is part of the same form, and not a separate form. Look at the parameters in the forms, and make sure there are not extra numbers added to it.
Incorrect Example:

<form action="https://www.2checkout.com/2co/buyer/purchase" method="post">
<input type="hidden" name="sid1" value="XXXXXX" />
<input type="hidden" name="product_id" value="10" />
<input type="text" name="quantity" size="5" value="1" />
<input type="submit" name="submit" value="Buy from 2CO" />
</form>

** Notice that the in second line from the name=”sid1″, this should always be name=”sid”

Can my 2CheckOut account be used to sell products from multiple web sites?

The 2checkout.com license is for 1 website. You can only use your account for the web site that is registered on your account. Vendors wishing to sell products from more than 1 website would need to sign-up for additional accounts.

You can obtain additional licenses from us for your other web sites. You would sign up for a new account, pay the $49.00 enrollment fee, and once you’ve received the new SellerID, send in an email to risk@2co.com with your current & new IDs. We will credit the new account balance, and each additional license, the $19.00 discount, once we verify the accounts are all for your use.

Please note: You can not get a Referral Payment for signing up for a second account and receive a discount for the second account.

Can I have multiple 2checkout.com accounts?

The 2checkout.com license is for 1 website. You can only use your account for the web site that is registered on your account. Vendors wishing to sell products from more than 1 website would need to sign-up for additional accounts.

You can obtain additional licenses from us for your other web sites. You would sign up for a new account, pay the $49.00 enrollment fee, and once you’ve received the new SellerID, send in an email to risk@2co.com with your current & new IDs. We will credit the new account balance, and each additional license, the $19.00 discount, once we verify the accounts are all for your use.

Please note: You can not get a Referral Payment for signing up for a second account and receive a discount for the second account.

Recent Posts from the Community:

calculation

posted by: everfresh

Reserve Release

posted by: vaisal
More from the community »

Spotlight Supplier

Spotlight Supplier

Vacation Rental Software

Spotlight Product

Spotlight Product

Visualizer Photo FX


Popular Tags