Commit 938e989705fdc30f05d24d307484f33c37414d56

Authored by Yarik
1 parent e199a202

Google ecommerce

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
frontend/views/order/success.php
... ... @@ -48,6 +48,15 @@
48 48 <a href="/" style="display:inline">« На главную</a>
49 49 </div>
50 50 <!-- Google ECommerce Code -->
  51 + <div style="display: none;">
  52 + <?php
  53 + var_dump($order);
  54 + var_dump($variants);
  55 + ?>
  56 + </div>
  57 + <?php
  58 + /*
  59 + ?>
51 60 <script>
52 61 ga('require', 'ecommerce');
53 62 <?php
... ... @@ -76,6 +85,8 @@
76 85 );
77 86 ga('ecommerce:send');
78 87 </script>
  88 + */
  89 + ?>
79 90 </td>
80 91 </tr>
81 92 </tbody>
... ...