8
0
Fork 0
GoogleServices/Sources/d3GoogleAnalytic_Kundenvers.../copy_this/modules/d3GoogleAnalytics/views/d3_thankyou_googleanalytics...

9 Zeilen
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;
}
}