Skip to content

Commit

Permalink
Merge pull request #304 from abhishek-webkul/gli-578
Browse files Browse the repository at this point in the history
Text change in cart popup
  • Loading branch information
rohit053 authored Jan 31, 2022
2 parents cb8e047 + 923b7e4 commit 371b10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/blockcart/blockcart.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@
</span>
</div>
<div class="button-container">
<span class="continue btn btn-default button exclusive-medium" title="{l s='Continue shopping' mod='blockcart'}">
<span class="continue btn btn-default button exclusive-medium" title="{l s='Continue browsing' mod='blockcart'}">
<span>
<i class="icon-chevron-left left"></i>{l s='Continue shopping' mod='blockcart'}
<i class="icon-chevron-left left"></i>{l s='Continue browsing' mod='blockcart'}
</span>
</span>
<a class="btn btn-default button button-medium" href="{$link->getPageLink("$order_process", true)|escape:"html":"UTF-8"}" title="{l s='Proceed to checkout' mod='blockcart'}" rel="nofollow">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@
</span>
</div>
<div class="button-container">
<span class="continue btn btn-default button exclusive-medium" title="{l s='Continue shopping' mod='blockcart'}">
<span class="continue btn btn-default button exclusive-medium" title="{l s='Continue browsing' mod='blockcart'}">
<span>
<i class="icon-chevron-left left"></i>{l s='Continue shopping' mod='blockcart'}
<i class="icon-chevron-left left"></i>{l s='Continue browsing' mod='blockcart'}
</span>
</span>
<a class="btn btn-default button button-medium" href="{$link->getPageLink("$order_process", true)|escape:"html":"UTF-8"}" title="{l s='Proceed to checkout' mod='blockcart'}" rel="nofollow">
Expand Down

0 comments on commit 371b10b

Please sign in to comment.