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
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',
Hello
Not on the actual paypal plugin.
But the next release will include a new paypal plugin , and this option will be included.
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
Hello
the next release should be done in a few days.