Is there a way to add logos of accepted credit cards in the payment page right before the shopper types in his/her credit card number so they know which card is accepted and which is not. We don't accept American Express on our site...so I need a logo of all cards but the AE.
e.g.
http://developer.authorize.net/guides/SIM/image7.gif
Sure.
1. EDIT: catalog/view/theme/default/template/payment/authorizenet_aim.tpl
2. FIND:
3. BEFORE ADD:
1. EDIT: catalog/view/theme/default/template/payment/authorizenet_aim.tpl
2. FIND:
Code: Select all
<tr>
<td><?php echo $entry_cc_owner; ?></td>
<td><input type="text" name="cc_owner" value="" /></td>
</tr>
Code: Select all
<tr>
<td></td>
<td><img src="path/to/acceptedcards.jpg" alt="" /></td>
</tr>
Who is online
Users browsing this forum: No registered users and 6 guests