X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   X-Payments issues & questions (https://forum.x-cart.com/forumdisplay.php?f=50)
-   -   Submit button hidden by iframe. (https://forum.x-cart.com/showthread.php?t=66193)

JacobBushnell 02-21-2013 02:05 PM

Submit button hidden by iframe.
 
1 Attachment(s)
Hello, on my site healthyjava.com my one-page-checkout using the lite interface has a layout problem. The submit button is partially hidden from view. Does any one know how I can fix this?

I have attached a screen shot of the problem.

Thank you,
Jacob Bushnell

Toora Designs 02-21-2013 02:26 PM

Re: Submit button hidden by iframe.
 
I had same problem on one of my clients store.
try this: skin/common_files/modules/XPayments_Connector/xpc_iframe.tpl

around line 12 try setting height to auto and perhaps remove or just add height according to your need
Code:

<iframe style="width: 100%; border: 0px; height: 0px;" border="0" marginheight="0" marginwidth="0" frameborder="0" class="xpc_iframe" id="xpc_iframe{$payment.paymentid}" name="xpc_iframe{$payment.paymentid}">

Hope that helps

JacobBushnell 02-21-2013 04:16 PM

Re: Submit button hidden by iframe.
 
Hello Toora, thanks for the tip. Unfortunately it did not seem to make any difference when I changed the height, set it to auto or removed it. :(

Any other ideas?

Jacob

JacobBushnell 02-21-2013 04:39 PM

Re: Submit button hidden by iframe.
 
I tried adding 6 <br /> tags after the customer comments element in Skin\common_files\modules\One_Page_Checkout\opc_su mmary.tpl

And that actually aligned it better, but now the Submit button does not "click" or work at all!

It does work when I choose any other payment method besides credit card. I'm thinking I have a lot more problems then just poor styling now. :(


All times are GMT -8. The time now is 08:54 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.