From 40db94bf25c5ee6bbc12b03943da0c8ab12b9c21 Mon Sep 17 00:00:00 2001 From: rahulshukla-home Date: Wed, 29 Apr 2020 17:21:07 +0530 Subject: [PATCH] Issue #2969 --- .../views/shop/customers/account/orders/view.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php index 91746b66e..12ddce006 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php @@ -25,6 +25,14 @@ {{ __('shop::app.customer.account.order.view.page-tile', ['order_id' => $order->increment_id]) }} + + @if ($order->canCancel()) + + + {{ __('shop::app.customer.account.order.view.cancel-btn-title') }} + + + @endif {!! view_render_event('bagisto.shop.customers.account.orders.view.before', ['order' => $order]) !!}