This is an automated email from the ASF dual-hosted git repository.
surajk pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 46e0857 Fixed: Typo in class name. (OFBIZ-11978) Thanks Alex Bodnaru for reporting and providing the patch.
new 079f34e Merge branch 'trunk' of
https://gitbox.apache.org/repos/asf/ofbiz-plugins into trunk
46e0857 is described below
commit 46e0857e90aa4ec26c19b0faa8d727f0ac601f23
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ecommerce/template/catalog/ProductSummary.ftl b/ecommerce/template/catalog/ProductSummary.ftl
index 0e8b115..c377a58 100644
--- a/ecommerce/template/catalog/ProductSummary.ftl
+++ b/ecommerce/template/catalog/ProductSummary.ftl
@@ -79,7 +79,7 @@ ${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">
${productContentWrapper.get("DESCRIPTION", "html")!}<#if daysToShip??> - ${uiLabelMap.ProductUsuallyShipsIn} <b>${daysToShip}</b> ${uiLabelMap.CommonDays}!</#if>
<#-- Display category-specific product comments -->