This is an automated email from the ASF dual-hosted git repository.
akashjain 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 8c6c0f5 Fixed: Distorted Final Checkout Review page when Credit card is selected as Payment option (OFBIZ-11920)
8c6c0f5 is described below
commit 8c6c0f5834d143ee9fa564eba4cda7b3abc429b7
Author: Akash Jain <
[hidden email]>
AuthorDate: Tue Aug 25 21:18:46 2020 +0530
Fixed: Distorted Final Checkout Review page when Credit card is selected as Payment option (OFBIZ-11920)
Thanks, Rashi Dhagat for reporting.
---
ecommerce/template/order/CcInfo.ftl | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/ecommerce/template/order/CcInfo.ftl b/ecommerce/template/order/CcInfo.ftl
index 91bd7c3..452a825 100644
--- a/ecommerce/template/order/CcInfo.ftl
+++ b/ecommerce/template/order/CcInfo.ftl
@@ -25,6 +25,12 @@ under the License.
<hr/>
</td>
</tr>
-
-${screens.render("component://accounting/widget/CommonScreens.xml#creditCardFields")}
+<tr>
+ <td width="26%" align="right" valign="top">
+ <div class="tableheadtext">${uiLabelMap.AccountingCreditCardInformation}</div>
+ </td>
+ <td width="5"> </td>
+ <td width="74%"> </td>
+</tr>
+${screens.render("component://ecommerce/widget/CustomerScreens.xml#creditCardFields")}