giriga Posted January 4, 2015 Share Posted January 4, 2015 Hi All, does anyone know how to change the button text proceed with checkout, I picerebbe change it proceed with purchases, I went to BO in translation, I tried to change it but it is not siccesso anything ... Link to comment Share on other sites More sharing options...
DuckIT Posted November 26, 2016 Share Posted November 26, 2016 We have the same problem, can not find a way to change thislll Link to comment Share on other sites More sharing options...
Matte01990 Posted December 30, 2016 Share Posted December 30, 2016 A very raw way of doing is modify {l s='Proceed to checkout' mod='blockcart'} (into whatever you want) in themes/your-theme/modules/blockcart/blockcart.tpl Link to comment Share on other sites More sharing options...
Tahsin_85 Posted March 9, 2017 Share Posted March 9, 2017 (edited) Go to /themes/yourthemes/shopping-cart.tpl at Line 569: <a href="{if $back}{$link->getPageLink('order', true, NULL, 'step=1&back={$back}')|escape:'html':'UTF-8'}{else}{$link->getPageLink('order', true, NULL, 'step=1')|escape:'html':'UTF-8'}{/if}" class="button btn btn-default standard-checkout button-medium" title="{l s='Proceed to checkout'}"> <span>{l s='Proceed to checkout'}<i class="icon-chevron-right right"></i></span> </a>Change the part in {l s='Proceed to checkout'} or you change text in lang file. Edited March 9, 2017 by Tahsin_85 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts