window.ju4app=window.ju4app||function(){(window.ju4app.q=window.ju4app.q||[]).push(arguments)}
ju4app('cartSync',{
items:[
// loop of items in cart grouped by qty
{
productID: string, // required
variationID: string, // required
sku: string, // required
price: integer, // required in cents $100 = 10000
qty: integer, // required
name: string, // required
discount: integer // required in cents $100 = 10000
}
// end items in cart loop
],
cart:{
currency: string, // optional
cartID: string, // optional
subTotal: integer, // optional in cents $100 = 10000
totalPrice: integer // optional in cents $100 = 10000
}
});
Skip to content
This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.