- Posts: 80
- Thank you received: 0
No button on PayPal checkout
15 years 5 months ago #13835
by jmilli
No button on PayPal checkout was created by jmilli
On the PayPal checkout final screen before redirecting, it says, "You will be redirected to PayPal in 10 seconds. . . " if not, click the button below.
There is no button.
thanks.
There is no button.
thanks.
Please Log in or Create an account to join the conversation.
15 years 5 months ago #13841
by nicolas
Replied by nicolas on topic Re: No button on PayPal checkout
The button uses an image coming from the paypal server by default. It can happen that the browser doesn't display it before redirecting to paypal.
What you can do is edit the CSS of hikashop in the config under the tab display. You will find the code:
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;
}
If you remove it, it will be a normal button and you will see it.
What you can do is edit the CSS of hikashop in the config under the tab display. You will find the code:
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;
}
If you remove it, it will be a normal button and you will see it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.176 seconds