VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: z-analysts on November 26, 2013, 00:11:49 AM

Title: Where can I assign a merchant logo for PayPal standard?
Post by: z-analysts on November 26, 2013, 00:11:49 AM
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


Title: Re: Where can I assign a merchant logo for PayPal standard?
Post by: GJC Web Design on November 26, 2013, 09:30:12 AM
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',
Title: Re: Where can I assign a merchant logo for PayPal standard?
Post by: alatak on November 27, 2013, 19:21:52 PM
Hello
Not on the actual paypal plugin.
But the next release will include a new paypal plugin , and this option will be included.
Title: Re: Where can I assign a merchant logo for PayPal standard?
Post by: z-analysts on November 27, 2013, 22:10:51 PM
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
Title: Re: Where can I assign a merchant logo for PayPal standard?
Post by: alatak on November 28, 2013, 11:00:20 AM
Hello
the next release should be done in a few days.