• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 29, 2024, 12:15:19 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - interition

1
So as not to leave this thread hanging without a conclusion I'll just state that I did not solve this problem directly. I implemented a work around in the page myself by simply having  a link back to the order confirmation page where the card owner information could be verified and edited if needed by the Customer.
2
I am using the Paypal Payflow Pro payment module. All works fine but the choice of Credit Card and the Card owners name is not shown on the payment form.

I notice in the CatalogCheckoutCreditCardBody.jsp there are some conditional statements for this:

<%if (pd.isShowOwner()) {%>
   <div class="form-input">
      <label><kk:msg  key="checkout.cc.ccowner"/></label>
    <input type="text" value="<%=order.getCustomerName()%>" name="owner"/>
.......

Where in the configuration can you influence pd.isShowOwner() to return true ?