Для отслеживания необходимо установить на странице www.site.ru/order/ следующий код: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']); _gaq.push(['_trackPageview']); {if $order} _gaq.push(['_addTrans', '{$order->order_id}', 'ShopName', '{$order->total_amount*$currency->rate_from/$currency->rate_to|string_format:"%.0f"}', '0', '{if $order->delivery_price>0}{$order->delivery_price*$currency->rate_from/$currency->rate_to|string_format:"%.0f"}{else}0{/if}', 'Moscow', 'Moscow', 'Russia']); {foreach fr