This is an automated email from the ASF dual-hosted git repository.
surajk pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new b52a5e8 Fixed: Typo in class name. (OFBIZ-11978) Thanks Alex Bodnaru for reporting and providing the patch.
b52a5e8 is described below
commit b52a5e85e2562e7685a994411fd21f6d9cc58846
Author: Suraj Khurana <
[hidden email]>
AuthorDate: Tue Sep 1 15:12:55 2020 +0530
Fixed: Typo in class name.
(OFBIZ-11978)
Thanks Alex Bodnaru for reporting and providing the patch.
---
ecommerce/template/catalog/ProductSummary.ftl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ecommerce/template/catalog/ProductSummary.ftl b/ecommerce/template/catalog/ProductSummary.ftl
index f6decf7..9ad06b4 100644
--- a/ecommerce/template/catalog/ProductSummary.ftl
+++ b/ecommerce/template/catalog/ProductSummary.ftl
@@ -81,9 +81,8 @@ ${variantInfoJavaScript!}
</a>
<div class="card-body">
<h4 class="card-title"><a href="${productUrl}" class="btn btn-link">${productContentWrapper.get("PRODUCT_NAME", "html")!}</a></h4>
- <div class="cart-text">
+ <div class="card-text">
<div>${productContentWrapper.get("DESCRIPTION", "html")!}<#if daysToShip??> - ${uiLabelMap.ProductUsuallyShipsIn} <b>${daysToShip}</b> ${uiLabelMap.CommonDays}!</#if></div>
-
<#-- Display category-specific product comments -->
<#if prodCatMem?? && prodCatMem.comments?has_content>
<p>${prodCatMem.comments}</p>