It is possible to use multiple pass back URLs, or approved 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 [...]

Posted in Passbacks and Returns

Tagged , , , ,

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/checkout/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 [...]

Posted in Using the Plug n Play Cart

Tagged , , ,

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/checkout/purchase” method=”post”> <input type=”hidden” name=”sid” value=”XXXXXX” /> <input type=”hidden” name=”product_id” value=”10″ /> <input [...]

Posted in Using the Plug n Play Cart

Tagged , , ,