diff --git a/views/prodattributesTab.blade.php b/views/prodattributesTab.blade.php index 0cff893..71ba38e 100644 --- a/views/prodattributesTab.blade.php +++ b/views/prodattributesTab.blade.php @@ -48,7 +48,7 @@ @push('scripts.bot')
- + @lang('sCommerce::global.to_list_products') diff --git a/views/productTab.blade.php b/views/productTab.blade.php index 8de38a6..1855778 100644 --- a/views/productTab.blade.php +++ b/views/productTab.blade.php @@ -79,7 +79,7 @@
@@ -97,7 +97,7 @@
- {{sCommerce::getCurrencies([$item->currency ?? sCommerce::config('basic.main_currency', 'USD')])->first()['symbol']}} + {{str_replace(' ', ' ', trim(sCommerce::getCurrencies([$item->currency ?? sCommerce::config('basic.main_currency', 'USD')])->first()['symbol']))}}