maxkomarov wrote:?
Thanks in advance,
Max
Hi Max,
This will be possible if again the Ajax option is not enabled.
You need to add an additional check if the
Model.Description is not null or empty string.
Simply change the code on line 183 in
_ProductTabs.cshtml file like this:
@if (Model.Settings.EnableProductFullDescriptionTab && !String.IsNullOrEmpty(Model.Description))Hope this helps!
Best Regards,
Nop-Templates Support Team