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.gitThe following commit(s) were added to refs/heads/trunk by this push:
new d4a41e3 Fixed: Distorted Final Checkout Review page when Credit card is selected as Payment option (OFBIZ-11920)
d4a41e3 is described below
commit d4a41e39efa1aac2c7e2861a96e6bfba884133b2
Author: Akash Jain <
[hidden email]>
AuthorDate: Tue Aug 25 20:55:31 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")}