From 2af7e35cebb53aae3ff14cbfc1d47b27aeaad9c9 Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Wed, 4 Mar 2020 10:36:33 +0530 Subject: [PATCH] Removed static text for slot duration --- .../shop/default/products/view/booking/appointment.blade.php | 2 +- .../views/shop/default/products/view/booking/default.blade.php | 2 +- .../views/shop/default/products/view/booking/table.blade.php | 2 +- .../shop/velocity/products/view/booking/appointment.blade.php | 2 +- .../views/shop/velocity/products/view/booking/default.blade.php | 2 +- .../views/shop/velocity/products/view/booking/table.blade.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/appointment.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/appointment.blade.php index cc1e5ecd7..b67be37ad 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/appointment.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/appointment.blade.php @@ -3,7 +3,7 @@ {{ __('bookingproduct::app.shop.products.slot-duration') }} : - {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }} + {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->appointment_slot->duration]) }} diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/default.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/default.blade.php index 992374a3c..32bc26e52 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/default.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/default.blade.php @@ -3,7 +3,7 @@ {{ __('bookingproduct::app.shop.products.slot-duration') }} : - {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }} + {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->default_slot->duration]) }} diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/table.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/table.blade.php index 24610ca50..78300bd6f 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/table.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/table.blade.php @@ -3,7 +3,7 @@ {{ __('bookingproduct::app.shop.products.slot-duration') }} : - {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }} + {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->table_slot->duration]) }} diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/appointment.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/appointment.blade.php index cc1e5ecd7..b67be37ad 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/appointment.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/appointment.blade.php @@ -3,7 +3,7 @@ {{ __('bookingproduct::app.shop.products.slot-duration') }} : - {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }} + {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->appointment_slot->duration]) }} diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/default.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/default.blade.php index 992374a3c..32bc26e52 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/default.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/default.blade.php @@ -3,7 +3,7 @@ {{ __('bookingproduct::app.shop.products.slot-duration') }} : - {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }} + {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->default_slot->duration]) }} diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/table.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/table.blade.php index 7f7dfec3e..32b5da8fc 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/table.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/table.blade.php @@ -3,7 +3,7 @@ {{ __('bookingproduct::app.shop.products.slot-duration') }} : - {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }} + {{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->table_slot->duration]) }}