News:

Looking for documentation? Take a look on our wiki

Main Menu

Where can I assign a merchant logo for PayPal standard?

Started by z-analysts, November 26, 2013, 00:11:49 AM

Previous topic - Next topic

z-analysts

I just added PayPal standard as a payment option to my client's website. The processing works fine however when a customer is redirected to the PayPal page for payment processing the client's store logo is truncated. Can someone please tell me where / how I can assign a different logo that fits in the space allowed?

Is this a VirtueMart option or a PayPal option?

Thank you!

site - www.staressence.com
VM - 2.0.24



GJC Web Design

#1
the image link is sent to Paypal from the plugin -
\plugins\vmpayment\paypal\paypal.php line   219

"image_url" => JURI::base() . $vendor->images[0]->file_url,

you could change this to

"image_url" => 'http://www.mysite.com/images/my_paypal_img.jpg';,
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

alatak

Hello
Not on the actual paypal plugin.
But the next release will include a new paypal plugin , and this option will be included.

z-analysts

Thank you Alatak! Which next release might that be? Will this feature be in a 2.0.x release or do we have to wait for 2.1?

Regards,
Tim

alatak