You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/01/13 12:47:19 UTC

svn commit: r1724402 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl

Author: deepak
Date: Wed Jan 13 11:47:18 2016
New Revision: 1724402

URL: http://svn.apache.org/viewvc?rev=1724402&view=rev
Log:
(OFBIZ-6797) Applied patch from jira issue OFBIZ-6797

====================================================================
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
====================================================================

Thanks Jason Reast-Jones for your contribution.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl?rev=1724402&r1=1724401&r2=1724402&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl Wed Jan 13 11:47:18 2016
@@ -862,7 +862,7 @@ $(function(){
     </div>
     
     <#-- special cross/up-sell area using commonFeatureResultIds (from common feature product search) -->
-    <#if comsmonFeatureResultIds?has_content>
+    <#if commonFeatureResultIds?has_content>
         <h2>${uiLabelMap.ProductSimilarProducts}</h2>
     
         <div class="productsummary-container">