Bestellhistorie Artikel Details

Eigenes Template: Kundenliste im Backoffice

Order aufrufen s. order_article.php =>

public function getEditObject()
{
$soxId = $this->getEditObjectId();
if ($this->_oEditObject === null && isset($soxId) && $soxId != “-1”) {
$this->_oEditObject = oxNew(“oxorder”);
$this->_oEditObject->load($soxId);
}

    return $this->_oEditObject;
}
1 Like