Details
Description
Small typo in ecommerce productdetail.ftl would prevent similar products by feature from rendering if the related functionality is enabled in ProductDetailgroovy.
<#if comsmonFeatureResultIds?has_content>
should read
<#if commonFeatureResultIds?has_content>
Introduced in markup refactor 816465