Drop Cart Setup

To begin using Drop Cart, I first signed up and created a New Store after logging in.

Create a new store


I then copied the HTML provided on the store page and pasted it just before </body> on my site.

Store Code

<script type="text/javascript" src="http://dropcart.com/dropcart.js"></script>
<script type="text/javascript">try{dropcart.init('FOhaEB36oQLIdnbFvNZjV5QuxZFmcJbS')}catch(e){}</script>

Next, I clicked "New Item" to begin adding items to my store.

My Store

Create a New Item





I then chose a link format on the store item page and copied the HTML provided and placed it on my site where I wanted the item's add to cart button.

Text Link

Test Item
<a href="http://dropcart.com/9" class="dropcart">Test Item</a>

Graphical Link

Test Item
<a href="http://dropcart.com/9" class="dropcart"><img src="http://dropcart.com/9.png" alt="Test Item" /></a>

When placed on an incorrect site or if the maximum quantity has been reached, the link will no longer allow customers to add the item to their shopping cart.

Once the item is sold out, the image version of the link changes from "Add to Cart" to "Sold Out". The option to upload custom images is currently being implemented.

Items, stores and their associated information can be deleted at any time.

For additional features and information on Drop Cart's real-time analytics, read About Drop Cart.