Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
[TASK] Add default template
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn committed Oct 14, 2018
1 parent e3f3e85 commit ad848d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ public function getInstagramPostDescription($_product)
}
}

} else {
$html .= $_product->getName();
}

return $html;
Expand Down

0 comments on commit ad848d8

Please sign in to comment.