Merge pull request #1354 from KarimQaderi/patch-4
add event page checkout/success
This commit is contained in:
commit
f3efed7cc3
|
|
@ -13,10 +13,15 @@
|
|||
|
||||
<p>{{ __('shop::app.checkout.success.info') }}</p>
|
||||
|
||||
{{ view_render_event('bagisto.shop.checkout.continue-shopping.before', ['order' => $order]) }}
|
||||
|
||||
<div class="misc-controls">
|
||||
<a style="display: inline-block" href="{{ route('shop.home.index') }}" class="btn btn-lg btn-primary">
|
||||
{{ __('shop::app.checkout.cart.continue-shopping') }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{{ view_render_event('bagisto.shop.checkout.continue-shopping.after', ['order' => $order]) }}
|
||||
|
||||
</div>
|
||||
@endsection
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Reference in New Issue