Merge pull request #2520 from shubhwebkul/bug-fixes
quick view short description issue
This commit is contained in:
commit
d8bd2cb31e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue