Announcement

Collapse
No announcement yet.

Highlighted text on payment page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Highlighted text on payment page

    Hi there,
    In the payments option i have Actinic set to accept credit card payments for offline verification and also money orders and direct credit. Now my site is finally working (Whoo Whoo- a big thanks to everyone for your help ) I put a dummy payment through and when i got to the checkout/payment method page even though i selected money order as the method of payment the credit card details eg card number, exp date etc was highlighted. Shouldn't it only be hoghlighted if someone elects to pay by creditcard? This may be confusing to the customer as it says "Required fields are highlighted" and obviously if someone is paying by money order then thier card details are not required.

    Is there a way i can fix this?

    Cheers and Thanks a trillion yet again,

    Jacy
    Jacys Computer Supplies
    Web: http://www.jacyscomputers.com.au
    email: sales@jacyscomputers.com.au

    #2
    Hi Jacy

    The easiest thing to do is probably to go into Act_Order02.html and separate the 'Payment Method' drop-down from the rest of the credit card number fields.

    To do this, add the following code between NETQUOTEDEL:PAYMENTPROMPT000 and NETQUOTEDEL:PAYMENTPROMPT001

    </table>
    <br>
    <table border="0" width="CUSTOMVAR:ACTSTDWIDTH" cellspacing="2" cellpadding="3">

    This will split the table into two tables.

    Comment

    Working...
    X