Commit caec9f975b5fed2a75f95c1e1afe57445277d4ec
1 parent
8dde2442
Google ecommerce
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/views/order/success.php
| ... | ... | @@ -23,7 +23,10 @@ |
| 23 | 23 | $this->params[ 'remarketing' ][ 'id' ] = ''; |
| 24 | 24 | $this->params[ 'remarketing' ][ 'price' ] = ''; |
| 25 | 25 | } |
| 26 | - | |
| 26 | + if($_SERVER['REMOTE_ADDR'] == '89.252.10.6') { | |
| 27 | + var_dump($variants); | |
| 28 | + var_dump($order); | |
| 29 | + } | |
| 27 | 30 | ?> |
| 28 | 31 | <div class="block-100"> |
| 29 | 32 | <div class="container"> | ... | ... |