Help Search our knowledge base:

Index - FAQ - Add to Cart code

 Details
Frequently Asked
Question (FAQ)

Document Number: 642

Optimize for Printing
E-Mail This Link

 Feedback
This document ...
helps resolve my question or problem.
does not apply to my question or problem.
is inaccurate for my question or problem.
Can I setup the cart with variable information for my online auctions?

The shopping cart has now integrated with eBay for better support. For information on our integration review this eBay Basic Walkthrough.

If you would like to include an eBay auctions buy button on your website. Here is an example. Please note that you will need to change the "demo" username to your username if you decide to use this example.

This will allow your auction winners to enter the auction specific information, and pay online through the cart.

<form method=post action='https://linkpointcart.net/cgi-bin/cart.cgi'>
  <table border=0 cellpadding=0 cellspacing=0>
    <tr>
      <td>Auction Number: </td>
      <td><input type='text' name='VARAuction' size='30' maxlength='30' /></td>
    </tr><tr>
      <td>Winning Bid Amount: </td>
      <td><input type='text' name='VARPrice' size='7' maxlength='10' /></td>
    </tr><tr>
      <td>Shipping: </td>
      <td><input type='text' name='VARShipping' size='7' maxlength='10' /></td>
    </tr><tr>
      <td colspan=2 align=center>
        <input type='hidden' name='AddItem' value='demo|Auction: VARAuction|VARPrice|1||VARShipping||||||||' />
        <input type=submit value='Add To Cart'>
      </td>
    </tr>
  </table>
</form>

This payment form can also be used with overstocked.com and yahoo stores. You may also want to check out the Email Invoice To Customer ability.