pp_standard text change erro
Posted: Tue Jun 19, 2018 3:39 pm
Hi all, this is my first post in community because i need help with paypal standard extension text configuration.
I need to change the default text "Paypal" to "Paypal - Credit Card ", the problem is that if i made a change in the pp_standard.php file, in step 5 of the checkout i've an error " error undefined ". This happen also if i change only one letter ( ex. " Paypalo " ).
Here is my code :
If it is possible i would link to insert the paypal with credit card logo under the description.
Thanks to all!
I need to change the default text "Paypal" to "Paypal - Credit Card ", the problem is that if i made a change in the pp_standard.php file, in step 5 of the checkout i've an error " error undefined ". This happen also if i change only one letter ( ex. " Paypalo " ).
Here is my code :
Code: Select all
<!--?php
// Text$_['text_title'] = 'PayPal';
$_['text_testmode'] = 'Attenzione: Il Gateway di pagamento è in modalità \'Sandbox\'. Il tuo conto non subirà addebiti.';$_['text_total'] = 'Spedizione, Gestione, Sconti e Tasse';-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body>
</body>
</html>
Thanks to all!