Urgent: Pre-sales questions

  • Posts: 17
  • Thank you received: 0
12 years 2 months ago #41918

Problem solved, thanks for your help, Nicolas

One minor issue, see the image:



But I cannot find any button below that sentence, any idea why and how to fix it?

Thanks a lot.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13099
  • MODERATOR
12 years 2 months ago #42033

Go in the Display tab of the configuration and edit the front end CSS file and remove the code:

div.hikashop_paypal_end_image input{
	background: url('https://www.paypal.com/en_US/i/btn/x-click-but6.gif') top left no-repeat;
	width:150px;
	height:52px;
	border:none;
	cursor:pointer;
}
Then, you should see the button.

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 0
12 years 2 months ago #42045

After I remove these code, there's no new button appears(after clear cache)

Only a small button without text appear, please check the image. I have checked with IE8/9, FF, Chrome and safari, all these give same result.

How could we show the paypal image button, or at least show a typical button with text inside?

Thanks a lot=]

Attachments:
Last edit: 12 years 2 months ago by hkicenet.

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13099
  • MODERATOR
12 years 2 months ago #42204

Try to change the line:

<input id="hikashop_paypal_button" type="submit" value="" name="" alt="<?php echo JText::_('PAY_NOW');?>" />


to:

<input id="hikashop_paypal_button" type="submit" value="<?php echo JText::_('PAY_NOW');?>" name="" alt="<?php echo JText::_('PAY_NOW');?>" />


in the file plugins/hikashoppayment/paypal_end.php

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 0
12 years 2 months ago #42223

The button appears now, thanks.

Just found a strange setting in checkout page. See the image
In checkout page of the public, there's a login box. When someone enter ID and PW in it and login successfully, they will be direct to paypal page immediately.

Could it remain in the same page after login? It's strange that user will go paypal page right after it login.

Thanks

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13099
  • MODERATOR
12 years 2 months ago #42842

Please change your checkout workflow in the Checkout tab of the configuration like that:
login_payment_cart,payment_cart_confirm,end
And that way it won't go directly to paypal.

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 0
12 years 1 month ago #46850

When I set it, redirect problem is fixed but any problem appears.
Two clicks are needed for checkout as follow:
screencast.com/t/5n2N0XpO

Another problem concerns the SSL, do the site needs to set SSL for Paypal payment to function correctly?
Some users reported that there's a security alert from browser for paypal payment. (My site is without SSL)

Thanks a lot

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13099
  • MODERATOR
12 years 1 month ago #46941

Ah yes, that's because of the change of the workflow I made you do. If you're already logged in, the two pages of the checkout will display. Maybe using such checkout workflow would be more natural:
login,payment_cart_confirm,end

You don't need SSL with PayPal standard.

The following user(s) said Thank You: jade

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum