diff --git a/frontend/views/checkout/confirm.php b/frontend/views/checkout/confirm.php index fc801df..f1c1b72 100755 --- a/frontend/views/checkout/confirm.php +++ b/frontend/views/checkout/confirm.php @@ -190,6 +190,7 @@ \Yii::t('app', 'Оформить заказ'), [ 'class' => 'btn btn-success', + 'onClick' => "ga('send', 'event', { eventCategory: 'button-order', eventAction: 'click'})", ] ); ?> -- libgit2 0.21.4