Jump to content

change text button proceed with checkout


Recommended Posts

  • 1 year later...
  • 1 month later...
  • 2 months later...

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 by Tahsin_85 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...