Copy code into console →
StyliticsPixel({
// If production, comment out following line
environment: "staging",
client: "demo",
orderId: "Ord-123",
orderTotal: 95.25,
items: [
{ id: "item-id-234", price: 35.00 },
{ id: "item-id-342", price:60.25 }
]
});