Just copy the one line "Cart Request" code below into your web page's HTML source code and you're done! It should be placed between your web page's <head> tags. Make sure to replace the "YOUR_API_KEY_HERE" with your actual API Key. If you don't have your API Key, you can get it by logging into Payvment
here. Now when someone clicks one of your Add to Cart buttons or referral links, the shopping cart will magically appear and kick into action. You will want to add the Cart Request to each page of your website. This way the cart is always accessible to your users if they have items in it. If no items are in the cart, the cart will remain hidden by default.

<script src="https://api.payvment.com/cart/?apiKey=YOUR_API_KEY_HERE" type="text/javascript"></script>
There are two Add To Cart button types you can use depending on your needs. One for selling items directly from your site and another for adding Affiliate/Referral items to the cart for items not available from your website. You can use both at the same time if you wish. The cart seperates these items.