Merge pull request #2024 from jitendra-webkul/1.0

Issue #1821 fixed
This commit is contained in:
Jitendra Singh 2020-01-10 15:48:53 +05:30 committed by GitHub
commit 30cb75c307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 7 deletions

View File

@ -15,7 +15,10 @@
"jquery": "^3.4.1",
"laravel-mix": "^5.0.0",
"laravel-mix-merge-manifest": "^0.1.2",
"vue": "^2.6.10"
"sass": "^1.24.4",
"sass-loader": "^8.0.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"accounting": "^0.4.1",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=1458efe560aa39b1c7e3",
"/css/shop.css": "/css/shop.css?id=b7ced6169cf80ef65f80"
"/js/shop.js": "/js/shop.js?id=a334736d96c5c4f998c7",
"/css/shop.css": "/css/shop.css?id=2bcb3fc59eabd5594c2e"
}

View File

@ -63,7 +63,7 @@ class ReviewController extends Controller
if (auth()->guard('customer')->check() || core()->getConfigData('catalog.products.review.guest_review')) {
$product = $this->productRepository->findBySlugOrFail($slug);
return view($this->_config['view'], compact('product', 'guest_review'));
return view($this->_config['view'], compact('product'));
}
abort(404);

View File

@ -2955,9 +2955,12 @@ section.review {
display: flex;
.product-info {
font-size: 24px;
max-width: 25%;
.product-name {
font-size: 24px;
}
.product-image {
img {
height: 280px;