This is an automated email from the ASF dual-hosted git repository. akashjain pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new aa2bfde Fixed: Product link on Order confirmation page is not responding (OFBIZ-11735) aa2bfde is described below commit aa2bfde7cc58b8f418a52f33a6ea4c94e55177a6 Author: Akash Jain <akash.j...@hotwaxsystems.com> AuthorDate: Mon Aug 3 18:10:24 2020 +0530 Fixed: Product link on Order confirmation page is not responding (OFBIZ-11735) Thanks, Rashi Dhagat for reporting. --- ecommerce/template/order/OrderItems.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecommerce/template/order/OrderItems.ftl b/ecommerce/template/order/OrderItems.ftl index a119cd9..3427733 100644 --- a/ecommerce/template/order/OrderItems.ftl +++ b/ecommerce/template/order/OrderItems.ftl @@ -152,7 +152,7 @@ under the License. <#else> <#assign product = orderItem.getRelatedOne("Product", true)!/> <#-- should always exist because of FK constraint, but just in case --> <td> - <a href="<@ofbizCatalogAltUrl fullPath="true" secure="false" productId=orderItem.productId/>" + <a href="<@ofbizCatalogAltUrl secure="false" productId=orderItem.productId/>" class="linktext">${orderItem.productId} - ${orderItem.itemDescription?default("")}</a> <#assign orderItemAttributes = orderItem.getRelated("OrderItemAttribute", null, null, false)/> <#if orderItemAttributes?has_content>