Skip to content

Commit

Permalink
shorthand is not always on
Browse files Browse the repository at this point in the history
  • Loading branch information
iesus committed Apr 26, 2018
1 parent eabbe69 commit 4287280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/design/frontend/base/default/template/sveacheckout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ $sveaOrderId = ($quote->getPaymentReference())
<?= $this->getChildHtml('checkout.cart'); ?>
</div>
<div class="shipping-and-handling">
<? if (Mage::getStoreConfig('payment/SveaCheckout/allow_switch_country')): ?>
<?php if (Mage::getStoreConfig('payment/SveaCheckout/allow_switch_country')): ?>
<?= $this->getChildHtml('checkout.country'); ?>
<? endif; ?>
<?php endif; ?>
<?= $this->getChildHtml('checkout.shipping'); ?>
</div>
<div class="summary-code">
Expand Down

0 comments on commit 4287280

Please sign in to comment.