better management of shipping and basket summary display
This commit is contained in:
@@ -69,4 +69,9 @@ class Customer extends Authenticatable
|
||||
{
|
||||
$this->notify(new ResetPassword($token));
|
||||
}
|
||||
|
||||
public function getNameAttribute()
|
||||
{
|
||||
return $this->getAttribute('first_name').' '.$this->getAttribute('last_name');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user