GoogleServices/Sources/d3GoogleAnalytic_Kundenversion indivParams Thankyou/copy_this/modules/d3GoogleAnalytics/views/d3_thankyou_googleanalytics.php

9 lines
226 B
PHP

<?php
class d3_thankyou_googleAnalytics extends d3_thankyou_googleAnalytics_parent {
public function isNewCustomer() {
$isNew = oxSession::getVar("newcustomer");
oxSession::deleteVar("newcustomer");
return $isNew;
}
}