Kt Posted March 1, 2014 Share Posted March 1, 2014 Ставлю скрипт для отслеживания статистики, но там надо вставить в страницу подтверждения заказа код с номером заказа и суммой. Скрипт такой: <script type="text/javascript"> //<![CDATA[ var _oms = window._oms || []; _oms.push([ "create_order", {order_id: "*order_id*", sum: *sum*} ]); //]]> </script> Надо order_id и sum Как думаете что вставить? Link to comment Share on other sites More sharing options...
Kt Posted March 1, 2014 Author Share Posted March 1, 2014 В order-confirmation вставляется код из модуля, который выбрал клиент. Но где записаны order_id и сумма заказа? order_id нашел только в модуле qiwi Link to comment Share on other sites More sharing options...
Kerm Posted March 1, 2014 Share Posted March 1, 2014 В order-confirmation выводится все что нужно, сделайте print_r переменных чтобы найти то что вам нужно... Link to comment Share on other sites More sharing options...
Kt Posted March 2, 2014 Author Share Posted March 2, 2014 Я вспомнил где я видел эти переменные. И order_id и sum передаются в email-сообщении при заказе. Link to comment Share on other sites More sharing options...
Kt Posted March 3, 2014 Author Share Posted March 3, 2014 Из history.tpl я могу взять {$order.id_order|intval} А как взять sum? Это price оттуда же? Link to comment Share on other sites More sharing options...
Kt Posted March 11, 2014 Author Share Posted March 11, 2014 Так и не справился) В общем в файл order-confirmation мне нужно вставить скрипт, в котором будет номер заказа. Может кто-то сталкивался как это можно сделать? Link to comment Share on other sites More sharing options...
Kerm Posted March 11, 2014 Share Posted March 11, 2014 {$id_order} {convertPrice price=$product.total_price} Link to comment Share on other sites More sharing options...
Recommended Posts