This is an automated email from the ASF dual-hosted git repository.
surajk pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new d4e9a76 Fixed: Typo in class name. (OFBIZ-11978) Thanks Alex Bodnaru for reporting and providing the patch.
d4e9a76 is described below
commit d4e9a765ffa2504a5629e09b2dbabf3dd53788ed
Author: Suraj Khurana <
[hidden email]>
AuthorDate: Tue Sep 1 15:05:35 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 4ba17b5..8473aeb 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>