Add logo at paypal payment gateway page

  • victor
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #76835 by victor
Hi,

Instead of your email address at paypal payment gateway page, is it possible to have a logo there?

pls refer to attachement, instead of user@domain.com, can i have a logo there?

Pls advise
Attachments:

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

More
8 years 2 months ago #76839 by Damir
Replied by Damir on topic Add logo at paypal payment gateway page
Yes, you can, but this have nothing with eshop. Check this:https://www.paypal.com/customize
Hope it will help
Damir

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

  • victor
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #76851 by victor
Replied by victor on topic Add logo at paypal payment gateway page
Of course i know the paypal payment page can be customize. What i am asking using membership pro, is there any option where i can add in the logo? Curently i am using AEC, there is a option for me to add in the logo if i want it to appear on paypal payment page.

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

More
8 years 2 months ago #76854 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add logo at paypal payment gateway page
Hi Victor

At the moment, we don't have that option. However, I just have a quick look at PayPal documentation and seems it is easy. You can submit a support ticket sending us super admin account of your site and the url of the logo

I can edit the code to pass that information to PayPal

Tuan

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

  • victor
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #76901 by victor
Replied by victor on topic Add logo at paypal payment gateway page
Is it possible to provide with the edit codes here? i have a few sites to implement this option.

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

More
8 years 2 months ago #76926 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add logo at paypal payment gateway page
You can let me know the URL of the invoice. I will the modify the PayPal payment plugin code and send it to you

Regards,

Tuan

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

  • victor
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #76935 by victor
Replied by victor on topic Add logo at paypal payment gateway page
I cannot private msg you. My order ID is 66494. Is there what you are asking for?

I did not receive any invoice url. A zip file of the extension was email to me when i purchased. Of course, i can download the latest version under "My Download" when i login.

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

More
8 years 2 months ago #76969 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add logo at paypal payment gateway page
Hi Victor

I am sorry. I was not asking for invoice, just a typo. I just need to know the url of the logo you want to use so that I can edit the code

Maybe I can guide you directly here:

1. Open the file components/com_osmembership/plugins/os_paypal.php

2. Find this line of code
Code:
$this->setParameter('tax', 0);

3. Add this line after the above line:
Code:
$this->setParameter('image_url', 'http://domain.com/images/logo.png');

Of course, you will need to replace domain.com/images/logo.png with the url of your logo

After that, try to check it and update me with the result. I haven't checked it myself, just suggest the code base on what I read from PayPal documentation

Tuan

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

  • victor
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #77021 by victor
Replied by victor on topic Add logo at paypal payment gateway page
Great! It works. Thanks!

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

More
8 years 2 months ago #77069 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add logo at paypal payment gateway page
Great. Happy to hear that. Thanks for confirming !

Tuan

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