Hi,
I am using virtuemart 1.1.8 and joomla 1.5.3.
I have set up the paypal api and i have got the logo to display correctly.
I installed the Dutch language package, and after that i think the problem started.
The broken logo links to this: https://www.paypalobjects.com/WEBSCR-600-20100105-1/en_US/FR/i/bnr/bnr_horizontal_solution_PP_327wx80h.gif
Anybody familiar with this problem or knows where i can change the link to the correct one?
Thnx in advance
Hello,
My english es very bad.. but:
In this file: components/com_virtuemart/themes/default/templates/checkout/get_payment_method_paypal_ex.tpl.php
Line:33
$paypal_buttonurls = array('en_US' => 'https://www.paypal.com/en_US/i/logo/PayPal_mark_60x38.gif',
'en_GB' => 'https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif',
'de_DE' => 'https://www.paypal.com/de_DE/DE/i/logo/lockbox_150x47.gif',
'es_ES' => 'https://www.paypal.com/es_ES/i/bnr/horizontal_solution_PP.gif',
'pl_PL' => 'https://www.paypalobjects.com/WEBSCR-600-20100105-1/en_US/FR/i/bnr/bnr_horizontal_solution_PP_327wx80h.gif',
'nl_NL' => 'https://www.paypalobjects.com/WEBSCR-600-20100105-1/en_US/FR/i/bnr/bnr_horizontal_solution_PP_327wx80h.gif',
'fr_FR' => 'https://www.paypalobjects.com/WEBSCR-600-20100105-1/en_US/FR/i/bnr/bnr_horizontal_solution_PP_327wx80h.gif',
'it_IT' => 'https://www.paypalobjects.com/WEBSCR-600-20100105-1/it_IT/IT/i/bnr/bnr_horizontal_solution_PP_178wx80h.gif',
'zn_CN' => 'https://www.paypalobjects.com/WEBSCR-600-20100105-1/en_US/FR/i/bnr/bnr_horizontal_solution_PP_327wx80h.gif' );
Paypal logo to your language:
https://www.paypal.com/xx_XX/i/bnr/horizontal_solution_PP.gif
For example --> Spanish: es-ES
I hope I explained well
sorry for my english ;(
Hi all,
here my array with new links:
$paypal_buttonurls = array(
'en_US' => 'https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif',
'en_GB' => 'https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif',
'de_DE' => 'https://www.paypal.com/de_DE/DE/i/logo/lockbox_150x47.gif',
'es_ES' => 'https://www.paypal.com/es_ES/ES/i/bnr/horizontal_solution_PP.gif',
'pl_PL' => 'https://www.paypalobjects.com/i/bnr/bnr_horizontal_solution_PP_166wx80h.gif',
'nl_NL' => 'https://www.paypalobjects.com/nl_NL/i/bnr/horizontal_solution_PP.gif',
'fr_FR' => 'https://www.paypalobjects.com/en_US/FR/i/bnr/bnr_horizontal_solution_PP_327wx80h.gif',
'it_IT' => 'https://www.paypalobjects.com/it_IT/IT/Marketing/i/bnr/bnr_horizontal_solutiongraphic_335x80.gif',
'zn_CN' => 'https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif'
);
Bye 8)