
Originally Posted by
cigarp
[FONT=Times New Roman]Dear Jade[/FONT]
[FONT=Times New Roman]I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).[/FONT]
[FONT=Times New Roman]This payment module was created for Oscommerce and adapted for Zen Cart.[/FONT]
[FONT=Times New Roman]The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.[/FONT]
[FONT=Times New Roman]If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.[/FONT]
[FONT=Times New Roman]Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate!
[/FONT]
[FONT=Times New Roman]Guilherme[/FONT]
OK, so from looking at the page (thanks for the PM), it looks like that mod forgot to have the <div class="centerColumn"> surrounding its code. In all of zen carts template files, you'll see a centerColumn that holds it all. So, you'll need to open:
/includes/templates/apple_zen/templates/tpl_checkout_process_3ds_default.php
and right before <!-- body //-->, add this:
Code:
<div class="centerColumn">
and then after:
<!-- body_eof //-->, add this:
And let me know if that helps your issue. By the way, even though that page had this issue, in FF the layout didn't break as bad as it does in IE.
Bookmarks