App\Models\Store\OrderItem::getDisplayName PHP Method

getDisplayName() public method

public getDisplayName ( )
    public function getDisplayName()
    {
        return $this->product->name . ($this->extra_info !== null ? " ({$this->extra_info})" : '');
    }