• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 25, 2024, 05:16:07 pm

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.

Topics - interition

1
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 ?