diff --git a/.env.example b/.env.example index c3e5febd2..c62b5b3ed 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,10 @@ APP_VERSION=1.0.0 APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_TIMEZONE= -APP_LOCALE= +APP_TIMEZONE=Asia/Kolkata +APP_LOCALE=en LOG_CHANNEL=stack -APP_CURRENCY= +APP_CURRENCY=USD DB_CONNECTION=mysql DB_HOST=127.0.0.1 diff --git a/packages/Webkul/Admin/src/Resources/views/catalog/attributes/create.blade.php b/packages/Webkul/Admin/src/Resources/views/catalog/attributes/create.blade.php index 94477e2ca..a52168b11 100755 --- a/packages/Webkul/Admin/src/Resources/views/catalog/attributes/create.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/catalog/attributes/create.blade.php @@ -213,6 +213,14 @@ +
+ + +
+ {!! view_render_event('bagisto.admin.catalog.attribute.create_form_accordian.configuration.controls.after') !!} diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php index 404c208fc..e4a700d1b 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php @@ -5,7 +5,7 @@ $customAttributeValues = $productViewHelper->getAdditionalData($product); @endphp - @if ($customAttributeValues && $customAttributeValues[0]['value']) + @if ($customAttributeValues)