[ofbiz-plugins] branch release17.12 updated: Fixed: Distorted Final Checkout Review page when Credit card is selected as Payment option (OFBIZ-11920)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch release17.12 updated: Fixed: Distorted Final Checkout Review page when Credit card is selected as Payment option (OFBIZ-11920)

akashjain
This is an automated email from the ASF dual-hosted git repository.

akashjain pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new e6e7351  Fixed: Distorted Final Checkout Review page when Credit card is selected as Payment option (OFBIZ-11920)
e6e7351 is described below

commit e6e73513092e92a2d3c450769de55b826e80c6b4
Author: Akash Jain <[hidden email]>
AuthorDate: Tue Aug 25 21:24:49 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..956cafb 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">&nbsp;</td>
+  <td width="74%">&nbsp;</td>
+  </tr>
+${screens.render("component://ecommerce/widget/CustomerScreens.xml#creditCardFields")}