Hello,I have add that script in checkout page: <!-- Send the Item data for each item in the shopping cart --><script>{% for item in order.line_items %}skroutz_analytics('ecommerce', 'addItem', JSON.stringify({order_id: '{{ checkout.id }}',product_id:...