- Posts: 392
- Thank you received: 0
Paypal taking forever to load
15 years 3 weeks ago - 12 years 8 months ago #24742
by Bugger101
Paypal taking forever to load was created by Bugger101
Hi!
My customers are putting orders through and choose paypal, then abandoning it and starting again, then choosing credit card. I did a test, and noticed that Paypal was taking forever to load, and sometimes the Paypal button doesn't load.
I have attached a pic so you know what I'm talking about.
Thanks
My customers are putting orders through and choose paypal, then abandoning it and starting again, then choosing credit card. I did a test, and noticed that Paypal was taking forever to load, and sometimes the Paypal button doesn't load.
I have attached a pic so you know what I'm talking about.
Thanks
Last edit: 12 years 8 months ago by Bugger101.
Please Log in or Create an account to join the conversation.
15 years 3 weeks ago #24749
by nicolas
Replied by nicolas on topic Re: Paypal taking forever to load
Hi,
Indeed, sometimes paypal can take a lot of time to load. There is no solution on our end.
For the button, you can remove the CSS :
div.hikashop_paypal_end_image input{
background: url(' www.paypal.com/en_US/i/btn/x-click-but6.gif ') top left no-repeat;
width:150px;
height:52px;
border:none;
cursor:pointer;
}
from the CSS of hikashop. That way, it will display as a normal submit button and won't require to load the image from paypal.
Indeed, sometimes paypal can take a lot of time to load. There is no solution on our end.
For the button, you can remove the CSS :
div.hikashop_paypal_end_image input{
background: url(' www.paypal.com/en_US/i/btn/x-click-but6.gif ') top left no-repeat;
width:150px;
height:52px;
border:none;
cursor:pointer;
}
from the CSS of hikashop. That way, it will display as a normal submit button and won't require to load the image from paypal.
Please Log in or Create an account to join the conversation.
15 years 3 weeks ago #24757
by Bugger101
Replied by Bugger101 on topic Re: Paypal taking forever to load
Cool, thanks Nicolas, will give it a try now
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds