Use the following code to add items to your shopping cart:
_raq.push(['addEcommerceItem', { sku: "9780786706211", // (required) SKU or Unique Product ID name: "How To Fly", // (optional) Product Name category: "Adventure Books", // (optional) Product Category. price: 8.8, // (recommended) Price imageUrl: "http://somewhere.com/something.png", // Image URL desc: "Description of product..." // Product description qty: 1 // (optional, default to 1) Quantity }]);
When a customer adds an item to their shopping cart, the session becomes an abandoned cart until the order is completed. View the session detail page to see the cart details, as shown below: