Skip to content

Commit

Permalink
#2752 Meta keywords didn't work for grouped products
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMaz committed Dec 5, 2017
1 parent 26d2018 commit dcac71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Html.AddTitleParts(!string.IsNullOrEmpty(Model.MetaTitle) ? Model.MetaTitle : Model.Name);
//meta
Html.AddMetaDescriptionParts(Model.MetaDescription);
Html.AddHeadCustomParts(Model.MetaKeywords);
Html.AddMetaKeywordParts(Model.MetaKeywords);
//page class
Html.AppendPageCssClassParts("html-product-details-page");

Expand Down

0 comments on commit dcac71d

Please sign in to comment.