$this->id, 'product' => new Product($this->product), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'old_price' => (double) core()->convertPrice($this->price), 'old_price_formatted' => core()->currency($this->price), ]; } }