cigarp:
Dear Jade
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).
This payment module was created for Oscommerce and adapted for Zen Cart.
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.
If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.
Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate!:yuck:
Guilherme
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:
<div class="centerColumn">
and then after:
<!-- body_eof //-->, add this:
</div>
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.