Merge pull request #3607 from devansh-webkul/unable_to_download_files_while_comparing_products

Fixed unable to download files while comparing products #3501
This commit is contained in:
Jitendra Singh 2020-08-05 13:17:43 +05:30 committed by GitHub
commit 9e9066f28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 37 additions and 5 deletions

View File

@ -91,6 +91,13 @@
: '{{ __('velocity::app.shop.general.no') }}'"
></span>
@break;
@case('file')
<a v-if="product.product['{{ $attribute['code'] }}']" :href="`${baseUrl}/storage/${product.product['{{ $attribute['code'] }}']}`">
<span v-text="product.product['{{ $attribute['code'] }}'].substr(product.product['{{ $attribute['code'] }}'].lastIndexOf('/') + 1)" class="fs16"></span>
<i class='icon sort-down-icon download'></i>
</a>
<a v-else class="fs16">__</span>
@break;
@default
<span v-html="product['{{ $attribute['code'] }}'] ? product['{{ $attribute['code'] }}'] : product.product['{{ $attribute['code'] }}'] ? product.product['{{ $attribute['code'] }}'] : '__'" class="fs16"></span>
@break;

View File

@ -263,12 +263,14 @@ return [
'view' => 'رأي',
'filter' => 'منقي',
'update' => 'تحديث',
'download' => 'تحميل',
'addresses' => 'عناوين',
'reviews' => 'التعليقات',
'orders' => 'الطلب #٪ s',
'currencies' => 'Currencies',
'reviews' => 'التعليقات',
'top-brands' => 'ارقى الماركات',
'new-password' => 'كلمة مرور جديدة',
'no-file-available' => 'لا يوجد ملف متاح!',
'downloadables' => 'المنتجات القابلة للتحميل',
'confirm-new-password' => 'تأكيد كلمة المرور الجديدة',
'enter-current-password' => 'أدخل كلمة المرور الحالية',

View File

@ -272,6 +272,8 @@ return [
'downloadables' => 'Herunterladbare Produkte',
'confirm-new-password' => 'Bestätigen Sie Ihr neues Passwort',
'enter-current-password' => 'Geben Sie Ihr aktuelles Passwort ein',
'download' => 'Downloaden',
'no-file-available' => 'Geen bestand beschikbaar!',
'alert' => [
'info' => 'Information',

View File

@ -265,10 +265,12 @@ return [
'orders' => 'Orders',
'update' => 'Update',
'reviews' => 'Reviews',
'download' => 'Download',
'currencies' => 'Currencies',
'addresses' => 'Addresses',
'top-brands' => 'Top Brands',
'new-password' => 'New password',
'no-file-available' => 'No File Available!',
'downloadables' => 'Downloadable Products',
'confirm-new-password' => 'Confirm new password',
'enter-current-password' => 'Enter your current password',

View File

@ -260,16 +260,18 @@ return [
'general' => [
'no' => 'No',
'yes' => 'Yes',
'view' => 'چشم انداز',
'filter' => 'فیلتر',
'view' => 'چشم انداز',
'orders' => 'سفارشات',
'update' => 'به روز رسانی',
'download' => 'دانلود',
'reviews' => 'بررسی ها',
'addresses' => 'آدرس ها',
'update' => 'به روز رسانی',
'currencies' => 'Currencies',
'top-brands' => 'برندهای برتر',
'new-password' => 'رمز عبور جدید',
'downloadables' => 'محصولات دانلودی',
'no-file-available' => 'هیچ پرونده ای موجود نیست',
'confirm-new-password' => 'رمزعبور جدید را تأیید کنید',
'enter-current-password' => 'رمز عبور فعلی خود را وارد کنید',

View File

@ -274,6 +274,8 @@ return [
'downloadables' => 'Prodotti Scaricabili',
'confirm-new-password' => 'Conferma nuova password',
'enter-current-password' => 'Inserisci la password attuale',
'download' => 'Scarica',
'no-file-available' => 'Nessun file disponibile!',
'alert' => [
'info' => 'Info',

View File

@ -266,12 +266,14 @@ return [
'update' => 'Bijwerken',
'reviews' => 'Reviews',
'addresses' => 'Adressen',
'download' => 'Downloaden',
'currencies' => 'Currencies',
'top-brands' => 'Top merken',
'new-password' => 'Nieuw wachtwoord',
'downloadables' => 'Downloadable Products',
'confirm-new-password' => 'Bevestig uw nieuw wachtwoord',
'enter-current-password' => 'Huidig wachtwoord',
'no-file-available' => 'Geen bestand beschikbaar!',
'confirm-new-password' => 'Bevestig uw nieuw wachtwoord',
'alert' => [
'info' => 'Info',

View File

@ -270,6 +270,8 @@ return [
'downloadables' => 'Produkty do pobrania',
'confirm-new-password' => 'Potwierdź nowe hasło',
'enter-current-password' => 'Wpisz swoje aktualne hasło',
'download' => 'Pobieranie',
'no-file-available' => 'Brak dostępnego pliku!',
'alert' => [
'info' => 'Info',

View File

@ -273,6 +273,8 @@ return [
'downloadables' => 'Produtos para download',
'confirm-new-password' => 'Confirme a nova senha',
'enter-current-password' => 'Digite sua senha atual',
'download' => 'Baixar',
'no-file-available' => 'Nenhum arquivo disponível!',
'alert' => [
'info' => 'Informações',

View File

@ -269,6 +269,8 @@ return [
'downloadables' => 'İndirilebilir Ürünler',
'confirm-new-password' => 'Parola Doğrula',
'enter-current-password' => 'Mevcut Parolanızı Girin',
'download' => 'İndir',
'no-file-available' => 'Dosya Yok!',
'alert' => [
'info' => 'Bilgi',

View File

@ -110,7 +110,14 @@
? '{{ __('velocity::app.shop.general.yes') }}'
: '{{ __('velocity::app.shop.general.no') }}'"
></span>
@break;
@break;
@case('file')
<a v-if="product.product['{{ $attribute['code'] }}']" :href="`${$root.baseUrl}/storage/${product.product['{{ $attribute['code'] }}']}`">
<span v-text="product.product['{{ $attribute['code'] }}'].substr(product.product['{{ $attribute['code'] }}'].lastIndexOf('/') + 1)" class="fs16"></span>
<i class='material-icons'>arrow_downward</i>
</a>
<a v-else class="fs16">__</span>
@break;
@default
<span v-html="product['{{ $attribute['code'] }}'] ? product['{{ $attribute['code'] }}'] : product.product['{{ $attribute['code'] }}'] ? product.product['{{ $attribute['code'] }}'] : '__'" class="fs16"></span>
@break;