PayPal Express Checkout.

  • Posts: 30
  • Thank you received: 1
8 years 8 months ago #233843

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8

Hallo the Hikashop team,

I ask for advice please. I created a shop and in the Checkout I need to solve some detail.

I set the Hikashop payment module PayPal Express Checkout and In the module settings, tab Description I wrote the text "Skip the forms and pay with PayPal faster!" (See image1). I do not know how I can show that text in Checkout. (See image2).

I thank you much for your response.

Best Regards,

Pavel

Attachments:

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 8 months ago #233861

Hi,

You can try to add the line:
$this->button = $method->payment_description . $this->button;
after the line:
if(is_object($method) && empty($method->errors)){
in the file plugins/hikashoppayment/paypalexpress/paypalexpress.php
Please note that you'll loose the change when you update HikaShop so you'll have to do it again.

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

  • Posts: 30
  • Thank you received: 1
8 years 8 months ago #233917

Hi Nicolas,
I thank you a lot for your advice. I made a change by your advice but required the inscription shows 2x (see image). I would need to display an inscription on the left button. Is it possible to do?

Many thanks,

Pavel

Attachments:

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 8 months ago #233920

use the code:
static $done = false;
if(!$done){
$done = true;
$this->button = $method->payment_description . $this->button;
}

instead of:
$this->button = $method->payment_description . $this->button;
and you'll get it only once.

Moving it elsewhere is not impossible but more complex.
Please note that we provide user support, not custom development. We're already outside user support here. If you need a developer to do the necessary modifications in the PayPal Express Checkout plugin for that, please contact our partners:
www.hikashop.com/home/our-partners.html

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

Time to create page: 0.064 seconds
Powered by Kunena Forum