I have a simple question, what could cause this:
At magento success page there are no order number
Its just empty, what could cause this problem?
Order id are loaded by this line
$this->escapeHtml($this->getOrderId())
Code are loaded by manabee ordershare module. Also this shop have many modules and code changes.
So I need as many as possible ways you can suggest why this is happening. I will check them all.
var_dump($this->getOrderId())
? Also what is the class rendering that template (var_dump(get_class($this))
)? – scrowler