Skip to content

Commit

Permalink
Merge pull request #14385 from aleksiuno/block-name-fix
Browse files Browse the repository at this point in the history
Fixed duplicated block name
  • Loading branch information
matks committed Jun 28, 2019
2 parents 430dd95 + 2422899 commit 4846d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/classic/templates/checkout/checkout.tpl
Expand Up @@ -55,7 +55,7 @@
<section id="content">
<div class="row">
<div class="cart-grid-body col-xs-12 col-lg-8">
{block name='cart_summary'}
{block name='checkout_process'}
{render file='checkout/checkout-process.tpl' ui=$checkout_process}
{/block}
</div>
Expand Down

0 comments on commit 4846d0e

Please sign in to comment.