From 59c92b2bfd9e98526628de63529ddae7a233b059 Mon Sep 17 00:00:00 2001
From: JunaidJaved8461 <72268940+JunaidJaved8461@users.noreply.github.com>
Date: Tue, 6 Oct 2020 18:16:13 +0500
Subject: [PATCH] View.blade.php updated
Syntax updated only for product description
---
.../src/Resources/views/products/view.blade.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/packages/Webkul/Shop/src/Resources/views/products/view.blade.php b/packages/Webkul/Shop/src/Resources/views/products/view.blade.php
index 7ee9fc17b..ab6b3f49d 100755
--- a/packages/Webkul/Shop/src/Resources/views/products/view.blade.php
+++ b/packages/Webkul/Shop/src/Resources/views/products/view.blade.php
@@ -1,17 +1,17 @@
@extends('shop::layouts.master')
@section('page_title')
- {!! trim($product->meta_title) != "" ? $product->meta_title : $product->name !!}
+ {{ trim($product->meta_title) != "" ? $product->meta_title : $product->name }}
@stop
@section('seo')
meta_description : \Illuminate\Support\Str::limit(strip_tags($product->description), 120, '') }}"/>
-
+
@if (core()->getConfigData('catalog.rich_snippets.products.enable'))
@endif
@@ -19,19 +19,19 @@
-
+
-
+
-
+
-
+