From ac3a09368786422cfddd6a8fd640c957eca01765 Mon Sep 17 00:00:00 2001 From: "shubhammehrotra.symfony@webkul.com" Date: Thu, 20 Feb 2020 16:12:23 +0530 Subject: [PATCH] quick view short description issue --- .../Velocity/src/Http/Controllers/Shop/ShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Http/Controllers/Shop/ShopController.php b/packages/Webkul/Velocity/src/Http/Controllers/Shop/ShopController.php index 47253f770..d87371a9d 100644 --- a/packages/Webkul/Velocity/src/Http/Controllers/Shop/ShopController.php +++ b/packages/Webkul/Velocity/src/Http/Controllers/Shop/ShopController.php @@ -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,