Cart/Checkout Pages

Articles

addCartRows
The addCartRows method is used to add products a user has added to his or her cart. To unlock full targeting functionality for your cart, include the addCartRows method to all pages and not just your cart page. Each row is an object with...
Cart Page Example
Your site's cart page is any page on which a customer can view what they currently have in their cart. To verify that you've correctly implemented your site's cart page, launch the Monetate Inspector browser plug-in. If the page ...
Checkout Page Example
The checkout page allows a customer to see a summary of order details. Code Sample // Checkout Page Example window.monetateQ = window.monetateQ || []; window.monetateQ.push(["setPageType", "checkout"]); window.moneta...