Merge pull request #503 from jitendra-webkul/jitendra

Currency switcher dropdown issue fixed
This commit is contained in:
JItendra Singh 2019-01-31 12:30:36 +05:30 committed by GitHub
commit 4644a1b9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=e25827d4b84cbe5d76fb",
"/css/shop.css": "/css/shop.css?id=99508f5c6ab959d4db94"
"/css/shop.css": "/css/shop.css?id=b21020d25cef947f6527"
}

View File

@ -33,7 +33,7 @@
{!! view_render_event('bagisto.shop.layout.header.currency-item.before') !!}
@if (core()->getCurrentChannel()->currencies->count() > 1)
<li class="dropdown-toggle">
<li>
<span class="dropdown-toggle">
{{ core()->getCurrentCurrencyCode() }}

View File

@ -29,7 +29,7 @@
</head>
<body>
<body @if (app()->getLocale() == 'ar')class="rtl"@endif>
{!! view_render_event('bagisto.shop.layout.body.before') !!}

View File

@ -1,8 +1,8 @@
const { mix } = require("laravel-mix");
require("laravel-mix-merge-manifest");
// var publicPath = 'publishable/assets';
var publicPath = "../../../public/themes/default/assets";
var publicPath = 'publishable/assets';
// var publicPath = "../../../public/themes/default/assets";
mix.setPublicPath(publicPath).mergeManifest();
mix.disableNotifications();