fer344 Posted April 30, 2015 Share Posted April 30, 2015 Buenas tardes, Alguien tiene alguna idea de como eliminar estas coletillas que salen al final cuando se crean los pedidos. Adjunto imagen en las que se puede ver, pone "El mas rapido" "el mejor precio" He probado todo, y no lo consigo desactivar. Saludos. Link to comment Share on other sites More sharing options...
fer344 Posted April 30, 2015 Author Share Posted April 30, 2015 Me contesto a mi mismo, por si alguien tiene el mismo problema: I have found a solution to remove the text in version 1.6.0.11. It may not be the proper way of doing it, but it worked for me.. Find your order-carrier.tpl file in the /themes/default-bootstrap/ directory Find this text, around line 100-106. Quote <span class="best_grade best_grade_price best_grade_speed">{l s='The best price and speed'}</span> {else} <span class="best_grade best_grade_speed">{l s='The fastest'}</span> {/if} {else if $option.is_best_price} <span class="best_grade best_grade_price">{l s='The best price'}</span> Simply remove the text from the quotes to look like this: Quote <span class="best_grade best_grade_price best_grade_speed">{l s=''}</span> {else} <span class="best_grade best_grade_speed">{l s=''}</span> {/if} {else if $option.is_best_price} <span class="best_grade best_grade_price">{l s=''}</span> Then in the Prestashop backoffice, under Advanced Parameters - Performance, choose 'Recompile templates if the files have been updated' I was pulling my hair trying to figure out why the changes did nothing until I noticed that option Hope this helps. Link to comment Share on other sites More sharing options...
Recommended Posts