8
0
Bifurcation 0
GoogleServices/Sources/d3GoogleAnalytic_Kundenvers.../copy_this/modules/d3GoogleAnalytics/views/d3_order_googleanalytics.php

15 lignes
281 B
PHP

<?php
class d3_order_googleAnalytics extends d3_order_googleAnalytics_parent {
public function init() {
parent::init();
$oUser = $this->getUser();
$isNewCustomer = $oUser->inGroup('oxidnotyetordered');
oxSession::setVar('newcustomer', (int)$isNewCustomer);
}
}