fix on customer auth, fix filters on shelves, refactor for article_nature, add slug
This commit is contained in:
@@ -37,6 +37,7 @@ class OrderController extends Controller
|
||||
{
|
||||
if (ShopCart::count()) {
|
||||
$customer = Customers::getWithAddresses();
|
||||
|
||||
$data = [
|
||||
'customer' => $customer ? $customer->toArray() : false,
|
||||
'basket' => ShopCart::getSummary(),
|
||||
|
||||
Reference in New Issue
Block a user