RicRey Posted March 1, 2020 Share Posted March 1, 2020 (edited) Hola a todos yo uso el módulo oficial de paypal quisiera saber como puedo eliminar el texto que sale abajo??? Edited March 1, 2020 by RicRey (see edit history) Link to comment Share on other sites More sharing options...
RicRey Posted March 1, 2020 Author Share Posted March 1, 2020 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now