Merge pull request #2520 from shubhwebkul/bug-fixes

quick view short description issue
This commit is contained in:
Jitendra Singh 2020-02-20 16:44:03 +05:30 committed by GitHub
commit d8bd2cb31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ use Webkul\Velocity\Repositories\Product\ProductRepository as VelocityProductRep
'slug' => $product->url_key,
'image' => $productImage,
'description' => $product->description,
'shortDescription' => $product->meta_description,
'shortDescription' => $product->short_description,
'galleryImages' => $galleryImages,
'priceHTML' => view('shop::products.price', ['product' => $product])->render(),
'totalReviews' => $totalReviews,