Jump to content

[SOLUCIONADO] Eliminar texto del módulo oficial PayPal


Recommended Posts

Me respondo yo mismo no fue tan dificil xD

 

para los que les interese:

1) Dirigirse a esta ruta en su ftp: /modules/paypal/views/templates/front/payment_infos.tpl

2) Editar el archivo y cambiar el siguiente código:

<p>{l s='Benefit from many PayPal advantages such as :' mod='paypal'}</p>
<p><img src="{$path|escape:'html':'UTF-8'}views/img/protected.png" style="height: 43px; padding-right: 10px;">{l s='Your orders are protected' mod='paypal'}*</p>
<p><img src="{$path|escape:'html':'UTF-8'}views/img/refund.png" style=" height: 43px; padding-right: 10px;">{l s='Return shipping refunded' mod='paypal'}*</p>
<p><i>{l s='* See conditions on PayPal website' mod='paypal'}</i></p>

 

por este "básicamente es comentarlo": 

<!--<p>{l s='Benefit from many PayPal advantages such as :' mod='paypal'}</p>
<p><img src="{$path|escape:'html':'UTF-8'}views/img/protected.png" style="height: 43px; padding-right: 10px;">{l s='Your orders are protected' mod='paypal'}*</p>
<p><img src="{$path|escape:'html':'UTF-8'}views/img/refund.png" style=" height: 43px; padding-right: 10px;">{l s='Return shipping refunded' mod='paypal'}*</p>
<p><i>{l s='* See conditions on PayPal website' mod='paypal'}</i></p>-->

 

3) Guardar el archivo y subirlo.

4) Borrar la cache y probar.

 

P.d.: simplemente quería quitarlo porque no creo que a los clientes les interese, eso es a mi criterio.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...