From ad848d877fe10ceb9b14638246f1129cefb0bd54 Mon Sep 17 00:00:00 2001 From: tuyennn Date: Sun, 14 Oct 2018 22:13:30 +0700 Subject: [PATCH] [TASK] Add default template --- Helper/Data.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Helper/Data.php b/Helper/Data.php index fde2a88..4834486 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -426,6 +426,8 @@ public function getInstagramPostDescription($_product) } } + } else { + $html .= $_product->getName(); } return $html;