Add To Cart Form
  • 14 Jun 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Add To Cart Form

  • Dark
    Light
  • PDF

Article summary

The Add To Cart Form widget includes the Modal Cart. Still, it adds the ability to add items to your Cart with forms gCartated by the Vin65 platform that takes product security, inventory, and sale start and end dates into account.

Output:

Remote Tools Install:

To get remote tools working, follow the steps below. If you already use remote tools for another widget, skip to the next set of instructions. 


1. Call in jQuery at the top of your page if you are not already
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
2. Call in the Vin65 Remote Widget script at the bottom of your page.
<script type="text/javascript" src="https://assetss3.vin65.com/js/vin65remotetools.1.2.js"></script>
3. Call the Vin65 Cart Init function below the remotetools script to initialize and load the required libraries.
<script type="text/javascript">vin65remote.cart.init('https://generic.vin65.com',0);</script>




Add to Cart Form Install:

1. Add the following scripts underneath the Vin65 Remote Widget script. Make sure you put your WineDirect website address in place of http://generic.vin65.com
<script type="text/javascript">vin65remote.product.addToCartForm('https://generic.vin65.com');</script>

2. Insert a special div on the page where you want the Modal Cart to appear.
<div v65remotejs="modalCart"></div>

3. Include a div for each product add to cart format you want displayed on the page. The productSKU attributes must be the unique sku from the Vin65 admin panel.
<div v65remotejs="addToCartForm" productsku="2004CabSauv"></div>

Was this article helpful?

What's Next