product card review avg fx

This commit is contained in:
merdan 2022-04-30 13:17:47 +05:00
parent 67f4cbbddb
commit c7d0e164f7
3 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
@extends('shop::layouts.master') @extends('shop::layouts.master')
@push('css') @push('css_before')
<link rel="stylesheet" href="{{bagisto_asset('styles/swiper-bundle.min.css')}}"> <link rel="stylesheet" href="{{bagisto_asset('styles/swiper-bundle.min.css')}}">
<link rel="stylesheet" href="{{bagisto_asset('styles/swiper-bundle.css')}}"> <link rel="stylesheet" href="{{bagisto_asset('styles/swiper-bundle.css')}}">
@endpush @endpush

View File

@ -12,8 +12,6 @@
<meta http-equiv="content-language" content="{{ app()->getLocale() }}"> <meta http-equiv="content-language" content="{{ app()->getLocale() }}">
{{-- <link rel="stylesheet" href="{{ asset('vendor/webkul/ui/assets/css/ui.css') }}">--}} {{-- <link rel="stylesheet" href="{{ asset('vendor/webkul/ui/assets/css/ui.css') }}">--}}
<link rel="stylesheet" href="{{bagisto_asset('styles/style.css')}}" />
@if ($favicon = core()->getCurrentChannel()->favicon_url) @if ($favicon = core()->getCurrentChannel()->favicon_url)
<link rel="icon" sizes="16x16" href="{{ $favicon }}" /> <link rel="icon" sizes="16x16" href="{{ $favicon }}" />
@else @else
@ -27,9 +25,9 @@
<meta name="description" content="{{ core()->getCurrentChannel()->description }}"/> <meta name="description" content="{{ core()->getCurrentChannel()->description }}"/>
@endif @endif
@show @show
@stack('css_before')
<link rel="stylesheet" href="{{bagisto_asset('styles/style.css')}}" />
@stack('css') @stack('css')
{!! view_render_event('bagisto.shop.layout.head') !!} {!! view_render_event('bagisto.shop.layout.head') !!}
<style> <style>

View File

@ -564,7 +564,7 @@ return [
'reviews-title' => ' synyň Ady', 'reviews-title' => ' synyň Ady',
'write-review-btn' => 'syn ýazmak', 'write-review-btn' => 'syn ýazmak',
'choose-option' => 'görnüşi saýlaň', 'choose-option' => 'görnüşi saýlaň',
'sale' => 'Satyş', 'sale' => 'Aksiýa',
'new' => 'Täze', 'new' => 'Täze',
'empty' => 'bu bölümde elýeterli haryt ýok', 'empty' => 'bu bölümde elýeterli haryt ýok',
'add-to-cart' => 'Sebede goş', 'add-to-cart' => 'Sebede goş',