generated from boboko/starter
checkout process - start
This commit is contained in:
@@ -52,7 +52,13 @@
|
||||
<body class="min-h-screen antialiased">
|
||||
<x-header />
|
||||
|
||||
@include('checkout::drawer')
|
||||
{{-- Not on the checkout page itself — its order-summary column already
|
||||
plays the drawer's role there, and both reacting to the same
|
||||
`bbk-cart:changed` event would pop the (redundant) drawer open over
|
||||
the page every time a line's quantity changes in the summary. --}}
|
||||
@unless (request()->routeIs('checkout.show'))
|
||||
@include('checkout::drawer')
|
||||
@endunless
|
||||
|
||||
<main id="main-content" class="min-h-[calc(100vh-12rem)] sm:min-h-[calc(100vh-8rem)]">
|
||||
@yield('content')
|
||||
|
||||
Reference in New Issue
Block a user